diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-03 04:41:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-03 04:41:15 +0800 |
commit | 308b4a4799373d55845b98d318a9e2b063490a73 (patch) | |
tree | cd991e7bb9865f3e2568a214d608e853a9cefd34 /ports-mgmt | |
parent | 9c89ba78502d150513d4d32fa264c710ae337fde (diff) | |
download | freebsd-ports-gnome-308b4a4799373d55845b98d318a9e2b063490a73.tar.gz freebsd-ports-gnome-308b4a4799373d55845b98d318a9e2b063490a73.tar.zst freebsd-ports-gnome-308b4a4799373d55845b98d318a9e2b063490a73.zip |
Update to a snapshot of CVS from today to fix the build with GCC 3.4.
Reported by: pointyhat
Obtained from: FreeBSD CVS
Diffstat (limited to 'ports-mgmt')
-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 |
3 files changed, 7 insertions, 7 deletions
diff --git a/ports-mgmt/pkg_install/Makefile b/ports-mgmt/pkg_install/Makefile index fffd4d225c03..42d5dea625b9 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 24c53a6a6332..da531067c9ba 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 7a8a4d8203a6..2b22dfc3cb9f 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: |