Date: Mon, 1 Sep 2014 19:06:39 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366931 - head/sysutils/consolekit Message-ID: <201409011906.s81J6d9R001682@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Sep 1 19:06:38 2014 New Revision: 366931 URL: http://svnweb.freebsd.org/changeset/ports/366931 QAT: https://qat.redports.org/buildarchive/r366931/ Log: Add USES=libtool and INSTALL_TARGET=install-strip Obtained from: gnome-dev Modified: head/sysutils/consolekit/Makefile head/sysutils/consolekit/pkg-plist Modified: head/sysutils/consolekit/Makefile ============================================================================== --- head/sysutils/consolekit/Makefile Mon Sep 1 19:04:28 2014 (r366930) +++ head/sysutils/consolekit/Makefile Mon Sep 1 19:06:38 2014 (r366931) @@ -3,6 +3,7 @@ PORTNAME= consolekit PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/ConsoleKit/dist/ DISTFILES= ConsoleKit-${PORTVERSION}${EXTRACT_SUFX} @@ -14,14 +15,15 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_XORG= x11 -USES= gettext gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid \ --localstatedir=/var +INSTALL_TARGET= install-strip post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ck-get-x11-display-device \ Modified: head/sysutils/consolekit/pkg-plist ============================================================================== --- head/sysutils/consolekit/pkg-plist Mon Sep 1 19:04:28 2014 (r366930) +++ head/sysutils/consolekit/pkg-plist Mon Sep 1 19:06:38 2014 (r366931) @@ -9,9 +9,9 @@ etc/dbus-1/system.d/ConsoleKit.conf include/ConsoleKit/ck-connector/ck-connector.h lib/ConsoleKit/scripts/ck-system-restart lib/ConsoleKit/scripts/ck-system-stop -lib/libck-connector.la lib/libck-connector.so lib/libck-connector.so.0 +lib/libck-connector.so.0.0.0 libdata/pkgconfig/ck-connector.pc libexec/ck-collect-session-info libexec/ck-get-x11-display-device
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011906.s81J6d9R001682>