svn commit: r366942 - head/accessibility/at-spi2-core

Tijl Coosemans tijl at FreeBSD.org
Mon Sep 1 19:45:45 UTC 2014


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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list