[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Sun Nov 5 20:36:01 MST 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp by tmclau02
Modified Files:
Makefile
Log Message:
Fix socket and pid file location.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp/Makefile 2006/11/01 02:57:53 1.22
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/dbus-sharp/Makefile 2006/11/06 03:36:01 1.23
@@ -3,11 +3,11 @@
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.22 2006/11/01 02:57:53 tmclau02 Exp $
+# $Id: Makefile,v 1.23 2006/11/06 03:36:01 tmclau02 Exp $
#
PORTVERSION= 0.62
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= devel gnome
PKGNAMESUFFIX= -sharp
@@ -35,8 +35,8 @@
--disable-gtk \
--disable-qt \
--with-test-socket-dir=${WRKDIR} \
- --with-system-pid-file=/var/run/dbus.pid \
- --with-system-socket=/var/run/dbus \
+ --with-system-pid-file=/var/run/dbus/dbus.pid \
+ --with-system-socket=/var/run/dbus/dbus.pipe \
--with-session-socket-dir=/var/tmp \
--disable-doxygen-docs \
--disable-xml-docs
More information about the Bsd-sharp-cvs
mailing list