diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-20 01:56:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-20 01:56:05 +0800 |
commit | bce9b81f9d6099820f3839d7809d6b08c1d2ae7b (patch) | |
tree | f5dd7c3a8dbebad79bdb5e844aeb69c59a9fd12c /accessibility | |
parent | 2eea5f1d2e44418020f8f4db08d40bea6915b6e8 (diff) | |
download | freebsd-ports-gnome-bce9b81f9d6099820f3839d7809d6b08c1d2ae7b.tar.gz freebsd-ports-gnome-bce9b81f9d6099820f3839d7809d6b08c1d2ae7b.tar.zst freebsd-ports-gnome-bce9b81f9d6099820f3839d7809d6b08c1d2ae7b.zip |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi/Makefile | 4 | ||||
-rw-r--r-- | accessibility/dasher/Makefile | 4 | ||||
-rw-r--r-- | accessibility/gail/Makefile | 4 | ||||
-rw-r--r-- | accessibility/gnome-mag/Makefile | 3 | ||||
-rw-r--r-- | accessibility/gnopernicus/Makefile | 3 | ||||
-rw-r--r-- | accessibility/gok/Makefile | 2 | ||||
-rw-r--r-- | accessibility/java-access-bridge/Makefile | 4 | ||||
-rw-r--r-- | accessibility/linux-atk/Makefile | 2 | ||||
-rw-r--r-- | accessibility/linux-f10-atk/Makefile | 2 | ||||
-rw-r--r-- | accessibility/linux-f8-atk/Makefile | 2 |
10 files changed, 14 insertions, 16 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 37821e5b3f62..e5fdf79e6e96 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -8,7 +8,7 @@ PORTNAME= at-spi PORTVERSION= 1.22.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -25,7 +25,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomehier intltool gail libbonobo \ intlhack -USE_XLIB= yes +USE_XORG= x11 xtst USE_PYTHON= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 387d8c3ef61b..aef3a861ef10 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -8,7 +8,7 @@ PORTNAME= dasher PORTVERSION= 4.7.3 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,7 +22,6 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes USE_GETTEXT= yes -USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ libwnck gnomedocutils @@ -30,7 +29,6 @@ WANT_GNOME= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes -USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index c3bc70d3d825..0fcd0f076d22 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -8,7 +8,7 @@ PORTNAME= gail PORTVERSION= 1.22.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,7 +22,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_GETTEXT= yes -USE_XLIB= yes +USE_XORG= x11 xext USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index be0bfad94eec..5acca7e42707 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome-mag PORTVERSION= 0.14.10 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen magnifier USE_BZIP2= yes -USE_XLIB= yes +USE_XORG= xfixes xdamage ice xcomposite sm USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack USE_GMAKE= yes USE_GETTEXT= yes diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index 83347adbc7d9..2b54c4f9ac90 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnopernicus PORTVERSION= 1.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= accessibility x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -21,7 +21,6 @@ LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag USE_BZIP2= yes USE_GETTEXT= yes -USE_XLIB= yes USE_LDCONFIG= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 1bbcb88d2c37..cfd2536f8fee 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -8,6 +8,7 @@ PORTNAME= gok PORTVERSION= 1.3.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= accessibility sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -19,7 +20,6 @@ COMMENT= GNOME On-Screen Keyboard (GOK) USE_BZIP2= yes USE_GETTEXT= yes -USE_XLIB= yes INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech diff --git a/accessibility/java-access-bridge/Makefile b/accessibility/java-access-bridge/Makefile index aecec4cef7af..3355de38ff84 100644 --- a/accessibility/java-access-bridge/Makefile +++ b/accessibility/java-access-bridge/Makefile @@ -15,8 +15,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome Java Accessibility Bridge -BUILD_DEPENDS= xprop:${X_CLIENTS_PORT} -RUN_DEPENDS= xprop:${X_CLIENTS_PORT} +BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop +RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/accessibility/linux-atk/Makefile b/accessibility/linux-atk/Makefile index 24dec2c34120..81861040563a 100644 --- a/accessibility/linux-atk/Makefile +++ b/accessibility/linux-atk/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB+= LIBVERSION="901.0" PORTVERSION="${PORTVERSION}" .include <bsd.port.mk> diff --git a/accessibility/linux-f10-atk/Makefile b/accessibility/linux-f10-atk/Makefile index 24dec2c34120..81861040563a 100644 --- a/accessibility/linux-f10-atk/Makefile +++ b/accessibility/linux-f10-atk/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB+= LIBVERSION="901.0" PORTVERSION="${PORTVERSION}" .include <bsd.port.mk> diff --git a/accessibility/linux-f8-atk/Makefile b/accessibility/linux-f8-atk/Makefile index 24dec2c34120..81861040563a 100644 --- a/accessibility/linux-f8-atk/Makefile +++ b/accessibility/linux-f8-atk/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB+= LIBVERSION="901.0" PORTVERSION="${PORTVERSION}" .include <bsd.port.mk> |