summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-26 15:14:05 +0000
committerjlam <jlam@pkgsrc.org>2001-07-26 15:14:05 +0000
commit83e151d42c3cc1d1514c00609c45d93954d2cf26 (patch)
treec15649c7be2ad12fcc03a5f2693552e0e2acdd6b /Packages.txt
parenta5359a076d4ece5967a91124e9b00f560c9028c7 (diff)
downloadpkgsrc-83e151d42c3cc1d1514c00609c45d93954d2cf26.tar.gz
Document USE_OPENSSL_VERSION when using openssl/buildlink.mk.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt20
1 files changed, 13 insertions, 7 deletions
diff --git a/Packages.txt b/Packages.txt
index fea12b6cb5b..585617d9e66 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.174 2001/07/20 02:00:47 jlam Exp $
+# $NetBSD: Packages.txt,v 1.175 2001/07/26 15:14:05 jlam Exp $
###########################################################################
==========================
@@ -1593,12 +1593,18 @@ buildlink.mk files:
USE_SSL --> .include "../../security/openssl/buildlink.mk"
USE_XPM --> .include "../../graphics/xpm/buildlink.mk"
-In addition, packages that have an explicit dependency on ncurses should
-set USE_NCURSES to the reason why the system curses is insufficient, and
-include "../../devel/ncurses/buildlink.mk" afterwards. This helps to
-identify where the system curses differs from ncurses, and when the
-development of the system curses catches up in functionality, the
-USE_NCURSES setting may be removed.
+Packages that have an explicit dependency on ncurses should set USE_NCURSES
+to the reason why the system curses is insufficient, and include
+"../../devel/ncurses/buildlink.mk" afterwards. This helps to identify
+where the system curses differs from ncurses, and when the development of
+the system curses catches up in functionality, the USE_NCURSES setting may
+be removed.
+
+Packages that use OpenSSL that require a specific version of OpenSSL should
+define USE_OPENSSL_VERSION to the minimum version number required prior to
+including "../../security/openssl/buildlink.mk". The version number is the
+hexadecimal number found in <openssl/opensslv.h>, or the variables
+OPENSSL_VERSION_{095A,096,096A,096B} may be used.
The use of EVAL_PREFIX to find the installation prefix for packages may be
removed since references to package library and header files are found