diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-02 04:47:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-02 04:47:31 +0800 |
commit | 709a729663934005314b429e89c1dc8f0380d225 (patch) | |
tree | c879b4baaa58d33689a15465a8427ba776e08080 /sysutils | |
parent | ab39fd6e9f8546b37f616a662d8f572b35aad04c (diff) | |
download | freebsd-ports-gnome-709a729663934005314b429e89c1dc8f0380d225.tar.gz freebsd-ports-gnome-709a729663934005314b429e89c1dc8f0380d225.tar.zst freebsd-ports-gnome-709a729663934005314b429e89c1dc8f0380d225.zip |
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>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pkg_install/Makefile | 7 | ||||
-rw-r--r-- | sysutils/pkg_install/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/pkg_install/Makefile b/sysutils/pkg_install/Makefile index 4346c9a1c6e7..28bd914e772c 100644 --- a/sysutils/pkg_install/Makefile +++ b/sysutils/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/sysutils/pkg_install/pkg-plist b/sysutils/pkg_install/pkg-plist index 15d5f185a1dd..f4c62b027a74 100644 --- a/sysutils/pkg_install/pkg-plist +++ b/sysutils/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 |