svn commit: r366940 - head/accessibility/at-spi2-atk
Tijl Coosemans
tijl at FreeBSD.org
Mon Sep 1 19:37:44 UTC 2014
Author: tijl
Date: Mon Sep 1 19:37:43 2014
New Revision: 366940
URL: http://svnweb.freebsd.org/changeset/ports/366940
QAT: https://qat.redports.org/buildarchive/r366940/
Log:
Add USES=libtool and INSTALL_TARGET=install-strip
Obtained from: gnome-dev
Modified:
head/accessibility/at-spi2-atk/Makefile
head/accessibility/at-spi2-atk/pkg-plist
Modified: head/accessibility/at-spi2-atk/Makefile
==============================================================================
--- head/accessibility/at-spi2-atk/Makefile Mon Sep 1 19:35:35 2014 (r366939)
+++ head/accessibility/at-spi2-atk/Makefile Mon Sep 1 19:37:43 2014 (r366940)
@@ -4,6 +4,7 @@
PORTNAME= at-spi2-atk
PORTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -19,12 +20,13 @@ RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTS
PORTSCOUT= limitw:1,even
-USES= gmake pathfix pkgconfig tar:xz
-USE_GNOME= gnomehier intlhack glib20 atk
+USES= gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME= atk glib20 gnomehier intlhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-p2p
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: head/accessibility/at-spi2-atk/pkg-plist
==============================================================================
--- head/accessibility/at-spi2-atk/pkg-plist Mon Sep 1 19:35:35 2014 (r366939)
+++ head/accessibility/at-spi2-atk/pkg-plist Mon Sep 1 19:37:43 2014 (r366940)
@@ -1,9 +1,8 @@
include/at-spi2-atk/2.0/atk-bridge.h
-lib/libatk-bridge-2.0.la
lib/libatk-bridge-2.0.so
lib/libatk-bridge-2.0.so.0
+lib/libatk-bridge-2.0.so.0.0.0
lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
-lib/gtk-2.0/modules/libatk-bridge.la
lib/gtk-2.0/modules/libatk-bridge.so
libdata/pkgconfig/atk-bridge-2.0.pc
@dirrmtry lib/gtk-2.0/modules
More information about the svn-ports-all
mailing list