Date: Sat, 20 Dec 2014 20:48:23 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375129 - in head/accessibility: at-spi dasher speech-dispatcher Message-ID: <201412202048.sBKKmN8m047574@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Dec 20 20:48:22 2014 New Revision: 375129 URL: https://svnweb.freebsd.org/changeset/ports/375129 QAT: https://qat.redports.org/buildarchive/r375129/ Log: Remove now useless dependency on gnomehier Modified: head/accessibility/at-spi/Makefile head/accessibility/dasher/Makefile head/accessibility/speech-dispatcher/Makefile Modified: head/accessibility/at-spi/Makefile ============================================================================== --- head/accessibility/at-spi/Makefile Sat Dec 20 20:23:34 2014 (r375128) +++ head/accessibility/at-spi/Makefile Sat Dec 20 20:48:22 2014 (r375129) @@ -4,7 +4,7 @@ PORTNAME= at-spi PORTVERSION= 1.32.0 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,7 +19,7 @@ USES+= tar:bzip2 RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk USES+= gmake gettext libtool pathfix pkgconfig python:2 -USE_GNOME= gnomehier intlhack gtk20 gconf2 libbonobo +USE_GNOME= intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/accessibility/dasher/Makefile ============================================================================== --- head/accessibility/dasher/Makefile Sat Dec 20 20:23:34 2014 (r375128) +++ head/accessibility/dasher/Makefile Sat Dec 20 20:48:22 2014 (r375129) @@ -4,7 +4,7 @@ PORTNAME= dasher PORTVERSION= 4.10.1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 2 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= GNOME @@ -18,7 +18,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USES= gettext gmake pathfix pkgconfig tar:bzip2 -USE_GNOME= gnomeprefix intlhack gnomehier libgnomeui atspi \ +USE_GNOME= gnomeprefix intlhack libgnomeui atspi \ libwnck gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Sat Dec 20 20:23:34 2014 (r375128) +++ head/accessibility/speech-dispatcher/Makefile Sat Dec 20 20:48:22 2014 (r375129) @@ -2,7 +2,7 @@ PORTNAME= speech-dispatcher PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility audio MASTER_SITES= http://devel.freebsoft.org/pub/projects/speechd/ @@ -16,13 +16,13 @@ LIB_DEPENDS= libdotconf.so:${PORTSDIR}/d libltdl.so:${PORTSDIR}/devel/libltdl \ libsndfile.so:${PORTSDIR}/audio/libsndfile -# gnomehier is required because of share/sounds directory. -USE_GNOME= glib20 gnomehier intltool +USE_GNOME= glib20 intltool USES= alias gettext gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +INSTALL_TARGET= install-strip ETCFILES= clients/emacs.conf clients/gnome-speech.conf \ modules/cicero.conf modules/dtk-generic.conf \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412202048.sBKKmN8m047574>