diff options
author | pav <pav@FreeBSD.org> | 2008-06-19 10:54:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-19 10:54:54 +0800 |
commit | 91b4c84d34902c01f582a39f167d4d5d25734156 (patch) | |
tree | cac41240b774052db9701917dec679cde54464a7 /net | |
parent | 079ad4ed1b314239442332e391eb01a78a2e437d (diff) | |
download | freebsd-ports-gnome-91b4c84d34902c01f582a39f167d4d5d25734156.tar.gz freebsd-ports-gnome-91b4c84d34902c01f582a39f167d4d5d25734156.tar.zst freebsd-ports-gnome-91b4c84d34902c01f582a39f167d4d5d25734156.zip |
- This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.
With hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/acx100/Makefile | 2 | ||||
-rw-r--r-- | net/globus4/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Parallel-MPI/Makefile | 2 | ||||
-rw-r--r-- | net/penguintv/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/net/acx100/Makefile b/net/acx100/Makefile index aaa257863fc6..dec16a717363 100644 --- a/net/acx100/Makefile +++ b/net/acx100/Makefile @@ -60,6 +60,8 @@ IGNORE= This port requires newer kernel sources that include /sys/dev/owi/if_ie .if ${OSVERSION} >= 601104 BROKEN= Does not compile on FreeBSD >= 6.x +DEPRECATED= Has been broken for more than 6 months +EXPIRATION_DATE=2008-09-19 .endif .include <bsd.port.post.mk> diff --git a/net/globus4/Makefile b/net/globus4/Makefile index e9b5e027c641..907bed862349 100644 --- a/net/globus4/Makefile +++ b/net/globus4/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo BROKEN= Does not build +DEPRECATED= Has been broken for more than 6 months +EXPIRATION_DATE=2008-09-19 INSTALLER= ${DISTNAME}${EXTRACT_SUFX} BUNDLE_SUFX= .tar.gz diff --git a/net/p5-Parallel-MPI/Makefile b/net/p5-Parallel-MPI/Makefile index d1251962a580..9e0f02f81ae5 100644 --- a/net/p5-Parallel-MPI/Makefile +++ b/net/p5-Parallel-MPI/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/mpich/bin/mpicc:${PORTSDIR}/net/mpich RUN_DEPENDS= ${BUILD_DEPENDS} BROKEN= fails to link +DEPRECATED= Has been broken for more than 6 months +EXPIRATION_DATE=2008-09-19 PERL_CONFIGURE= yes CC= ${PREFIX}/mpich/bin/mpicc diff --git a/net/penguintv/Makefile b/net/penguintv/Makefile index c4d214b1b225..c1ce58c976bc 100644 --- a/net/penguintv/Makefile +++ b/net/penguintv/Makefile @@ -23,6 +23,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/p RUN_DEPENDS= ${BUILD_DEPENDS} BROKEN= leaves egg file behind on deinstall +DEPRECATED= Has been broken for more than 6 months +EXPIRATION_DATE=2008-09-19 WRKSRC= ${WRKDIR}/PenguinTV-${PORTVERSION} |