diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-11 08:24:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-11 08:24:34 +0000 |
commit | f85e6e4cfdc3ad5d54988647082ea8b152090e7c (patch) | |
tree | 9ea59b6da7fe9bf53f55b3f387015534018d5d84 /mail/vpopmail-devel | |
parent | e8bfb8cf6d85993d47a142918a89c0307e0c6742 (diff) | |
download | ports-f85e6e4cfdc3ad5d54988647082ea8b152090e7c.tar.gz ports-f85e6e4cfdc3ad5d54988647082ea8b152090e7c.zip |
Notes
Diffstat (limited to 'mail/vpopmail-devel')
-rw-r--r-- | mail/vpopmail-devel/Makefile | 5 | ||||
-rw-r--r-- | mail/vpopmail-devel/files/patch-configure | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile index ddf3921a1206..2c800bda81ed 100644 --- a/mail/vpopmail-devel/Makefile +++ b/mail/vpopmail-devel/Makefile @@ -267,11 +267,6 @@ CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \ --enable-spam-threshold=${SPAM_THRESHOLD} .endif -# autoconf and automake can remove our patches to the configure scripts. - -post-patch: - @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e 's,@(ACLOCAL|AUTO(MAKE|CONF|HEADER))@,/usr/bin/true,' - # # This port doesn't honour PREFIX, it honours vpopmail's home directory. # Since we create vpopmail if it doesn't exist, we set it so that it diff --git a/mail/vpopmail-devel/files/patch-configure b/mail/vpopmail-devel/files/patch-configure index d1d1be7e3408..4d86e9470569 100644 --- a/mail/vpopmail-devel/files/patch-configure +++ b/mail/vpopmail-devel/files/patch-configure @@ -1,5 +1,5 @@ --- configure.orig Mon Feb 2 06:24:19 2004 -+++ configure Mon Feb 2 10:10:12 2004 ++++ configure Wed Feb 11 09:16:18 2004 @@ -846,6 +846,8 @@ --enable-qmail-newu=PATH Full path to qmail-newu program. --enable-qmail-inject=PATH Full path to qmail-inject program. @@ -78,7 +78,7 @@ #---------------------------------------------------------------------- echo "$as_me:$LINENO: checking whether we can locate the qmail directory" >&5 -@@ -5705,20 +5738,7 @@ +@@ -5705,28 +5738,8 @@ if test "${enable_tcpserver_file+set}" = set; then enableval="$enable_tcpserver_file" tcpserver_file="$enableval" @@ -98,5 +98,13 @@ - + echo "127.:allow,RELAYCLIENT=\"\"" > ${VCFGDIR}/tcp.smtp fi; +- +- if test ! -f "$tcpserver_file" +- then +- { { echo "$as_me:$LINENO: error: Unable to find your tcp.smtp file, specify --enable-tcpserver-path=/full/path/to/tcp.smtp" >&5 +-echo "$as_me: error: Unable to find your tcp.smtp file, specify --enable-tcpserver-path=/full/path/to/tcp.smtp" >&2;} +- { (exit 1); exit 1; }; } +- fi - if test ! -f "$tcpserver_file" + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 |