diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-04-02 23:00:51 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-04-02 23:00:51 +0000 |
commit | 15a52eb80525f1ef85b12efe9dd9624e6cffbfdf (patch) | |
tree | d45f57f8f6248a6c0983c0788bbf3abfe2c7ac38 /net/openldap24-server | |
parent | 15b62d85594f27996e9e7b17c916f21fa09899ee (diff) |
Notes
Diffstat (limited to 'net/openldap24-server')
-rw-r--r-- | net/openldap24-server/Makefile | 4 | ||||
-rw-r--r-- | net/openldap24-server/files/patch-configure | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index d5e579bb3716..70c6182fae6d 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -39,8 +39,8 @@ WANT_OPENLDAP_VER?= 24 BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif -PORTREVISION_CLIENT= 1 -PORTREVISION_SERVER= 0 +PORTREVISION_CLIENT= 2 +PORTREVISION_SERVER= 1 OPENLDAP_SHLIB_MAJOR= 8 OPTIONS= SASL "With (Cyrus) SASL2 support" off \ diff --git a/net/openldap24-server/files/patch-configure b/net/openldap24-server/files/patch-configure index af237d0b7694..790906e997b9 100644 --- a/net/openldap24-server/files/patch-configure +++ b/net/openldap24-server/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig 2011-01-31 12:53:50.000000000 -0800 -+++ configure 2011-02-19 04:12:30.885900446 -0800 +--- configure.orig 2011-03-23 18:52:17.000000000 -0700 ++++ configure 2011-04-02 15:28:05.563816386 -0700 @@ -21598,7 +21598,7 @@ $as_echo_n "(cached) " >&6 else @@ -18,7 +18,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -21903,7 +21903,7 @@ +@@ -21936,7 +21936,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -27,3 +27,12 @@ int main () +@@ -22234,7 +22234,7 @@ + + + if test $ol_cv_lib_fetch != no ; then +- LUTIL_LIBS="$LUTIL_LIBS $ol_link_fetch" ++ LIBS="$LIBS $ol_link_fetch" + ol_link_fetch=freebsd + + elif test $ol_with_fetch != auto ; then |