pkgsrc-Bugs archive

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

Re: pkg/56537: jemalloc fails to build on Solaris 10



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

From: David Holland <dholland-pkgchanges%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/56537: jemalloc fails to build on Solaris 10
Date: Mon, 23 May 2022 00:02:01 +0000

 Forgot to cite the PR number in the commit:
 
    ------
 
 From: "David A. Holland" <dholland%netbsd.org@localhost>
 To: pkgsrc-changes%NetBSD.org@localhost
 Subject: CVS commit: pkgsrc/devel/jemalloc
 Date: Sun, 22 May 2022 23:58:43 +0000
 
 Module Name:	pkgsrc
 Committed By:	dholland
 Date:		Sun May 22 23:58:43 UTC 2022
 
 Modified Files:
 	pkgsrc/devel/jemalloc: Makefile
 
 Log Message:
 devel/jemalloc: set SHELL explicitly so it gets something useful on Solaris
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/jemalloc/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 
 
 Modified files:
 
 Index: pkgsrc/devel/jemalloc/Makefile
 diff -u pkgsrc/devel/jemalloc/Makefile:1.19 pkgsrc/devel/jemalloc/Makefile:1.20
 --- pkgsrc/devel/jemalloc/Makefile:1.19	Mon May 24 19:49:58 2021
 +++ pkgsrc/devel/jemalloc/Makefile	Sun May 22 23:58:43 2022
 @@ -1,4 +1,4 @@
 -# $NetBSD: Makefile,v 1.19 2021/05/24 19:49:58 wiz Exp $
 +# $NetBSD: Makefile,v 1.20 2022/05/22 23:58:43 dholland Exp $
  
  DISTNAME=	jemalloc-5.2.1
  PKGREVISION=	3
 @@ -21,6 +21,7 @@ GNU_CONFIGURE=		yes
  CONFIGURE_ARGS+=	--enable-xmalloc
  CONFIGURE_ARGS+=	--with-xslroot=${PREFIX}/share/xsl/docbook/
  PKGCONFIG_OVERRIDE=	jemalloc.pc.in
 +BUILD_MAKE_FLAGS+=	SHELL=${CONFIG_SHELL}
  
  REPLACE_PERL=		bin/jeprof.in
  
 


Home | Main Index | Thread Index | Old Index