1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to 1.0.1

This commit is contained in:
Ade Lovett 2001-05-10 19:34:03 +00:00
parent 8c59641236
commit 2c499a3938
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42503
20 changed files with 64 additions and 84 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= gnomevfs
PORTVERSION= 1.0
PORTVERSION= 1.0.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs
MASTER_SITE_SUBDIR= stable/sources/gnome-vfs
DISTNAME= gnome-vfs-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnome-vfs-1.0.tar.gz) = 2ddec52e27f5e8f4939f37e9b34c0732
MD5 (gnome-vfs-1.0.1.tar.gz) = 86ec5a93e6378a2da038ecf28381ba89

View File

@ -1,18 +1,18 @@
--- configure.orig Mon Mar 12 19:26:12 2001
+++ configure Thu Mar 15 20:33:39 2001
@@ -2280,3 +2280,3 @@
--- configure.orig Mon May 7 18:12:27 2001
+++ configure Thu May 10 13:24:14 2001
@@ -2365,3 +2365,3 @@
VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`"
- VFS_GLIB_CONFIG="glib-config"
+ VFS_GLIB_CONFIG="$GLIB_CONFIG"
else
@@ -6930,4 +6930,4 @@
@@ -6924,4 +6924,4 @@
-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6
-echo "configure:6933: checking for bzCompressInit in -lbz2" >&5
-echo "configure:6927: checking for bzCompressInit in -lbz2" >&5
+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6
+echo "configure:6933: checking for BZ2_bzCompressInit in -lbz2" >&5
+echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5
ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'`
@@ -6944,6 +6944,6 @@
@@ -6938,6 +6938,6 @@
builtin and then its argument prototype would still apply. */
-char bzCompressInit();
+char BZ2_bzCompressInit();

View File

@ -1,16 +1,16 @@
--- Makefile.in.orig Mon Mar 12 19:28:26 2001
+++ Makefile.in Thu Mar 15 20:25:50 2001
--- Makefile.in.orig Mon May 7 18:12:50 2001
+++ Makefile.in Thu May 10 13:25:48 2001
@@ -174,3 +174,3 @@
-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros
+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros
-SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po
+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po
@@ -182,3 +182,3 @@
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh
@@ -542,2 +542,3 @@
confexec_DATA = vfsConf.sh vfspthreadConf.sh
@@ -534,2 +534,3 @@
sed -e 's?\@LIBDIR\@?$(libdir)?g' \
+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \
-e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \

View File

@ -1,9 +1,7 @@
bin/gnome-vfs-config
bin/gnome-vfs-slave
etc/gnome-vfs-mime-magic
etc/vfs/modules/default-modules.conf
etc/vfsConf.sh
etc/vfscorbaConf.sh
etc/vfspthreadConf.sh
include/libgnomevfs/gnome-vfs-application-registry.h
include/libgnomevfs/gnome-vfs-async-ops.h
@ -47,9 +45,6 @@ include/libgnomevfs/gnome-vfs-uri.h
include/libgnomevfs/gnome-vfs-utils.h
include/libgnomevfs/gnome-vfs-xfer.h
include/libgnomevfs/gnome-vfs.h
lib/libgnomevfs-corba.a
lib/libgnomevfs-corba.so
lib/libgnomevfs-corba.so.0
lib/libgnomevfs-pthread.a
lib/libgnomevfs-pthread.so
lib/libgnomevfs-pthread.so.0

View File

@ -6,10 +6,10 @@
#
PORTNAME= gnomevfs
PORTVERSION= 1.0
PORTVERSION= 1.0.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs
MASTER_SITE_SUBDIR= stable/sources/gnome-vfs
DISTNAME= gnome-vfs-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnome-vfs-1.0.tar.gz) = 2ddec52e27f5e8f4939f37e9b34c0732
MD5 (gnome-vfs-1.0.1.tar.gz) = 86ec5a93e6378a2da038ecf28381ba89

View File

