diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-12 16:28:53 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-12 16:28:53 +0000 |
commit | 8b88cd00877e76db175c7ac31a1b6c0fe5e4f4a9 (patch) | |
tree | 47dcb42c8848b84e48a50a6a8d951fcfeb56e6e2 /mail/qmail-ldap/files | |
parent | bump portrevision (diff) |
Be sensitive about repo bloat
Since this is a slave port of the qmail port, use the
patches we have in common as EXTRA_PATCHES. It is
unfortunate that we need local patches; otherwise,
all patches could be used from the master port
Fix some typo: tls- -> ldap-
Notes
Notes:
svn path=/head/; revision=38261
Diffstat (limited to 'mail/qmail-ldap/files')
-rw-r--r-- | mail/qmail-ldap/files/patch-ab | 5 | ||||
-rw-r--r-- | mail/qmail-ldap/files/patch-ac | 13 |
2 files changed, 0 insertions, 18 deletions
diff --git a/mail/qmail-ldap/files/patch-ab b/mail/qmail-ldap/files/patch-ab deleted file mode 100644 index 43a507a3444e..000000000000 --- a/mail/qmail-ldap/files/patch-ab +++ /dev/null @@ -1,5 +0,0 @@ -+++ conf-groups -2c2 -< nofiles ---- -> qnofiles diff --git a/mail/qmail-ldap/files/patch-ac b/mail/qmail-ldap/files/patch-ac deleted file mode 100644 index ded116611683..000000000000 --- a/mail/qmail-ldap/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -+++ install.c -12a13 -> noc; /* hack for bin package install -- see port pkg/INSTALL */ -77a79 -> if (!noc) { -117a120 -> } -155c158 -< void main() ---- -> void main(argc, argv) -156a160 -> noc=--argc; |