summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 02:47:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 02:47:09 +0000
commiteb9984e0f5ec02abe837b7388b574d185c7ed621 (patch)
treede5b178d08b2c6aaf058df603c23439e2635ec4a /mail
parento add missing jpeg dependency, broken configure script did not detect it. (diff)
BROKEN on 5.x: Does not compile with gcc 3.4.2
Notes
Notes: svn path=/head/; revision=116342
Diffstat (limited to 'mail')
-rw-r--r--mail/librfc822/Makefile8
-rw-r--r--mail/milter-sender/Makefile4
-rw-r--r--mail/mmr/Makefile8
3 files changed, 18 insertions, 2 deletions
diff --git a/mail/librfc822/Makefile b/mail/librfc822/Makefile
index 56e856f74877..bbdda1fdd308 100644
--- a/mail/librfc822/Makefile
+++ b/mail/librfc822/Makefile
@@ -17,6 +17,12 @@ COMMENT= A complete parser for RFC822 addresses
DOCS= readme.html readme.txt user-manual.html user-manual.pdf
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
do-install:
${INSTALL_DATA} ${WRKSRC}/rfc822.hh ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/librfc822.a ${PREFIX}/lib
@@ -25,4 +31,4 @@ do-install:
@cd ${WRKSRC}/documentation && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/mail/milter-sender/Makefile b/mail/milter-sender/Makefile
index 47576c78138f..91cbb8e31e23 100644
--- a/mail/milter-sender/Makefile
+++ b/mail/milter-sender/Makefile
@@ -24,6 +24,10 @@ MAKEFILE= makefile
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
.if ( ${OSVERSION} < 440000 )
BUILD_DEPENDS= gxargs:${PORTSBASE}/misc/findutils
.endif
diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile
index c0c7518dfa9f..1c7617b10165 100644
--- a/mail/mmr/Makefile
+++ b/mail/mmr/Makefile
@@ -15,6 +15,12 @@ COMMENT= Curses based MIME Mail Reader
ALL_TARGET= # empty
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mmr ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/examples/mmr
@@ -26,4 +32,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>