From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 14:31:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC045C50; Fri, 11 Apr 2014 14:31:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFBDE1211; Fri, 11 Apr 2014 14:31:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BEVAMI078724; Fri, 11 Apr 2014 14:31:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BEVAcW078722; Fri, 11 Apr 2014 14:31:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111431.s3BEVAcW078722@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 14:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350965 - head/devel/liboobs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 14:31:10 -0000 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 # 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