[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/sysutils/lat by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Wed Nov 15 09:57:51 MST 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/sysutils/lat by tmclau02
Modified Files:
Makefile pkg-plist
Log Message:
Disable network manager support which is determined by dbus pressence since
we don't even have network manager.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/sysutils/lat/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- /cvsroot/bsd-sharp/FreeBSD-ports/sysutils/lat/Makefile 2006/11/08 22:59:59 1.10
+++ /cvsroot/bsd-sharp/FreeBSD-ports/sysutils/lat/Makefile 2006/11/15 16:57:51 1.11
@@ -7,6 +7,7 @@
PORTNAME= lat
PORTVERSION= 1.2.1.1
+PORTREVISION= 1
CATEGORIES= x11 gnome sysutils
MASTER_SITES= http://dev.mmgsecurity.com/downloads/lat/1.2/
@@ -26,7 +27,10 @@
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
+# Configure checks for dbus to determine if we need NetWork Manager support
+# but we don't even have NetworkManager.
+CONFIGURE_ARGS= --mandir=${PREFIX}/man \
+ --enable-networkmanager=no
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/sysutils/lat/pkg-plist,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /cvsroot/bsd-sharp/FreeBSD-ports/sysutils/lat/pkg-plist 2006/11/08 22:59:59 1.5
+++ /cvsroot/bsd-sharp/FreeBSD-ports/sysutils/lat/pkg-plist 2006/11/15 16:57:51 1.6
@@ -2,7 +2,6 @@
lib/lat/gnome-keyring-glue.dll
lib/lat/gnome-keyring-glue.dll.config
lib/lat/lat.exe
-lib/lat/network-manager.dll
lib/lat/plugins/ActiveDirectoryCoreViews.dll
lib/lat/plugins/JpegAttributeViewer.dll
lib/lat/plugins/PasswordAttributeViewer.dll
More information about the Bsd-sharp-cvs
mailing list