diff options
-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 + |