@ -1,18 +1,18 @@
--- configure.orig Mon Mar 12 19:26:12 2001
+++ configure Thu Mar 15 20:33:39 2001
@@ -2280,3 +2280,3 @@
--- configure.orig Mon May 7 18:12:27 2001
+++ configure Thu May 10 13:24:14 2001
@@ -2365,3 +2365,3 @@
VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`"
- VFS_GLIB_CONFIG="glib-config"
+ VFS_GLIB_CONFIG="$GLIB_CONFIG"
else
@@ -6930,4 +6930,4 @@
@@ -6924,4 +6924,4 @@
-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6
-echo "configure:6933: checking for bzCompressInit in -lbz2" >&5
-echo "configure:6927: checking for bzCompressInit in -lbz2" >&5
+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6
+echo "configure:6933: checking for BZ2_bzCompressInit in -lbz2" >&5
+echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5
ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'`
@@ -6944,6 +6944,6 @@
@@ -6938,6 +6938,6 @@
builtin and then its argument prototype would still apply. */
-char bzCompressInit();
+char BZ2_bzCompressInit();

View File

@ -1,16 +1,16 @@
--- Makefile.in.orig Mon Mar 12 19:28:26 2001
+++ Makefile.in Thu Mar 15 20:25:50 2001
--- Makefile.in.orig Mon May 7 18:12:50 2001
+++ Makefile.in Thu May 10 13:25:48 2001
@@ -174,3 +174,3 @@
-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros
+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros
-SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po
+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po
@@ -182,3 +182,3 @@
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh
@@ -542,2 +542,3 @@
confexec_DATA = vfsConf.sh vfspthreadConf.sh
@@ -534,2 +534,3 @@
sed -e 's?\@LIBDIR\@?$(libdir)?g' \
+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \
-e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \

View File

@ -1,9 +1,7 @@
bin/gnome-vfs-config
bin/gnome-vfs-slave
etc/gnome-vfs-mime-magic
etc/vfs/modules/default-modules.conf
etc/vfsConf.sh
etc/vfscorbaConf.sh
etc/vfspthreadConf.sh
include/libgnomevfs/gnome-vfs-application-registry.h
include/libgnomevfs/gnome-vfs-async-ops.h
@ -47,9 +45,6 @@ include/libgnomevfs/gnome-vfs-uri.h
include/libgnomevfs/gnome-vfs-utils.h
include/libgnomevfs/gnome-vfs-xfer.h
include/libgnomevfs/gnome-vfs.h
lib/libgnomevfs-corba.a
lib/libgnomevfs-corba.so
lib/libgnomevfs-corba.so.0
lib/libgnomevfs-pthread.a
lib/libgnomevfs-pthread.so
lib/libgnomevfs-pthread.so.0

View File

@ -6,10 +6,10 @@
#
PORTNAME= gnomevfs
PORTVERSION= 1.0
PORTVERSION= 1.0.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs
MASTER_SITE_SUBDIR= stable/sources/gnome-vfs
DISTNAME= gnome-vfs-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnome-vfs-1.0.tar.gz) = 2ddec52e27f5e8f4939f37e9b34c0732
MD5 (gnome-vfs-1.0.1.tar.gz) = 86ec5a93e6378a2da038ecf28381ba89

View File

@ -1,18 +1,18 @@
--- configure.orig Mon Mar 12 19:26:12 2001
+++ configure Thu Mar 15 20:33:39 2001
@@ -2280,3 +2280,3 @@
--- configure.orig Mon May 7 18:12:27 2001
+++ configure Thu May 10 13:24:14 2001
@@ -2365,3 +2365,3 @@
VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`"
- VFS_GLIB_CONFIG="glib-config"
+ VFS_GLIB_CONFIG="$GLIB_CONFIG"
else
@@ -6930,4 +6930,4 @@
@@ -6924,4 +6924,4 @@
-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6
-echo "configure:6933: checking for bzCompressInit in -lbz2" >&5
-echo "configure:6927: checking for bzCompressInit in -lbz2" >&5
+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6
+echo "configure:6933: checking for BZ2_bzCompressInit in -lbz2" >&5
+echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5
ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'`
@@ -6944,6 +6944,6 @@
@@ -6938,6 +6938,6 @@
builtin and then its argument prototype would still apply. */
-char bzCompressInit();
+char BZ2_bzCompressInit();

View File

@ -1,16 +1,16 @@
--- Makefile.in.orig Mon Mar 12 19:28:26 2001
+++ Makefile.in Thu Mar 15 20:25:50 2001
--- Makefile.in.orig Mon May 7 18:12:50 2001
+++ Makefile.in Thu May 10 13:25:48 2001
@@ -174,3 +174,3 @@
-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros
+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros
-SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po
+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po
@@ -182,3 +182,3 @@
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh
@@ -542,2 +542,3 @@
confexec_DATA = vfsConf.sh vfspthreadConf.sh
@@ -534,2 +534,3 @@
sed -e 's?\@LIBDIR\@?$(libdir)?g' \
+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \
-e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \

