aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2009-09-28 01:57:06 +0800
committermnag <mnag@FreeBSD.org>2009-09-28 01:57:06 +0800
commit4894ec3be7cc3cde8b1f297ce6b88939587a9204 (patch)
tree572fbfa9abef8376ff7d050d4c6d72306b09ba5f /mail
parent5528924b183898456cf0c0dab87dda38045d1dff (diff)
downloadfreebsd-ports-gnome-4894ec3be7cc3cde8b1f297ce6b88939587a9204.tar.gz
freebsd-ports-gnome-4894ec3be7cc3cde8b1f297ce6b88939587a9204.tar.zst
freebsd-ports-gnome-4894ec3be7cc3cde8b1f297ce6b88939587a9204.zip
- Fixed build to FreeBSD 9.
- Mark as jobs safe. PR: 138922 Submitted by: Sylvio Cesar <scjamorim___bsd.com.br> Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix23/Makefile1
-rw-r--r--mail/postfix23/files/patch-makedefs8
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile
index ccb9b9c5cc6b..c6d3ecd6148e 100644
--- a/mail/postfix23/Makefile
+++ b/mail/postfix23/Makefile
@@ -25,6 +25,7 @@ COMMENT= A secure alternative to widely-used Sendmail
CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-24-9].* postfix-current-2.* \
sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
+MAKE_JOBS_SAFE= yes
NO_LATEST_LINK= yes
USE_SUBMAKE= yes
USE_PERL5_BUILD=yes
diff --git a/mail/postfix23/files/patch-makedefs b/mail/postfix23/files/patch-makedefs
index af0dc36d607b..830a7e485d4a 100644
--- a/mail/postfix23/files/patch-makedefs
+++ b/mail/postfix23/files/patch-makedefs
@@ -1,6 +1,6 @@
---- makedefs.orig 2006-08-26 12:54:59.000000000 -0300
-+++ makedefs 2007-10-22 16:57:41.000000000 -0200
-@@ -118,6 +118,10 @@
+--- makedefs.orig 2009-09-15 12:11:32.000000000 -0300
++++ makedefs 2009-09-15 12:12:04.000000000 -0300
+@@ -130,6 +130,12 @@
;;
FreeBSD.6*) SYSTYPE=FREEBSD6
;;
@@ -8,6 +8,8 @@
+ ;;
+ FreeBSD.8*) SYSTYPE=FREEBSD6
+ ;;
++ FreeBSD.9*) SYSTYPE=FREEBSD6
++ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
OpenBSD.3*) SYSTYPE=OPENBSD3