aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2005-10-30 17:51:16 +0800
committerache <ache@FreeBSD.org>2005-10-30 17:51:16 +0800
commitc4a284af3b15f4d3b3d370b17a0da480be4e4e2f (patch)
treee67dc70e355aba08ba82edd303525e38de02888f
parent749f82d491621331365f77a3e400d29b1ed7cf16 (diff)
downloadfreebsd-ports-gnome-c4a284af3b15f4d3b3d370b17a0da480be4e4e2f.tar.gz
freebsd-ports-gnome-c4a284af3b15f4d3b3d370b17a0da480be4e4e2f.tar.zst
freebsd-ports-gnome-c4a284af3b15f4d3b3d370b17a0da480be4e4e2f.zip
Realloc test not really used
PR: 88120 Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com>
-rw-r--r--mail/procmail/Makefile2
-rw-r--r--mail/procmail/files/patch-src:autoconf11
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
+