diff options
author | rene <rene@FreeBSD.org> | 2014-05-04 18:51:02 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-05-04 18:51:02 +0800 |
commit | acfb6718e772ece24a306d036b3e941633e26707 (patch) | |
tree | dc2a77fb28bb97e39d913fa8c2e661b6e3af9bd3 /ports-mgmt | |
parent | d7206c13bdc5429b2d5d9499765ff8a9833b04ab (diff) | |
download | freebsd-ports-gnome-acfb6718e772ece24a306d036b3e941633e26707.tar.gz freebsd-ports-gnome-acfb6718e772ece24a306d036b3e941633e26707.tar.zst freebsd-ports-gnome-acfb6718e772ece24a306d036b3e941633e26707.zip |
Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/Makefile | 56 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/files/Makefile.inc | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/files/patch-Makefile.inc | 18 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/files/patch-lib_Makefile | 22 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/pkg-descr | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/pkg-plist | 8 |
8 files changed, 0 insertions, 115 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index de44b23d8c06..2b8c3969ee7b 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -39,7 +39,6 @@ SUBDIR += pkg_add_it SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves - SUBDIR += pkg_install SUBDIR += pkg_jail SUBDIR += pkg_remove SUBDIR += pkg_replace diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile deleted file mode 100644 index 7d4e2968eab4..000000000000 --- a/ports-mgmt/pkg_install/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Created by: Oliver Eikemeier -# $FreeBSD$ - -PORTNAME= pkg_install -PORTVERSION= 20120822 -CATEGORIES= ports-mgmt -MASTER_SITES= LOCAL/bapt \ - http://people.FreeBSD.org/~bapt/distfiles/ - -MAINTAINER= portmgr@FreeBSD.org -COMMENT= FreeBSD -STABLE version of the package tools - -DEPRECATED= Replaced by ports-mgmt/pkg -EXPIRATION_DATE= 2014-04-30 - -LICENSE= BSD - -MANCOMPRESSED= yes -MAN1= pkg_add.1 pkg_create.1 pkg_delete.1 \ - pkg_info.1 pkg_updating.1 pkg_version.1 - -MAKE_ARGS= -DNO_OBJ -DNO_CRYPT -DNO_OPENSSL WARNS=0 - -OPTIONS_DEFINE= WRAPPER -OPTIONS_DEFAULT= WRAPPER -WRAPPER_DESC= Use ports version instead of base if more recent - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MWRAPPER} -PLIST_SUB+= WRAPPER="" -.else -PLIST_SUB+= WRAPPER="@comment " -.endif - -pre-configure: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - -e 's,%%MANPREFIX%%,${MANPREFIX},g' \ - ${FILESDIR}/Makefile.inc > ${WRKDIR}/Makefile.inc - -# This enables the wrapper -.if ${PORT_OPTIONS:MWRAPPER} -post-install: - ${ECHO} "${PORTVERSION} ${PREFIX}/sbin" > /var/db/${PORTNAME}.conf -.endif - -deinstall: - @if ${PKG_INFO} -e ${PKGNAME}; then \ - ${PKG_DELETE} -f ${PKGNAME}; \ - else \ - ${ECHO_MSG} "===> ${PKGNAME} not installed; skipping"; \ - fi - @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} - -.include <bsd.port.mk> diff --git a/ports-mgmt/pkg_install/distinfo b/ports-mgmt/pkg_install/distinfo deleted file mode 100644 index c438a237e66d..000000000000 --- a/ports-mgmt/pkg_install/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pkg_install-20120822.tar.gz) = 0091361a3d08f955470be2a2e2c562367dfc6b5014ccd77339f3fb64a7f85651 -SIZE (pkg_install-20120822.tar.gz) = 82328 diff --git a/ports-mgmt/pkg_install/files/Makefile.inc b/ports-mgmt/pkg_install/files/Makefile.inc deleted file mode 100644 index 3f26acacff36..000000000000 --- a/ports-mgmt/pkg_install/files/Makefile.inc +++ /dev/null @@ -1,4 +0,0 @@ -# $FreeBSD$ - -BINDIR=%%PREFIX%%/sbin -MANDIR=%%MANPREFIX%%/man/man diff --git a/ports-mgmt/pkg_install/files/patch-Makefile.inc b/ports-mgmt/pkg_install/files/patch-Makefile.inc deleted file mode 100644 index 338bdae5fc36..000000000000 --- a/ports-mgmt/pkg_install/files/patch-Makefile.inc +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.inc.orig 2008-04-09 16:15:05.000000000 +0100 -+++ Makefile.inc 2008-04-09 16:15:21.000000000 +0100 -@@ -4,11 +4,13 @@ - - LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a - --.if ${MK_OPENSSL} != "no" && \ -- defined(LDADD) && ${LDADD:M-lfetch} != "" -+.if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && \ -+ defined(LDADD) -+.if ${LDADD:M-lfetch} != "" - DPADD+= ${LIBSSL} ${LIBCRYPTO} - LDADD+= -lssl -lcrypto - .endif -+.endif - - # Inherit BINDIR from one level up. - .include "../Makefile.inc" diff --git a/ports-mgmt/pkg_install/files/patch-lib_Makefile b/ports-mgmt/pkg_install/files/patch-lib_Makefile deleted file mode 100644 index a7c8f533a0fe..000000000000 --- a/ports-mgmt/pkg_install/files/patch-lib_Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- lib/Makefile.orig 2008-04-07 11:16:05.000000000 +0100 -+++ lib/Makefile 2008-04-09 16:39:06.000000000 +0100 -@@ -1,11 +1,18 @@ - # $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.5 2008-04-09 15:44:45 flz Exp $ - - LIB= install --INTERNALLIB= - SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \ - deps.c version.c pkgwrap.c url.c - -+NO_PROFILE= yes -+NO_PIC= yes -+NOPROFILE= yes -+NOPIC= yes -+ - WARNS?= 3 - WFORMAT?= 1 - -+install: -+ @echo -n -+ - .include <bsd.lib.mk> diff --git a/ports-mgmt/pkg_install/pkg-descr b/ports-mgmt/pkg_install/pkg-descr deleted file mode 100644 index 2f4181e9a337..000000000000 --- a/ports-mgmt/pkg_install/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -FreeBSD -CURRENT version of the pkg_install suite of tools for doing -maintenance of software packages. - -WWW: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/pkg_install/ diff --git a/ports-mgmt/pkg_install/pkg-plist b/ports-mgmt/pkg_install/pkg-plist deleted file mode 100644 index 10d3ed4515dc..000000000000 --- a/ports-mgmt/pkg_install/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -sbin/pkg_add -sbin/pkg_create -sbin/pkg_delete -sbin/pkg_info -sbin/pkg_updating -sbin/pkg_version -%%WRAPPER%%@cwd /var/db -%%WRAPPER%%pkg_install.conf |