pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gnome-vfs2 Force to use openssl. This closes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76b44e072ef6
branches:  trunk
changeset: 467824:76b44e072ef6
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Feb 07 00:07:00 2004 +0000

description:
Force to use openssl.  This closes PR pkg/24202. (Aprroved by wiz@ and jmmv@)
Bump PKGREVISION.

While here, add all .conf files to EGFILES.  Noted by jmmv@.

diffstat:

 sysutils/gnome-vfs2/Makefile |  8 ++++++--
 sysutils/gnome-vfs2/PLIST    |  3 ++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs (49 lines):

diff -r 6058e9a67bf5 -r 76b44e072ef6 sysutils/gnome-vfs2/Makefile
--- a/sysutils/gnome-vfs2/Makefile      Fri Feb 06 23:53:21 2004 +0000
+++ b/sysutils/gnome-vfs2/Makefile      Sat Feb 07 00:07:00 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2004/02/06 19:09:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/07 00:07:00 minskim Exp $
 #
 
 DISTNAME=              gnome-vfs-2.4.2
+PKGREVISION=           1
 PKGNAME=               ${DISTNAME:S/vfs/vfs2/}
 CATEGORIES=            sysutils gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-vfs/2.4/}
@@ -28,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
 
@@ -35,7 +37,9 @@
 OWN_DIRS=              ${PKG_SYSCONFDIR}/modules ${PKG_SYSCONFDIR}/vfolders
 
 EGDIR=         ${PREFIX}/share/examples/gnome-vfs-2.0
-EGFILES=       modules/default-modules.conf
+EGFILES=       modules/cdda-module.conf
+EGFILES+=      modules/default-modules.conf
+EGFILES+=      modules/ssl-modules.conf
 EGFILES+=      vfolders/applications-all-users.vfolder-info
 EGFILES+=      vfolders/favorites.vfolder-info
 EGFILES+=      vfolders/network.vfolder-info
diff -r 6058e9a67bf5 -r 76b44e072ef6 sysutils/gnome-vfs2/PLIST
--- a/sysutils/gnome-vfs2/PLIST Fri Feb 06 23:53:21 2004 +0000
+++ b/sysutils/gnome-vfs2/PLIST Sat Feb 07 00:07:00 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/02/06 19:09:35 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/02/07 00:07:00 minskim Exp $
 bin/gnomevfs-cat
 bin/gnomevfs-copy
 bin/gnomevfs-info
@@ -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



Home | Main Index | Thread Index | Old Index