From: Doug Goldstein Date: Wed, 11 Apr 2007 19:56:56 +0000 (+0000) Subject: tweaks for welp to test X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=42337dc065813f318038a3512c6e7433bd88f29e;p=gentoo.git tweaks for welp to test Package-Manager: portage-2.1.2.3 --- diff --git a/sys-apps/hal/files/0.5.9/05_freebsd_partutil_make_fix.patch b/sys-apps/hal/files/0.5.9/05_freebsd_partutil_make_fix.patch index c11d24de47db..a3f5a7eee6c4 100644 --- a/sys-apps/hal/files/0.5.9/05_freebsd_partutil_make_fix.patch +++ b/sys-apps/hal/files/0.5.9/05_freebsd_partutil_make_fix.patch @@ -1,24 +1,20 @@ Index: b/partutil/Makefile.am =================================================================== ---- a/partutil/Makefile.am 2007-04-11 12:15:39.000000000 -0400 -+++ b/partutil/Makefile.am 2007-04-11 12:23:05.000000000 -0400 -@@ -1,12 +1,8 @@ +--- a/partutil/Makefile.am 2007-04-11 15:50:44.000000000 -0400 ++++ b/partutil/Makefile.am 2007-04-11 15:51:14.000000000 -0400 +@@ -1,13 +1,8 @@ -if HALD_COMPILE_SOLARIS -# do nothing -else if HALD_COMPILE_FREEBSD -# do nothing -else -- - INCLUDES = @GLIB_CFLAGS@ - +if HALD_COMPILE_LINUX - noinst_LTLIBRARIES = libpartutil.la -+endif ++noinst_LTLIBRARIES = libpartutil.la - libpartutil_la_SOURCES = partutil.h partutil.c ../hald/logger.c + INCLUDES = @GLIB_CFLAGS@ -@@ -14,4 +10,3 @@ +-noinst_LTLIBRARIES = libpartutil.la +- + libpartutil_la_SOURCES = partutil.h partutil.c ../hald/logger.c - clean-local : - rm -f *~ --endif + libpartutil_la_LIBADD = @GLIB_LIBS@ @PARTED_LIBS@ diff --git a/sys-apps/hal/files/0.5.9/07_malloc_h_for_stdlib_h.patch b/sys-apps/hal/files/0.5.9/07_malloc_h_for_stdlib_h.patch index 2e3f4efeb988..de1c539d1263 100644 --- a/sys-apps/hal/files/0.5.9/07_malloc_h_for_stdlib_h.patch +++ b/sys-apps/hal/files/0.5.9/07_malloc_h_for_stdlib_h.patch @@ -1,7 +1,7 @@ Index: b/hald/create_cache.c =================================================================== ---- a/hald/create_cache.c 2007-03-07 16:55:02.000000000 -0500 -+++ b/hald/create_cache.c 2007-04-11 12:58:44.000000000 -0400 +--- a/hald/create_cache.c 2007-04-11 14:19:13.000000000 -0400 ++++ b/hald/create_cache.c 2007-04-11 15:16:14.000000000 -0400 @@ -34,8 +34,8 @@ #include #include @@ -14,8 +14,8 @@ Index: b/hald/create_cache.c #include Index: b/hald/hald.c =================================================================== ---- a/hald/hald.c 2007-04-06 19:25:20.000000000 -0400 -+++ b/hald/hald.c 2007-04-11 12:59:03.000000000 -0400 +--- a/hald/hald.c 2007-04-11 14:19:13.000000000 -0400 ++++ b/hald/hald.c 2007-04-11 15:16:14.000000000 -0400 @@ -43,7 +43,6 @@ #include #include @@ -24,3 +24,16 @@ Index: b/hald/hald.c #include #include #include +Index: b/hald/cache_test.c +=================================================================== +--- a/hald/cache_test.c 2007-04-11 15:17:04.000000000 -0400 ++++ b/hald/cache_test.c 2007-04-11 15:17:32.000000000 -0400 +@@ -34,7 +34,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include