diff options
author | tron <tron> | 2003-04-11 11:40:30 +0000 |
---|---|---|
committer | tron <tron> | 2003-04-11 11:40:30 +0000 |
commit | 41d69aeaae147c6c6cc623bbfa904a825a44c04c (patch) | |
tree | f844cc70f9ae51d9bfbdd974f9dd43a8b35d02e2 /misc | |
parent | 887cd37a260d820501fe405a3e5aa75800f63806 (diff) | |
download | pkgsrc-41d69aeaae147c6c6cc623bbfa904a825a44c04c.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')
-rw-r--r-- | misc/gnome-utils/patches/patch-ad | 14 | ||||
-rw-r--r-- | misc/gnome-utils/patches/patch-ae | 22 |
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) |