[Midnightbsd-cvs] mports [24328] trunk/x11: fix some issues with path
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 13 20:19:29 EDT 2018
Revision: 24328
http://svnweb.midnightbsd.org/mports/?rev=24328
Author: laffer1
Date: 2018-09-13 20:19:27 -0400 (Thu, 13 Sep 2018)
Log Message:
-----------
fix some issues with path
Modified Paths:
--------------
trunk/x11/mlogind/Makefile
trunk/x11/slim/Makefile
Modified: trunk/x11/mlogind/Makefile
===================================================================
--- trunk/x11/mlogind/Makefile 2018-09-14 00:16:54 UTC (rev 24327)
+++ trunk/x11/mlogind/Makefile 2018-09-14 00:19:27 UTC (rev 24328)
@@ -2,7 +2,7 @@
PORTNAME= mlogind
PORTVERSION= 1.3.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= ports at midnightbsd.org
@@ -12,7 +12,7 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libpng.so:graphics/png \
libfreetype.so:print/freetype2 \
@@ -52,12 +52,9 @@
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-utf8
.endif
-.if ${PORT_OPTIONS:MCONSOLEKIT}
-CMAKE_ARGS+= -DUSE_CONSOLEKIT=yes
-LIB_DEPENDS+= libck-connector.so:sysutils/consolekit2
-.else
-CMAKE_ARGS+= -DUSE_CONSOLEKIT=no
-.endif
+CONSOLEKIT_CMAKE_ON= -DUSE_CONSOLEKIT=yes
+CONSOLEKIT_LIB_DEPENDS= libck-connector.so:sysutils/consolekit2
+CONSOLEKIT_CMAKE_OFF= -DUSE_CONSOLEKIT=no
post-patch:
@${CP} ${WRKSRC}/mlogind.conf ${WRKSRC}/mlogind.conf.sample
Modified: trunk/x11/slim/Makefile
===================================================================
--- trunk/x11/slim/Makefile 2018-09-14 00:16:54 UTC (rev 24327)
+++ trunk/x11/slim/Makefile 2018-09-14 00:19:27 UTC (rev 24328)
@@ -2,7 +2,7 @@
PORTNAME= slim
PORTVERSION= 1.3.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \
SF/slim.berlios
@@ -12,7 +12,7 @@
LICENSE= gpl2
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libpng.so:graphics/png \
libfreetype.so:print/freetype2 \
@@ -53,12 +53,9 @@
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-utf8
.endif
-.if ${PORT_OPTIONS:MCONSOLEKIT}
-CMAKE_ARGS+= -DUSE_CONSOLEKIT=yes
-LIB_DEPENDS+= libck-connector.so:${PORTSDIR}/sysutils/consolekit2
-.else
-CMAKE_ARGS+= -DUSE_CONSOLEKIT=no
-.endif
+CONSOLEKIT_CMAKE_ON= -DUSE_CONSOLEKIT=yes
+CONSOLEKIT_LIB_DEPENDS= libck-connector.so:sysutils/consolekit2
+CONSOLEKIT_CMAKE_OFF= -DUSE_CONSOLEKIT=no
post-patch:
@${CP} ${WRKSRC}/slim.conf ${WRKSRC}/slim.conf.sample
More information about the Midnightbsd-cvs
mailing list