pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Build the convenience library as -static...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/066cceb52f08
branches:  trunk
changeset: 510707:066cceb52f08
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Apr 02 18:20:53 2006 +0000

description:
Build the convenience library as -static, otherwise binutils generates
incorrect relocation entries for errno on DragonFly. Bump revision.

diffstat:

 sysutils/dbus/Makefile         |   3 ++-
 sysutils/dbus/distinfo         |   3 ++-
 sysutils/dbus/patches/patch-ae |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 204c3c90d105 -r 066cceb52f08 sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Sun Apr 02 17:48:16 2006 +0000
+++ b/sysutils/dbus/Makefile    Sun Apr 02 18:20:53 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2006/03/31 16:40:41 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/04/02 18:20:53 joerg Exp $
 #
 
 .include "Makefile.common"
 
+PKGREVISION=   1
 PKG_USERS=     messagebus:messagebus::System\ message\ bus:${VARBASE}/run/dbus:${NOLOGIN}
 PKG_GROUPS=    messagebus
 
diff -r 204c3c90d105 -r 066cceb52f08 sysutils/dbus/distinfo
--- a/sysutils/dbus/distinfo    Sun Apr 02 17:48:16 2006 +0000
+++ b/sysutils/dbus/distinfo    Sun Apr 02 18:20:53 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/03/30 20:57:08 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2006/04/02 18:20:53 joerg Exp $
 
 SHA1 (dbus-0.61.tar.gz) = fdddc695dad64974fb4138fcb04a77a66f1f47f8
 RMD160 (dbus-0.61.tar.gz) = 67306e1a632c1986460e8ead311ae642447cdcc3
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 302e0fe5c1f8482de43de2ad09ba4f15d1ce935d
 SHA1 (patch-ac) = 901af7a6a43776f784917bef267786446009ee41
 SHA1 (patch-ad) = 31f0321c85296d6431d2db157ff8cc53f8351a04
+SHA1 (patch-ae) = f774080df45c6f287a318b195df82ca1e885ea73
diff -r 204c3c90d105 -r 066cceb52f08 sysutils/dbus/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dbus/patches/patch-ae    Sun Apr 02 18:20:53 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2006/04/02 18:20:53 joerg Exp $
+
+--- dbus/Makefile.in.orig      2006-04-02 17:39:35.000000000 +0000
++++ dbus/Makefile.in
+@@ -529,6 +529,7 @@ CLEANFILES = $(DBUS_GLIB_BUILT_INCLUDES)
+ noinst_LTLIBRARIES = libdbus-convenience.la
+ libdbus_1_la_LIBADD = $(DBUS_CLIENT_LIBS)
+ libdbus_1_la_LDFLAGS = -export-symbols-regex "^[^_].*" -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -no-undefined
++libdbus_convenience_la_LDFLAGS=       -static
+ @DBUS_BUILD_TESTS_TRUE@TESTS_ENVIRONMENT = DBUS_TEST_DATA=$(top_builddir)/test/data DBUS_TEST_HOMEDIR=$(top_builddir)/dbus
+ @DBUS_BUILD_TESTS_FALSE@TESTS = 
+ @DBUS_BUILD_TESTS_TRUE@TESTS = dbus-test



Home | Main Index | Thread Index | Old Index