summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2011-01-17 16:31:53 +0000
committerdrochner <drochner>2011-01-17 16:31:53 +0000
commit31e6c0384974b3b8feb5f866b999a4e2655368a9 (patch)
treec98044101ee76ae3ee18657dcc48ca58beb0db9a
parent74f2c033629e7c51235ea803dc0f1e86b30c1e44 (diff)
downloadpkgsrc-31e6c0384974b3b8feb5f866b999a4e2655368a9.tar.gz
the API doc isn't even installed -- skip documentation build and
drop build dependency on doxygen (no change to installed pkg)
-rw-r--r--sysutils/gnome-vfsmm/Makefile4
-rw-r--r--sysutils/gnome-vfsmm/distinfo3
-rw-r--r--sysutils/gnome-vfsmm/patches/patch-aa13
3 files changed, 17 insertions, 3 deletions
diff --git a/sysutils/gnome-vfsmm/Makefile b/sysutils/gnome-vfsmm/Makefile
index 7ee99cf46f0..a0214140c51 100644
--- a/sysutils/gnome-vfsmm/Makefile
+++ b/sysutils/gnome-vfsmm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2011/01/13 13:36:47 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2011/01/17 16:31:53 drochner Exp $
DISTNAME= gnome-vfsmm-2.26.0
PKGREVISION= 4
@@ -12,7 +12,7 @@ COMMENT= C++ bindings for gnome-vfs
PKG_DESTDIR_SUPPORT= user-destdir
-BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
+#BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff --git a/sysutils/gnome-vfsmm/distinfo b/sysutils/gnome-vfsmm/distinfo
index df24fd3fc0d..2c240adaefd 100644
--- a/sysutils/gnome-vfsmm/distinfo
+++ b/sysutils/gnome-vfsmm/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2009/03/22 10:27:55 wiz Exp $
+$NetBSD: distinfo,v 1.11 2011/01/17 16:31:53 drochner Exp $
SHA1 (gnome-vfsmm-2.26.0.tar.bz2) = a8a8093c3b99b3391981b5ff063ba32f91af4479
RMD160 (gnome-vfsmm-2.26.0.tar.bz2) = 3181c6671c0af2e31c9a06a969e1754cae3167ca
Size (gnome-vfsmm-2.26.0.tar.bz2) = 628670 bytes
+SHA1 (patch-aa) = 887ec2629415640ed63c7b1bd7b5a0332ee65c1b
diff --git a/sysutils/gnome-vfsmm/patches/patch-aa b/sysutils/gnome-vfsmm/patches/patch-aa
new file mode 100644
index 00000000000..b604636258f
--- /dev/null
+++ b/sysutils/gnome-vfsmm/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2011/01/17 16:31:53 drochner Exp $
+
+--- Makefile.in.orig 2009-03-16 17:20:42.000000000 +0000
++++ Makefile.in
+@@ -197,7 +197,7 @@ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = tools libgnomevfs docs examples
++SUBDIRS = tools libgnomevfs examples
+ DIST_SUBDIRS = $(SUBDIRS) scripts
+ EXTRA_DIST = gnome-vfsmm.spec.in \
+ build_shared/Makefile_build.am_fragment \