Subject: pkg/24202: sysutils/gnome-vfs2 doesn't enable ssl module
To: None <gnats-bugs@gnats.NetBSD.org>
From: Min Sik Kim <minskim@bawi.org>
List: netbsd-bugs
Date: 01/23/2004 00:55:25
>Number:         24202
>Category:       pkg
>Synopsis:       sysutils/gnome-vfs2 doesn't enable ssl module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 23 06:56:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Min Sik Kim
>Release:        NetBSD 1.6ZH
>Organization:
>Environment:
>Description:
The configure script of sysutils/gnome-vfs2 fails to find openssl
library, so it disables ssl support.

>How-To-Repeat:
'make configure' in sysutils/gnome-vfs2 and look at config.log.

>Fix:

Because we're sure that openssl is available through buildlink2, we
can just bypass openssl detection.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/gnome-vfs2/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	2004/01/07 02:21:17	1.21
+++ Makefile	2004/01/23 06:49:53
@@ -29,6 +29,7 @@
 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"
 
 CPPFLAGS+=		-I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia
 
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/gnome-vfs2/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- PLIST	2003/12/14 19:47:26	1.6
+++ PLIST	2004/01/23 06:49:53
@@ -161,6 +161,7 @@
 share/doc/html/gnome-vfs-2.0/modules.html
 share/examples/gnome-vfs-2.0/modules/cdda-module.conf
 share/examples/gnome-vfs-2.0/modules/default-modules.conf
+share/examples/gnome-vfs-2.0/modules/ssl-modules.conf
 share/examples/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info
 share/examples/gnome-vfs-2.0/vfolders/favorites.vfolder-info
 share/examples/gnome-vfs-2.0/vfolders/network.vfolder-info
>Release-Note:
>Audit-Trail:
>Unformatted:
 Environment:
 System: NetBSD sulley.infnis.com 1.6ZH NetBSD 1.6ZH (SULLEY) #3: Fri Jan 16 16:57:45 CST 2004 root@sulley.infnis.com:/usr/obj/sys/arch/i386/compile/SULLEY i386
 Architecture: i386
 Machine: i386