BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-18 07:47:13 +00:00
parent ae26427c63
commit 13e49e647b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118221
4 changed files with 22 additions and 2 deletions

View File

@ -52,6 +52,10 @@ CONFIGURE_ARGS+= --without-lua
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
BROKEN= "Does not compile on !i386 and !amd64"
.endif

View File

@ -40,6 +40,12 @@ PLIST_SUB+= OPENEXR:=""
PLIST_SUB+= OPENEXR:="@comment "
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-patch:
@${REINPLACE_CMD} -e \
's| -Wall||' \
@ -49,4 +55,4 @@ post-patch:
's|-LINUX.+$$||' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -58,6 +58,10 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${OSVERSION} < 500035
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
.endif

View File

@ -21,10 +21,16 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/chpasswd \
--enable-language=English \
--enable-cgidir=${PREFIX}/www/cgi-bin
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
pre-install:
@${MKDIR} ${PREFIX}/www/cgi-bin
post-install:
@${ECHO} 'Remember, passwd and log file must be owned by httpd user, or chmod 777'
.include <bsd.port.mk>
.include <bsd.port.post.mk>