pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/GConf2 Avoid creating an empty directory that is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/020c32525121
branches:  trunk
changeset: 466823:020c32525121
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Jan 23 17:51:24 2004 +0000

description:
Avoid creating an empty directory that is later not available in binary
packages and produces a warning message when pkg_delete'ing.
Bump PKGREVISION to 1.

diffstat:

 devel/GConf2/Makefile         |   3 ++-
 devel/GConf2/PLIST            |   3 +--
 devel/GConf2/distinfo         |   3 ++-
 devel/GConf2/patches/patch-af |  15 +++++++++++++++
 4 files changed, 20 insertions(+), 4 deletions(-)

diffs (65 lines):

diff -r 5daf210d6ed3 -r 020c32525121 devel/GConf2/Makefile
--- a/devel/GConf2/Makefile     Fri Jan 23 17:37:55 2004 +0000
+++ b/devel/GConf2/Makefile     Fri Jan 23 17:51:24 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2003/12/14 19:44:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/23 17:51:24 jmmv Exp $
 #
 
 .include "../../devel/GConf2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/GConf/GConf2/}
+PKGREVISION=   1
 
 USE_PKGINSTALL=        YES
 
diff -r 5daf210d6ed3 -r 020c32525121 devel/GConf2/PLIST
--- a/devel/GConf2/PLIST        Fri Jan 23 17:37:55 2004 +0000
+++ b/devel/GConf2/PLIST        Fri Jan 23 17:51:24 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2003/12/14 19:44:38 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.12 2004/01/23 17:51:24 jmmv Exp $
 bin/gconftool-2
 include/gconf/2/gconf/gconf-changeset.h
 include/gconf/2/gconf/gconf-client.h
@@ -78,7 +78,6 @@
 @dirrm share/gconf/schemas
 @unexec ${RMDIR} -p %D/share/gconf 2>/dev/null || ${TRUE}
 @dirrm share/examples/GConf2
-@dirrm share/doc/html/gconf
 @dirrm lib/GConf/2
 @unexec ${RMDIR} -p %D/lib/GConf 2>/dev/null || ${TRUE}
 @dirrm include/gconf/2/gconf
diff -r 5daf210d6ed3 -r 020c32525121 devel/GConf2/distinfo
--- a/devel/GConf2/distinfo     Fri Jan 23 17:37:55 2004 +0000
+++ b/devel/GConf2/distinfo     Fri Jan 23 17:51:24 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2003/12/28 14:24:49 jmmv Exp $
+$NetBSD: distinfo,v 1.9 2004/01/23 17:51:24 jmmv Exp $
 
 SHA1 (GConf-2.4.0.1.tar.bz2) = 190ed06d34699976a9a425e9e14d4ccb26220ba8
 Size (GConf-2.4.0.1.tar.bz2) = 1288876 bytes
@@ -7,3 +7,4 @@
 SHA1 (patch-ac) = de42b523072ff5eac020525c2ccb4ce93ed792c6
 SHA1 (patch-ad) = 50b0d919768b179d0209c49aee25a7c64ca5b497
 SHA1 (patch-ae) = 292895b5a71e9b21963d258c6eeed976c9b01d30
+SHA1 (patch-af) = 1ea380a3cef4ea2cc561269f4389a89a7b44e7b6
diff -r 5daf210d6ed3 -r 020c32525121 devel/GConf2/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf2/patches/patch-af     Fri Jan 23 17:51:24 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2004/01/23 17:51:24 jmmv Exp $
+
+The package does not install documentation, so avoid creating the directory
+that should contain it.
+
+--- doc/gconf/Makefile.in.orig 2004-01-23 18:41:17.000000000 +0100
++++ doc/gconf/Makefile.in
+@@ -381,6 +381,7 @@ maintainer-clean-local: clean
+       cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
+ 
+ install-data-local:
++dontdo-install-data-local:
+       $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
+       (installfiles=`echo $(srcdir)/html/*`; \
+       if test "$$installfiles" = '$(srcdir)/html/*'; \



Home | Main Index | Thread Index | Old Index