diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-26 22:06:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-26 22:06:42 +0000 |
commit | ceadb96d87f2de3b8d674a7c32aba932b81ff35c (patch) | |
tree | 8ebb2b9d1d6acb01883ccc18af885213dcfefea3 /sysutils | |
parent | 6b05254d717d13ab8144a760921732888eb87df0 (diff) | |
download | ports-ceadb96d87f2de3b8d674a7c32aba932b81ff35c.tar.gz ports-ceadb96d87f2de3b8d674a7c32aba932b81ff35c.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pkg_install/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pkg_install/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pkg_install/files/patch-Makefile.inc | 11 | ||||
-rw-r--r-- | sysutils/pkg_install/files/patch-lib_Makefile | 12 |
4 files changed, 14 insertions, 17 deletions
diff --git a/sysutils/pkg_install/Makefile b/sysutils/pkg_install/Makefile index 42d5dea625b9..af241a4a7bfb 100644 --- a/sysutils/pkg_install/Makefile +++ b/sysutils/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/sysutils/pkg_install/distinfo b/sysutils/pkg_install/distinfo index da531067c9ba..e2fee28bb039 100644 --- a/sysutils/pkg_install/distinfo +++ b/sysutils/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/sysutils/pkg_install/files/patch-Makefile.inc b/sysutils/pkg_install/files/patch-Makefile.inc index afe320568cd0..2f032e6e7d86 100644 --- a/sysutils/pkg_install/files/patch-Makefile.inc +++ b/sysutils/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/sysutils/pkg_install/files/patch-lib_Makefile b/sysutils/pkg_install/files/patch-lib_Makefile index 238d8e57cca5..08886b2b87a6 100644 --- a/sysutils/pkg_install/files/patch-lib_Makefile +++ b/sysutils/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/sysutils/pkg_install/files/Attic/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/sysutils/pkg_install/files/Attic/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 + |