FreeBSD Bugzilla – Attachment 229208 Details for
Bug 259595
www/litmus: Allow build with neon >= 0.32
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for litmus v3
litmus-neon-032-v2.patch (text/plain), 1.71 KB, created by
Daniel Engberg
on 2021-11-01 22:02:50 UTC
(
hide
)
Description:
Patch for litmus v3
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2021-11-01 22:02:50 UTC
Size:
1.71 KB
patch
obsolete
>diff --git a/www/litmus/Makefile b/www/litmus/Makefile >index 05dc0bfcdf85..b9c30036d902 100644 >--- a/www/litmus/Makefile >+++ b/www/litmus/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= litmus >-PORTVERSION= 0.13 >+DISTVERSION= 0.13 > PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= http://www.webdav.org/neon/litmus/ >@@ -7,10 +7,17 @@ MASTER_SITES= http://www.webdav.org/neon/litmus/ > MAINTAINER= pi@FreeBSD.org > COMMENT= WebDAV server protocol compliance test suite > >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ > LIB_DEPENDS= libneon.so:www/neon \ > libk5crypto.so:security/krb5 > > GNU_CONFIGURE= yes >-CONFIGURE_ARGS+=--with-ssl --with-neon=/usr/local >+CONFIGURE_ARGS= --with-ssl --with-neon=${LOCALBASE} >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's|25 26 27 28 29|& 30 31 32|g' \ >+ ${WRKSRC}/configure > > .include <bsd.port.mk> >diff --git a/www/litmus/files/patch-configure b/www/litmus/files/patch-configure >deleted file mode 100644 >index d06d8364a461..000000000000 >--- a/www/litmus/files/patch-configure >+++ /dev/null >@@ -1,20 +0,0 @@ >---- configure.orig 2011-12-09 11:37:29.000000000 +0100 >-+++ configure 2015-02-11 10:24:29.000000000 +0100 >-@@ -5459,7 +5459,7 @@ >- $as_echo "$ne_cv_lib_neon" >&6; } >- if test "$ne_cv_lib_neon" = "yes"; then >- ne_cv_lib_neonver=no >-- for v in 25 26 27 28 29; do >-+ for v in 25 26 27 28 29 30 31; do >- case $ne_libver in >- 0.$v.*) ne_cv_lib_neonver=yes ;; >- esac >-@@ -5788,7 +5788,7 @@ >- $as_echo "$ne_cv_lib_neon" >&6; } >- if test "$ne_cv_lib_neon" = "yes"; then >- ne_cv_lib_neonver=no >-- for v in 25 26 27 28 29; do >-+ for v in 25 26 27 28 29 30 31; do >- case $ne_libver in >- 0.$v.*) ne_cv_lib_neonver=yes ;; >- esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259595
:
229196
|
229207
| 229208
Working