pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/37699: pbulk big stopper: archivers/dar
The following reply was made to PR pkg/37699; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost, cheusov%tut.by@localhost
Subject: Re: pkg/37699: pbulk big stopper: archivers/dar
Date: Mon, 7 Jan 2008 16:27:20 +0100
--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Mon, Jan 07, 2008 at 03:05:08PM +0000, Aleksey Cheusov wrote:
> > Second, which OpenSSL version is this and does opensslconf.h exist?
> Where I should find this file?
> openssl is not installed and opensslconf.h is absent.
Ah. That was the missing hint. Better patch attached.
Joerg
--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="builtin.mk.diff"
Index: builtin.mk
===================================================================
RCS file: /data/repo/netbsd/pkgsrc/security/openssl/builtin.mk,v
retrieving revision 1.23
diff -u -p -r1.23 builtin.mk
--- builtin.mk 5 Jan 2008 20:41:26 -0000 1.23
+++ builtin.mk 7 Jan 2008 15:26:13 -0000
@@ -136,7 +136,8 @@ USE_BUILTIN.openssl!=
\
. endif
. endfor
. endif
-. if defined(USE_FEATURES.openssl)
+. if !empty(IS_BUILTIN.openssl:M[yY][eE][sS]) && \
+ defined(USE_FEATURES.openssl)
. if !empty(USE_FEATURES.openssl:Mthreads) && \
!empty(BUILTIN_OPENSSL_HAS_THREADS:M[nN][oO])
USE_BUILTIN.openssl= no
--KsGdsel6WgEHnImy--
Home |
Main Index |
Thread Index |
Old Index