diff options
author | adam <adam> | 2003-12-12 11:56:05 +0000 |
---|---|---|
committer | adam <adam> | 2003-12-12 11:56:05 +0000 |
commit | 203ee32d6fa975426e7943066be66f1cf6770184 (patch) | |
tree | 07fb521e6f3b58e55a4026b0c2fa6569bcab935a /sysutils | |
parent | a88f483b6a078daaf6818f1d348cea3b93b99a15 (diff) | |
download | pkgsrc-203ee32d6fa975426e7943066be66f1cf6770184.tar.gz |
Changes 0.11.45:
* Fixed logic error in Move that caused it to incorrectly fail when
moving in the same filesystem (and be very sneaky about it unless
you were using FAM). Also made it stop trying to avoid "needless"
directory rescanning.
* Fixed broken formatting string in MkDir command's overwrite init.
* The Configure command's option text was untranslatable. Fixed,
and translated it into Swedish.
* gentoo no longer tries to copy attributes for smlinks.
* Updated Russian translation.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gentoo/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gentoo/PLIST | 8 | ||||
-rw-r--r-- | sysutils/gentoo/distinfo | 7 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-ab | 13 |
4 files changed, 26 insertions, 6 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index e5a4f29963f..d34b7752ba1 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/10/05 09:26:55 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/12/12 11:56:05 adam Exp $ # -DISTNAME= gentoo-0.11.35 +DISTNAME= gentoo-0.11.45 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/} diff --git a/sysutils/gentoo/PLIST b/sysutils/gentoo/PLIST index b44ad685bb9..31eda0818b3 100644 --- a/sysutils/gentoo/PLIST +++ b/sysutils/gentoo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/07 10:12:42 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/12/12 11:56:05 adam Exp $ bin/gentoo share/examples/gentoo/gentoogtkrc share/examples/gentoo/gentoorc @@ -127,6 +127,12 @@ share/gentoo/icons/xpm.xpm share/gentoo/icons/xpm2.xpm ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gentoo.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gentoo.mo +${PKGLOCALEDIR}/locale/ru_RU.CP1251/LC_MESSAGES/gentoo.mo +${PKGLOCALEDIR}/locale/ru_RU.KOI8-R/LC_MESSAGES/gentoo.mo +${PKGLOCALEDIR}/locale/ru_RU.UTF-8/LC_MESSAGES/gentoo.mo +${PKGLOCALEDIR}/locale/ru_RU.cp1251/LC_MESSAGES/gentoo.mo +${PKGLOCALEDIR}/locale/ru_RU.koi8r/LC_MESSAGES/gentoo.mo +${PKGLOCALEDIR}/locale/ru_RU.utf8/LC_MESSAGES/gentoo.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gentoo.mo @dirrm share/gentoo/icons @dirrm share/gentoo diff --git a/sysutils/gentoo/distinfo b/sysutils/gentoo/distinfo index 195197df80b..c053be9225e 100644 --- a/sysutils/gentoo/distinfo +++ b/sysutils/gentoo/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2003/10/05 09:26:55 wiz Exp $ +$NetBSD: distinfo,v 1.9 2003/12/12 11:56:05 adam Exp $ -SHA1 (gentoo-0.11.35.tar.gz) = a09676d112ab9261daa501f645096ec2c7b64e42 -Size (gentoo-0.11.35.tar.gz) = 1024149 bytes +SHA1 (gentoo-0.11.45.tar.gz) = 4afac32148fe34d02c58ec694cd2151f6d6c7c52 +Size (gentoo-0.11.45.tar.gz) = 1237565 bytes SHA1 (patch-aa) = 49bf9ba554a7fa443c6176fc44a11bcae046cc9d +SHA1 (patch-ab) = 3919e348efb207ad3fedcf038b495ada9ec80217 SHA1 (patch-ae) = daa7cbed8d66af155f2624a0066b2f578e9a93c6 diff --git a/sysutils/gentoo/patches/patch-ab b/sysutils/gentoo/patches/patch-ab new file mode 100644 index 00000000000..1845616d920 --- /dev/null +++ b/sysutils/gentoo/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2003/12/12 11:57:05 adam Exp $ + +--- configure.orig 2003-12-12 12:15:39.000000000 +0000 ++++ configure +@@ -2717,7 +2717,7 @@ _ACEOF + + GENTOO_CFLAGS="$GENTOO_CFLAGS -g -pg" + else +- GENTOO_CFLAGS="$GENTOO_CFLAGS -O2" ++ GENTOO_CFLAGS="$GENTOO_CFLAGS $CFLAGS" + fi; + + |