From owner-svn-ports-all@FreeBSD.ORG Mon Apr 28 14:38:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65FBF8AA; Mon, 28 Apr 2014 14:38:38 +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 5064015A9; Mon, 28 Apr 2014 14:38:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3SEccfh077443; Mon, 28 Apr 2014 14:38:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3SEcasH077427; Mon, 28 Apr 2014 14:38:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404281438.s3SEcasH077427@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 28 Apr 2014 14:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352506 - in head/accessibility: at-spi gnome-mag gnome-speech gnopernicus gok java-access-bridge mousetweaks orca 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: Mon, 28 Apr 2014 14:38:38 -0000 Author: bapt Date: Mon Apr 28 14:38:35 2014 New Revision: 352506 URL: http://svnweb.freebsd.org/changeset/ports/352506 QAT: https://qat.redports.org/buildarchive/r352506/ Log: Convert from USE_GNOME=gnomehack -> USES=pathfix While here: - Strip binaries - Convert USE_BZIP2 -> USES=tar:bzip2 - Convert to USES=libtool - Remove tests for gnopernicus as they badly track the dependencies they needs and fails to build with non recursive ld(1) - orca does not need pathfix at all Modified: head/accessibility/at-spi/Makefile head/accessibility/gnome-mag/Makefile head/accessibility/gnome-mag/pkg-plist head/accessibility/gnome-speech/Makefile head/accessibility/gnome-speech/pkg-plist head/accessibility/gnopernicus/Makefile head/accessibility/gnopernicus/pkg-plist head/accessibility/gok/Makefile head/accessibility/java-access-bridge/Makefile head/accessibility/mousetweaks/Makefile head/accessibility/orca/Makefile Modified: head/accessibility/at-spi/Makefile ============================================================================== --- head/accessibility/at-spi/Makefile Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/at-spi/Makefile Mon Apr 28 14:38:35 2014 (r352506) @@ -4,7 +4,7 @@ PORTNAME= at-spi PORTVERSION= 1.32.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,14 +12,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Assistive Technology Service Provider Interface -USE_BZIP2= yes +USES+= tar:bzip2 .if !defined(REFERENCE_PORT) RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk -USES= gmake gettext pkgconfig -USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo +USES+= gmake gettext libtool:oldver pathfix pkgconfig +USE_GNOME= gnomehier intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst USE_PYTHON= 2 USE_LDCONFIG= yes @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GCONF_SCHEMAS= at-spi.schemas Modified: head/accessibility/gnome-mag/Makefile ============================================================================== --- head/accessibility/gnome-mag/Makefile Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/gnome-mag/Makefile Mon Apr 28 14:38:35 2014 (r352506) @@ -4,7 +4,7 @@ PORTNAME= gnome-mag PORTVERSION= 0.16.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,14 +12,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen magnifier -USE_BZIP2= yes USE_XORG= xfixes xdamage ice xcomposite sm -USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack -USES= gmake gettext pkgconfig -USE_AUTOTOOLS= libtool +USE_GNOME= gnomeprefix atspi libbonobo intlhack +USES= gmake gettext libtool pathfix pkgconfig tar:bzip2 +GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION} Modified: head/accessibility/gnome-mag/pkg-plist ============================================================================== --- head/accessibility/gnome-mag/pkg-plist Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/gnome-mag/pkg-plist Mon Apr 28 14:38:35 2014 (r352506) @@ -1,11 +1,8 @@ bin/magnifier include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h -lib/libgnome-mag.a -lib/libgnome-mag.la lib/libgnome-mag.so lib/libgnome-mag.so.2 -lib/orbit-2.0/GNOME_Magnifier_module.a -lib/orbit-2.0/GNOME_Magnifier_module.la +lib/libgnome-mag.so.2.4.3 lib/orbit-2.0/GNOME_Magnifier_module.so libdata/bonobo/servers/GNOME_Magnifier.server libdata/pkgconfig/gnome-mag-1.0.pc Modified: head/accessibility/gnome-speech/Makefile ============================================================================== --- head/accessibility/gnome-speech/Makefile Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/gnome-speech/Makefile Mon Apr 28 14:38:35 2014 (r352506) @@ -4,7 +4,7 @@ PORTNAME= gnome-speech PORTVERSION= 0.4.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,9 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME text-to-speech API -USE_BZIP2= yes USE_GNOME= gnomeprefix libbonobo -USES= gmake pathfix pkgconfig +USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static Modified: head/accessibility/gnome-speech/pkg-plist ============================================================================== --- head/accessibility/gnome-speech/pkg-plist Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/gnome-speech/pkg-plist Mon Apr 28 14:38:35 2014 (r352506) @@ -8,6 +8,7 @@ lib/libgnomespeech.a lib/libgnomespeech.la lib/libgnomespeech.so lib/libgnomespeech.so.7 +lib/libgnomespeech.so.7.0.1 lib/orbit-2.0/GNOME_Speech_module.a lib/orbit-2.0/GNOME_Speech_module.la lib/orbit-2.0/GNOME_Speech_module.so Modified: head/accessibility/gnopernicus/Makefile ============================================================================== --- head/accessibility/gnopernicus/Makefile Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/gnopernicus/Makefile Mon Apr 28 14:38:35 2014 (r352506) @@ -4,7 +4,7 @@ PORTNAME= gnopernicus PORTVERSION= 1.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= accessibility x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -14,25 +14,24 @@ COMMENT= Collection of accessibility app LIB_DEPENDS= libgnome-mag.so:${PORTSDIR}/accessibility/gnome-mag -USE_BZIP2= yes -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech +USE_GNOME= gnomeprefix intlhack libgnomeui atspi gnomespeech GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gtk+-2.0` +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= SED="${SED}" +INSTALL_TARGET= install-strip GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas -SHLIB_VERSION= 2 -PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} post-patch: @${REINPLACE_CMD} -e 's|^F||' \ ${WRKSRC}/help/braille_monitor/C/brlmonitor-C.omf \ ${WRKSRC}/help/braille_monitor/es/brlmonitor-es.omf @${CP} ${FILESDIR}/gnopernicus-mag-config ${WRKSRC}/gnopi + @${REINPLACE_CMD} -e 's|test$$||' ${WRKSRC}/*/Makefile.in .include Modified: head/accessibility/gnopernicus/pkg-plist ============================================================================== --- head/accessibility/gnopernicus/pkg-plist Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/gnopernicus/pkg-plist Mon Apr 28 14:38:35 2014 (r352506) @@ -22,27 +22,27 @@ include/gnopernicus-1.0/libsrutil/sru-gl include/gnopernicus-1.0/libsrutil/sru-module.h include/gnopernicus-1.0/libsrutil/sru-test.h include/gnopernicus-1.0/libsrutil/util.h -lib/gnopernicus-1.0/libbrl.la lib/gnopernicus-1.0/libbrl.so -lib/gnopernicus-1.0/libbrl.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libke.la +lib/gnopernicus-1.0/libbrl.so.2 +lib/gnopernicus-1.0/libbrl.so.2.0.0 lib/gnopernicus-1.0/libke.so -lib/gnopernicus-1.0/libke.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libmag.la +lib/gnopernicus-1.0/libke.so.2 +lib/gnopernicus-1.0/libke.so.2.0.0 lib/gnopernicus-1.0/libmag.so -lib/gnopernicus-1.0/libmag.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libsrconf.la +lib/gnopernicus-1.0/libmag.so.2 +lib/gnopernicus-1.0/libmag.so.2.0.0 lib/gnopernicus-1.0/libsrconf.so -lib/gnopernicus-1.0/libsrconf.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libsrlow.la +lib/gnopernicus-1.0/libsrconf.so.2 +lib/gnopernicus-1.0/libsrconf.so.2.0.0 lib/gnopernicus-1.0/libsrlow.so -lib/gnopernicus-1.0/libsrlow.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libsrs.la +lib/gnopernicus-1.0/libsrlow.so.2 +lib/gnopernicus-1.0/libsrlow.so.2.0.0 lib/gnopernicus-1.0/libsrs.so -lib/gnopernicus-1.0/libsrs.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libsrutil.la +lib/gnopernicus-1.0/libsrs.so.2 +lib/gnopernicus-1.0/libsrs.so.2.0.0 lib/gnopernicus-1.0/libsrutil.so -lib/gnopernicus-1.0/libsrutil.so.%%SHLIB_VERSION%% +lib/gnopernicus-1.0/libsrutil.so.2 +lib/gnopernicus-1.0/libsrutil.so.2.0.0 libdata/pkgconfig/gnopernicus-1.0.pc libexec/brlmonitor share/applications/gnopernicus.desktop Modified: head/accessibility/gok/Makefile ============================================================================== --- head/accessibility/gok/Makefile Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/gok/Makefile Mon Apr 28 14:38:35 2014 (r352506) @@ -4,7 +4,7 @@ PORTNAME= gok PORTVERSION= 2.30.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= accessibility sysutils gnome MASTER_SITES= GNOME @@ -16,10 +16,9 @@ COMMENT= GNOME On-Screen Keyboard (GOK) LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -USE_BZIP2= yes -USES= gmake gettext pkgconfig +USES= gmake gettext libtool pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ +USE_GNOME= gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech libxml2 INSTALLS_ICONS= yes GNU_CONFIGURE= yes Modified: head/accessibility/java-access-bridge/Makefile ============================================================================== --- head/accessibility/java-access-bridge/Makefile Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/java-access-bridge/Makefile Mon Apr 28 14:38:35 2014 (r352506) @@ -15,10 +15,9 @@ COMMENT= Gnome Java Accessibility Bridge BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes -USE_GNOME= atspi gnomehack +USE_GNOME= atspi USE_JAVA= yes JAVA_OS= native CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR} Modified: head/accessibility/mousetweaks/Makefile ============================================================================== --- head/accessibility/mousetweaks/Makefile Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/mousetweaks/Makefile Mon Apr 28 14:38:35 2014 (r352506) @@ -4,7 +4,7 @@ PORTNAME= mousetweaks PORTVERSION= 2.32.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -13,9 +13,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Mouse accessibility enhancements for the GNOME desktop USE_XORG= x11 xfixes xcursor xtst -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack -USES= gmake gettext pkgconfig +USE_GNOME= gnomeprefix gnomepanel intlhack +USES= gmake gettext pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/orca/Makefile ============================================================================== --- head/accessibility/orca/Makefile Mon Apr 28 14:27:10 2014 (r352505) +++ head/accessibility/orca/Makefile Mon Apr 28 14:38:35 2014 (r352506) @@ -20,10 +20,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_ ${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg -USE_BZIP2= yes -USES= gmake gettext pkgconfig +USES= gmake gettext pkgconfig tar:bzip2 USE_PYTHON= 2 -USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \ +USE_GNOME= gnomeprefix libgnomeui gnomespeech pygnome2 \ pygnomedesktop INSTALLS_ICONS= yes GNU_CONFIGURE= yes