summaryrefslogtreecommitdiff
path: root/sysutils/gentoo
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-05-10 09:17:58 +0000
committeradam <adam@pkgsrc.org>2004-05-10 09:17:58 +0000
commite8278b939a4490a3c7eafc6aef43b199feeebf09 (patch)
tree026e773e0132190105fed180d87af47ded189c84 /sysutils/gentoo
parent948ad865f5f39597724f4aff13a1a8552da71e06 (diff)
downloadpkgsrc-e8278b939a4490a3c7eafc6aef43b199feeebf09.tar.gz
Changes 0.11.51:
* Removed the -Wstrict-prototypes option since it causes warnings in GTK+ headers which are simply too annoying. Hopefully I won't regret this... *"Jaws" theme*. * Cleaned code in various places where warnings had earlier crept in hidden by the flood caused by GTK+ and -Wstrict-prototypes. * Removed printf() from hex-text-loader which I forgot in there. :/ * Regenerated Makefile, hopefully fixing problem with install. * Added "Video, MOV" type to default config; quietened mplayer. * Updated Italian translation, from F. Cosoleto.
Diffstat (limited to 'sysutils/gentoo')
-rw-r--r--sysutils/gentoo/Makefile4
-rw-r--r--sysutils/gentoo/distinfo9
-rw-r--r--sysutils/gentoo/patches/patch-aa6
-rw-r--r--sysutils/gentoo/patches/patch-ad13
4 files changed, 9 insertions, 23 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile
index 2c6cb091ab9..a695f5f22ab 100644
--- a/sysutils/gentoo/Makefile
+++ b/sysutils/gentoo/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2004/05/07 13:49:56 adam Exp $
+# $NetBSD: Makefile,v 1.16 2004/05/10 09:17:58 adam Exp $
-DISTNAME= gentoo-0.11.50
+DISTNAME= gentoo-0.11.51
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/}
diff --git a/sysutils/gentoo/distinfo b/sysutils/gentoo/distinfo
index 5a85f472364..eed14a244a1 100644
--- a/sysutils/gentoo/distinfo
+++ b/sysutils/gentoo/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.11 2004/05/07 13:49:56 adam Exp $
+$NetBSD: distinfo,v 1.12 2004/05/10 09:17:59 adam Exp $
-SHA1 (gentoo-0.11.50.tar.gz) = 10338dfe9aff4cf348df27a003ce6b42d5f9c411
-Size (gentoo-0.11.50.tar.gz) = 1325246 bytes
-SHA1 (patch-aa) = d8811ca4aa2f89e71b6d32bb4d0d16dbf1bb57ce
+SHA1 (gentoo-0.11.51.tar.gz) = 63e48ff9dc18d8f1f3ac79f8c95f90a243ec690e
+Size (gentoo-0.11.51.tar.gz) = 1309684 bytes
+SHA1 (patch-aa) = 567c5317e2cc1c8ddadce8efbc95a838fa4cfcad
SHA1 (patch-ab) = 2ccc42ab1781a71f2f1d179cd64d91ad04e58d3c
SHA1 (patch-ac) = ab5d886b29945fcb54baa94e47140516bd4db93e
-SHA1 (patch-ad) = b6bfe6fb361910cbf1ab5f64c17d55d8567170ff
SHA1 (patch-ae) = daa7cbed8d66af155f2624a0066b2f578e9a93c6
diff --git a/sysutils/gentoo/patches/patch-aa b/sysutils/gentoo/patches/patch-aa
index 5574abc6dfd..d21d3ac9b62 100644
--- a/sysutils/gentoo/patches/patch-aa
+++ b/sysutils/gentoo/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2004/05/07 13:49:56 adam Exp $
+$NetBSD: patch-aa,v 1.5 2004/05/10 09:17:59 adam Exp $
---- Makefile.in.orig 2004-05-03 19:29:13.000000000 +0000
+--- Makefile.in.orig 2004-05-03 22:13:18.000000000 +0000
+++ Makefile.in
-@@ -186,7 +186,7 @@ prefix = @prefix@
+@@ -194,7 +194,7 @@ prefix = @prefix@
program_transform_name = @program_transform_name@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
diff --git a/sysutils/gentoo/patches/patch-ad b/sysutils/gentoo/patches/patch-ad
deleted file mode 100644
index 37199fa1e81..00000000000
--- a/sysutils/gentoo/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2004/05/07 13:50:37 adam Exp $
-
---- po/Makefile.in.in.orig 2004-05-07 15:44:12.000000000 +0000
-+++ po/Makefile.in.in
-@@ -27,7 +27,7 @@ gettextsrcdir = $(datadir)/gettext/po
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- MKINSTALLDIRS = @MKINSTALLDIRS@
--mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
-+mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac`
-
- GMSGFMT = @GMSGFMT@
- MSGFMT = @MSGFMT@