diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-02-11 23:50:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-02-11 23:50:59 +0000 |
commit | a65931adcbbbd87c3dc5f4fe5012986ccf8d196c (patch) | |
tree | 8ba9105e2877b9f975441888aa728b564f0866c8 /devel/gconf | |
parent | dca3a2ee6dc3dfd55fac2656516007e0ac67169d (diff) | |
download | ports-a65931adcbbbd87c3dc5f4fe5012986ccf8d196c.tar.gz ports-a65931adcbbbd87c3dc5f4fe5012986ccf8d196c.zip |
Notes
Diffstat (limited to 'devel/gconf')
-rw-r--r-- | devel/gconf/Makefile | 5 | ||||
-rw-r--r-- | devel/gconf/distinfo | 2 | ||||
-rw-r--r-- | devel/gconf/files/patch-configure | 15 | ||||
-rw-r--r-- | devel/gconf/pkg-plist | 1 |
4 files changed, 9 insertions, 14 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index dd6b18354625..fe9cb36ffc55 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -6,12 +6,12 @@ # PORTNAME= gconf -PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTVERSION= 1.0.8 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/GConf DISTNAME= GConf-${PORTVERSION} +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -19,6 +19,7 @@ LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ oaf.0:${PORTSDIR}/devel/oaf \ db3.2:${PORTSDIR}/databases/db3 +USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMELIBS= yes diff --git a/devel/gconf/distinfo b/devel/gconf/distinfo index f321c67ce971..873588bf3e98 100644 --- a/devel/gconf/distinfo +++ b/devel/gconf/distinfo @@ -1 +1 @@ -MD5 (GConf-1.0.7.tar.gz) = eec527bd1590c175dd400ec5482a4b1c +MD5 (gnome/GConf-1.0.8.tar.bz2) = 3a7c7a1ba84e29c24f1522e53eab89cc diff --git a/devel/gconf/files/patch-configure b/devel/gconf/files/patch-configure index 3f2e41b97fe0..1e91b12da41c 100644 --- a/devel/gconf/files/patch-configure +++ b/devel/gconf/files/patch-configure @@ -1,14 +1,7 @@ - -$FreeBSD$ - ---- configure.orig Wed Nov 7 13:24:42 2001 -+++ configure Wed Nov 7 13:25:30 2001 -@@ -6627,7 +6627,7 @@ - BDB_CFLAGS= - +--- configure.orig Mon Feb 11 15:20:43 2002 ++++ configure Mon Feb 11 15:22:24 2002 +@@ -8516,3 +8516,3 @@ -for dblib in db-3.3 db-3.2 db-3.1 db-3; do +for dblib in db-3.3 db-3.2 db-3.1 db-3 db3; do - echo $ac_n "checking for db_env_create in -l$dblib""... $ac_c" 1>&6 - echo "configure:6633: checking for db_env_create in -l$dblib" >&5 - ac_lib_var=`echo $dblib'_'db_env_create | sed 'y%./+-%__p_%'` + as_ac_Lib=`echo "ac_cv_lib_$dblib''_db_env_create" | $as_tr_sh` diff --git a/devel/gconf/pkg-plist b/devel/gconf/pkg-plist index 966ea0b19a8a..814f8554eff6 100644 --- a/devel/gconf/pkg-plist +++ b/devel/gconf/pkg-plist @@ -34,6 +34,7 @@ share/locale/da/LC_MESSAGES/GConf.mo share/locale/de/LC_MESSAGES/GConf.mo share/locale/el/LC_MESSAGES/GConf.mo share/locale/es/LC_MESSAGES/GConf.mo +share/locale/eu/LC_MESSAGES/GConf.mo share/locale/fi/LC_MESSAGES/GConf.mo share/locale/fr/LC_MESSAGES/GConf.mo share/locale/ga/LC_MESSAGES/GConf.mo |