From owner-svn-ports-head@FreeBSD.ORG Wed Dec 11 09:51:39 2013 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 16675A9; Wed, 11 Dec 2013 09:51:39 +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 004CC1221; Wed, 11 Dec 2013 09:51:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBB9pcXf001107; Wed, 11 Dec 2013 09:51:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBB9pbQq001096; Wed, 11 Dec 2013 09:51:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312110951.rBB9pbQq001096@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 11 Dec 2013 09:51:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336152 - in head/accessibility: at-spi2-atk at-spi2-core dasher eflite gnopernicus gok 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-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: Wed, 11 Dec 2013 09:51:39 -0000 Author: bapt Date: Wed Dec 11 09:51:36 2013 New Revision: 336152 URL: http://svnweb.freebsd.org/changeset/ports/336152 Log: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in accessibility With hat: portmgr Modified: head/accessibility/at-spi2-atk/Makefile head/accessibility/at-spi2-core/Makefile head/accessibility/dasher/Makefile head/accessibility/dasher/pkg-plist head/accessibility/eflite/Makefile head/accessibility/gnopernicus/Makefile head/accessibility/gok/Makefile head/accessibility/orca/Makefile Modified: head/accessibility/at-spi2-atk/Makefile ============================================================================== --- head/accessibility/at-spi2-atk/Makefile Wed Dec 11 08:29:01 2013 (r336151) +++ head/accessibility/at-spi2-atk/Makefile Wed Dec 11 09:51:36 2013 (r336152) @@ -14,7 +14,7 @@ COMMENT= Assisted Technology Provider mo LICENSE= LGPL21 BUILD_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core -LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core PORTSCOUT= limitw:1,even Modified: head/accessibility/at-spi2-core/Makefile ============================================================================== --- head/accessibility/at-spi2-core/Makefile Wed Dec 11 08:29:01 2013 (r336151) +++ head/accessibility/at-spi2-core/Makefile Wed Dec 11 09:51:36 2013 (r336152) @@ -13,7 +13,7 @@ COMMENT= Assistive Technology Service Pr LICENSE= LGPL21 -LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus PORTSCOUT= limitw:1,even Modified: head/accessibility/dasher/Makefile ============================================================================== --- head/accessibility/dasher/Makefile Wed Dec 11 08:29:01 2013 (r336151) +++ head/accessibility/dasher/Makefile Wed Dec 11 09:51:36 2013 (r336152) @@ -14,15 +14,13 @@ MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= Information efficient text-entry interface BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -NO_STAGE= yes USE_BZIP2= yes -USES= gettext gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ +USES= gettext gmake pathfix pkgconfig +USE_GNOME= gnomeprefix intlhack gnomehier libgnomeui atspi \ libwnck gnomedocutils -WANT_GNOME= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes @@ -30,14 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= dasher.schemas -MAN1= dasher.1 -.include - -#.if ${HAVE_GNOME:Mgnomespeech}!="" -#USE_GNOME+= gnomespeech -#CONFIGURE_ARGS+=--enable-speech -#.endif CONFIGURE_ARGS+= --disable-speech post-patch: @@ -47,4 +38,4 @@ post-patch: @${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \ ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp -.include +.include Modified: head/accessibility/dasher/pkg-plist ============================================================================== --- head/accessibility/dasher/pkg-plist Wed Dec 11 08:29:01 2013 (r336151) +++ head/accessibility/dasher/pkg-plist Wed Dec 11 09:51:36 2013 (r336152) @@ -1,4 +1,5 @@ bin/dasher +man/man1/dasher.1.gz share/applications/dasher.desktop %%DATADIR%%/alphabet.AfaanOromo.xml %%DATADIR%%/alphabet.Armenian.xml Modified: head/accessibility/eflite/Makefile ============================================================================== --- head/accessibility/eflite/Makefile Wed Dec 11 08:29:01 2013 (r336151) +++ head/accessibility/eflite/Makefile Wed Dec 11 09:51:36 2013 (r336152) @@ -12,7 +12,6 @@ COMMENT= Speech server for Festival Lite BUILD_DEPENDS= flite:${PORTSDIR}/audio/flite RUN_DEPENDS= flite:${PORTSDIR}/audio/flite -NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes ALL_TARGET= eflite @@ -47,15 +46,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/etc/es\.conf|${PREFIX}/etc/es.conf|;s|sockname|socketfile|g' ${WRKSRC}/INSTALL post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif - ${INSTALL_DATA} ${FILESDIR}/es.conf.sample ${PREFIX}/etc - @if [ ! -f ${PREFIX}/etc/es.conf ]; then \ - ${CP} -p ${PREFIX}/etc/es.conf.sample ${PREFIX}/etc/es.conf ; \ - fi + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${FILESDIR}/es.conf.sample ${STAGEDIR}${PREFIX}/etc .include Modified: head/accessibility/gnopernicus/Makefile ============================================================================== --- head/accessibility/gnopernicus/Makefile Wed Dec 11 08:29:01 2013 (r336151) +++ head/accessibility/gnopernicus/Makefile Wed Dec 11 09:51:36 2013 (r336152) @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of accessibility apps for GNOME 2 -LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag +LIB_DEPENDS= libgnome-mag.so:${PORTSDIR}/accessibility/gnome-mag NO_STAGE= yes USE_BZIP2= yes Modified: head/accessibility/gok/Makefile ============================================================================== --- head/accessibility/gok/Makefile Wed Dec 11 08:29:01 2013 (r336151) +++ head/accessibility/gok/Makefile Wed Dec 11 09:51:36 2013 (r336152) @@ -13,8 +13,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME On-Screen Keyboard (GOK) -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib NO_STAGE= yes USE_BZIP2= yes Modified: head/accessibility/orca/Makefile ============================================================================== --- head/accessibility/orca/Makefile Wed Dec 11 08:29:01 2013 (r336151) +++ head/accessibility/orca/Makefile Wed Dec 11 09:51:36 2013 (r336152) @@ -15,7 +15,7 @@ COMMENT= Scriptable screen reader BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg -LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag +LIB_DEPENDS= libgnome-mag.so:${PORTSDIR}/accessibility/gnome-mag RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg