1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix new installations (patch disappeared in my last commit) [1]

- Remove now useless post-patch target

Noticed by:	Cristiano Deana <cris@gufi.org> [1]
Approved by:	nork (mentor/implicitly)
This commit is contained in:
Alex Dupre 2004-02-11 08:24:34 +00:00
parent e8bfb8cf6d
commit f85e6e4cfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100648
4 changed files with 22 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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