diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-24 21:41:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-24 21:41:10 +0000 |
commit | 00e045bb1d71de6a546f9673afad3fe452494ea4 (patch) | |
tree | ed4a8053203a1fcc8d2d2849286edbaeaec312bd /devel/gnome-vfs | |
parent | 7ed8c88f5303efe5814b167b8b60e99027269350 (diff) | |
download | ports-00e045bb1d71de6a546f9673afad3fe452494ea4.tar.gz ports-00e045bb1d71de6a546f9673afad3fe452494ea4.zip |
Notes
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/Makefile | 7 | ||||
-rw-r--r-- | devel/gnome-vfs/distinfo | 2 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-aa | 22 | ||||
-rw-r--r-- | devel/gnome-vfs/pkg-plist | 1 |
4 files changed, 17 insertions, 15 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 36aa3405c7cb..bde103e0b5b3 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnomevfs2 -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final +MASTER_SITE_SUBDIR= 2.0.0/sources/gnome-vfs DISTNAME= gnome-vfs-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -29,7 +29,8 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --disable-gtk-doc + --disable-gtk-doc \ + --with-gconf-source=xml::${PREFIX}/etc/gconf/gconf.xml.defaults CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ BSD_PTHREAD_LIBS=${PTHREAD_LIBS} diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo index 78957bac4178..7a74124b3916 100644 --- a/devel/gnome-vfs/distinfo +++ b/devel/gnome-vfs/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnome-vfs-2.0.1.tar.bz2) = 0057aacf7e2a4d1fb2a13192de840436 +MD5 (gnome2/gnome-vfs-2.0.2.tar.bz2) = 5d96a9d6d8cf06663edfcfce01f61314 diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa index 62d8d7cbfa40..cad0532681da 100644 --- a/devel/gnome-vfs/files/patch-aa +++ b/devel/gnome-vfs/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Tue Jun 25 18:16:23 2002 -+++ configure Tue Jun 25 18:20:43 2002 -@@ -7209,6 +7209,7 @@ +--- configure.orig Wed Jul 24 17:10:41 2002 ++++ configure Wed Jul 24 17:12:02 2002 +@@ -7247,6 +7247,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,18 +8,18 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -12128,8 +12129,8 @@ +@@ -12165,8 +12166,8 @@ done fi --echo "$as_me:12131: checking for bzCompressInit in -lbz2" >&5 +-echo "$as_me:12168: checking for bzCompressInit in -lbz2" >&5 -echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6 -+echo "$as_me:12131: checking for BZ2_bzCompressInit in -lbz2" >&5 ++echo "$as_me:12168: checking for BZ2_bzCompressInit in -lbz2" >&5 +echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6 if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else -@@ -12145,11 +12146,11 @@ +@@ -12182,11 +12183,11 @@ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ @@ -33,16 +33,16 @@ ; return 0; } -@@ -12478,7 +12479,7 @@ +@@ -12519,7 +12520,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else - LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" + LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo -ldl" cat >conftest.$ac_ext <<_ACEOF - #line 12483 "configure" + #line 12524 "configure" #include "confdefs.h" -@@ -12529,9 +12530,9 @@ +@@ -12570,9 +12571,9 @@ msg_openssl="yes" if test x$with_openssl_libs != x/usr/lib; then @@ -54,7 +54,7 @@ fi if true; then -@@ -13622,7 +13623,7 @@ +@@ -13662,7 +13663,7 @@ s,@ORBIT_IDL@,$ORBIT_IDL,;t t s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist index 27f71532030d..75202c452289 100644 --- a/devel/gnome-vfs/pkg-plist +++ b/devel/gnome-vfs/pkg-plist @@ -146,6 +146,7 @@ share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo |