pkgsrc-Bugs archive

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

Re: pkg/50625: security/libressl fails to install



The following reply was made to PR pkg/50625; it has been noted by GNATS.

From: Sevan Janiyan <sevan%NetBSD.org@localhost>
To: "gnats-bugs%netbsd.org@localhost" <gnats-bugs%NetBSD.org@localhost>
Cc: jgw%sdf.org@localhost
Subject: Re: pkg/50625: security/libressl fails to install
Date: Thu, 25 Feb 2016 20:06:11 +0000

 This is a multi-part message in MIME format.
 --------------050802070203030702040904
 Content-Type: text/plain; charset=windows-1252
 Content-Transfer-Encoding: 7bit
 
 Please try attached patch, it's working here on NetBSD &
 OpenBSD-current, FreeBSD 10.2 & OS X.
 
 
 Sevan
 
 --------------050802070203030702040904
 Content-Type: text/plain; charset=UTF-8;
  name="libressl.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="libressl.txt"
 
 Index: security/libressl/Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/security/libressl/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- security/libressl/Makefile	5 Jan 2016 01:09:21 -0000	1.1
 +++ security/libressl/Makefile	25 Feb 2016 20:03:31 -0000
 @@ -32,6 +32,7 @@
  					
  # Handle subprefix
  LDFLAGS+=		${COMPILER_RPATH_FLAG}${LIBRESSL_PREFIX:Q}/lib
 +BUILDLINK_PASSTHRU_RPATHDIRS+=	${LIBRESSL_PREFIX:Q}/lib
  
  TEST_TARGET=	check
  
 Index: security/libressl/PLIST
 ===================================================================
 RCS file: /cvsroot/pkgsrc/security/libressl/PLIST,v
 retrieving revision 1.1
 diff -u -r1.1 PLIST
 --- security/libressl/PLIST	5 Jan 2016 01:09:21 -0000	1.1
 +++ security/libressl/PLIST	25 Feb 2016 20:03:31 -0000
 @@ -324,6 +324,7 @@
  libressl/man/man3/BN_num_bits_word.3
  libressl/man/man3/BN_num_bytes.3
  libressl/man/man3/BN_one.3
 +libressl/man/man3/BN_print.3
  libressl/man/man3/BN_print_fp.3
  libressl/man/man3/BN_pseudo_rand.3
  libressl/man/man3/BN_pseudo_rand_range.3
 
 --------------050802070203030702040904--
 


Home | Main Index | Thread Index | Old Index