summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-11 17:53:25 +0000
committersobomax <sobomax@FreeBSD.org>2002-03-11 17:53:25 +0000
commite97853faef8990d982cdf202511c885db328fa6d (patch)
tree6ce6e972e7f00b1381176b849529ad363676d7a9 /accessibility
parent928b76c5143061e3b3462765e3f19f1606d4b013 (diff)
downloadFreeBSD-ports-e97853faef8990d982cdf202511c885db328fa6d.zip
FreeBSD-ports-e97853faef8990d982cdf202511c885db328fa6d.tar.gz
Update gtk/glib to the version 2.0 and other related ports to the latest
versions. PR: 35541, 35744, 35757 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/atk/Makefile7
-rw-r--r--accessibility/atk/distinfo2
-rw-r--r--accessibility/atk/pkg-plist5
3 files changed, 8 insertions, 6 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
index 4611d35..e78617d 100644
--- a/accessibility/atk/Makefile
+++ b/accessibility/atk/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= atk
-PORTVERSION= 0.12
+PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta
+MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta2
#MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
# ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
# http://www.ameth.org/gimp/%SUBDIR%/ \
@@ -19,11 +19,12 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= glib-1.3.14:${PORTSDIR}/devel/glib13
+LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20
USE_BZIP2= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo
index 7fce910..7cba674 100644
--- a/accessibility/atk/distinfo
+++ b/accessibility/atk/distinfo
@@ -1 +1 @@
-MD5 (gnome2/atk-0.12.tar.bz2) = 09509179928e4558d2a71c954cf002ba
+MD5 (gnome2/atk-1.0.0.tar.bz2) = 885f39a89bbc96b587da893f61943a21
diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist
index cbd91d8..a657b8a 100644
--- a/accessibility/atk/pkg-plist
+++ b/accessibility/atk/pkg-plist
@@ -23,8 +23,9 @@ include/atk-1.0/atk/atktable.h
include/atk-1.0/atk/atktext.h
include/atk-1.0/atk/atkutil.h
include/atk-1.0/atk/atkvalue.h
-lib/libatk.so
-lib/libatk.so.12
+lib/libatk-1.0.a
+lib/libatk-1.0.so
+lib/libatk-1.0.so.0
libdata/pkgconfig/atk.pc
@dirrm include/atk-1.0/atk
@dirrm include/atk-1.0
OpenPOWER on IntegriCloud