summaryrefslogtreecommitdiff
path: root/misc/gnome-utils
diff options
context:
space:
mode:
authortron <tron>2003-04-11 11:40:30 +0000
committertron <tron>2003-04-11 11:40:30 +0000
commit1977b5c4c5c13e5341ba5d78aa0a27dd01d972d3 (patch)
treef844cc70f9ae51d9bfbdd974f9dd43a8b35d02e2 /misc/gnome-utils
parenta712963f979ed09ac1cfa0dbb2597dc7f92410d5 (diff)
downloadpkgsrc-1977b5c4c5c13e5341ba5d78aa0a27dd01d972d3.tar.gz
Don't build and install the "guname" program. It didn't work anyway (at
least under NetBSD) and caused a conflict with the "core-utils" package. Bump package revision to reflect change.
Diffstat (limited to 'misc/gnome-utils')
-rw-r--r--misc/gnome-utils/patches/patch-ad14
-rw-r--r--misc/gnome-utils/patches/patch-ae22
2 files changed, 36 insertions, 0 deletions
diff --git a/misc/gnome-utils/patches/patch-ad b/misc/gnome-utils/patches/patch-ad
new file mode 100644
index 00000000000..3daf8730000
--- /dev/null
+++ b/misc/gnome-utils/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.5 2003/04/11 11:40:30 tron Exp $
+
+--- mini-utils/Makefile.am.orig 2001-04-23 06:07:59.000000000 +0200
++++ mini-utils/Makefile.am 2003-04-11 13:26:14.000000000 +0200
+@@ -3,7 +3,7 @@
+ endif
+
+ # Not made currently
+-# gsu gpenguin
++# gsu gpenguin guname
+
+-SUBDIRS = gshutdown guname gw gless $(idetool) \
++SUBDIRS = gshutdown gw gless $(idetool) \
+ gfontsel gcolorsel
diff --git a/misc/gnome-utils/patches/patch-ae b/misc/gnome-utils/patches/patch-ae
new file mode 100644
index 00000000000..c9d53c6b14a
--- /dev/null
+++ b/misc/gnome-utils/patches/patch-ae
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.3 2003/04/11 11:40:31 tron Exp $
+
+--- mini-utils/Makefile.in.orig 2002-02-01 05:47:37.000000000 +0100
++++ mini-utils/Makefile.in 2003-04-11 13:25:37.000000000 +0200
+@@ -201,7 +201,7 @@
+ # Not made currently
+ # gsu gpenguin
+
+-SUBDIRS = gshutdown guname gw gless $(idetool) gfontsel gcolorsel
++SUBDIRS = gshutdown gw gless $(idetool) gfontsel gcolorsel
+
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+@@ -213,7 +213,7 @@
+
+ TAR = gtar
+ GZIP_ENV = --best
+-DIST_SUBDIRS = gshutdown guname gw gless idetool gfontsel gcolorsel
++DIST_SUBDIRS = gshutdown gw gless idetool gfontsel gcolorsel
+ all: all-redirect
+ .SUFFIXES:
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)