diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-01 20:47:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-01 20:47:31 +0000 |
commit | e78db356ad934ffceb087811e76220bfa431c273 (patch) | |
tree | aa8463a4c0bca967b1fa2cb90ab1f5c8f96f8e8d /ports-mgmt/pkg_install | |
parent | - New port mail/p5-Email-LocalDelivery (diff) |
Remove OpenSSL support in this port so that it does not depend on any other
port to be installed. Note, the port still uses USE_BZIP2, but as soon
as the local mirrors update, I will remove this as well.
This prevents infinite loops on systems <= 4.6.
Discussed with: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=88307
Diffstat (limited to 'ports-mgmt/pkg_install')
-rw-r--r-- | ports-mgmt/pkg_install/Makefile | 7 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile index 4346c9a1c6e7..28bd914e772c 100644 --- a/ports-mgmt/pkg_install/Makefile +++ b/ports-mgmt/pkg_install/Makefile @@ -7,6 +7,7 @@ PORTNAME= pkg_install PORTVERSION= 20030714 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= marcus @@ -15,14 +16,12 @@ MAINTAINER= portmgr@freebsd.org COMMENT= FreeBSD 5.x version of the package tools for older system releases USE_BZIP2= yes -USE_OPENSSL= yes MANCOMPRESSED= yes MAN1= pkg_add.1 pkg_create.1 pkg_delete.1 \ - pkg_info.1 pkg_sign.1 pkg_version.1 -MLINKS= pkg_sign.1 pkg_check.1 + pkg_info.1 pkg_version.1 -MAKE_ARGS= -DNOOBJ +MAKE_ARGS= -DNOOBJ -DNOCRYPT -DNO_OPENSSL .include <bsd.port.pre.mk> diff --git a/ports-mgmt/pkg_install/pkg-plist b/ports-mgmt/pkg_install/pkg-plist index 15d5f185a1dd..f4c62b027a74 100644 --- a/ports-mgmt/pkg_install/pkg-plist +++ b/ports-mgmt/pkg_install/pkg-plist @@ -1,7 +1,5 @@ sbin/pkg_add -sbin/pkg_check sbin/pkg_create sbin/pkg_delete sbin/pkg_info -sbin/pkg_sign sbin/pkg_version |