Skip to content

Commit

Permalink
BROKEN with gcc 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kris authored and kris committed May 26, 2007
1 parent 9b5e5e7 commit 49eee82
Show file tree
Hide file tree
Showing 15 changed files with 91 additions and 10 deletions.
4 changes: 4 additions & 0 deletions arabic/katoob/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

.if ${HAVE_GNOME:Mgtksourceview}!="" || defined(WITH_HIGHLIGHTING)
CONFIGURE_ARGS+= "--enable-highlight"
USE_GNOME+= gtksourceview
Expand Down
8 changes: 7 additions & 1 deletion biology/crimap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ PROGRAMS= crimap
EXAMPLES= chr7a.gen demo.dat
EXIT_PATCH= e_ped.c get_log.c our_allo.c our_orde.c

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

post-patch:
.for file in ${EXIT_PATCH}
@${REINPLACE_CMD} -e 's|exit\ *()|exit(0)|' ${WRKSRC}/${file}
Expand All @@ -44,4 +50,4 @@ do-install:
.endfor
.endif

.include <bsd.port.mk>
.include <bsd.port.post.mk>
4 changes: 4 additions & 0 deletions devel/clint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ INFO= clint

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
Expand Down
4 changes: 4 additions & 0 deletions devel/codeworker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ PLIST_FILES= bin/codeworker

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

.if ${OSVERSION} < 500035
CFLAGS+= -fpermissive
.endif
Expand Down
8 changes: 7 additions & 1 deletion editors/cooledit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ CFLAGS+= -DHAVE_MBRTOWC
CONFIGURE_ARGS+= --enable-NeXT-look
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

post-patch:
@${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>
.include <bsd.port.post.mk>
8 changes: 7 additions & 1 deletion editors/dedit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= dedit.1
MANLANG= "" ja

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

pre-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|\(\$$(datadir)/\)gnome/|\1|g ; \
Expand All @@ -35,4 +41,4 @@ pre-patch:
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 ${MANPREFIX}/man/ja/man1/dedit.1

.include <bsd.port.mk>
.include <bsd.port.post.mk>
4 changes: 4 additions & 0 deletions games/aqbubble/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ OPTIONS= NLS "Native Language Support" on

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
Expand Down
8 changes: 7 additions & 1 deletion games/atr3d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ USE_AUTOTOOLS= automake:19 autoconf:259
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

pre-patch:
@${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \
s|^autoconf|${AUTOCONF}|; s|^automake|${AUTOMAKE}|' \
Expand All @@ -55,4 +61,4 @@ post-configure:
's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/Makefile

.include <bsd.port.mk>
.include <bsd.port.post.mk>
9 changes: 8 additions & 1 deletion mail/crashecho/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,17 @@ MAN1= crashecho.1 \
crashwrite.1
MAN5= crashecho.conf.5

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

post-extract:
cd ${WRKDIR} && tar zxf ${PORTNAME}-${PORTVERSION}.tar.gz

post-install:
${MKDIR} ${PREFIX}/etc/ftn
${INSTALL_DATA} ${WRKSRC}/doc/crashecho.conf ${PREFIX}/etc/ftn/crashecho.conf.sample
.include <bsd.port.mk>

.include <bsd.port.post.mk>
4 changes: 4 additions & 0 deletions net/cap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ READMES= applications/papif applications/lwsrv applications/aufs \

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

pre-patch:
@(cd ${WRKSRC}; \
for f in ../cap60.patch* ; do ${PATCH} -s -p < $$f ; done)
Expand Down
8 changes: 7 additions & 1 deletion net/crescendo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ MODIFY= Makefile.in data/Makefile.in
USE_XLIB= yes
USE_GNOME= gnomelibs

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
Expand All @@ -52,4 +58,4 @@ post-install:
.endfor
.endif

.include <bsd.port.mk>
.include <bsd.port.post.mk>
8 changes: 7 additions & 1 deletion news/diablo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ MAN8= dicmd.8 didump.8 dexpireover.8 dfeedinfo.8 dgrpctl.8 \
doverctl.8 drequeue.8 dhisexpire.8
PORTDOCS= COPYRIGHT INSTALL README.READER README.SERVER RELEASE_NOTES

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

post-extract:
@${CP} ${SCRIPTDIR}/diablo.sh-sample ${WRKDIR}

Expand Down Expand Up @@ -57,4 +63,4 @@ post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${RM} -rf ${PREFIX}/news/man

.include <bsd.port.mk>
.include <bsd.port.post.mk>
8 changes: 7 additions & 1 deletion ports-mgmt/barry/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ USE_AUTOTOOLS= libtool:15
INSTALLS_ICONS= yes
USE_GETTEXT= yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

post-patch:
@${FIND} ${WRKSRC} -name "*.h" -and -not -name "linklocator.h" | \
${XARGS} ${REINPLACE_CMD} -e 's/^};/}/g'
Expand All @@ -32,4 +38,4 @@ post-patch:
pre-install:
@${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities

.include <bsd.port.mk>
.include <bsd.port.post.mk>
8 changes: 7 additions & 1 deletion sysutils/di/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ USE_GETTEXT= yes

MAN1= di.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

do-configure:
(cd ${WRKSRC}; \
CC="${CC}" CFLAGS="${CFLAGS}" \
Expand Down Expand Up @@ -52,4 +58,4 @@ do-install:
${RM} -f $$j.mo; \
done)

.include <bsd.port.mk>
.include <bsd.port.post.mk>
8 changes: 7 additions & 1 deletion www/cgichk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ COMMENT= A web site vulnerability scanner
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= cgichk

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif

post-patch:
${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
${REINPLACE_CMD} -e \
Expand All @@ -31,4 +37,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
.include <bsd.port.post.mk>

0 comments on commit 49eee82

Please sign in to comment.