1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

BROKEN with gcc 4.2

This commit is contained in:
Kris Kennaway 2007-05-26 20:23:12 +00:00
parent 90d066226d
commit de1ccba756
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191935
8 changed files with 38 additions and 2 deletions

View File

@ -36,6 +36,10 @@ SUB_FILES= pkg-message
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
ALLIANCE_TOP= ${PREFIX}/alliance ALLIANCE_TOP= ${PREFIX}/alliance
SRCDIRLIST!= ${CAT} ${FILESDIR}/srcdirs.list SRCDIRLIST!= ${CAT} ${FILESDIR}/srcdirs.list
CFLAGS+= ${SRCDIRLIST:S,^,-I${WRKSRC}/,} CFLAGS+= ${SRCDIRLIST:S,^,-I${WRKSRC}/,}

View File

@ -29,6 +29,10 @@ MAN1= aldo.1
BROKEN= "Doesn't build on FreeBSD < 5.x" BROKEN= "Doesn't build on FreeBSD < 5.x"
.endif .endif
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1

View File

@ -32,6 +32,10 @@ CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
.if ${ARCH} == "sparc64" .if ${ARCH} == "sparc64"
BROKEN= Does not build on sparc64 BROKEN= Does not build on sparc64
.endif .endif

View File

@ -44,6 +44,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
IGNORE= does not build on FreeBSD 4.x IGNORE= does not build on FreeBSD 4.x
.endif .endif
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -i "" -e 's|3rdpart||' ${WRKSRC}/amanith.pro @${REINPLACE_CMD} -i "" -e 's|3rdpart||' ${WRKSRC}/amanith.pro

View File

@ -39,6 +39,10 @@ MAN7= eul::afnix.7 vol-0::afnix.7 vol-1::afnix.7 vol-2::afnix.7
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
post-extract: post-extract:
@cd ${WRKSRC}/cnf/mak && ${CP} -f afnix-gcc-3.mak afnix-freebsd.mak @cd ${WRKSRC}/cnf/mak && ${CP} -f afnix-gcc-3.mak afnix-freebsd.mak

View File

@ -30,6 +30,12 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment " PLIST_SUB+= NLS="@comment "
.endif .endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure
@ -40,4 +46,4 @@ post-install:
${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${DOCSDIR} ${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${DOCSDIR}
.endif .endif
.include <bsd.port.mk> .include <bsd.port.post.mk>

View File

@ -48,6 +48,10 @@ CURL_CONFIG?= ${LOCALBASE}/bin/curl-config
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
# Configure options # Configure options
.if !defined(WITHOUT_OPTIMIZE) .if !defined(WITHOUT_OPTIMIZE)
CONFIGURE_ARGS+= --enable-optimise CONFIGURE_ARGS+= --enable-optimise

View File

@ -21,6 +21,12 @@ MAN1= 44bsd-more.1
RELDATE= 20000521 RELDATE= 20000521
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
post-extract: post-extract:
-cd ${WRKSRC} && co RCS/*,v -cd ${WRKSRC} && co RCS/*,v
@ -45,4 +51,4 @@ tarup:
cd ${WRKSRC} && tar cyf /tmp/${DISTFILES} RCS cd ${WRKSRC} && tar cyf /tmp/${DISTFILES} RCS
scp /tmp/${DISTFILES} freefall:public_html/dists scp /tmp/${DISTFILES} freefall:public_html/dists
.include <bsd.port.mk> .include <bsd.port.post.mk>