summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-05-31 22:18:51 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-05-31 22:18:51 +0000
commit336ae3953d3d62c41f48186a34121cb574159ca6 (patch)
tree514fbec7b37d5858d68f5654aa26807a11992fe7 /accessibility
parent- Add note about security/hostapd. (diff)
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus
Notes
Notes: svn path=/head/; revision=164120
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/at-spi-reference/Makefile7
-rw-r--r--accessibility/at-spi/Makefile6
-rw-r--r--accessibility/atk-reference/Makefile7
-rw-r--r--accessibility/atk/Makefile2
-rw-r--r--accessibility/gail-reference/Makefile7
-rw-r--r--accessibility/gail/Makefile5
6 files changed, 26 insertions, 8 deletions
diff --git a/accessibility/at-spi-reference/Makefile b/accessibility/at-spi-reference/Makefile
index 464535ff50df..3735d61ba2ba 100644
--- a/accessibility/at-spi-reference/Makefile
+++ b/accessibility/at-spi-reference/Makefile
@@ -1,4 +1,11 @@
+# New ports collection makefile for: at-spi-reference
+# Date created: 09 May 2006
+# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
+#
# $FreeBSD$
+#
+
+PORTREVISION= 1
BOOKS= cspi idl
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile
index fd586745b6df..50d9f0a468e6 100644
--- a/accessibility/at-spi/Makefile
+++ b/accessibility/at-spi/Makefile
@@ -8,6 +8,7 @@
PORTNAME= at-spi
PORTVERSION= 1.7.7
+PORTREVISION?= 1
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,17 +18,14 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= An Assistive Technology Service Provider Interface
USE_BZIP2= yes
-PREFIX?= ${X11BASE}
.if !defined(REFERENCE_PORT)
-PORTREVISION= 1
-
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \
intlhack
-USE_XLIB= yes
+USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static
diff --git a/accessibility/atk-reference/Makefile b/accessibility/atk-reference/Makefile
index fe0035ece1de..986485209517 100644
--- a/accessibility/atk-reference/Makefile
+++ b/accessibility/atk-reference/Makefile
@@ -1,4 +1,11 @@
+# New ports collection makefile for: atk-reference
+# Date created: 09 May 2006
+# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
+#
# $FreeBSD$
+#
+
+PORTREVISION= 0
REFERENCE_SRC= ${WRKSRC}/docs
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
index ca5c5c1bd404..66fe20e6d1ad 100644
--- a/accessibility/atk/Makefile
+++ b/accessibility/atk/Makefile
@@ -8,6 +8,7 @@
PORTNAME= atk
PORTVERSION= 1.11.4
+PORTREVISION?= 1
CATEGORIES= accessibility devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -20,7 +21,6 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
-PORTREVISION= 1
USE_GETTEXT= yes
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
diff --git a/accessibility/gail-reference/Makefile b/accessibility/gail-reference/Makefile
index 99581ea39e7d..39d2197639a0 100644
--- a/accessibility/gail-reference/Makefile
+++ b/accessibility/gail-reference/Makefile
@@ -1,4 +1,11 @@
+# New ports collection makefile for: gail-reference
+# Date created: 09 May 2006
+# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
+#
# $FreeBSD$
+#
+
+PORTREVISION= 1
REFERENCE_SRC= ${WRKSRC}/docs/reference/libgail-util
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile
index 7c58d670d751..b4991f9cf43f 100644
--- a/accessibility/gail/Makefile
+++ b/accessibility/gail/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gail
PORTVERSION= 1.8.11
+PORTREVISION?= 1
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,13 +18,11 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= An implementation of the ATK interfaces for GTK+ widgets
USE_BZIP2= yes
-PREFIX?= ${X11BASE}
.if !defined(REFERENCE_PORT)
-PORTREVISION= 1
-
USE_GETTEXT= yes
+USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes