summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs/Makefile
diff options
context:
space:
mode:
authorrh <rh>2003-01-09 09:47:30 +0000
committerrh <rh>2003-01-09 09:47:30 +0000
commit3c173f5e63bfc4bddd7444606ff707a90531192f (patch)
tree521ba6a3f99d892e54afcc66ed7277596815fd4e /sysutils/gnome-vfs/Makefile
parentce8524e56c7bb7dba9bf74f27ab887a6d6a044ba (diff)
downloadpkgsrc-3c173f5e63bfc4bddd7444606ff707a90531192f.tar.gz
Update gnome-vfs to 1.0.5. Changes include:
New features: * UTF-8 gnome-mime-data support * NNTP module * Share MIME data with GnomeVFS2 using gnome-mime-data, no NetBSD-specific patch necessary any longer Bug fixes: * NNTP fixes * Large file (64bit) support * Build fixes * C++ style comments corrected * Miscelaneous fixes * Fix memory leak for nested symlinks, avoid infite loop * Detect OpenSSL libraries better * Don't include <regex.h> to remove namespace clashes
Diffstat (limited to 'sysutils/gnome-vfs/Makefile')
-rw-r--r--sysutils/gnome-vfs/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile
index 4f7d2842b52..38981c86af5 100644
--- a/sysutils/gnome-vfs/Makefile
+++ b/sysutils/gnome-vfs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2003/01/02 03:19:32 rh Exp $
+# $NetBSD: Makefile,v 1.25 2003/01/09 09:47:30 rh Exp $
-DISTNAME= gnome-vfs-1.0.3
-PKGREVISION= 1
+DISTNAME= gnome-vfs-1.0.5
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/1.0/}
@@ -12,7 +11,6 @@ COMMENT= GNOME Virtual File System
BUILD_USES_MSGFMT= YES
BUILDLINK_DEPENDS.gnome-mime-data= gnome-mime-data>=2.0.1
-AUTOMAKE_REQD= 1.4
USE_BUILDLINK2= YES
USE_X11BASE= YES
USE_GMAKE= YES
@@ -21,13 +19,9 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-pre-configure:
- cd ${WRKSRC} && ${AUTOMAKE}
-
.include "../../archivers/bzip2/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
.include "../../databases/gnome-mime-data/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/GConf/buildlink2.mk"
-
-.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"