diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-02 20:41:15 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-02 20:41:15 +0000 |
commit | 308b4a4799373d55845b98d318a9e2b063490a73 (patch) | |
tree | cd991e7bb9865f3e2568a214d608e853a9cefd34 | |
parent | 9c89ba78502d150513d4d32fa264c710ae337fde (diff) | |
download | FreeBSD-ports-308b4a4799373d55845b98d318a9e2b063490a73.zip FreeBSD-ports-308b4a4799373d55845b98d318a9e2b063490a73.tar.gz |
Update to a snapshot of CVS from today to fix the build with GCC 3.4.
Reported by: pointyhat
Obtained from: FreeBSD CVS
-rw-r--r-- | ports-mgmt/pkg_install/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg_install/files/patch-lib_Makefile | 8 | ||||
-rw-r--r-- | sysutils/pkg_install/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pkg_install/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pkg_install/files/patch-lib_Makefile | 8 |
6 files changed, 14 insertions, 14 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile index fffd4d2..42d5dea 100644 --- a/ports-mgmt/pkg_install/Makefile +++ b/ports-mgmt/pkg_install/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pkg_install -PORTVERSION= 20040705 +PORTVERSION= 20040802 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~marcus/ diff --git a/ports-mgmt/pkg_install/distinfo b/ports-mgmt/pkg_install/distinfo index 24c53a6..da53106 100644 --- a/ports-mgmt/pkg_install/distinfo +++ b/ports-mgmt/pkg_install/distinfo @@ -1,2 +1,2 @@ -MD5 (pkg_install-20040705.tar.gz) = 826b0791d0c64a19f3b08919e91a81c9 -SIZE (pkg_install-20040705.tar.gz) = 87257 +MD5 (pkg_install-20040802.tar.gz) = a545de6bd36eb010b591de55845203ec +SIZE (pkg_install-20040802.tar.gz) = 87595 diff --git a/ports-mgmt/pkg_install/files/patch-lib_Makefile b/ports-mgmt/pkg_install/files/patch-lib_Makefile index 7a8a4d8..2b22dfc 100644 --- a/ports-mgmt/pkg_install/files/patch-lib_Makefile +++ b/ports-mgmt/pkg_install/files/patch-lib_Makefile @@ -1,7 +1,7 @@ ---- lib/Makefile.orig Tue Jun 29 15:06:42 2004 -+++ lib/Makefile Mon Jul 5 20:14:05 2004 +--- 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.2 2004-07-06 00:17:35 marcus Exp $ + # $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.3 2004-08-02 20:41:15 marcus Exp $ LIB= install -INTERNALLIB= YES @@ -12,7 +12,7 @@ CFLAGS+= ${DEBUG} - WARNS?= 6 + WARNS?= 3 WFORMAT?= 1 + +install: diff --git a/sysutils/pkg_install/Makefile b/sysutils/pkg_install/Makefile index fffd4d2..42d5dea 100644 --- a/sysutils/pkg_install/Makefile +++ b/sysutils/pkg_install/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pkg_install -PORTVERSION= 20040705 +PORTVERSION= 20040802 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~marcus/ diff --git a/sysutils/pkg_install/distinfo b/sysutils/pkg_install/distinfo index 24c53a6..da53106 100644 --- a/sysutils/pkg_install/distinfo +++ b/sysutils/pkg_install/distinfo @@ -1,2 +1,2 @@ -MD5 (pkg_install-20040705.tar.gz) = 826b0791d0c64a19f3b08919e91a81c9 -SIZE (pkg_install-20040705.tar.gz) = 87257 +MD5 (pkg_install-20040802.tar.gz) = a545de6bd36eb010b591de55845203ec +SIZE (pkg_install-20040802.tar.gz) = 87595 diff --git a/sysutils/pkg_install/files/patch-lib_Makefile b/sysutils/pkg_install/files/patch-lib_Makefile index 9c2b8ef..238d8e5 100644 --- a/sysutils/pkg_install/files/patch-lib_Makefile +++ b/sysutils/pkg_install/files/patch-lib_Makefile @@ -1,7 +1,7 @@ ---- lib/Makefile.orig Tue Jun 29 15:06:42 2004 -+++ lib/Makefile Mon Jul 5 20:14:05 2004 +--- 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.2 2004-07-06 00:17:35 marcus Exp $ + # $FreeBSD: /tmp/pcvs/ports/sysutils/pkg_install/files/Attic/patch-lib_Makefile,v 1.3 2004-08-02 20:41:15 marcus Exp $ LIB= install -INTERNALLIB= YES @@ -12,7 +12,7 @@ CFLAGS+= ${DEBUG} - WARNS?= 6 + WARNS?= 3 WFORMAT?= 1 + +install: |