summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2/Makefile.common
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-05-03 15:39:47 +0000
committerjmmv <jmmv@pkgsrc.org>2004-05-03 15:39:47 +0000
commit0c8c4b81376677581c0afd1bcd82ed0a1e3f3c03 (patch)
treecdc93e532063389289024dd484661c332f00f6b5 /sysutils/gnome-vfs2/Makefile.common
parentcb617c48d9de0566e712ebaad162a46ec2649514 (diff)
downloadpkgsrc-0c8c4b81376677581c0afd1bcd82ed0a1e3f3c03.tar.gz
Update gnome-vfs2 (and gnome-vfs2-{cdda,smb}) to 2.6.1.1.
Changes in the package: * Use gnutls instead of openssl. This fixes many problems exposed by programs using the mozilla renderer and gnome-vfs2 together (like epiphany and galeon), due to conflicting symbols. Closes PR pkg/25190. * Move documentation out of the doc/html subdirectory. Bug fixes in this version: * Portability fixes. * Work with GNUTLS 1.0. * sftp: handles servers that ask for "Password" (not "password"). * gnome_vfs_inet_connection_read handles EOF correctly. * thread-safe gnome-vfs-parse-ls.c. * Fix mime crash. * Toplevel smb directories aren't writable.
Diffstat (limited to 'sysutils/gnome-vfs2/Makefile.common')
-rw-r--r--sysutils/gnome-vfs2/Makefile.common11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common
index a4494557857..9d288669da2 100644
--- a/sysutils/gnome-vfs2/Makefile.common
+++ b/sysutils/gnome-vfs2/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.2 2004/04/15 20:10:43 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/05/03 15:39:47 jmmv Exp $
#
-DISTNAME= gnome-vfs-2.6.0
+DISTNAME= gnome-vfs-2.6.1.1
PKGNAME= ${DISTNAME:S/vfs/vfs2/}
CATEGORIES?= sysutils
CATEGORIES+= gnome
@@ -26,11 +26,12 @@ USE_PKGINSTALL= YES
CONFIGURE_ARGS+= --disable-fam
CONFIGURE_ARGS+= --disable-gtk
+CONFIGURE_ARGS+= --disable-openssl
CONFIGURE_ARGS+= --disable-samba
+CONFIGURE_ARGS+= --enable-gnutls
CONFIGURE_ARGS+= --enable-platform-gnome-2
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
-CONFIGURE_ENV+= openssl_libs=yes
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -DPREFIX=\"\\\"${PREFIX}\\\"\"
CPPFLAGS+= -DPKGLOCALEDIR=\"\\\"${PKGLOCALEDIR}\\\"\"
@@ -69,7 +70,7 @@ SUBST_STAGE.libs= pre-configure
SUBST_FILES.libs= modules/Makefile.in
SUBST_SED.libs= -e 's|../libgnomevfs/libgnomevfs-2.la|${BUILDLINK_PREFIX.gnome-vfs2}/lib/libgnomevfs-2.la|g'
-BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.6.0nb1
+BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.6.1.1
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
PRINT_PLIST_AWK+= /^@dirrm lib\/gnome-vfs-2.0\/modules$$/ \