BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
This commit is contained in:
parent
a88b753739
commit
825afd6dc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118496
@ -23,4 +23,10 @@ USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk12
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -229,6 +229,10 @@ NETWORK=\#
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "i386" && ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile on 5.x !i386"
|
||||
.endif
|
||||
|
@ -62,6 +62,10 @@ CONFIGURE_ARGS+= --enable-ipv6
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
PLIST_SUB+= PERL="@comment "
|
||||
.else
|
||||
|
@ -25,8 +25,14 @@ USE_REINPLACE= yes
|
||||
|
||||
MAN6= xarchon.6
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -31,6 +31,10 @@ CONFIGURE_ARGS= --with-win32-path=${LOCALBASE}/lib/win32
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
|
@ -25,6 +25,10 @@ USE_QT_VER= 3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e 's,(if[\ \t]+test[\ \t]+.+)[\ \t]+==,\1 =,' \
|
||||
${WRKSRC}/configure
|
||||
|
@ -98,6 +98,10 @@ STRIP=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.if defined(ARCH) && \
|
||||
(${ARCH} == "alpha" || ${ARCH} == "sparc64" || \
|
||||
${ARCH} == "amd64" || ${ARCH} == "ia64")
|
||||
|
Loading…
Reference in New Issue
Block a user