diff options
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 de44b23d8c0..2b8c3969ee7 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 7d4e2968eab..00000000000 --- 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 c438a237e66..00000000000 --- 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 3f26acacff3..00000000000 --- 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 338bdae5fc3..00000000000 --- 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 a7c8f533a0f..00000000000 --- 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 2f4181e9a33..00000000000 --- 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 10d3ed4515d..00000000000 --- 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 |