From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 15:11:36 2014 Return-Path: Delivered-To: svn-ports-head@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 535F9898; Sun, 16 Feb 2014 15:11:36 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26BF415BB; Sun, 16 Feb 2014 15:11:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GFBaTh086646; Sun, 16 Feb 2014 15:11:36 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GFBZj7086644; Sun, 16 Feb 2014 15:11:35 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201402161511.s1GFBZj7086644@svn.freebsd.org> From: Koop Mast Date: Sun, 16 Feb 2014 15:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344582 - head/x11-toolkits/libunique3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 15:11:36 -0000 Author: kwm Date: Sun Feb 16 15:11:35 2014 New Revision: 344582 URL: http://svnweb.freebsd.org/changeset/ports/344582 QAT: https://qat.redports.org/buildarchive/r344582/ Log: Stagify, new lib_depend syntax, strip library. Use USE_GNOME introspection component. Switch from ltverhack to USES=libtool PR: ports/185914 (based on) Submitted by: Dmitry Marakasov Modified: head/x11-toolkits/libunique3/Makefile head/x11-toolkits/libunique3/pkg-plist Modified: head/x11-toolkits/libunique3/Makefile ============================================================================== --- head/x11-toolkits/libunique3/Makefile Sun Feb 16 15:07:26 2014 (r344581) +++ head/x11-toolkits/libunique3/Makefile Sun Feb 16 15:11:35 2014 (r344582) @@ -9,24 +9,21 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Library for single instance applications -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -LATEST_LINK= libunique3 USE_XORG= ice x11 USE_XZ= yes -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gtk30 gnomeprefix ltverhack:0 +USE_GNOME= gtk30 gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-flags --enable-gtk-doc-html=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ + @${REINPLACE_CMD} \ -e 's|unique tests doc|unique tests|g' \ ${WRKSRC}/configure ${WRKSRC}/Makefile.in Modified: head/x11-toolkits/libunique3/pkg-plist ============================================================================== --- head/x11-toolkits/libunique3/pkg-plist Sun Feb 16 15:07:26 2014 (r344581) +++ head/x11-toolkits/libunique3/pkg-plist Sun Feb 16 15:11:35 2014 (r344582) @@ -5,10 +5,10 @@ include/unique-3.0/unique/uniqueenumtype include/unique-3.0/unique/uniquemessage.h include/unique-3.0/unique/uniqueversion.h lib/girepository-1.0/Unique-3.0.typelib -lib/libunique-3.0.a lib/libunique-3.0.la lib/libunique-3.0.so lib/libunique-3.0.so.0 +lib/libunique-3.0.so.0.0.2 libdata/pkgconfig/unique-3.0.pc share/gir-1.0/Unique-3.0.gir @dirrm include/unique-3.0/unique