mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
BROKEN with gcc 4.2
This commit is contained in:
parent
047242b410
commit
add90dd319
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191937
@ -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
|
||||
|
@ -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}
|
||||
@ -44,4 +50,4 @@ do-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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 ; \
|
||||
@ -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>
|
||||
|
@ -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 "
|
||||
|
@ -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}|' \
|
||||
@ -55,4 +61,4 @@ post-configure:
|
||||
's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
@ -52,4 +58,4 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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}
|
||||
|
||||
@ -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>
|
||||
|
@ -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'
|
||||
@ -32,4 +38,4 @@ post-patch:
|
||||
pre-install:
|
||||
@${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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}" \
|
||||
@ -52,4 +58,4 @@ do-install:
|
||||
${RM} -f $$j.mo; \
|
||||
done)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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 \
|
||||
@ -31,4 +37,4 @@ do-install:
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user