diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /accessibility | |
parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/accerciser/Makefile | 2 | ||||
-rw-r--r-- | accessibility/accerciser3/Makefile | 1 | ||||
-rw-r--r-- | accessibility/at-spi2-atk/Makefile | 3 | ||||
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 3 | ||||
-rw-r--r-- | accessibility/caribou/Makefile | 1 | ||||
-rw-r--r-- | accessibility/mousetweaks/Makefile | 1 | ||||
-rw-r--r-- | accessibility/mousetweaks3/Makefile | 1 | ||||
-rw-r--r-- | accessibility/orca/Makefile | 3 | ||||
-rw-r--r-- | accessibility/orca3/Makefile | 3 | ||||
-rw-r--r-- | accessibility/py-atspi/Makefile | 1 |
10 files changed, 15 insertions, 4 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile index 87ab6efcd..344562783 100644 --- a/accessibility/accerciser/Makefile +++ b/accessibility/accerciser/Makefile @@ -14,6 +14,7 @@ COMMENT= Interactive Python accessibility explorer for GNOME CONFLICTS= accerciser-3.[0-9].* +NO_STAGE= yes USE_BZIP2= yes USE_GNOME= pygnomedesktop atspi intlhack USE_PYTHON= yes @@ -27,4 +28,5 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= accerciser.schemas MAN1= accerciser.1 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/accessibility/accerciser3/Makefile b/accessibility/accerciser3/Makefile index f9b674d79..e342b2482 100644 --- a/accessibility/accerciser3/Makefile +++ b/accessibility/accerciser3/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-deskto CONFLICTS= accerciser-1.* +NO_STAGE= yes USE_XZ= yes USE_GNOME= gtk30 pygobject3 intlhack USE_PYTHON= yes diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile index db501fc9a..61b419aa4 100644 --- a/accessibility/at-spi2-atk/Makefile +++ b/accessibility/at-spi2-atk/Makefile @@ -14,11 +14,12 @@ COMMENT= Assisted Technology Provider module for GTK+ 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 +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 bf94786f5..a74e748ae 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -13,10 +13,11 @@ COMMENT= Assistive Technology Service Provider Interface LICENSE= LGPL21 -LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +LIB_DEPENDS= libdbus-1.so:${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/caribou/Makefile b/accessibility/caribou/Makefile index 1b76c20c5..ad3365e81 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ libxklavier.so:${PORTSDIR}/x11/libxklavier RUN_DEPENDS= py*-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi +NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig shebangfix SHEBANG_FILES= tools/fix_gir.py tools/make_schema.py diff --git a/accessibility/mousetweaks/Makefile b/accessibility/mousetweaks/Makefile index acaa65a9e..0d87f5ff0 100644 --- a/accessibility/mousetweaks/Makefile +++ b/accessibility/mousetweaks/Makefile @@ -13,6 +13,7 @@ COMMENT= Mouse accessibility enhancements for the GNOME desktop CONFLICTS= mousetweaks-3.[0-9]* +NO_STAGE= yes USE_XORG= x11 xfixes xcursor xtst USE_BZIP2= yes USE_GNOME= gnomeprefix gnomepanel intlhack diff --git a/accessibility/mousetweaks3/Makefile b/accessibility/mousetweaks3/Makefile index 84dab782f..1b4c6a6df 100644 --- a/accessibility/mousetweaks3/Makefile +++ b/accessibility/mousetweaks3/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0.1.0:${PORTSDIR}/devel/gsettings-deskto CONFLICTS= mousetweaks-2.[0-9]* +NO_STAGE= yes LATEST_LINK= mousetweaks3 USE_XZ= yes USE_XORG= x11 xfixes xcursor xtst diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 01bb71561..06f35708d 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -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:${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 @@ -24,6 +24,7 @@ CONFLICTS= orca-3.[0-9]* py*-json-py-[0-9]* LATEST_LINK= gnome-orca +NO_STAGE= yes USE_BZIP2= yes USES= gettext gmake pathfix pkgconfig USE_PYTHON= yes diff --git a/accessibility/orca3/Makefile b/accessibility/orca3/Makefile index 7be965e14..9fa52b423 100644 --- a/accessibility/orca3/Makefile +++ b/accessibility/orca3/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= atspi:${PORTSDIR}/accessibility/at-spi2-core +LIB_DEPENDS= libatspi.so:${PORTSDIR}/accessibility/at-spi2-core RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo @@ -27,6 +27,7 @@ CONFLICTS= orca-2.[0-9]* py*-json-py-[0-9]* LATEST_LINK= gnome-orca3 +NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_PYTHON= yes diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile index bef29481e..0bb36cd2f 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 |