View File

@ -1,9 +1,7 @@
bin/gnome-vfs-config
bin/gnome-vfs-slave
etc/gnome-vfs-mime-magic
etc/vfs/modules/default-modules.conf
etc/vfsConf.sh
etc/vfscorbaConf.sh
etc/vfspthreadConf.sh
include/libgnomevfs/gnome-vfs-application-registry.h
include/libgnomevfs/gnome-vfs-async-ops.h
@ -47,9 +45,6 @@ include/libgnomevfs/gnome-vfs-uri.h
include/libgnomevfs/gnome-vfs-utils.h
include/libgnomevfs/gnome-vfs-xfer.h
include/libgnomevfs/gnome-vfs.h
lib/libgnomevfs-corba.a
lib/libgnomevfs-corba.so
lib/libgnomevfs-corba.so.0
lib/libgnomevfs-pthread.a
lib/libgnomevfs-pthread.so
lib/libgnomevfs-pthread.so.0

View File

@ -6,10 +6,10 @@
#
PORTNAME= gnomevfs
PORTVERSION= 1.0
PORTVERSION= 1.0.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs
MASTER_SITE_SUBDIR= stable/sources/gnome-vfs
DISTNAME= gnome-vfs-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnome-vfs-1.0.tar.gz) = 2ddec52e27f5e8f4939f37e9b34c0732
MD5 (gnome-vfs-1.0.1.tar.gz) = 86ec5a93e6378a2da038ecf28381ba89

View File

@ -1,18 +1,18 @@
--- configure.orig Mon Mar 12 19:26:12 2001
+++ configure Thu Mar 15 20:33:39 2001
@@ -2280,3 +2280,3 @@
--- configure.orig Mon May 7 18:12:27 2001
+++ configure Thu May 10 13:24:14 2001
@@ -2365,3 +2365,3 @@
VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`"
- VFS_GLIB_CONFIG="glib-config"
+ VFS_GLIB_CONFIG="$GLIB_CONFIG"
else
@@ -6930,4 +6930,4 @@
@@ -6924,4 +6924,4 @@
-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6
-echo "configure:6933: checking for bzCompressInit in -lbz2" >&5
-echo "configure:6927: checking for bzCompressInit in -lbz2" >&5
+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6
+echo "configure:6933: checking for BZ2_bzCompressInit in -lbz2" >&5
+echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5
ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'`
@@ -6944,6 +6944,6 @@
@@ -6938,6 +6938,6 @@
builtin and then its argument prototype would still apply. */
-char bzCompressInit();
+char BZ2_bzCompressInit();

View File

@ -1,16 +1,16 @@
--- Makefile.in.orig Mon Mar 12 19:28:26 2001
+++ Makefile.in Thu Mar 15 20:25:50 2001
--- Makefile.in.orig Mon May 7 18:12:50 2001
+++ Makefile.in Thu May 10 13:25:48 2001
@@ -174,3 +174,3 @@
-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros
+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros
-SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po
+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po
@@ -182,3 +182,3 @@
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh
@@ -542,2 +542,3 @@
confexec_DATA = vfsConf.sh vfspthreadConf.sh
@@ -534,2 +534,3 @@
sed -e 's?\@LIBDIR\@?$(libdir)?g' \
+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \
-e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \

View File

@ -1,9 +1,7 @@
bin/gnome-vfs-config
bin/gnome-vfs-slave
etc/gnome-vfs-mime-magic
etc/vfs/modules/default-modules.conf
etc/vfsConf.sh
etc/vfscorbaConf.sh
etc/vfspthreadConf.sh
include/libgnomevfs/gnome-vfs-application-registry.h
include/libgnomevfs/gnome-vfs-async-ops.h
@ -47,9 +45,6 @@ include/libgnomevfs/gnome-vfs-uri.h
include/libgnomevfs/gnome-vfs-utils.h
include/libgnomevfs/gnome-vfs-xfer.h
include/libgnomevfs/gnome-vfs.h
lib/libgnomevfs-corba.a
lib/libgnomevfs-corba.so
lib/libgnomevfs-corba.so.0
lib/libgnomevfs-pthread.a
lib/libgnomevfs-pthread.so
lib/libgnomevfs-pthread.so.0