Date: Fri, 11 Apr 2014 14:31:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350965 - head/devel/liboobs Message-ID: <201404111431.s3BEVAcW078722@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 11 14:31:09 2014 New Revision: 350965 URL: http://svnweb.freebsd.org/changeset/ports/350965 QAT: https://qat.redports.org/buildarchive/r350965/ Log: Support stage Modified: head/devel/liboobs/Makefile head/devel/liboobs/pkg-plist Modified: head/devel/liboobs/Makefile ============================================================================== --- head/devel/liboobs/Makefile Fri Apr 11 14:28:35 2014 (r350964) +++ head/devel/liboobs/Makefile Fri Apr 11 14:31:09 2014 (r350965) @@ -4,6 +4,7 @@ PORTNAME= liboobs PORTVERSION= 2.32.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,19 +13,18 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Wrapping library to the System Tools Backends BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libhal.so:${PORTSDIR}/sysutils/hal RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends -USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes -USE_GNOME= gnomehack glib20 +USE_GNOME= glib20 +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --with-hal CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.pre.mk> # disable utmpx detection on early 9.x and below. Modified: head/devel/liboobs/pkg-plist ============================================================================== --- head/devel/liboobs/pkg-plist Fri Apr 11 14:28:35 2014 (r350964) +++ head/devel/liboobs/pkg-plist Fri Apr 11 14:31:09 2014 (r350965) @@ -34,6 +34,7 @@ lib/liboobs-1.a lib/liboobs-1.la lib/liboobs-1.so lib/liboobs-1.so.5 +lib/liboobs-1.so.5.0.0 libdata/pkgconfig/liboobs-1.pc %%DOCSDIR%%/OobsGroup.html %%DOCSDIR%%/OobsGroupsConfig.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111431.s3BEVAcW078722>