aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accessibility/accerciser/Makefile1
-rw-r--r--accessibility/at-poke/Makefile1
-rw-r--r--accessibility/at-spi-reference/Makefile7
-rw-r--r--accessibility/at-spi/Makefile1
-rw-r--r--accessibility/at-spi2-atk/Makefile1
-rw-r--r--accessibility/at-spi2-core/Makefile1
-rw-r--r--accessibility/atk-reference/Makefile7
-rw-r--r--accessibility/atk/Makefile1
-rw-r--r--accessibility/atkmm/Makefile1
-rw-r--r--accessibility/dasher/Makefile1
-rw-r--r--accessibility/eflite/Makefile1
-rw-r--r--accessibility/gnome-mag/Makefile1
-rw-r--r--accessibility/gnome-speech/Makefile1
-rw-r--r--accessibility/gnopernicus/Makefile1
-rw-r--r--accessibility/gok/Makefile1
-rw-r--r--accessibility/java-access-bridge/Makefile1
-rw-r--r--accessibility/jovie/Makefile1
-rw-r--r--accessibility/kaccessible/Makefile1
-rw-r--r--accessibility/kdeaccessibility4/Makefile1
-rw-r--r--accessibility/kmag/Makefile1
-rw-r--r--accessibility/kmousetool/Makefile1
-rw-r--r--accessibility/kmouth/Makefile1
-rw-r--r--accessibility/linux-f10-atk/Makefile7
-rw-r--r--accessibility/mousetweaks/Makefile1
-rw-r--r--accessibility/orca/Makefile1
-rw-r--r--accessibility/py-atspi/Makefile1
-rw-r--r--accessibility/py-papi/Makefile1
-rw-r--r--accessibility/qt4-accessible/Makefile1
-rw-r--r--accessibility/redshift/Makefile1
-rw-r--r--accessibility/ruby-atk/Makefile1
-rw-r--r--accessibility/rubygem-atk/Makefile1
-rw-r--r--accessibility/speech-dispatcher/Makefile1
-rw-r--r--accessibility/yasr/Makefile1
33 files changed, 36 insertions, 15 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile
index 5e219752e538..602bdad75426 100644
--- a/accessibility/accerciser/Makefile
+++ b/accessibility/accerciser/Makefile
@@ -12,6 +12,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Interactive Python accessibility explorer for GNOME
+NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= pygnomedesktop atspi intlhack
USE_PYTHON= yes
diff --git a/accessibility/at-poke/Makefile b/accessibility/at-poke/Makefile
index 893680b00543..816999855bf1 100644
--- a/accessibility/at-poke/Makefile
+++ b/accessibility/at-poke/Makefile
@@ -11,6 +11,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= mva@FreeBSD.org
COMMENT= Accessibility testing and poking tool
+NO_STAGE= yes
USES= gmake pkgconfig
USE_GNOME= gnomeprefix libglade2 libgailgnome
GNU_CONFIGURE= yes
diff --git a/accessibility/at-spi-reference/Makefile b/accessibility/at-spi-reference/Makefile
index 3735d61ba2ba..91f47f6788cf 100644
--- a/accessibility/at-spi-reference/Makefile
+++ b/accessibility/at-spi-reference/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: at-spi-reference
-# Date created: 09 May 2006
-# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
-#
+# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
-#
PORTREVISION= 1
+NO_STAGE= yes
BOOKS= cspi idl
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile
index abc85ceb6b4e..6ace5e878b37 100644
--- a/accessibility/at-spi/Makefile
+++ b/accessibility/at-spi/Makefile
@@ -18,6 +18,7 @@ USE_BZIP2= yes
RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
+NO_STAGE= yes
USES= gmake gettext pkgconfig
USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo
USE_XORG= x11 xtst
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile
index 24775d4bdb54..7d08c3d98bd3 100644
--- a/accessibility/at-spi2-atk/Makefile
+++ b/accessibility/at-spi2-atk/Makefile
@@ -19,6 +19,7 @@ RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core
PORTSCOUT= limitw:1,even
+NO_STAGE= yes
USE_XZ= yes
USES= gmake pathfix pkgconfig
USE_GNOME= gnomehier intlhack glib20 atk
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile
index 9da652c5ef17..92d3ccebe535 100644
--- a/accessibility/at-spi2-core/Makefile
+++ b/accessibility/at-spi2-core/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus
PORTSCOUT= limitw:1,even
+NO_STAGE= yes
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
USE_GNOME= gnomehier glib20 intlhack introspection:build
diff --git a/accessibility/atk-reference/Makefile b/accessibility/atk-reference/Makefile
index 986485209517..019a64b3a108 100644
--- a/accessibility/atk-reference/Makefile
+++ b/accessibility/atk-reference/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: atk-reference
-# Date created: 09 May 2006
-# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
-#
+# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
-#
PORTREVISION= 0
+NO_STAGE= yes
REFERENCE_SRC= ${WRKSRC}/docs
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
index 2d69d20fe9b5..0c4dab406bca 100644
--- a/accessibility/atk/Makefile
+++ b/accessibility/atk/Makefile
@@ -16,6 +16,7 @@ USE_XZ= yes
.if !defined(REFERENCE_PORT)
+NO_STAGE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USES= gettext gmake pathfix pkgconfig
diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile
index 4318d77b81f1..74ebf691aa2e 100644
--- a/accessibility/atkmm/Makefile
+++ b/accessibility/atkmm/Makefile
@@ -10,6 +10,7 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ wrapper for ATK API library
+NO_STAGE= yes
USES= gmake pathfix pkgconfig
USE_XZ= yes
USE_LDCONFIG= yes
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile
index bfd29d7f93d9..107805c07813 100644
--- a/accessibility/dasher/Makefile
+++ b/accessibility/dasher/Makefile
@@ -17,6 +17,7 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
LIB_DEPENDS= ogg:${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 \
diff --git a/accessibility/eflite/Makefile b/accessibility/eflite/Makefile
index f48d7a9276e9..db78b197da01 100644
--- a/accessibility/eflite/Makefile
+++ b/accessibility/eflite/Makefile
@@ -12,6 +12,7 @@ COMMENT= Speech server for Festival Lite used by yasr and Emacspeak
BUILD_DEPENDS= flite:${PORTSDIR}/audio/flite
RUN_DEPENDS= flite:${PORTSDIR}/audio/flite
+NO_STAGE= yes
USES= gmake
GNU_CONFIGURE= yes
ALL_TARGET= eflite
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile
index e1ea96334486..aea78e5494c4 100644
--- a/accessibility/gnome-mag/Makefile
+++ b/accessibility/gnome-mag/Makefile
@@ -12,6 +12,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME screen magnifier
+NO_STAGE= yes
USE_BZIP2= yes
USE_XORG= xfixes xdamage ice xcomposite sm
USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack
diff --git a/accessibility/gnome-speech/Makefile b/accessibility/gnome-speech/Makefile
index 21ce968a06ed..685b2effb442 100644
--- a/accessibility/gnome-speech/Makefile
+++ b/accessibility/gnome-speech/Makefile
@@ -11,6 +11,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME text-to-speech API
+NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix libbonobo
USES= gmake pathfix pkgconfig
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile
index 236f1600b614..7d72460d9135 100644
--- a/accessibility/gnopernicus/Makefile
+++ b/accessibility/gnopernicus/Makefile
@@ -14,6 +14,7 @@ COMMENT= Collection of accessibility apps for GNOME 2
LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag
+NO_STAGE= yes
USE_BZIP2= yes
USES= gettext gmake pkgconfig
USE_LDCONFIG= yes
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile
index 6592ed3be5bf..6fb7f6c150c0 100644
--- a/accessibility/gok/Makefile
+++ b/accessibility/gok/Makefile
@@ -16,6 +16,7 @@ COMMENT= GNOME On-Screen Keyboard (GOK)
LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+NO_STAGE= yes
USE_BZIP2= yes
USES= gmake gettext pkgconfig
INSTALLS_OMF= yes
diff --git a/accessibility/java-access-bridge/Makefile b/accessibility/java-access-bridge/Makefile
index 2e9ab979d4c3..44013554106c 100644
--- a/accessibility/java-access-bridge/Makefile
+++ b/accessibility/java-access-bridge/Makefile
@@ -15,6 +15,7 @@ COMMENT= Gnome Java Accessibility Bridge
BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop
RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop
+NO_STAGE= yes
USES= gmake pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
diff --git a/accessibility/jovie/Makefile b/accessibility/jovie/Makefile
index ea500b459732..63772a1200f9 100644
--- a/accessibility/jovie/Makefile
+++ b/accessibility/jovie/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS= speechd.5:${PORTSDIR}/accessibility/speech-dispatcher
CONFLICTS= ktts-4.[4-6].*
+NO_STAGE= yes
USE_XZ= yes
USES= cmake:outsource
USE_KDE4= kdehier kdeprefix kdelibs automoc4
diff --git a/accessibility/kaccessible/Makefile b/accessibility/kaccessible/Makefile
index b52ef9cf43ff..189a5de96258 100644
--- a/accessibility/kaccessible/Makefile
+++ b/accessibility/kaccessible/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS= speechd.5:${PORTSDIR}/accessibility/speech-dispatcher
CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].*
+NO_STAGE= yes
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USES= cmake:outsource
diff --git a/accessibility/kdeaccessibility4/Makefile b/accessibility/kdeaccessibility4/Makefile
index d71f44c03094..9af3e8ad0d4b 100644
--- a/accessibility/kdeaccessibility4/Makefile
+++ b/accessibility/kdeaccessibility4/Makefile
@@ -12,6 +12,7 @@ COMMENT= Accessibility applications for KDE 4
USE_KDE4= kdeprefix
NO_BUILD= yes
+NO_STAGE= yes
LATEST_LINK= ${PORTNAME}4
diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile
index b616db5d3a9b..d2a0d40aa8d1 100644
--- a/accessibility/kmag/Makefile
+++ b/accessibility/kmag/Makefile
@@ -12,6 +12,7 @@ COMMENT= KDE Screen magnifier
CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].*
+NO_STAGE= yes
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USES= cmake:outsource
diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile
index 50660532e3c8..6e424ec00cb4 100644
--- a/accessibility/kmousetool/Makefile
+++ b/accessibility/kmousetool/Makefile
@@ -12,6 +12,7 @@ COMMENT= Automatic mouse click tool for KDE
CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].*
+NO_STAGE= yes
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USES= cmake:outsource
diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile
index 121f69aa8d0e..c29b9f12ce5e 100644
--- a/accessibility/kmouth/Makefile
+++ b/accessibility/kmouth/Makefile
@@ -12,6 +12,7 @@ COMMENT= Speech synthesizer frontend for KDE
CONFLICTS_INSTALL= kdeaccessibility-4.[0-7].*
+NO_STAGE= yes
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USES= cmake:outsource
diff --git a/accessibility/linux-f10-atk/Makefile b/accessibility/linux-f10-atk/Makefile
index 352044fe917d..64a16c2f8183 100644
--- a/accessibility/linux-f10-atk/Makefile
+++ b/accessibility/linux-f10-atk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: accessibility/linux-f10-atk
-# Date created: 2009-05-03
-# Whom: bsam
-#
+# Created by: bsam
# $FreeBSD$
-#
PORTNAME= atk
PORTVERSION= 1.24.0
@@ -17,6 +13,7 @@ COMMENT= Accessibility Toolkit, Linux/i386 binary (Linux Fedora 10)
CONFLICTS= linux-atk-[0-9]* linux-f8-atk-[0-9]*
+NO_STAGE= yes
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile
index e69af1f124c0..78f689a3fbce 100644
--- a/accessibility/mousetweaks/Makefile
+++ b/accessibility/mousetweaks/Makefile
@@ -12,6 +12,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Mouse accessibility enhancements for the GNOME desktop
+NO_STAGE= yes
USE_XORG= x11 xfixes xcursor xtst
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile
index 6fbd43ef705f..7e237aebaa2e 100644
--- a/accessibility/orca/Makefile
+++ b/accessibility/orca/Makefile
@@ -22,6 +22,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \
LATEST_LINK= gnome-orca
+NO_STAGE= yes
USE_BZIP2= yes
USES= gmake gettext pkgconfig
USE_PYTHON= yes
diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile
index bef29481e713..0bb36cd2f2e9 100644
--- a/accessibility/py-atspi/Makefile
+++ b/accessibility/py-atspi/Makefile
@@ -18,6 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at
CONFLICTS= at-spi-1.[0-9]*
+NO_STAGE= yes
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomehier intlhack pygobject3
diff --git a/accessibility/py-papi/Makefile b/accessibility/py-papi/Makefile
index 700a9f780847..fba8755bfa79 100644
--- a/accessibility/py-papi/Makefile
+++ b/accessibility/py-papi/Makefile
@@ -10,6 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mva@FreeBSD.org
COMMENT= ATK accessibility wrapper for python
+NO_STAGE= yes
USES= pkgconfig
USE_GNOME= atk
USE_PYTHON= yes
diff --git a/accessibility/qt4-accessible/Makefile b/accessibility/qt4-accessible/Makefile
index fde2423ab025..71354ffab44e 100644
--- a/accessibility/qt4-accessible/Makefile
+++ b/accessibility/qt4-accessible/Makefile
@@ -9,6 +9,7 @@ PKGNAMEPREFIX= qt4-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt accessibility widgets
+NO_STAGE= yes
USE_QT4= qmake_build moc_build qt3support corelib gui network sql xml
QT_NONSTANDARD= yes
QT_DIST= yes
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile
index facf45cc739d..975825018853 100644
--- a/accessibility/redshift/Makefile
+++ b/accessibility/redshift/Makefile
@@ -10,6 +10,7 @@ MASTER_SITES= http://launchpad.net/redshift/trunk/${PORTVERSION}/+download/
MAINTAINER= feld@FreeBSD.org
COMMENT= Adjusts the color temperature of your screen
+NO_STAGE= yes
FETCH_ARGS= "-pRr"
USES= gmake pkgconfig
USE_BZIP2= yes
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile
index 7d0e7e30eb73..d9d31943e246 100644
--- a/accessibility/ruby-atk/Makefile
+++ b/accessibility/ruby-atk/Makefile
@@ -17,6 +17,7 @@ BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \
rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config
+NO_STAGE= yes
USE_RUBY= yes
USE_GNOME= atk
USE_RUBY_EXTCONF= yes
diff --git a/accessibility/rubygem-atk/Makefile b/accessibility/rubygem-atk/Makefile
index 77aafa244a0e..b1a991c962c6 100644
--- a/accessibility/rubygem-atk/Makefile
+++ b/accessibility/rubygem-atk/Makefile
@@ -10,6 +10,7 @@ COMMENT= Ruby binding for ATK
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
+NO_STAGE= yes
USE_GNOME= atk
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index d46e7bcc69d8..6d6149c37890 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -15,6 +15,7 @@ LICENSE_COMB= multi
LIB_DEPENDS= dotconf:${PORTSDIR}/devel/dotconf \
sndfile:${PORTSDIR}/audio/libsndfile
+NO_STAGE= yes
# gnomehier is required because of share/sounds directory.
USES= gmake pkgconfig
USE_GNOME= glib20 gnomehier
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile
index eeaa28d30842..4cdc49d5ddbe 100644
--- a/accessibility/yasr/Makefile
+++ b/accessibility/yasr/Makefile
@@ -12,6 +12,7 @@ COMMENT= General-purpose console screen reader
LICENSE= LGPL20
+NO_STAGE= yes
USES= gmake
GNU_CONFIGURE= yes
MAN1= yasr.1