summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
commit2f610b15bf1137cd467e3ba5936219cb070987dd (patch)
tree86f828653f924d519d32cce03348be91ee87735b
parentBROKEN on 5.1: does not compile (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81232
-rw-r--r--audio/pd/Makefile8
-rw-r--r--chinese/dictd-database/Makefile8
-rw-r--r--devel/asis-gpl/Makefile8
-rw-r--r--devel/asis/Makefile8
-rw-r--r--lang/caml-light/Makefile8
-rw-r--r--www/rt2/Makefile8
6 files changed, 41 insertions, 7 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile
index e82411689ee7..eac3c9c03609 100644
--- a/audio/pd/Makefile
+++ b/audio/pd/Makefile
@@ -17,6 +17,12 @@ COMMENT= Pure Data, a MIDI-capable real-time audio processor/synthesizer
LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \
tk83:${PORTSDIR}/x11-toolkits/tk83
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -ltk83 -ltcl83"
@@ -86,4 +92,4 @@ do-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC}/../extra && pax -r -w * ${DATADIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile
index 8db71c56c068..d6cf7baf29a3 100644
--- a/chinese/dictd-database/Makefile
+++ b/chinese/dictd-database/Makefile
@@ -16,6 +16,12 @@ COMMENT= A Chinese <-> English dictd words database
BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not build"
+.endif
+
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
@@ -23,4 +29,4 @@ USE_PERL5_BUILD=yes
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/asis-gpl/Makefile b/devel/asis-gpl/Makefile
index d25dd23ad75f..71bfdd5a3649 100644
--- a/devel/asis-gpl/Makefile
+++ b/devel/asis-gpl/Makefile
@@ -19,6 +19,12 @@ COMMENT= GNAT implementation of the Ada Semantic Interface Specification
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_GMAKE= yes
MAKEFILE= "${FILESDIR}/Makefile.bsd"
MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \
@@ -45,4 +51,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/tools/gnatstub/README ${DOCSDIR}/README.gnatstub
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/asis/Makefile b/devel/asis/Makefile
index d25dd23ad75f..71bfdd5a3649 100644
--- a/devel/asis/Makefile
+++ b/devel/asis/Makefile
@@ -19,6 +19,12 @@ COMMENT= GNAT implementation of the Ada Semantic Interface Specification
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_GMAKE= yes
MAKEFILE= "${FILESDIR}/Makefile.bsd"
MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \
@@ -45,4 +51,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/tools/gnatstub/README ${DOCSDIR}/README.gnatstub
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile
index 08fd8651bec2..a4405cc1b74e 100644
--- a/lang/caml-light/Makefile
+++ b/lang/caml-light/Makefile
@@ -18,6 +18,12 @@ DISTNAME= cl74unix
MAINTAINER= jkoshy@freebsd.org
COMMENT= A strongly typed functional language belonging to the ML family
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_XLIB= yes
WRKSRC= ${WRKDIR}/cl74
ALL_TARGET= configure world bootstrap
@@ -34,4 +40,4 @@ do-install:
cd ${WRKSRC}/contrib; ${MAKE} all ${INSTALL_TARGET} PREFIX=${PREFIX} \
X11BASE=${X11BASE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/www/rt2/Makefile b/www/rt2/Makefile
index 33233b5eb827..fbb926dbd24a 100644
--- a/www/rt2/Makefile
+++ b/www/rt2/Makefile
@@ -41,6 +41,12 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \
${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not build"
+.endif
+
WRKSRC= ${WRKDIR}/rt-${RT_VERSION}
RT_VERSION= ${PORTVERSION:C/\./-/g}
DB_TYPE?= mysql
@@ -150,8 +156,6 @@ do-install:
post-install:
@${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec