diff options
author | drochner <drochner@pkgsrc.org> | 2008-04-10 16:25:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-04-10 16:25:29 +0000 |
commit | e16827618e021a01341dc9be362b48ebc23f8741 (patch) | |
tree | dd2563c36b9faeee3f3c5f66725d1decdce1eb5b /sysutils | |
parent | 9561fde7c2c1920da312b38f9b6d182aab3599df (diff) | |
download | pkgsrc-e16827618e021a01341dc9be362b48ebc23f8741.tar.gz |
update to 2.22.0
This switches to the gnome-2.22 release branch.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gnome-vfs/Makefile.common | 20 | ||||
-rw-r--r-- | sysutils/gnome-vfs/PLIST | 4 | ||||
-rw-r--r-- | sysutils/gnome-vfs/distinfo | 10 | ||||
-rw-r--r-- | sysutils/gnome-vfs/patches/patch-ae | 22 |
5 files changed, 36 insertions, 23 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index bd5bdb84e3d..23bc289a89d 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2008/03/06 14:53:54 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2008/04/10 16:25:29 drochner Exp $ PKGCONFIG_OVERRIDE= gnome-vfs-2.0.pc.in PKGCONFIG_OVERRIDE+= gnome-vfs-module-2.0.pc.in @@ -23,7 +23,6 @@ MAKE_JOBS_SAFE= no .include "Makefile.common" -PKGREVISION= 1 CONFIGURE_ARGS+= --enable-fam CONFLICTS+= gnome-vfs2-[0-9]* diff --git a/sysutils/gnome-vfs/Makefile.common b/sysutils/gnome-vfs/Makefile.common index 86160ba175b..b00ec01ebdc 100644 --- a/sysutils/gnome-vfs/Makefile.common +++ b/sysutils/gnome-vfs/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.7 2007/11/22 20:16:27 drochner Exp $ +# $NetBSD: Makefile.common,v 1.8 2008/04/10 16:25:29 drochner Exp $ # -GNOME_VFS_VERSION= 2.20.1 +GNOME_VFS_VERSION= 2.22.0 DISTNAME= gnome-vfs-${GNOME_VFS_VERSION} CATEGORIES?= sysutils CATEGORIES+= gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/2.20/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/2.22/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -45,9 +45,14 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-vfs -PKG_SUPPORTED_OPTIONS+= inet6 +PKG_SUPPORTED_OPTIONS+= inet6 gssapi .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == NetBSD +# Kerberos is built in - no additional dependency +PKG_SUGGESTED_OPTIONS+= gssapi +.endif + .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minet6) @@ -56,6 +61,13 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --disable-ipv6 .endif +.if !empty(PKG_OPTIONS:Mgssapi) +.include "../../mk/krb5.buildlink3.mk" +CONFIGURE_ENV+= KRB5_CONFIG=${SH_KRB5_CONFIG} +.else +CONFIGURE_ENV+= ac_cv_path_KRB5_CONFIG=none +.endif + # XXX Work-around for a problem in the configure script which checks for # statvfs(2) having SVR4 in mind. Solving this in the script itself could # be the right way to go, but it is out of the scope of a local patch; it diff --git a/sysutils/gnome-vfs/PLIST b/sysutils/gnome-vfs/PLIST index 12c2aad6809..f27134dcfbc 100644 --- a/sysutils/gnome-vfs/PLIST +++ b/sysutils/gnome-vfs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2007/10/31 19:58:13 drochner Exp $ +@comment $NetBSD: PLIST,v 1.19 2008/04/10 16:25:29 drochner Exp $ bin/gnomevfs-cat bin/gnomevfs-copy bin/gnomevfs-df @@ -149,6 +149,7 @@ share/gtk-doc/html/gnome-vfs-2.0/volumes.html share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/as/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo @@ -182,6 +183,7 @@ share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/kn/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ku/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo diff --git a/sysutils/gnome-vfs/distinfo b/sysutils/gnome-vfs/distinfo index b31d03efba1..81508bc4e81 100644 --- a/sysutils/gnome-vfs/distinfo +++ b/sysutils/gnome-vfs/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.23 2008/04/01 18:05:37 drochner Exp $ +$NetBSD: distinfo,v 1.24 2008/04/10 16:25:29 drochner Exp $ -SHA1 (gnome-vfs-2.20.1.tar.bz2) = 03afa10e84425f7f38e05f0db0ecf55ae5fb7b15 -RMD160 (gnome-vfs-2.20.1.tar.bz2) = faa5fffb5495d1e161cb6c3b47612cf39cbb1629 -Size (gnome-vfs-2.20.1.tar.bz2) = 1890300 bytes +SHA1 (gnome-vfs-2.22.0.tar.bz2) = a58fb0654bb2c434372ee313a591ecfa8195fe18 +RMD160 (gnome-vfs-2.22.0.tar.bz2) = 307dbff23be666e18326211065a7dee78a8a17e2 +Size (gnome-vfs-2.22.0.tar.bz2) = 1939765 bytes SHA1 (patch-aa) = a5a3ac6be3e2a888eaaab108807d2aff651e62db SHA1 (patch-ab) = 6320180870f234a150dfe40f8f990deec7a2a0b5 -SHA1 (patch-ae) = 77466b2b6ae44a2bbf72a76a126ba275adf9d2e4 +SHA1 (patch-ae) = fd33bedc306f9ad9ca1b602e3dba4bb97604d631 SHA1 (patch-af) = 6724c4a43d0d9525f5361ba7380c91adbf656e56 SHA1 (patch-ai) = 6afefb35bfe3fc37e84048b95ccc272a01542ec2 SHA1 (patch-am) = 4e037da71db0d3aae236475a0f2ead12738f35f9 diff --git a/sysutils/gnome-vfs/patches/patch-ae b/sysutils/gnome-vfs/patches/patch-ae index 250181af062..ec988a115de 100644 --- a/sysutils/gnome-vfs/patches/patch-ae +++ b/sysutils/gnome-vfs/patches/patch-ae @@ -1,17 +1,17 @@ -$NetBSD: patch-ae,v 1.4 2007/11/22 20:16:27 drochner Exp $ +$NetBSD: patch-ae,v 1.5 2008/04/10 16:25:29 drochner Exp $ ---- configure.orig 2007-11-12 10:30:09.000000000 +0100 +--- configure.orig 2008-03-10 20:22:50.000000000 +0100 +++ configure -@@ -24817,7 +24817,7 @@ fi +@@ -24851,7 +24851,7 @@ fi --for ac_func in getdtablesize open64 lseek64 statfs statvfs seteuid setegid setresuid setresgid readdir_r mbrtowc inet_pton getdelim sysctlbyname poll posix_fadvise fchmod atoll -+for ac_func in getdtablesize login_tty open64 lseek64 statfs statvfs seteuid setegid setresuid setresgid readdir_r mbrtowc inet_pton getdelim sysctlbyname poll posix_fadvise fchmod atoll +-for ac_func in getdtablesize open64 lseek64 statfs statvfs seteuid setegid setresuid setresgid readdir_r mbrtowc inet_pton getdelim sysctlbyname poll posix_fadvise fchmod atoll mmap ++for ac_func in getdtablesize login_tty open64 lseek64 statfs statvfs seteuid setegid setresuid setresgid readdir_r mbrtowc inet_pton getdelim sysctlbyname poll posix_fadvise fchmod atoll mmap do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_func" >&5 -@@ -26020,9 +26020,11 @@ cat >>conftest.$ac_ext <<_ACEOF +@@ -26056,9 +26056,11 @@ cat >>conftest.$ac_ext <<_ACEOF int main () { @@ -23,7 +23,7 @@ $NetBSD: patch-ae,v 1.4 2007/11/22 20:16:27 drochner Exp $ return 0; } _ACEOF -@@ -33378,7 +33380,7 @@ _ACEOF +@@ -33422,7 +33424,7 @@ _ACEOF msg_samba="yes" if test x$with_samba_libs != x/usr/lib; then @@ -32,7 +32,7 @@ $NetBSD: patch-ae,v 1.4 2007/11/22 20:16:27 drochner Exp $ else SAMBA_LIBS="-lsmbclient" fi -@@ -36359,12 +36361,12 @@ if test -n "$PKG_CONFIG"; then +@@ -36425,12 +36427,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_LIBGNOMEVFS_CFLAGS="$LIBGNOMEVFS_CFLAGS" else if test -n "$PKG_CONFIG" && \ @@ -48,7 +48,7 @@ $NetBSD: patch-ae,v 1.4 2007/11/22 20:16:27 drochner Exp $ else pkg_failed=yes fi -@@ -36377,12 +36379,12 @@ if test -n "$PKG_CONFIG"; then +@@ -36443,12 +36445,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_LIBGNOMEVFS_LIBS="$LIBGNOMEVFS_LIBS" else if test -n "$PKG_CONFIG" && \ @@ -64,7 +64,7 @@ $NetBSD: patch-ae,v 1.4 2007/11/22 20:16:27 drochner Exp $ else pkg_failed=yes fi -@@ -36401,14 +36403,14 @@ else +@@ -36467,14 +36469,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then @@ -82,7 +82,7 @@ $NetBSD: patch-ae,v 1.4 2007/11/22 20:16:27 drochner Exp $ $LIBGNOMEVFS_PKG_ERRORS -@@ -36419,7 +36421,7 @@ Alternatively, you may set the environme +@@ -36485,7 +36487,7 @@ Alternatively, you may set the environme and LIBGNOMEVFS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&5 |