1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Update to today's snapshot of pkg_install.

This commit is contained in:
Joe Marcus Clarke 2005-02-26 22:06:42 +00:00
parent 6b05254d71
commit ceadb96d87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129863
8 changed files with 28 additions and 34 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
+

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
+