diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-27 06:06:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-27 06:06:42 +0800 |
commit | 6e1c66f6fe2c73e1ae64cc913780b8ca60f8845c (patch) | |
tree | ef89f5ab9dc4eee6ab0d1b2b3e211d1623583f50 /ports-mgmt/pkg_install | |
parent | 95388159f70e40336d1cec8cb23b2d800a9f3c9d (diff) | |
download | freebsd-ports-gnome-6e1c66f6fe2c73e1ae64cc913780b8ca60f8845c.tar.gz freebsd-ports-gnome-6e1c66f6fe2c73e1ae64cc913780b8ca60f8845c.tar.zst freebsd-ports-gnome-6e1c66f6fe2c73e1ae64cc913780b8ca60f8845c.zip |
Update to today's snapshot of pkg_install.
Diffstat (limited to 'ports-mgmt/pkg_install')
-rw-r--r-- | ports-mgmt/pkg_install/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/files/patch-Makefile.inc | 11 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/files/patch-lib_Makefile | 12 |
4 files changed, 14 insertions, 17 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile index 42d5dea625b9..af241a4a7bfb 100644 --- a/ports-mgmt/pkg_install/Makefile +++ b/ports-mgmt/pkg_install/Makefile @@ -6,14 +6,14 @@ # PORTNAME= pkg_install -PORTVERSION= 20040802 +PORTVERSION= 20050226 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~marcus/ MASTER_SITE_SUBDIR= marcus MAINTAINER= portmgr@freebsd.org -COMMENT= FreeBSD 5.X version of the package tools for older system releases +COMMENT= FreeBSD -CURRENT version of the pkg tools for older system releases MANCOMPRESSED= yes diff --git a/ports-mgmt/pkg_install/distinfo b/ports-mgmt/pkg_install/distinfo index da531067c9ba..e2fee28bb039 100644 --- a/ports-mgmt/pkg_install/distinfo +++ b/ports-mgmt/pkg_install/distinfo @@ -1,2 +1,2 @@ -MD5 (pkg_install-20040802.tar.gz) = a545de6bd36eb010b591de55845203ec -SIZE (pkg_install-20040802.tar.gz) = 87595 +MD5 (pkg_install-20050226.tar.gz) = 327bee3a53159ef4a13141733b06219f +SIZE (pkg_install-20050226.tar.gz) = 87945 diff --git a/ports-mgmt/pkg_install/files/patch-Makefile.inc b/ports-mgmt/pkg_install/files/patch-Makefile.inc index afe320568cd0..2f032e6e7d86 100644 --- a/ports-mgmt/pkg_install/files/patch-Makefile.inc +++ b/ports-mgmt/pkg_install/files/patch-Makefile.inc @@ -1,13 +1,12 @@ ---- Makefile.inc.orig Mon Oct 18 15:09:20 2004 -+++ Makefile.inc Mon Oct 18 15:10:08 2004 -@@ -7,10 +7,12 @@ +--- Makefile.inc.orig Tue Dec 21 05:16:03 2004 ++++ Makefile.inc Sat Feb 26 17:02:17 2005 +@@ -7,9 +7,11 @@ .endif - .if !defined(NOCRYPT) && !defined(NO_OPENSSL) && \ + .if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && \ - defined(LDADD) && ${LDADD:M-lfetch} != "" -+ defined(LDADD) ++ defined(LDADD) +.if ${LDADD:M-lfetch} != "" - DISTRIBUTION= crypto DPADD+= ${LIBSSL} ${LIBCRYPTO} LDADD+= -lssl -lcrypto +.endif diff --git a/ports-mgmt/pkg_install/files/patch-lib_Makefile b/ports-mgmt/pkg_install/files/patch-lib_Makefile index 2b22dfc3cb9f..daa6c5966548 100644 --- a/ports-mgmt/pkg_install/files/patch-lib_Makefile +++ b/ports-mgmt/pkg_install/files/patch-lib_Makefile @@ -1,17 +1,15 @@ ---- lib/Makefile.orig Wed Jul 28 03:19:15 2004 -+++ lib/Makefile Mon Aug 2 16:37:51 2004 -@@ -1,13 +1,17 @@ - # $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.3 2004-08-02 20:41:15 marcus Exp $ +--- lib/Makefile.orig Sun Oct 24 11:33:07 2004 ++++ lib/Makefile Sat Feb 26 17:03:27 2005 +@@ -1,11 +1,15 @@ + # $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.4 2005-02-26 22:06:42 marcus Exp $ LIB= install --INTERNALLIB= YES +-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 +NOPROFILE= yes +NOPIC= yes - CFLAGS+= ${DEBUG} - WARNS?= 3 WFORMAT?= 1 + |