diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-01-08 22:33:10 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-01-08 22:33:10 +0000 |
commit | db5d2a7cc1643a0088d7159cc0fdeb2bf3deeb1e (patch) | |
tree | 9a3ca668e9292420dc99d7e7acff2e03974010e7 /mail/perdition/files/patch-perdition-db-ldap-Makefile.in | |
parent | - Fix build without X11 (diff) |
- Update to 1.18 [1]
- Convert KNOBS to new options framework [1]
- Drop ABI version numbers in LIB_DEPENDS [1]
- Add UPDATING entry to inform users of IPv6 changes to
devel/libvanessa_socket that affect perdition [2]
PR: ports/174550 [1], ports/174410 [2]
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1],
Joel Ray Holveck <joelh@piquan.org> [2]
Notes
Notes:
svn path=/head/; revision=310110
Diffstat (limited to 'mail/perdition/files/patch-perdition-db-ldap-Makefile.in')
-rw-r--r-- | mail/perdition/files/patch-perdition-db-ldap-Makefile.in | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/mail/perdition/files/patch-perdition-db-ldap-Makefile.in b/mail/perdition/files/patch-perdition-db-ldap-Makefile.in index 3b2bd41dd46d..0b881a894b65 100644 --- a/mail/perdition/files/patch-perdition-db-ldap-Makefile.in +++ b/mail/perdition/files/patch-perdition-db-ldap-Makefile.in @@ -1,13 +1,11 @@ ---- perdition/db/ldap/Makefile.in.orig Tue Dec 6 15:59:30 2005 -+++ perdition/db/ldap/Makefile.in Tue Dec 6 16:04:27 2005 -@@ -545,8 +545,8 @@ - "$(DESTDIR)@ldap_schemadir@"; \ - fi; \ - if test -w "$(DESTDIR)@ldap_schemadir@"; then \ -- install -m644 $< \ -- "$(DESTDIR)@ldap_schemadir@/perdition.schema";\ -+ install -m644 $(schema_sources) \ -+ "$(DESTDIR)@ldap_schemadir@/perdition.schema-dist";\ - fi \ - fi +--- perdition/db/ldap/Makefile.in.orig 2012-03-20 05:08:04.000000000 -0700 ++++ perdition/db/ldap/Makefile.in 2012-12-12 16:50:02.000000000 -0800 +@@ -864,7 +864,7 @@ + @LDAP_SCHEMA_TRUE@ test -n "@ldap_schemadir@" + @LDAP_SCHEMA_TRUE@ mkdir -p "$(DESTDIR)@ldap_schemadir@" + @LDAP_SCHEMA_TRUE@ chmod 755 "$(DESTDIR)@ldap_schemadir@" +-@LDAP_SCHEMA_TRUE@ install -m 644 $< "$(DESTDIR)@ldap_schemadir@/" ++@LDAP_SCHEMA_TRUE@ for p in $< ; do $(am__strip_dir) install -m 644 $$p "$(DESTDIR)@ldap_schemadir@/$$f-dist" ; done + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |