BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
This commit is contained in:
parent
ae26427c63
commit
13e49e647b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118221
@ -52,6 +52,10 @@ CONFIGURE_ARGS+= --without-lua
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502126
|
||||||
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
|
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
|
||||||
BROKEN= "Does not compile on !i386 and !amd64"
|
BROKEN= "Does not compile on !i386 and !amd64"
|
||||||
.endif
|
.endif
|
||||||
|
@ -40,6 +40,12 @@ PLIST_SUB+= OPENEXR:=""
|
|||||||
PLIST_SUB+= OPENEXR:="@comment "
|
PLIST_SUB+= OPENEXR:="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502126
|
||||||
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's| -Wall||' \
|
's| -Wall||' \
|
||||||
@ -49,4 +55,4 @@ post-patch:
|
|||||||
's|-LINUX.+$$||' \
|
's|-LINUX.+$$||' \
|
||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -58,6 +58,10 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502126
|
||||||
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} < 500035
|
.if ${OSVERSION} < 500035
|
||||||
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
|
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
|
||||||
.endif
|
.endif
|
||||||
|
@ -21,10 +21,16 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/chpasswd \
|
|||||||
--enable-language=English \
|
--enable-language=English \
|
||||||
--enable-cgidir=${PREFIX}/www/cgi-bin
|
--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:
|
pre-install:
|
||||||
@${MKDIR} ${PREFIX}/www/cgi-bin
|
@${MKDIR} ${PREFIX}/www/cgi-bin
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${ECHO} 'Remember, passwd and log file must be owned by httpd user, or chmod 777'
|
@${ECHO} 'Remember, passwd and log file must be owned by httpd user, or chmod 777'
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user