summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitd894e365fe83a695850869cd43b9ff91d9c2323a (patch)
tree7a18870cedbd144cff76a826ef41b266e5dc5835
parentReset inactive maintainer. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91368
-rw-r--r--audio/x11amp/Makefile8
-rw-r--r--audio/xtuner/Makefile8
-rw-r--r--databases/zpygresqlda/Makefile8
-rw-r--r--devel/swigruby/Makefile8
-rw-r--r--emulators/psim-freebsd/Makefile8
-rw-r--r--graphics/evolvotron/Makefile8
-rw-r--r--graphics/filmgimp/Makefile4
-rw-r--r--graphics/kisomandel/Makefile8
-rw-r--r--graphics/picturebook/Makefile8
-rw-r--r--japanese/ming/Makefile8
-rw-r--r--java/openjit/Makefile8
-rw-r--r--lang/tinycobol/Makefile8
-rw-r--r--mail/cyrus/Makefile8
-rw-r--r--math/xplot/Makefile8
-rw-r--r--net-p2p/gnewtellium/Makefile8
-rw-r--r--net/gnewtellium/Makefile8
-rw-r--r--net/libnids/Makefile8
-rw-r--r--net/tvark/Makefile8
-rw-r--r--print/magicfilter/Makefile8
-rw-r--r--security/stegdetect/Makefile8
-rw-r--r--sysutils/xcpustate/Makefile8
-rw-r--r--www/mod_auth_pam/Makefile8
-rw-r--r--x11-clocks/wmtz/Makefile8
-rw-r--r--x11/gyroscope/Makefile8
24 files changed, 165 insertions, 23 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile
index ff01487e6288..74de82833255 100644
--- a/audio/x11amp/Makefile
+++ b/audio/x11amp/Makefile
@@ -22,7 +22,13 @@ LIBTOOLFILES= configure libx11amp/configure
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-extract:
@${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile
index db7c74aff81e..fc6458fdaf32 100644
--- a/audio/xtuner/Makefile
+++ b/audio/xtuner/Makefile
@@ -19,4 +19,10 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
USE_IMAKE= YES
USE_XPM= YES
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile
index 72a229e471d9..18874c8142fd 100644
--- a/databases/zpygresqlda/Makefile
+++ b/databases/zpygresqlda/Makefile
@@ -34,6 +34,12 @@ WRKSRC= ${WRKDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-build:
@${ECHO_CMD} '*shared*' > ${WRKSRC}/src/Setup
@${ECHO_CMD} '' >> ${WRKSRC}/src/Setup
@@ -51,4 +57,4 @@ do-install:
@${CP} -Rf ${WRKSRC}/* \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/swigruby/Makefile b/devel/swigruby/Makefile
index f351662838b8..9a1fb9362448 100644
--- a/devel/swigruby/Makefile
+++ b/devel/swigruby/Makefile
@@ -24,6 +24,12 @@ USE_GMAKE= yes
DOCS_EN= ChangeLog README
DOCS_JA= README.ja
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-configure:
@cd ${WRKSRC}; \
${SETENV} ${CONFIGURE_ENV} ${RUBY} configure.rb --with-swig=swig1.1
@@ -41,4 +47,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile
index 31817646187c..a6a5fee1823f 100644
--- a/emulators/psim-freebsd/Makefile
+++ b/emulators/psim-freebsd/Makefile
@@ -21,6 +21,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \
--program-suffix=psim
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-configure:
@cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo
@@ -39,4 +45,4 @@ cklatest:
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \
| ${GREP} gdb+dejagnu-
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile
index 8e9d5a050937..886bf53ddbe6 100644
--- a/graphics/evolvotron/Makefile
+++ b/graphics/evolvotron/Makefile
@@ -24,7 +24,13 @@ GNU_CONFIGURE= yes
MAKE_ENV= QTDIR="${QTDIR}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/evolvotron ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/graphics/filmgimp/Makefile b/graphics/filmgimp/Makefile
index 503753eebb88..7fa1922ee471 100644
--- a/graphics/filmgimp/Makefile
+++ b/graphics/filmgimp/Makefile
@@ -39,6 +39,10 @@ MAKE_ENV+= CC=${CC} CXX=${CXX}
MAN1= filmgimp.1 filmgimptool.1
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-configure:
# this must be done to avoid conflicts with ${X11BASE}/include/libgimp/
@${FIND} ${WRKSRC} -name "Makefile" | \
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile
index 58367cbed22d..f74f41f43c41 100644
--- a/graphics/kisomandel/Makefile
+++ b/graphics/kisomandel/Makefile
@@ -24,10 +24,16 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s,-lqt,-lqt2,g" ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e "s,-lqt,-lqt2,g"
@${REINPLACE_CMD} -e "s,malloc.h,stdlib.h,g" ${WRKSRC}/kisomandel/fractal.cpp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/graphics/picturebook/Makefile b/graphics/picturebook/Makefile
index 2b4bcc38a28d..9103c7958d1a 100644
--- a/graphics/picturebook/Makefile
+++ b/graphics/picturebook/Makefile
@@ -19,6 +19,12 @@ COMMENT= SONY VAIO camera capture utility
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GNOME= imlib
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-build:
cd ${WRKSRC}; \
${CC} ${CFLAGS} -o setbrightness setbrightness.c; \
@@ -33,4 +39,4 @@ do-install:
.if!defined(NOPORTDOCS)
${INSTALL_MAN} ${PATCHDIR}/README.FreeBSD ${DOCSDIR}/README.FreeBSD
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile
index 997e1a8c43ea..55154adde9b1 100644
--- a/japanese/ming/Makefile
+++ b/japanese/ming/Makefile
@@ -37,6 +37,12 @@ DOCS= CHANGES \
DOCS_UTIL= README \
TODO
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-extract:
${SED} -e 's:"\.\./\.\./ming\.h":<ming.h>:g' \
${WRKSRC}/ming.h > ${WRKSRC}/mingpp.h
@@ -84,4 +90,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/java/openjit/Makefile b/java/openjit/Makefile
index 97a6923a447d..234615eb3fe1 100644
--- a/java/openjit/Makefile
+++ b/java/openjit/Makefile
@@ -29,6 +29,12 @@ JAVADIR= ${LOCALBASE}/jdk1.1.8
JAVALIBDIR= ${PREFIX}/lib/OpenJIT
DOCDIR= ${PREFIX}/share/OpenJIT
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-configure:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/INSTALL
@@ -44,4 +50,4 @@ post-install:
@${ECHO_MSG} "See ${DOCDIR}/README for usage instructions."
@${ECHO_MSG} ""
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile
index 1eacf6b7b92f..65afa04a8311 100644
--- a/lang/tinycobol/Makefile
+++ b/lang/tinycobol/Makefile
@@ -30,6 +30,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= htcobol.1 htcobf2f.1 htcobolpp.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-install:
post-install:
@@ -38,4 +44,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/info/*.txt ${PREFIX}/share/doc/tinycobol
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile
index 8dbad529b62d..dca65424f2f5 100644
--- a/mail/cyrus/Makefile
+++ b/mail/cyrus/Makefile
@@ -38,6 +38,12 @@ MAN8= arbitron.8 collectnews.8 cyrquota.8 deliver.8 fud.8 \
imapd.8 mbpath.8 pop3d.8 reconstruct.8 rmnews.8 syncnews.8 \
timsieved.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
${CP} ${FILESDIR}/600.cyrus ${WRKDIR}
${REINPLACE_CMD} -e 's,LOCALBASE,${LOCALBASE},g' ${WRKDIR}/600.cyrus
@@ -104,4 +110,4 @@ post-install:
@${ECHO_CMD} "@dirrm spool/imap" >>${TMPPLIST}
@PKG_PREFIX=${PREFIX} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/math/xplot/Makefile b/math/xplot/Makefile
index 1f71b704473c..26b1ecb47e2d 100644
--- a/math/xplot/Makefile
+++ b/math/xplot/Makefile
@@ -19,6 +19,12 @@ GNU_CONFIGURE= yes
XPLOT_DEMOS= demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tcpdump2xplot.pl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -31,4 +37,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/xplot
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net-p2p/gnewtellium/Makefile b/net-p2p/gnewtellium/Makefile
index dd6cb3dc1917..79defb18f3cb 100644
--- a/net-p2p/gnewtellium/Makefile
+++ b/net-p2p/gnewtellium/Makefile
@@ -19,4 +19,10 @@ USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net/gnewtellium/Makefile b/net/gnewtellium/Makefile
index dd6cb3dc1917..79defb18f3cb 100644
--- a/net/gnewtellium/Makefile
+++ b/net/gnewtellium/Makefile
@@ -19,4 +19,10 @@ USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index e8dce58e212b..e134ff12c723 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -20,9 +20,15 @@ GNU_CONFIGURE= yes
MAN3= libnids.3
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-install:
${INSTALL_DATA} ${WRKSRC}/src/nids.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/src/libnids.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/src/libnids.3 ${PREFIX}/man/man3
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net/tvark/Makefile b/net/tvark/Makefile
index 2a8f056cc220..899d37ae6fe0 100644
--- a/net/tvark/Makefile
+++ b/net/tvark/Makefile
@@ -19,9 +19,15 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_X_PREFIX= yes
USE_GNOME= gtk12
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile
@${PERL} -pi -e "s|gtk-config|${GTK_CONFIG}|" ${WRKSRC}/Makefile
@${PERL} -pi -e "s|-ggdb|${CFLAGS}|" ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index 8eba50918802..11308275927c 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -29,6 +29,12 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN8= magicfilter.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-fetch:
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
@@ -60,4 +66,4 @@ post-install:
${PREFIX}/share/examples/magicfilter/
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index 3520e5f684a4..5c1ccb78ff1f 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -32,6 +32,12 @@ CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}"
PLIST_SUB+= X11=""
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
${REINPLACE_CMD} 's/$$(JPEGLIB)/$$(JPEGLIB) -lcrypto/' \
${WRKSRC}/Makefile.in
@@ -39,4 +45,4 @@ post-patch:
${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile
index 839b3b0e36c5..ba5b36e6e91b 100644
--- a/sysutils/xcpustate/Makefile
+++ b/sysutils/xcpustate/Makefile
@@ -25,4 +25,10 @@ NO_WRKSUBDIR= yes
MAN1= xcpustate.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/mod_auth_pam/Makefile b/www/mod_auth_pam/Makefile
index 0e5a7b4ad5b0..74163f342e70 100644
--- a/www/mod_auth_pam/Makefile
+++ b/www/mod_auth_pam/Makefile
@@ -19,6 +19,12 @@ RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
APXS?= ${LOCALBASE}/sbin/apxs
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-build:
@cd ${WRKSRC} && \
${APXS} -c -lpam mod_auth_pam.c
@@ -35,4 +41,4 @@ do-install:
.endif
${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/x11-clocks/wmtz/Makefile b/x11-clocks/wmtz/Makefile
index 0f1f99bf3ff5..a2cf3dff934b 100644
--- a/x11-clocks/wmtz/Makefile
+++ b/x11-clocks/wmtz/Makefile
@@ -19,10 +19,16 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wmtz
USE_X_PREFIX= yes
USE_XPM= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-install:
@${ECHO} "===> Installing wmtzrc.default in ${PREFIX}/etc."
@${ECHO} "===> Copy it to ~/.wmtzrc or ${PREFIX}/etc/wmtzrc and modify it."
@${INSTALL_DATA} ${WRKSRC}/wmtzrc ${PREFIX}/etc/wmtzrc.default
@${ECHO} "===> Run wmtz --help for usage instructions"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/x11/gyroscope/Makefile b/x11/gyroscope/Makefile
index afa3e614ba10..c6319e9619b9 100644
--- a/x11/gyroscope/Makefile
+++ b/x11/gyroscope/Makefile
@@ -20,4 +20,10 @@ USE_GNOME= gtk12
ALL_TARGET= # empty
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>