aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2009-09-27 18:06:28 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2009-09-27 18:06:28 +0000
commit48beade94ba62daf18c7ad8fabe9240e465c88b2 (patch)
tree4035427e33447e43304652695475cc29d4257c89
parent88ddfc8e49508763e8844d4681b966f2b5548fab (diff)
downloadports-48beade94ba62daf18c7ad8fabe9240e465c88b2.tar.gz
ports-48beade94ba62daf18c7ad8fabe9240e465c88b2.zip
- Fixed build to FreeBSD 9.
- Mark as jobs safe. PR: 138923 Submitted by: Sylvio Cesar <scjamorim___bsd.com.br> Feature safe: yes
Notes
Notes: svn path=/head/; revision=242174
-rw-r--r--mail/postfix24/Makefile1
-rw-r--r--mail/postfix24/files/patch-makedefs8
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index e0aa6fec4b67..c9693b1ff420 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/Makefile
@@ -25,6 +25,7 @@ COMMENT= A secure alternative to widely-used Sendmail
CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-35-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/postfix24/files/patch-makedefs b/mail/postfix24/files/patch-makedefs
index 5b231457530b..830a7e485d4a 100644
--- a/mail/postfix24/files/patch-makedefs
+++ b/mail/postfix24/files/patch-makedefs
@@ -1,6 +1,6 @@
---- makedefs.orig 2007-03-24 10:30:18.000000000 -0300
-+++ makedefs 2007-10-22 16:18:48.000000000 -0200
-@@ -130,6 +130,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