Date: Tue, 5 Feb 2013 15:07:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311718 - in head: audio/hydrogen databases/adstudio databases/p5-DBD-Oracle databases/xapian-bindings10 devel/gauche-gaunit devel/linux-js devel/linuxthreads devel/ros-common devel/rub... Message-ID: <201302051507.r15F7Bbl020778@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Feb 5 15:07:10 2013 New Revision: 311718 URL: http://svnweb.freebsd.org/changeset/ports/311718 Log: Mark as deprecated a bunch of ports that are marked as broken for more than 6 month without a fix Modified: head/audio/hydrogen/Makefile head/databases/adstudio/Makefile head/databases/p5-DBD-Oracle/Makefile head/databases/xapian-bindings10/Makefile head/devel/gauche-gaunit/Makefile head/devel/linux-js/Makefile head/devel/linuxthreads/Makefile head/devel/ros-common/Makefile head/devel/rubygem-ncursesw/Makefile head/devel/xlslib/Makefile head/ftp/proma/Makefile head/games/tuxracer_golf/Makefile head/graphics/fnlib/Makefile head/graphics/ocaml-images/Makefile head/graphics/vid/Makefile head/lang/elisp-manual/Makefile head/mail/firetray/Makefile head/mail/p5-vpopmail/Makefile head/math/cgal/Makefile head/misc/fep/Makefile head/misc/gtktalog/Makefile head/misc/splitvt/Makefile head/multimedia/linux-realplayer/Makefile head/net/bfilter/Makefile head/print/gfontview/Makefile head/print/hugelatex/Makefile head/print/scribus-devel/Makefile head/sysutils/udesc_dump/Makefile head/textproc/gxditview/Makefile head/vietnamese/vnelvis/Makefile head/vietnamese/vnterm/Makefile head/www/wyvern/Makefile head/x11-themes/sapphire-themes/Makefile head/x11/powershell/Makefile head/x11/wterm/Makefile Modified: head/audio/hydrogen/Makefile ============================================================================== --- head/audio/hydrogen/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/audio/hydrogen/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -16,6 +16,8 @@ LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/ tar:${PORTSDIR}/devel/libtar \ lrdf:${PORTSDIR}/textproc/liblrdf +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not install MAJORVERSION= 0.9.5 Modified: head/databases/adstudio/Makefile ============================================================================== --- head/databases/adstudio/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/databases/adstudio/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: adstudio -# Date created: 9 February 2005 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= adstudio PORTVERSION= 10.0.11 @@ -23,6 +19,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper \ ${LOCALBASE}/lib/libjogl.so:${PORTSDIR}/graphics/jogl +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= incomplete plist USE_JAVA= yes Modified: head/databases/p5-DBD-Oracle/Makefile ============================================================================== --- head/databases/p5-DBD-Oracle/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/databases/p5-DBD-Oracle/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: DBD::Oracle -# Date created: 28 May 2002 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= DBD-Oracle PORTVERSION= 1.19 @@ -21,6 +17,8 @@ OCI8_DESC= Use OCI8 BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= Does not build PERL_CONFIGURE= yes Modified: head/databases/xapian-bindings10/Makefile ============================================================================== --- head/databases/xapian-bindings10/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/databases/xapian-bindings10/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -14,6 +14,9 @@ DISTNAME= ${PORTNAME:S/10$//}-${PORTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Bindings allowing Xapian to be used from various programming languages +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + LICENSE= GPLv2 RUN_DEPENDS= xapian-core10>=1.0.22:${PORTSDIR}/databases/xapian-core10 Modified: head/devel/gauche-gaunit/Makefile ============================================================================== --- head/devel/gauche-gaunit/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/devel/gauche-gaunit/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: GaUnit -# Date created: 8 May 2004 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# +# Created by: Kimura Fuyuki <fuyuki@hadaly.org> # $FreeBSD$ -# PORTNAME= gaunit PORTVERSION= 0.1.6 @@ -17,6 +13,8 @@ COMMENT= An unit testing framework in Ga BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS:= ${BUILD_DEPENDS} +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not package NO_BUILD= yes Modified: head/devel/linux-js/Makefile ============================================================================== --- head/devel/linux-js/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/devel/linux-js/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-js -# Date created: 5 Feb 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTNAME= linux-js PORTVERSION= 2.2 @@ -14,6 +10,8 @@ MASTER_SITE_SUBDIR= jylefort MAINTAINER= ports@FreeBSD.org COMMENT= The Linux joystick interface ported to FreeBSD +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 PROGRAMS= jscal jstest MAN1= ${PROGRAMS:S|$|.1|} Modified: head/devel/linuxthreads/Makefile ============================================================================== --- head/devel/linuxthreads/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/devel/linuxthreads/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: linuxthreads -# Date created: 14 Jan 1999 -# Whom: Richard Seaman, Jr. <dick@tar.com> -# +# Created by: Richard Seaman, Jr. <dick@tar.com> # $FreeBSD$ -# PORTNAME= linuxthreads PORTVERSION= 2.2.3 @@ -18,6 +14,9 @@ COMMENT= POSIX pthreads implementation u USE_LDCONFIG= yes +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + .if defined(LINUXTHREADS_WRAP_API) USE_PERL5_BUILD=true .endif Modified: head/devel/ros-common/Makefile ============================================================================== --- head/devel/ros-common/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/devel/ros-common/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,7 +1,4 @@ -# New ports collection makefile for: common -# Date created: 2010-11-25 -# Whom: Rene Ladan <rene@FreeBSD.org> -# +# Created by: Rene Ladan <rene@FreeBSD.org> # $FreeBSD$ PORTNAME= ros-common @@ -21,6 +18,8 @@ EXTRACT_ONLY= common-${PORTVERSION}.tar. MAINTAINER= ports@FreeBSD.org COMMENT= Robot Operating System - common utilities +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not compile #LICENSE_COMB= multi Modified: head/devel/rubygem-ncursesw/Makefile ============================================================================== --- head/devel/rubygem-ncursesw/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/devel/rubygem-ncursesw/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# Ports collection makefile for: rubygem-ncursesw -# Date created: 19 March 2011 -# Whom: Eric Freeman <freebsdports@chillibear.com> -# +# Created by: Eric Freeman <freebsdports@chillibear.com> # $FreeBSD$ -# PORTNAME= ncursesw PORTVERSION= 1.2.4.3 @@ -14,6 +10,8 @@ MASTER_SITES= RG MAINTAINER= freebsdports@chillibear.com COMMENT= Wrapper to the ncurses library with wide character support +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not install USE_RUBY= yes Modified: head/devel/xlslib/Makefile ============================================================================== --- head/devel/xlslib/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/devel/xlslib/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xlslib -# Date created: 13 December 2005 -# Whom: Sergey Prikhodko<sergey@network-asp.biz> -# +# Created by: Sergey Prikhodko<sergey@network-asp.biz> # $FreeBSD$ -# PORTNAME= xlslib PORTVERSION= 0.2.5 @@ -13,6 +9,9 @@ MASTER_SITES= SF MAINTAINER= sergey@network-asp.biz COMMENT= A C++ library for generation of Excel(TM) files +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/ftp/proma/Makefile ============================================================================== --- head/ftp/proma/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/ftp/proma/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -9,6 +9,8 @@ MASTER_SITES= SF MAINTAINER= sexbear@tmu.edu.tw COMMENT= Administrate a ProFTPd server storing users in a MySQL database +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= define an @exec depending on %F and %B before any files defined USE_BZIP2= yes Modified: head/games/tuxracer_golf/Makefile ============================================================================== --- head/games/tuxracer_golf/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/games/tuxracer_golf/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tuxracer_golf -# Date created: 17 May 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tuxracer_golf PORTVERSION= 1.00 @@ -15,6 +11,8 @@ MASTER_SITE_SUBDIR= adamw MAINTAINER= ports@FreeBSD.org COMMENT= A golf course theme for Tux Racer +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= overwrite a file owned by tuxracer: share/tuxracer/courses/common/buttprint.rgb RUN_DEPENDS= tuxracer:${PORTSDIR}/games/tuxracer Modified: head/graphics/fnlib/Makefile ============================================================================== --- head/graphics/fnlib/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/graphics/fnlib/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fnlib -# Date created: 23 June 1997 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= fnlib PORTVERSION= 0.5 @@ -14,6 +10,9 @@ MASTER_SITES= SF/enlightenment/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= Fonts and font libraries necessary for Enlightenment +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + BROKEN= does not configure USE_AUTOTOOLS= libtool Modified: head/graphics/ocaml-images/Makefile ============================================================================== --- head/graphics/ocaml-images/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/graphics/ocaml-images/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ocaml-images -# Date created: Feb 7, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= images PORTVERSION= 3.0.2 @@ -22,6 +17,8 @@ COMMENT= Objective Caml image processing BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ocaml.m4:${PORTSDIR}/lang/ocaml-autoconf +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not compile USE_AUTOTOOLS= aclocal autoheader automake autoconf Modified: head/graphics/vid/Makefile ============================================================================== --- head/graphics/vid/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/graphics/vid/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: vid -# Date created: Tue Dec 5 13:32:13 GMT 2000 -# Whom: Roger Hardiman <roger@freebsd.org> -# +# Created by: Roger Hardiman <roger@freebsd.org> # $FreeBSD$ -# PORTNAME= vid PORTVERSION= 1.0.1 @@ -14,6 +10,9 @@ MASTER_SITES= SF/ovt${PORTNAME}-bsd/${PO MAINTAINER= olivier@gid0.org COMMENT= Grab images from USB Cameras using the OV511 and OV511+ chipset +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + LIB_DEPENDS= netpbm:${PORTSDIR}/graphics/netpbm PLIST_FILES= bin/vid Modified: head/lang/elisp-manual/Makefile ============================================================================== --- head/lang/elisp-manual/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/lang/elisp-manual/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: elisp-manual -# Date created: 18 November 1997 -# Whom: Don Croyle <croyle@gelemna.org> -# +# Created by: Don Croyle <croyle@gelemna.org> # $FreeBSD$ -# PORTNAME= elisp-manual PORTVERSION= 21.2.8 @@ -17,6 +13,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./ MAINTAINER= ports@FreeBSD.org COMMENT= Emacs Lisp reference manual +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2013-03-05 + BROKEN= overwrites files owned by editors/emacs: info/elisp.info WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/} GNU_CONFIGURE= yes Modified: head/mail/firetray/Makefile ============================================================================== --- head/mail/firetray/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/mail/firetray/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: firetray -# Date created: 2010-08-27 -# Whom: Andriy Gapon <avg@icyb.net.ua> -# +# Created by: Andriy Gapon <avg@icyb.net.ua> # $FreeBSD$ -# PORTNAME= firetray DISTVERSION= 0.2.8 @@ -17,6 +13,8 @@ COMMENT= System tray add-on for firefox, PATCH_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not build USE_ZIP= yes Modified: head/mail/p5-vpopmail/Makefile ============================================================================== --- head/mail/p5-vpopmail/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/mail/p5-vpopmail/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-vpopmail -# Date created: 12 January 2003. -# Whom: James Raftery <james@now.ie> -# +# Created by: James Raftery <james@now.ie> # $FreeBSD$ -# PORTNAME= vpopmail PORTVERSION= 0.08 @@ -15,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= james@now.ie COMMENT= Perl module to provide access to vpopmail API +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 VPOPMAIL_PORT?= mail/vpopmail BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/${VPOPMAIL_PORT} Modified: head/math/cgal/Makefile ============================================================================== --- head/math/cgal/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/math/cgal/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgal -# Date created: 10 Apr 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cgal PORTVERSION= 3.6.1 @@ -20,6 +16,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= wenheping@gmail.com COMMENT= A computational geometry library +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not build with boost-1.48.0 BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs Modified: head/misc/fep/Makefile ============================================================================== --- head/misc/fep/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/misc/fep/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fep -# Date created: 20 Feb 1996 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# +# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # $FreeBSD$ -# PORTNAME= fep PORTVERSION= 1.0 @@ -14,6 +10,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A general purpose front end for command line editing +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + MAN1= fep.1 MANCOMPRESSED= yes PLIST_FILES= bin/fep Modified: head/misc/gtktalog/Makefile ============================================================================== --- head/misc/gtktalog/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/misc/gtktalog/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtktalog -# Date created: 20 Mar 2002 -# Whom: Juan Salaverria <rael@vectorstar.net> -# +# Created by: Juan Salaverria <rael@vectorstar.net> # $FreeBSD$ -# PORTNAME= gtktalog PORTVERSION= 1.0.4 @@ -18,6 +14,8 @@ COMMENT= A tool to make disk catalogs BUILD_DEPENDS= plaympeg:${PORTSDIR}/multimedia/smpeg RUN_DEPENDS= plaympeg:${PORTSDIR}/multimedia/smpeg +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not build USE_BZIP2= yes Modified: head/misc/splitvt/Makefile ============================================================================== --- head/misc/splitvt/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/misc/splitvt/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: Splitvt -# Date created: Fri Oct 4, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= splitvt PORTVERSION= 1.6.6 @@ -15,6 +10,9 @@ MASTER_SITES= http://slouken.libsdl.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Run two shells in a split window/terminal +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + HAS_CONFIGURE= yes ALL_TARGET= MAN1= splitvt.1 Modified: head/multimedia/linux-realplayer/Makefile ============================================================================== --- head/multimedia/linux-realplayer/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/multimedia/linux-realplayer/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-realplayer -# Date created: 31 January 1999 -# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> -# +# Created by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # $FreeBSD$ -# PORTNAME= linux-realplayer DISTVERSION= 10.0.9.809-20070726 @@ -21,6 +17,8 @@ COMMENT= Linux RealPlayer 10 from RealNe EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= unfetchable WRKSRC= ${WRKDIR}/usr/local/RealPlayer Modified: head/net/bfilter/Makefile ============================================================================== --- head/net/bfilter/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/net/bfilter/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bfilter -# Date created: 10.05.2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= bfilter PORTVERSION= 1.1.4 @@ -17,6 +13,8 @@ COMMENT= Smart filtering HTTP proxy LIB_DEPENDS= ACE.6:${PORTSDIR}/devel/ace \ sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not compile GNU_CONFIGURE= yes Modified: head/print/gfontview/Makefile ============================================================================== --- head/print/gfontview/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/print/gfontview/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: gfontview -# Date created: Jul 9, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gfontview PORTVERSION= 0.5.0 @@ -15,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An outline font viewer +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ gif.5:${PORTSDIR}/graphics/giflib Modified: head/print/hugelatex/Makefile ============================================================================== --- head/print/hugelatex/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/print/hugelatex/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,11 +1,6 @@ -# New ports collection makefile for: hugelatex -# Date created: 7 September 2001 -# Whom: Murray Stokely <murray@FreeBSD.org> -# +# Created by: Murray Stokely <murray@FreeBSD.org> # $FreeBSD$ -# # $NetBSD: Makefile,v 1.3 2001/09/02 19:51:38 hubertf Exp $ -# PORTNAME= hugelatex PORTVERSION= 1.0 @@ -17,6 +12,8 @@ DISTFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX format files with large limits +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= overwrite files owned by teTex-Base which it already depends on BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX Modified: head/print/scribus-devel/Makefile ============================================================================== --- head/print/scribus-devel/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/print/scribus-devel/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -28,6 +28,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkint ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \ update-mime-database:${PORTSDIR}/misc/shared-mime-info +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= incorrect plist USE_SVN= yes Modified: head/sysutils/udesc_dump/Makefile ============================================================================== --- head/sysutils/udesc_dump/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/sysutils/udesc_dump/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: udesc_dump -# Date created: 2002/12/14 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= udesc_dump PORTVERSION= 1.3.9 @@ -13,6 +9,9 @@ MASTER_SITES= http://home.jp.freebsd.org MAINTAINER= ports@FreeBSD.org COMMENT= Shows USB descriptors +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + MAN8= udesc_dump.8 MANCOMPRESSED= yes PLIST_FILES= bin/udesc_dump Modified: head/textproc/gxditview/Makefile ============================================================================== --- head/textproc/gxditview/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/textproc/gxditview/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gxditview -# Date created: 24 June 1998 -# Whom: Dom Mitchell <dom@happygiraffe.net> -# +# Created by: Dom Mitchell <dom@happygiraffe.net> # $FreeBSD$ -# PORTNAME= gxditview PORTVERSION= ${GXDVVERSION}${GXDVREVISION} @@ -14,6 +10,9 @@ DISTFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= An X11 based previewer for groff output +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + MAN1= gxditview.1 PLIST_FILES= bin/gxditview lib/X11/app-defaults/GXditview NO_PACKAGE= requires system sources in sync Modified: head/vietnamese/vnelvis/Makefile ============================================================================== --- head/vietnamese/vnelvis/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/vietnamese/vnelvis/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vnelvis -# Date created: Tue Dec 3, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= vnelvis PORTVERSION= 1.4 @@ -16,6 +11,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org COMMENT= A vi clone that speaks Vietnamese +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + BUILD_DEPENDS= ${LOCALBASE}/lib/libviqr.a:${PORTSDIR}/vietnamese/libviet CFLAGS+= -I${PREFIX}/include/viet Modified: head/vietnamese/vnterm/Makefile ============================================================================== --- head/vietnamese/vnterm/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/vietnamese/vnterm/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vnterm -# Date created: Sat July 20, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= vnterm PORTVERSION= 3.4 #11.6.6[.0] @@ -16,6 +11,9 @@ DISTNAME= xorg-1 MAINTAINER= obrien@FreeBSD.org COMMENT= An xterm that speaks Vietnamese +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xmu xt xpm Modified: head/www/wyvern/Makefile ============================================================================== --- head/www/wyvern/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/www/wyvern/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Wyvern -# Date created: 3 March 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= wyvern PORTVERSION= 2.2.11 @@ -14,6 +10,9 @@ MASTER_SITES= http://www.MysticWALL.COM/ MAINTAINER= kouichi@MysticWALL.COM COMMENT= Small/powerful/lightweight/secure/embeddable HTTP server +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + LIB_DEPENDS= sxml.1:${PORTSDIR}/textproc/sxml DOCSRC= ${WRKSRC}/docs @@ -26,14 +25,13 @@ USE_BZIP2= yes MAKE_ARGS= rcdir="${PREFIX}/etc/rc.d" -OPTIONS= OPENSSL "OpenSSL support" off \ - SQLITE3 "SQLite3 support" off \ - POSTGRESQL "PostgreSQL support" off \ - SUEXEC "SuExec support" off \ - JAPANESE "Use Japanese error messages" off \ - SYSCTL_PS "Get process status with sysctl" off \ - SIMPLE_INDEXING "Use simple indexing mode" off \ - STRICT_PARSING "Parse request/response headers strictly" off +OPTIONS_DEFINE= OPENSSL SQLITE3 PGSQL SUEXEC JAPANESE SYSCTL_PS SIMPLE_INDEXING \ + STRICT_PARSING +SUEXEC_DESC= SuExec support +JAPANESE_DESC= Japanese error messages +SYSCTL_PS_DESC= Get process status with sysctl +SIMPLE_INDEXING_DESC= Use simple indexing mode +STRICT_PARSING_DESC= Parse request/response headers strictly .include <bsd.port.pre.mk> @@ -41,11 +39,11 @@ OPTIONS= OPENSSL "OpenSSL support" off \ BROKEN= does not build .endif -.if defined(WITH_OPENSSL) +.if ${PORT_OPTIONS:MOPENSSL} CONFIGURE_ARGS+= --with-openssl=yes .endif -.if defined(WITH_SQLITE3) +.if ${PORT_OPTIONS:MSQLITE3} CONFIGURE_ARGS+= --with-sqlite3=yes LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3:install PLIST_SUB+= SQLITE3="" @@ -53,7 +51,7 @@ PLIST_SUB+= SQLITE3="" PLIST_SUB+= SQLITE3="@comment " .endif -.if defined(WITH_POSTGRESQL) +.if ${PORT_OPTIONS:MPGSQL} CONFIGURE_ARGS+= --with-postgresql=yes LIB_DEPENDS+= pq.5:${PORTSDIR}/databases/postgresql82-client:install PLIST_SUB+= POSTGRESQL="" @@ -61,23 +59,23 @@ PLIST_SUB+= POSTGRESQL="" PLIST_SUB+= POSTGRESQL="@comment " .endif -.if defined(WITH_SUEXEC) +.if ${PORT_OPTIONS:MSUEXEC} CONFIGURE_ARGS+= --enable-suexec .endif -.if defined(WITH_JAPANESE) +.if ${PORT_OPTIONS:MJAPANESE} CONFIGURE_ARGS+= --enable-jp-mesg .endif -.if defined(WITH_SYSCTL_PS) +.if ${PORT_OPTIONS:MSYSCTL_PS} CONFIGURE_ARGS+= --enable-sysctl-ps .endif -.if defined(WITH_SIMPLE_INDEXING) +.if ${PORT_OPTIONS:MSIMPLE_INDEXING} CONFIGURE_ARGS+= --enable-simple-indexing .endif -.if defined(WITH_STRICT_PARSING) +.if ${PORT_OPTIONS:MSTRICT_PARSING} CONFIGURE_ARGS+= --enable-strict-parsing .endif Modified: head/x11-themes/sapphire-themes/Makefile ============================================================================== --- head/x11-themes/sapphire-themes/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/x11-themes/sapphire-themes/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Themes for sapphire +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + BROKEN= depends on conflicting packages (xli and xloadimage both installs bin/xsetbg) RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli \ Modified: head/x11/powershell/Makefile ============================================================================== --- head/x11/powershell/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/x11/powershell/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,7 +1,4 @@ -# Ports collection Makefile for: powershell -# Date created: 6 May 2000 -# Whom: Scott A. Moberly <smoberly@xavier.dyndns.org> -# +# Created by: Scott A. Moberly <smoberly@xavier.dyndns.org> # $FreeBSD$ # $MCom: ports/x11/powershell/Makefile,v 1.1 2006/10/04 19:44:10 ahze Exp $ @@ -14,6 +11,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A terminal emulator for the X11 +DEPRECATED= Broken for more then 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not configure USE_GNOME= gnomelibs gnomehier Modified: head/x11/wterm/Makefile ============================================================================== --- head/x11/wterm/Makefile Tue Feb 5 14:45:14 2013 (r311717) +++ head/x11/wterm/Makefile Tue Feb 5 15:07:10 2013 (r311718) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wterm -# Date created: 25 February 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# +# Created by: Chris Piazza <cpiazza@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wterm PORTVERSION= 6.2.9 @@ -14,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A color vt102 terminal emulator with transparency support +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker BROKEN= does not compile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302051507.r15F7Bbl020778>