Date: Fri, 30 Aug 2013 00:47:20 +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: r325643 - in head/accessibility: at-poke at-spi atkmm dasher eflite gnome-mag gnome-speech gnopernicus gok java-access-bridge mousetweaks orca redshift speech-dispatcher yasr Message-ID: <201308300047.r7U0lKR8019723@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Aug 30 00:47:20 2013 New Revision: 325643 URL: http://svnweb.freebsd.org/changeset/ports/325643 Log: Finish converting accessibility from USE_GMAKE to USES=gmake While here: - trim some headers - convert from USE_GNOME=pkgconfig to USES=pkgconfig Modified: head/accessibility/at-poke/Makefile head/accessibility/at-spi/Makefile head/accessibility/atkmm/Makefile head/accessibility/dasher/Makefile head/accessibility/eflite/Makefile head/accessibility/gnome-mag/Makefile head/accessibility/gnome-speech/Makefile head/accessibility/gnopernicus/Makefile head/accessibility/gok/Makefile head/accessibility/java-access-bridge/Makefile head/accessibility/mousetweaks/Makefile head/accessibility/orca/Makefile head/accessibility/redshift/Makefile head/accessibility/speech-dispatcher/Makefile head/accessibility/yasr/Makefile Modified: head/accessibility/at-poke/Makefile ============================================================================== --- head/accessibility/at-poke/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/at-poke/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -1,9 +1,5 @@ -# New ports collection makefile for: at-poke -# Date created: 24 Oct 2006 -# Whom: Marcus von Appen <mva@sysfault.org> -# +# Created by: Marcus von Appen <mva@sysfault.org> # $FreeBSD$ -# PORTNAME= at-poke PORTVERSION= 0.2.3 @@ -15,7 +11,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= mva@FreeBSD.org COMMENT= Accessibility testing and poking tool -USE_GMAKE= yes +USES= gmake USE_GNOME= gnomeprefix libglade2 libgailgnome GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/at-spi/Makefile ============================================================================== --- head/accessibility/at-spi/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/at-spi/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -18,8 +18,7 @@ USE_BZIP2= yes RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk -USES= gettext -USE_GMAKE= yes +USES= gmake gettext USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst USE_PYTHON= yes Modified: head/accessibility/atkmm/Makefile ============================================================================== --- head/accessibility/atkmm/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/atkmm/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -10,10 +10,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for ATK API library -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_XZ= yes USE_LDCONFIG= yes -USE_GMAKE= yes USE_GNOME= atk glibmm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/dasher/Makefile ============================================================================== --- head/accessibility/dasher/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/dasher/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -18,8 +18,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libog RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ libwnck gnomedocutils WANT_GNOME= yes Modified: head/accessibility/eflite/Makefile ============================================================================== --- head/accessibility/eflite/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/eflite/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -1,9 +1,5 @@ -# Ports collection makefile for: eflite -# Date created: Thu Jul 21 2005 -# Whom: David K. Gerry -# +# Created by: David K. Gerry # $FreeBSD$ -# PORTNAME= eflite PORTVERSION= 0.4.1 @@ -16,8 +12,8 @@ COMMENT= Speech server for Festival Lite BUILD_DEPENDS= flite:${PORTSDIR}/audio/flite RUN_DEPENDS= flite:${PORTSDIR}/audio/flite +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes ALL_TARGET= eflite CONFIGURE_ARGS+= --with-audio=freebsd Modified: head/accessibility/gnome-mag/Makefile ============================================================================== --- head/accessibility/gnome-mag/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/gnome-mag/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomemag -# Date created: 12 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/accessibility/gnome-mag/Makefile,v 1.54 2010/10/31 11:01:52 kwm Exp $ -# PORTNAME= gnome-mag PORTVERSION= 0.16.3 @@ -19,8 +15,7 @@ COMMENT= GNOME screen magnifier USE_BZIP2= yes USE_XORG= xfixes xdamage ice xcomposite sm USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack -USE_GMAKE= yes -USES= gettext +USES= gmake gettext USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/gnome-speech/Makefile ============================================================================== --- head/accessibility/gnome-speech/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/gnome-speech/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -12,9 +12,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME text-to-speech API USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix libbonobo -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static Modified: head/accessibility/gnopernicus/Makefile ============================================================================== --- head/accessibility/gnopernicus/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/gnopernicus/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnopernicus -# Date created: 11 May 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/accessibility/gnopernicus/Makefile,v 1.85 2007/07/23 19:03:49 mezz Exp $ -# PORTNAME= gnopernicus PORTVERSION= 1.1.2 @@ -19,11 +15,10 @@ COMMENT= Collection of accessibility app LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag USE_BZIP2= yes -USES= gettext +USES= gettext gmake USE_LDCONFIG= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gtk+-2.0` Modified: head/accessibility/gok/Makefile ============================================================================== --- head/accessibility/gok/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/gok/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gok -# Date created: 12 April 2003 -# Whom: Adam Weinberger <adamw@freebsd.org> -# +# Created by: Adam Weinberger <adamw@freebsd.org> # $FreeBSD$ # $MCom: ports/accessibility/gok/Makefile,v 1.112 2010/09/29 07:37:57 kwm Exp $ -# PORTNAME= gok PORTVERSION= 2.30.1 @@ -21,11 +17,10 @@ LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes -USES= gettext +USES= gmake gettext INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech libxml2 -USE_GMAKE= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/java-access-bridge/Makefile ============================================================================== --- head/accessibility/java-access-bridge/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/java-access-bridge/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -15,12 +15,12 @@ COMMENT= Gnome Java Accessibility Bridge BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop +USES= gmake USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= atspi gnomehack USE_JAVA= yes JAVA_OS= native -USE_GMAKE= yes CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR} MAKE_JOBS_UNSAFE= yes Modified: head/accessibility/mousetweaks/Makefile ============================================================================== --- head/accessibility/mousetweaks/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/mousetweaks/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -1,10 +1,6 @@ -# Ports collection makefile for: mousetweaks -# Date created: 2008 01 10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom: ports/accessibility/mousetweaks/Makefile,v 1.53 2010/11/15 21:25:36 kwm Exp $ -# PORTNAME= mousetweaks PORTVERSION= 2.32.1 @@ -19,8 +15,7 @@ COMMENT= Mouse accessibility enhancement USE_XORG= x11 xfixes xcursor xtst USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack -USE_GMAKE= yes -USES= gettext +USES= gmake gettext INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/accessibility/orca/Makefile ============================================================================== --- head/accessibility/orca/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/orca/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -1,10 +1,6 @@ -# New ports collection makefile for: orca -# Date created: 25 Jul 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/accessibility/orca/Makefile,v 1.90 2010/11/16 12:00:48 avl Exp $ -# PORTNAME= orca PORTVERSION= 2.32.1 @@ -27,9 +23,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_ LATEST_LINK= gnome-orca USE_BZIP2= yes -USES= gettext +USES= gmake gettext USE_PYTHON= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \ pygnomedesktop INSTALLS_ICONS= yes Modified: head/accessibility/redshift/Makefile ============================================================================== --- head/accessibility/redshift/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/redshift/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -1,9 +1,5 @@ -# New ports collection makefile for: redshift -# Date created: Wed Nov 24 12:35:17 CST 2010 -# Whom: Mark Felder <feld@FreeBSD.org> -# +# Created by: Mark Felder <feld@FreeBSD.org> # $FreeBSD$ -# PORTNAME= redshift PORTVERSION= 1.7 @@ -15,7 +11,7 @@ MAINTAINER= feld@FreeBSD.org COMMENT= Adjusts the color temperature of your screen FETCH_ARGS= "-pRr" -USE_GMAKE= yes +USES= gmake USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/speech-dispatcher/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -16,11 +16,11 @@ LIB_DEPENDS= dotconf:${PORTSDIR}/devel/d sndfile:${PORTSDIR}/audio/libsndfile # gnomehier is required because of share/sounds directory. -USE_GNOME= glib20 gnomehier pkgconfig +USES= gmake pkgconfig +USE_GNOME= glib20 gnomehier GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} ETCFILES= clients/emacs.conf clients/gnome-speech.conf \ Modified: head/accessibility/yasr/Makefile ============================================================================== --- head/accessibility/yasr/Makefile Fri Aug 30 00:35:01 2013 (r325642) +++ head/accessibility/yasr/Makefile Fri Aug 30 00:47:20 2013 (r325643) @@ -12,8 +12,8 @@ COMMENT= General-purpose console screen LICENSE= LGPL20 +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes MAN1= yasr.1 PORTDOCS= AUTHORS BUGS CREDITS ChangeLog NEWS README TODO \ README-br README-de README-es README-fr README-ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308300047.r7U0lKR8019723>