aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-11-06 15:59:07 +0800
committermarcus <marcus@FreeBSD.org>2006-11-06 15:59:07 +0800
commitadbe5ece43f7548277b3ae640dc2cdd3580bf4e2 (patch)
tree9bb32b0719abf51d2c08189d498e82781967ec44
parent3241690b2f4ae7379c79d08fe182a9c0f297c880 (diff)
downloadfreebsd-ports-gnome-adbe5ece43f7548277b3ae640dc2cdd3580bf4e2.tar.gz
freebsd-ports-gnome-adbe5ece43f7548277b3ae640dc2cdd3580bf4e2.tar.zst
freebsd-ports-gnome-adbe5ece43f7548277b3ae640dc2cdd3580bf4e2.zip
I was too over-zealous with patch removal in the 0.95 update. Restore
a pkg-config bit that will fix dependent port builds.
-rw-r--r--devel/dbus/Makefile2
-rw-r--r--devel/dbus/files/patch-dbus-1.pc.in9
2 files changed, 10 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 80006e0e5abc..ecd395a8c4c8 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dbus
PORTVERSION?= 0.95
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
diff --git a/devel/dbus/files/patch-dbus-1.pc.in b/devel/dbus/files/patch-dbus-1.pc.in
new file mode 100644
index 000000000000..44c97a29ef4f
--- /dev/null
+++ b/devel/dbus/files/patch-dbus-1.pc.in
@@ -0,0 +1,9 @@
+--- dbus-1.pc.in.orig Mon Nov 6 02:55:38 2006
++++ dbus-1.pc.in Mon Nov 6 02:55:57 2006
+@@ -10,5 +10,5 @@ Name: dbus
+ Description: Free desktop message bus
+ Version: @VERSION@
+ Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@
+-Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include
++Cflags: -I${includedir}/dbus-1.0 -I${includedir}/dbus-1.0/include
+
ref='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/mail/cyrus-imapd24?id=fae589022cb14006602b8c95122bcec111793b16'>Recover some distinfo entries.ume2011-04-031-0/+4 * Update to 2.4.7.ume2011-03-313-56/+3 * Update to 2.4.6.ume2010-12-213-6/+5 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Change to off the experimental 3rd party patch by default.ume2010-12-011-3/+3 * - Add optional autocreate and autosieve patches (originally from UoA)mm2010-11-302-1/+28 * Update to 2.4.5.ume2010-11-305-14/+46 * Use PCRE explicitly. If PCRE was installed, the header of PCRE wasume2010-11-263-7/+27 * Update to 2.4.4.ume2010-11-122-4/+4 * Fix plist.ume2010-11-102-2/+2 * Update to 2.4.3.ume2010-11-092-4/+3 * Update to 2.4.2.ume2010-10-192-4/+4 * Update to 2.4.1.ume2010-10-185-31/+19 * Add new 2.4 branch of Cyrus IMAPd after repocopy.ume2010-10-1810-156/+65 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * Add optional UoA patches:mm2010-10-064-17/+33 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2 * - Chase net-snmp shlib bumpsylvio2010-06-031-2/+2 * Make it buildable with db50.ume2010-05-271-0/+49 * Fix build with enabling DRAC on FreeBSD 7.X and earlier.ume2010-04-10