pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/fetch Only provide the openssl option if libfetch ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdd350db60ab
branches:  trunk
changeset: 554132:fdd350db60ab
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 09 13:34:51 2009 +0000

description:
Only provide the openssl option if libfetch was built with it.

diffstat:

 net/fetch/Makefile   |  3 +--
 net/fetch/options.mk |  8 +++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r cb4c5753cc13 -r fdd350db60ab net/fetch/Makefile
--- a/net/fetch/Makefile        Mon Feb 09 13:34:02 2009 +0000
+++ b/net/fetch/Makefile        Mon Feb 09 13:34:51 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/02/05 23:38:18 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/02/09 13:34:51 joerg Exp $
 #
 
 DISTNAME=      fetch-1.4
@@ -24,5 +24,4 @@
 
 .include "options.mk"
 
-.include "../../net/libfetch/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r cb4c5753cc13 -r fdd350db60ab net/fetch/options.mk
--- a/net/fetch/options.mk      Mon Feb 09 13:34:02 2009 +0000
+++ b/net/fetch/options.mk      Mon Feb 09 13:34:51 2009 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/10/08 15:28:30 joerg Exp $
+# $NetBSD: options.mk,v 1.2 2009/02/09 13:34:51 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libfetch
-PKG_SUPPORTED_OPTIONS= openssl
-PKG_SUGGESTED_OPTIONS= openssl
+PKG_SUPPORTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../net/libfetch/buildlink3.mk"
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index