mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
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>
|
||||
|
||||
.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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user