From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 19:45:45 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 CF5D4A3A; Mon, 1 Sep 2014 19:45:45 +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 A0AE51985; Mon, 1 Sep 2014 19:45:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81JjjLi023302; Mon, 1 Sep 2014 19:45:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81JjjcD023300; Mon, 1 Sep 2014 19:45:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409011945.s81JjjcD023300@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 1 Sep 2014 19:45:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366942 - head/accessibility/at-spi2-core 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.18-1 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: Mon, 01 Sep 2014 19:45:45 -0000 Author: tijl Date: Mon Sep 1 19:45:44 2014 New Revision: 366942 URL: http://svnweb.freebsd.org/changeset/ports/366942 QAT: https://qat.redports.org/buildarchive/r366942/ Log: Add USES=libtool and INSTALL_TARGET=install-strip Obtained from: gnome-dev Modified: head/accessibility/at-spi2-core/Makefile head/accessibility/at-spi2-core/pkg-plist Modified: head/accessibility/at-spi2-core/Makefile ============================================================================== --- head/accessibility/at-spi2-core/Makefile Mon Sep 1 19:42:57 2014 (r366941) +++ head/accessibility/at-spi2-core/Makefile Mon Sep 1 19:45:44 2014 (r366942) @@ -4,6 +4,7 @@ PORTNAME= at-spi2-core PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -17,14 +18,14 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/de PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig tar:xz -USE_GNOME= gnomehier glib20 intlhack introspection:build +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= glib20 gnomehier intlhack introspection:build USE_XORG= x11 xi xtst xext USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static \ - --disable-xevie +CONFIGURE_ARGS= --disable-xevie CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include Modified: head/accessibility/at-spi2-core/pkg-plist ============================================================================== --- head/accessibility/at-spi2-core/pkg-plist Mon Sep 1 19:42:57 2014 (r366941) +++ head/accessibility/at-spi2-core/pkg-plist Mon Sep 1 19:45:44 2014 (r366942) @@ -31,10 +31,9 @@ include/at-spi-2.0/atspi/atspi-text.h include/at-spi-2.0/atspi/atspi-types.h include/at-spi-2.0/atspi/atspi-value.h lib/girepository-1.0/Atspi-2.0.typelib -lib/libatspi.a -lib/libatspi.la lib/libatspi.so lib/libatspi.so.0 +lib/libatspi.so.0.0.1 libdata/pkgconfig/atspi-2.pc libexec/at-spi-bus-launcher libexec/at-spi2-registryd