summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2001-01-21 17:40:34 +0000
committertron <tron>2001-01-21 17:40:34 +0000
commit50de5928341967c56fe5851bfc32c9b8ae6b8260 (patch)
treeee100ed572f908778254df424e6b069054d3038e
parentc50511d43e34826a48248ae7e6dee52d3e57d5ac (diff)
downloadpkgsrc-50de5928341967c56fe5851bfc32c9b8ae6b8260.tar.gz
Because "gpatch" used on Solaris doesn't accept the patch file add the
missing newline manually with a "echo".
-rw-r--r--x11/controlcenter/Makefile5
-rw-r--r--x11/controlcenter/files/patch-sum3
-rw-r--r--x11/controlcenter/patches/patch-ad12
3 files changed, 5 insertions, 15 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
index ae7ebbca17f..cda54aa0a04 100644
--- a/x11/controlcenter/Makefile
+++ b/x11/controlcenter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2000/11/27 11:55:03 itojun Exp $
+# $NetBSD: Makefile,v 1.26 2001/01/21 17:40:34 tron Exp $
DISTNAME= control-center-1.2.2
CATEGORIES= x11 gnome
@@ -26,6 +26,9 @@ CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
+post-patch:
+ @${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in ""
+
post-install:
${RMDIR} ${PREFIX}/share/gnome/help/control-center/C/stylesheet-images
diff --git a/x11/controlcenter/files/patch-sum b/x11/controlcenter/files/patch-sum
index 745d195586a..b83694baa79 100644
--- a/x11/controlcenter/files/patch-sum
+++ b/x11/controlcenter/files/patch-sum
@@ -1,6 +1,5 @@
-$NetBSD: patch-sum,v 1.7 2001/01/21 17:28:20 tron Exp $
+$NetBSD: patch-sum,v 1.8 2001/01/21 17:40:35 tron Exp $
MD5 (patch-aa) = e5fe16885fac47fbe25735544113aecd
MD5 (patch-ab) = 9885e5f161fdfbfa9b3c5f6b9060fee2
MD5 (patch-ac) = 870967e0d116bd3450c26db64e230fb1
-MD5 (patch-ad) = 3141258e3455d7cc37671f53ec85d13d
diff --git a/x11/controlcenter/patches/patch-ad b/x11/controlcenter/patches/patch-ad
deleted file mode 100644
index 871078e5810..00000000000
--- a/x11/controlcenter/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/01/21 17:28:21 tron Exp $
-
-Add a missing space at the end of the file.
-
---- control-center/cappletConf.sh.in.orig Sun Sep 19 00:30:38 1999
-+++ control-center/cappletConf.sh.in Sun Jan 21 18:15:35 2001
-@@ -1,4 +1,4 @@
- CAPPLET_LIBDIR="@GNOME_LIBDIR@"
- CAPPLET_LIBS="-lcapplet @GNOMEUI_LIBS@ @ORB_LIBS@ -lgnorba"
- CAPPLET_INCLUDEDIR="@GNOME_INCLUDEDIR@"
--MODULE_VERSION="capplet-@VERSION@"
-+MODULE_VERSION="capplet-@VERSION@"