diff options
author | dsainty <dsainty> | 2011-01-08 22:19:52 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2011-01-08 22:19:52 +0000 |
commit | 1b888bf507e3e20ffaa21bae3baf61379a77fc26 (patch) | |
tree | 7b9a49d5b8779b1c0b15b07f8e43c3f94655f768 /devel/libuuid | |
parent | 60cc423beb1ed2127e6feb96de3a1be7e1ff8d9a (diff) | |
download | pkgsrc-1b888bf507e3e20ffaa21bae3baf61379a77fc26.tar.gz |
Avoid installing some files not in PLIST, namely language and hwclock files.
Diffstat (limited to 'devel/libuuid')
-rw-r--r-- | devel/libuuid/distinfo | 4 | ||||
-rw-r--r-- | devel/libuuid/patches/patch-ab | 13 |
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 + |