Update to 1.0.3.

This commit is contained in:
Maxim Sobolev 2001-08-03 07:17:43 +00:00
parent 9190868cca
commit ea26e179b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45761
12 changed files with 122 additions and 22 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gconf
PORTVERSION= 1.0.1
PORTREVISION= 4
PORTVERSION= 1.0.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/GConf
@ -21,9 +20,9 @@ LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_GNOMELIBS= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"

View File

@ -1 +1 @@
MD5 (GConf-1.0.1.tar.gz) = dd8abf58d3c13db1751d64cc1d30d763
MD5 (GConf-1.0.3.tar.gz) = 26a0e13976ed005fab57aa9f2ccb80d9

View File

@ -0,0 +1,17 @@
$FreeBSD$
--- backends/bdb-backend.c 2001/08/02 17:59:13 1.1
+++ backends/bdb-backend.c 2001/08/02 18:03:23
@@ -25,10 +25,9 @@
#include <gconf/gconf-internals.h>
#include <gconf/gconf.h>
+#include "config.h"
#include "bdb.h"
#include "dir-utils.h"
-
-#include <db.h>
#include <stdio.h>
#include <time.h>

View File

@ -1,19 +1,32 @@
--- configure.orig Mon May 14 12:54:14 2001
+++ configure Fri Jun 1 14:34:58 2001
@@ -3003,4 +3003,4 @@
$FreeBSD$
--- configure.orig Thu Aug 2 20:52:33 2001
+++ configure Thu Aug 2 20:53:12 2001
@@ -6497,14 +6497,14 @@
BDB_LIBS=
BDB_CFLAGS=
-echo $ac_n "checking for db_env_create in -ldb-3""... $ac_c" 1>&6
-echo "configure:3006: checking for db_env_create in -ldb-3" >&5
-echo "configure:6502: checking for db_env_create in -ldb-3" >&5
+echo $ac_n "checking for db_env_create in -ldb3""... $ac_c" 1>&6
+echo "configure:3006: checking for db_env_create in -ldb3" >&5
+echo "configure:6502: checking for db_env_create in -ldb3" >&5
ac_lib_var=`echo db-3'_'db_env_create | sed 'y%./+-%__p_%'`
@@ -3010,3 +3010,3 @@
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-ldb-3 $LIBS"
+LIBS="-ldb3 $LIBS"
cat > conftest.$ac_ext <<EOF
@@ -3038,3 +3038,3 @@
#line 6510 "configure"
#include "confdefs.h"
@@ -6532,7 +6532,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- BDB_LIBS=-ldb-3
+ BDB_LIBS=-ldb3
else
echo "$ac_t""no" 1>&6
fi

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- ltmain.sh 2001/07/23 09:45:58 1.1
+++ ltmain.sh 2001/07/23 09:46:28
@@ -4175,10 +4175,12 @@
fi
# Install the pseudo-library for information purposes.
+ if false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -16,7 +16,9 @@ include/gconf/1/gconf/gconf-listeners.h
include/gconf/1/gconf/gconf-schema.h
include/gconf/1/gconf/gconf-value.h
include/gconf/1/gconf/gconf.h
lib/GConf/1/libgconfbackend-bdb.a
lib/GConf/1/libgconfbackend-bdb.so
lib/GConf/1/libgconfbackend-xml.a
lib/GConf/1/libgconfbackend-xml.so
lib/libgconf-1.a
lib/libgconf-1.so
@ -43,6 +45,7 @@ share/locale/it/LC_MESSAGES/GConf.mo
share/locale/ja/LC_MESSAGES/GConf.mo
share/locale/ko/LC_MESSAGES/GConf.mo
share/locale/nl/LC_MESSAGES/GConf.mo
share/locale/nn/LC_MESSAGES/GConf.mo
share/locale/no/LC_MESSAGES/GConf.mo
share/locale/pt_BR/LC_MESSAGES/GConf.mo
share/locale/ru/LC_MESSAGES/GConf.mo

