mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
15 changed files with 91 additions and 10 deletions
|
@ -27,6 +27,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" 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 ${HAVE_GNOME:Mgtksourceview}!="" || defined(WITH_HIGHLIGHTING)
|
.if ${HAVE_GNOME:Mgtksourceview}!="" || defined(WITH_HIGHLIGHTING)
|
||||||
CONFIGURE_ARGS+= "--enable-highlight"
|
CONFIGURE_ARGS+= "--enable-highlight"
|
||||||
USE_GNOME+= gtksourceview
|
USE_GNOME+= gtksourceview
|
||||||
|
|
|
@ -21,6 +21,12 @@ PROGRAMS= crimap
|
||||||
EXAMPLES= chr7a.gen demo.dat
|
EXAMPLES= chr7a.gen demo.dat
|
||||||
EXIT_PATCH= e_ped.c get_log.c our_allo.c our_orde.c
|
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:
|
post-patch:
|
||||||
.for file in ${EXIT_PATCH}
|
.for file in ${EXIT_PATCH}
|
||||||
@${REINPLACE_CMD} -e 's|exit\ *()|exit(0)|' ${WRKSRC}/${file}
|
@${REINPLACE_CMD} -e 's|exit\ *()|exit(0)|' ${WRKSRC}/${file}
|
||||||
|
@ -44,4 +50,4 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -27,6 +27,10 @@ INFO= clint
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||||
|
|
|
@ -30,6 +30,10 @@ PLIST_FILES= bin/codeworker
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} < 500035
|
.if ${OSVERSION} < 500035
|
||||||
CFLAGS+= -fpermissive
|
CFLAGS+= -fpermissive
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -35,7 +35,13 @@ CFLAGS+= -DHAVE_MBRTOWC
|
||||||
CONFIGURE_ARGS+= --enable-NeXT-look
|
CONFIGURE_ARGS+= --enable-NeXT-look
|
||||||
.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|po pixmap man|po man|g' ${WRKSRC}/Makefile.in
|
@${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
|
MAN1= dedit.1
|
||||||
MANLANG= "" ja
|
MANLANG= "" ja
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||||
's|\(\$$(datadir)/\)gnome/|\1|g ; \
|
's|\(\$$(datadir)/\)gnome/|\1|g ; \
|
||||||
|
@ -35,4 +41,4 @@ pre-patch:
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 ${MANPREFIX}/man/ja/man1/dedit.1
|
${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>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
.if defined(WITHOUT_NLS)
|
.if defined(WITHOUT_NLS)
|
||||||
CONFIGURE_ARGS+= --disable-nls
|
CONFIGURE_ARGS+= --disable-nls
|
||||||
PLIST_SUB+= NLS="@comment "
|
PLIST_SUB+= NLS="@comment "
|
||||||
|
|
|
@ -38,6 +38,12 @@ USE_AUTOTOOLS= automake:19 autoconf:259
|
||||||
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
|
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
|
||||||
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
|
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:
|
pre-patch:
|
||||||
@${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \
|
@${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \
|
||||||
s|^autoconf|${AUTOCONF}|; s|^automake|${AUTOMAKE}|' \
|
s|^autoconf|${AUTOCONF}|; s|^automake|${AUTOMAKE}|' \
|
||||||
|
@ -55,4 +61,4 @@ post-configure:
|
||||||
's|-lpthread|${PTHREAD_LIBS}|g' \
|
's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -35,10 +35,17 @@ MAN1= crashecho.1 \
|
||||||
crashwrite.1
|
crashwrite.1
|
||||||
MAN5= crashecho.conf.5
|
MAN5= crashecho.conf.5
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
cd ${WRKDIR} && tar zxf ${PORTNAME}-${PORTVERSION}.tar.gz
|
cd ${WRKDIR} && tar zxf ${PORTNAME}-${PORTVERSION}.tar.gz
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${PREFIX}/etc/ftn
|
${MKDIR} ${PREFIX}/etc/ftn
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/crashecho.conf ${PREFIX}/etc/ftn/crashecho.conf.sample
|
${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>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
@(cd ${WRKSRC}; \
|
@(cd ${WRKSRC}; \
|
||||||
for f in ../cap60.patch* ; do ${PATCH} -s -p < $$f ; done)
|
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_XLIB= yes
|
||||||
USE_GNOME= gnomelibs
|
USE_GNOME= gnomelibs
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
|
@ -52,4 +58,4 @@ post-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.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
|
doverctl.8 drequeue.8 dhisexpire.8
|
||||||
PORTDOCS= COPYRIGHT INSTALL README.READER README.SERVER RELEASE_NOTES
|
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:
|
post-extract:
|
||||||
@${CP} ${SCRIPTDIR}/diablo.sh-sample ${WRKDIR}
|
@${CP} ${SCRIPTDIR}/diablo.sh-sample ${WRKDIR}
|
||||||
|
|
||||||
|
@ -57,4 +63,4 @@ post-install:
|
||||||
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||||
@${RM} -rf ${PREFIX}/news/man
|
@${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
|
INSTALLS_ICONS= yes
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${FIND} ${WRKSRC} -name "*.h" -and -not -name "linklocator.h" | \
|
@${FIND} ${WRKSRC} -name "*.h" -and -not -name "linklocator.h" | \
|
||||||
${XARGS} ${REINPLACE_CMD} -e 's/^};/}/g'
|
${XARGS} ${REINPLACE_CMD} -e 's/^};/}/g'
|
||||||
|
@ -32,4 +38,4 @@ post-patch:
|
||||||
pre-install:
|
pre-install:
|
||||||
@${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities
|
@${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
|
MAN1= di.1
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
do-configure:
|
do-configure:
|
||||||
(cd ${WRKSRC}; \
|
(cd ${WRKSRC}; \
|
||||||
CC="${CC}" CFLAGS="${CFLAGS}" \
|
CC="${CC}" CFLAGS="${CFLAGS}" \
|
||||||
|
@ -52,4 +58,4 @@ do-install:
|
||||||
${RM} -f $$j.mo; \
|
${RM} -f $$j.mo; \
|
||||||
done)
|
done)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -18,6 +18,12 @@ COMMENT= A web site vulnerability scanner
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
ALL_TARGET= cgichk
|
ALL_TARGET= cgichk
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 700042
|
||||||
|
BROKEN= Broken with gcc 4.2
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
|
${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
|
||||||
${REINPLACE_CMD} -e \
|
${REINPLACE_CMD} -e \
|
||||||
|
@ -31,4 +37,4 @@ do-install:
|
||||||
post-install:
|
post-install:
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue