diff --git a/x11/gnome/vfs2/Makefile b/x11/gnome/vfs2/Makefile index 3e3e74fa6b3..eb861749ead 100644 --- a/x11/gnome/vfs2/Makefile +++ b/x11/gnome/vfs2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2007/05/30 09:56:30 jasper Exp $ +# $OpenBSD: Makefile,v 1.23 2007/06/11 13:12:51 martynas Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= "GNOME Virtual File System" VERSION= 2.18.1 DISTNAME= gnome-vfs-${VERSION} -PKGNAME= gnome-vfs2-${VERSION} +PKGNAME= gnome-vfs2-${VERSION}p0 SHARED_LIBS += gnomevfs-2 1800.1 # .1800.1 CATEGORIES= x11/gnome diff --git a/x11/gnome/vfs2/patches/patch-libgnomevfs_gnome-vfs-dns-sd_c b/x11/gnome/vfs2/patches/patch-libgnomevfs_gnome-vfs-dns-sd_c new file mode 100644 index 00000000000..36d0a79f85a --- /dev/null +++ b/x11/gnome/vfs2/patches/patch-libgnomevfs_gnome-vfs-dns-sd_c @@ -0,0 +1,12 @@ +$OpenBSD: patch-libgnomevfs_gnome-vfs-dns-sd_c,v 1.1 2007/06/11 13:12:51 martynas Exp $ +--- libgnomevfs/gnome-vfs-dns-sd.c.orig Tue Apr 10 15:03:59 2007 ++++ libgnomevfs/gnome-vfs-dns-sd.c Sat Jun 9 16:33:17 2007 +@@ -55,7 +55,7 @@ + #define PATH_GCONF_GNOME_VFS_DNS_SD "/system/dns_sd" + #define PATH_GCONF_GNOME_VFS_DNS_SD_EXTRA_DOMAINS "/system/dns_sd/extra_domains" + +-#define DNS_REPLY_SIZE (64*1024) ++#define DNS_REPLY_SIZE (32*1024) + + + /* Some systems don't those namespaced constants defined, see