aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/arm-aout-binutils/Makefile2
-rw-r--r--devel/cl-port-cmucl/Makefile2
-rw-r--r--devel/fpc-gdb/Makefile12
-rw-r--r--devel/gdb52/Makefile10
-rw-r--r--devel/monotone/Makefile3
-rw-r--r--devel/ocaml-sdl/Makefile2
-rw-r--r--devel/pear-apd/Makefile2
-rw-r--r--devel/ruby-gems/Makefile2
-rw-r--r--devel/swarm/Makefile2
-rw-r--r--devel/syntax_tools-devel/Makefile2
-rw-r--r--devel/wininfo/Makefile2
11 files changed, 26 insertions, 15 deletions
diff --git a/devel/arm-aout-binutils/Makefile b/devel/arm-aout-binutils/Makefile
index 008fff58271a..ab1cd1df9663 100644
--- a/devel/arm-aout-binutils/Makefile
+++ b/devel/arm-aout-binutils/Makefile
@@ -18,6 +18,8 @@ MAINTAINER= pbecke@javagear.com
COMMENT= FSF Binutils for embedded ARM cross-development
BROKEN= Incomplete pkg-plist
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= ${BROKEN}
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/devel/cl-port-cmucl/Makefile b/devel/cl-port-cmucl/Makefile
index 31cb0feafee3..7578812b13a3 100644
--- a/devel/cl-port-cmucl/Makefile
+++ b/devel/cl-port-cmucl/Makefile
@@ -28,6 +28,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-po
lisp:${PORTSDIR}/lang/cmucl
BROKEN= "Broken pkg-plist"
+EXPIRATION_DATE= 2005-02-18
+DEPRECATED= ${BROKEN}
do-build:
WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
diff --git a/devel/fpc-gdb/Makefile b/devel/fpc-gdb/Makefile
index 572633c89d44..dbd0331148d5 100644
--- a/devel/fpc-gdb/Makefile
+++ b/devel/fpc-gdb/Makefile
@@ -26,15 +26,11 @@ PATCHFILES= gdb521.dif gdb521_xfree-loadmod.diff
MAINTAINER= coop9211@uidaho.edu
COMMENT= GNU GDB 5.2.1 modified for Free Pascal
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on 4.x"
-.endif
+BROKEN= "Does not compile"
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= ${BROKEN}
-.if ${OSVERSION} > 502112
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
+.include <bsd.port.pre.mk>
NO_LATEST_LINK= yes
USE_GMAKE= yes
diff --git a/devel/gdb52/Makefile b/devel/gdb52/Makefile
index 8df002498642..6b99aee6bed9 100644
--- a/devel/gdb52/Makefile
+++ b/devel/gdb52/Makefile
@@ -22,13 +22,9 @@ COMMENT= GNU GDB 5.2.1 debugger
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on 4.x"
-.endif
-
-.if ${OSVERSION} > 502112
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
+BROKEN= "Does not compile"
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= ${BROKEN}
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 5ee42e4443a7..e6ec292fc5be 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -62,6 +62,9 @@ BROKEN= "Does not compile on FreeBSD >= 5.x"
BROKEN= "Does not run on FreeBSD-4.x at this time"
.endif
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= "Does not compile (5.x) or run (4.x)"
+
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
diff --git a/devel/ocaml-sdl/Makefile b/devel/ocaml-sdl/Makefile
index 77c0df88748a..d62c2fed3cec 100644
--- a/devel/ocaml-sdl/Makefile
+++ b/devel/ocaml-sdl/Makefile
@@ -18,6 +18,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An OCaml interface to the SDL
BROKEN= Configure fails
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= ${BROKEN}
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
diff --git a/devel/pear-apd/Makefile b/devel/pear-apd/Makefile
index 35953af26e99..be00df70cf72 100644
--- a/devel/pear-apd/Makefile
+++ b/devel/pear-apd/Makefile
@@ -16,6 +16,8 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
BROKEN= Does not compile
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= ${BROKEN}
USE_PHP= yes
USE_PHPIZE= yes
diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile
index 48bcef87788b..89c595276ce9 100644
--- a/devel/ruby-gems/Makefile
+++ b/devel/ruby-gems/Makefile
@@ -23,6 +23,8 @@ RUBY_SETUP= install.rb
NO_BUILD= yes
BROKEN= Incorrect pkg-plist
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= ${BROKEN}
do-install:
cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP}
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile
index 7acb94418448..d34353ec7b12 100644
--- a/devel/swarm/Makefile
+++ b/devel/swarm/Makefile
@@ -19,6 +19,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
BLT24.3:${PORTSDIR}/x11-toolkits/blt
BROKEN= Does not compile
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= ${BROKEN}
ONLY_FOR_ARCHS= i386
diff --git a/devel/syntax_tools-devel/Makefile b/devel/syntax_tools-devel/Makefile
index 79fdbc77e2cd..f0ac7abcb27b 100644
--- a/devel/syntax_tools-devel/Makefile
+++ b/devel/syntax_tools-devel/Makefile
@@ -21,6 +21,8 @@ BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
BROKEN= Checksum mismatch
+EXPIRATION_DATE=2005-02-18
+DEPRECATED= ${BROKEN}
CONFLICTS= syntax_tools-1.2*
diff --git a/devel/wininfo/Makefile b/devel/wininfo/Makefile
index 8e829f94a59a..eab16be9aad2 100644
--- a/devel/wininfo/Makefile
+++ b/devel/wininfo/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= jylefort@brutele.be
COMMENT= A window information utility
BROKEN= Checksum mismatch
+EXPIRATION_DATE= 2005-02-18
+DEPRECATED= ${BROKEN}
USE_X_PREFIX= yes
USE_GNOME= gtk20 gnomeprefix