diff options
author | mnag <mnag@FreeBSD.org> | 2009-09-28 02:06:28 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2009-09-28 02:06:28 +0800 |
commit | fb6b4031c227622a011564c5cd8a606309ab7860 (patch) | |
tree | bada0ba453a9870b00afdc808b5164083ab11800 | |
parent | 4894ec3be7cc3cde8b1f297ce6b88939587a9204 (diff) | |
download | freebsd-ports-gnome-fb6b4031c227622a011564c5cd8a606309ab7860.tar.gz freebsd-ports-gnome-fb6b4031c227622a011564c5cd8a606309ab7860.tar.zst freebsd-ports-gnome-fb6b4031c227622a011564c5cd8a606309ab7860.zip |
- Fixed build to FreeBSD 9.
- Mark as jobs safe.
PR: 138923
Submitted by: Sylvio Cesar <scjamorim___bsd.com.br>
Feature safe: yes
-rw-r--r-- | mail/postfix24/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix24/files/patch-makedefs | 8 |
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 |