diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2005-10-30 09:51:16 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2005-10-30 09:51:16 +0000 |
commit | 1d5a2f64ec34df7f29fd28bb61b3ca5b86037e43 (patch) | |
tree | a519b89e7438badd20241a1434c731309cd9254c /mail/procmail | |
parent | c8e3bc2b5e7c0fe94de60498a7e356f6252899b3 (diff) | |
download | ports-1d5a2f64ec34df7f29fd28bb61b3ca5b86037e43.tar.gz ports-1d5a2f64ec34df7f29fd28bb61b3ca5b86037e43.zip |
Notes
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/Makefile | 2 | ||||
-rw-r--r-- | mail/procmail/files/patch-src:autoconf | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 5168663cc094..7625fbe0bb36 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= procmail PORTVERSION= 3.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \ ftp://ftp.psg.com/pub/unix/procmail/ \ diff --git a/mail/procmail/files/patch-src:autoconf b/mail/procmail/files/patch-src:autoconf new file mode 100644 index 000000000000..964a015185ed --- /dev/null +++ b/mail/procmail/files/patch-src:autoconf @@ -0,0 +1,11 @@ +--- src/autoconf.ORI Sun Oct 30 10:01:45 2005 ++++ src/autoconf Sun Oct 30 10:03:56 2005 +@@ -978,6 +978,7 @@ + + echo 'Checking realloc implementation' + ++$RM -f _autotst + if $MAKE _autotst >$DEVNULL 2>&1 + test -f _autotst + then + |