View File

@ -6,8 +6,7 @@
#
PORTNAME= gconf
PORTVERSION= 1.0.1
PORTREVISION= 4
PORTVERSION= 1.0.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/GConf
@ -21,9 +20,9 @@ LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_GNOMELIBS= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"

View File

@ -1 +1 @@
MD5 (GConf-1.0.1.tar.gz) = dd8abf58d3c13db1751d64cc1d30d763
MD5 (GConf-1.0.3.tar.gz) = 26a0e13976ed005fab57aa9f2ccb80d9

View File

@ -0,0 +1,17 @@
$FreeBSD$
--- backends/bdb-backend.c 2001/08/02 17:59:13 1.1
+++ backends/bdb-backend.c 2001/08/02 18:03:23
@@ -25,10 +25,9 @@
#include <gconf/gconf-internals.h>
#include <gconf/gconf.h>
+#include "config.h"
#include "bdb.h"
#include "dir-utils.h"
-
-#include <db.h>
#include <stdio.h>
#include <time.h>

View File

@ -1,19 +1,32 @@
--- configure.orig Mon May 14 12:54:14 2001
+++ configure Fri Jun 1 14:34:58 2001
@@ -3003,4 +3003,4 @@
$FreeBSD$
--- configure.orig Thu Aug 2 20:52:33 2001
+++ configure Thu Aug 2 20:53:12 2001
@@ -6497,14 +6497,14 @@
BDB_LIBS=
BDB_CFLAGS=
-echo $ac_n "checking for db_env_create in -ldb-3""... $ac_c" 1>&6
-echo "configure:3006: checking for db_env_create in -ldb-3" >&5
-echo "configure:6502: checking for db_env_create in -ldb-3" >&5
+echo $ac_n "checking for db_env_create in -ldb3""... $ac_c" 1>&6
+echo "configure:3006: checking for db_env_create in -ldb3" >&5
+echo "configure:6502: checking for db_env_create in -ldb3" >&5
ac_lib_var=`echo db-3'_'db_env_create | sed 'y%./+-%__p_%'`
@@ -3010,3 +3010,3 @@
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-ldb-3 $LIBS"
+LIBS="-ldb3 $LIBS"
cat > conftest.$ac_ext <<EOF
@@ -3038,3 +3038,3 @@
#line 6510 "configure"
#include "confdefs.h"
@@ -6532,7 +6532,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- BDB_LIBS=-ldb-3
+ BDB_LIBS=-ldb3
else
echo "$ac_t""no" 1>&6
fi

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- ltmain.sh 2001/07/23 09:45:58 1.1
+++ ltmain.sh 2001/07/23 09:46:28
@@ -4175,10 +4175,12 @@
fi
# Install the pseudo-library for information purposes.
+ if false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -16,7 +16,9 @@ include/gconf/1/gconf/gconf-listeners.h
include/gconf/1/gconf/gconf-schema.h
include/gconf/1/gconf/gconf-value.h
include/gconf/1/gconf/gconf.h
lib/GConf/1/libgconfbackend-bdb.a
lib/GConf/1/libgconfbackend-bdb.so
lib/GConf/1/libgconfbackend-xml.a
lib/GConf/1/libgconfbackend-xml.so
lib/libgconf-1.a
lib/libgconf-1.so
@ -43,6 +45,7 @@ share/locale/it/LC_MESSAGES/GConf.mo
share/locale/ja/LC_MESSAGES/GConf.mo
share/locale/ko/LC_MESSAGES/GConf.mo
share/locale/nl/LC_MESSAGES/GConf.mo
share/locale/nn/LC_MESSAGES/GConf.mo
share/locale/no/LC_MESSAGES/GConf.mo
share/locale/pt_BR/LC_MESSAGES/GConf.mo
share/locale/ru/LC_MESSAGES/GConf.mo