diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 00:51:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 00:51:10 +0800 |
commit | f1c05e98bdef29713b73e6746841e1553e82852e (patch) | |
tree | 2394b9e93892424e38682317a541175c1896c9f6 /devel | |
parent | d5e41992a57fc11fb0ae78f478a8144da66a2ad4 (diff) | |
download | freebsd-ports-gnome-f1c05e98bdef29713b73e6746841e1553e82852e.tar.gz freebsd-ports-gnome-f1c05e98bdef29713b73e6746841e1553e82852e.tar.zst freebsd-ports-gnome-f1c05e98bdef29713b73e6746841e1553e82852e.zip |
Schedule these broken ports for termination on 2006-12-01
Diffstat (limited to 'devel')
-rw-r--r-- | devel/alleyoop/Makefile | 2 | ||||
-rw-r--r-- | devel/bglibs/Makefile | 2 | ||||
-rw-r--r-- | devel/cc65/Makefile | 2 | ||||
-rw-r--r-- | devel/cl-asdf-cmucl/Makefile | 2 | ||||
-rw-r--r-- | devel/esdl/Makefile | 2 | ||||
-rw-r--r-- | devel/hp48xgcc/Makefile | 2 | ||||
-rw-r--r-- | devel/m17n-db/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-pcsc-lite/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-textbuf/Makefile | 2 | ||||
-rw-r--r-- | devel/simulavr/Makefile | 2 |
10 files changed, 20 insertions, 0 deletions
diff --git a/devel/alleyoop/Makefile b/devel/alleyoop/Makefile index 9db8160a247f..f0a881e6706e 100644 --- a/devel/alleyoop/Makefile +++ b/devel/alleyoop/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \ RUN_DEPENDS= valgrind:${PORTSDIR}/devel/valgrind BROKEN= Does not compile +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 USE_GMAKE= yes USE_X_PREFIX= yex diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile index 1da92203266d..0ef942a1d661 100644 --- a/devel/bglibs/Makefile +++ b/devel/bglibs/Makefile @@ -14,6 +14,8 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= One stop library package by Bruce Guenter BROKEN= Fails self-tests +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 NOT_FOR_ARCHS= alpha diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index fef8d68a0b4a..cc19c0c14a3e 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -34,6 +34,8 @@ BROKEN= "Does not compile on !i386" .else BROKEN= "Does not install on i386" .endif +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 WRKSRC= ${WRKDIR}/cc65-${PORTVERSION} diff --git a/devel/cl-asdf-cmucl/Makefile b/devel/cl-asdf-cmucl/Makefile index 91c40ffb25d3..a9f066662ec1 100644 --- a/devel/cl-asdf-cmucl/Makefile +++ b/devel/cl-asdf-cmucl/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-as lisp:${PORTSDIR}/lang/cmucl BROKEN= does not build +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 post-extract: ${MKDIR} ${WRKSRC} diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile index e3317e36c5aa..8704a9547c8c 100644 --- a/devel/esdl/Makefile +++ b/devel/esdl/Makefile @@ -18,6 +18,8 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= A library for accessing SDL and OpenGL through Erlang BROKEN= fails to install properly +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang diff --git a/devel/hp48xgcc/Makefile b/devel/hp48xgcc/Makefile index 8713cafcf7cf..b2dc016b97c8 100644 --- a/devel/hp48xgcc/Makefile +++ b/devel/hp48xgcc/Makefile @@ -43,6 +43,8 @@ BROKEN= Configure fails on !i386 .else BROKEN= fails to install .endif +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 post-extract: .SILENT # Extract GCC distribution separately because of USE_ZIP/.tar.gz conflict diff --git a/devel/m17n-db/Makefile b/devel/m17n-db/Makefile index aa8dcfb99c27..c08bf2344e9f 100644 --- a/devel/m17n-db/Makefile +++ b/devel/m17n-db/Makefile @@ -19,6 +19,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Data files for the m17n library BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 USE_GNOME= pkgconfig USE_GMAKE= yes diff --git a/devel/ruby-pcsc-lite/Makefile b/devel/ruby-pcsc-lite/Makefile index 398479b50510..485132a2d97a 100644 --- a/devel/ruby-pcsc-lite/Makefile +++ b/devel/ruby-pcsc-lite/Makefile @@ -20,6 +20,8 @@ COMMENT= Ruby extension for the UNIX PC/SC Lite API (MUSCLE) LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite BROKEN= "Does not compile with new pcsc-lite. Port will be updated soon." +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 USE_RUBY= yes RUBY_VER= 1.8 diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile index 1775a0ee1c42..dbde82962182 100644 --- a/devel/ruby-textbuf/Makefile +++ b/devel/ruby-textbuf/Makefile @@ -18,6 +18,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gapped text buffer extention for Ruby BROKEN= Inconsistent dependencies +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 USE_RUBY= yes USE_RUBY_AMSTD= yes diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile index 396cf3fd5dde..d6a2a656bbf1 100644 --- a/devel/simulavr/Makefile +++ b/devel/simulavr/Makefile @@ -23,6 +23,8 @@ BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \ latex:${PORTSDIR}/print/teTeX BROKEN= Incomplete pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 #USE_BZIP2= yes USE_GMAKE= yes |