summaryrefslogtreecommitdiff
path: root/devel/libuuid
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2011-01-08 22:19:52 +0000
committerdsainty <dsainty@pkgsrc.org>2011-01-08 22:19:52 +0000
commit0d5cbb7e2aa824a465fbede448853f0d56c9b9fd (patch)
tree7b9a49d5b8779b1c0b15b07f8e43c3f94655f768 /devel/libuuid
parent57f7b7175d8486a125f9b0bc895f524752295bbf (diff)
downloadpkgsrc-0d5cbb7e2aa824a465fbede448853f0d56c9b9fd.tar.gz
Avoid installing some files not in PLIST, namely language and hwclock files.
Diffstat (limited to 'devel/libuuid')
-rw-r--r--devel/libuuid/distinfo4
-rw-r--r--devel/libuuid/patches/patch-ab13
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/libuuid/distinfo b/devel/libuuid/distinfo
index 72679eab254..fa38e48a588 100644
--- a/devel/libuuid/distinfo
+++ b/devel/libuuid/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/01/08 20:40:33 markd Exp $
+$NetBSD: distinfo,v 1.2 2011/01/08 22:19:52 dsainty Exp $
SHA1 (util-linux-ng-2.18.tar.bz2) = 154db0512caae0b6e90eee4b7312d4caf3d6b978
RMD160 (util-linux-ng-2.18.tar.bz2) = 4781871a8f86195b886e81d364d41a57d67869e3
Size (util-linux-ng-2.18.tar.bz2) = 7669676 bytes
SHA1 (patch-aa) = 83f8038278928899def6db0f28e3f13b78effbc4
-SHA1 (patch-ab) = bb5caeb2308fd0009d5fce20f7cea96dcdf609c7
+SHA1 (patch-ab) = 3cdd8d9c40b0b25fce088f0537f2d2443bcfb311
diff --git a/devel/libuuid/patches/patch-ab b/devel/libuuid/patches/patch-ab
index ecee7f4d720..9ddab3ca121 100644
--- a/devel/libuuid/patches/patch-ab
+++ b/devel/libuuid/patches/patch-ab
@@ -1,17 +1,18 @@
-$NetBSD: patch-ab,v 1.1.1.1 2011/01/08 20:40:33 markd Exp $
+$NetBSD: patch-ab,v 1.2 2011/01/08 22:19:52 dsainty Exp $
-Dont try to build things we don't care about
+Don't try to build things we don't care about, including hwclock - pulled in
+unconditionally if building on Linux via am__append_1.
--- Makefile.in.orig 2010-06-30 12:53:07.000000000 +0000
+++ Makefile.in
-@@ -311,8 +311,8 @@ ul_libmount_la = $(top_builddir)/shlibs/
+@@ -311,9 +311,7 @@ ul_libmount_la = $(top_builddir)/shlibs/
# mount.h is generated by ./configure script and stored in build directory
ul_libmount_incdir = $(ul_libmount_builddir)
-SUBDIRS = include disk-utils fdisk getopt lib shlibs login-utils \
- misc-utils po schedutils sys-utils text-utils tests \
-+SUBDIRS = include shlibs \
-+ po \
- $(am__append_1) $(am__append_2) $(am__append_3)
+- $(am__append_1) $(am__append_2) $(am__append_3)
++SUBDIRS = include shlibs
RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \
-name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
+