pkgsrc-Bugs archive

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

PR/54912 CVS commit: pkgsrc/lang/quickjs



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

From: "Havard Eidnes" <he%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54912 CVS commit: pkgsrc/lang/quickjs
Date: Mon, 10 Feb 2020 13:06:09 +0000

 Module Name:	pkgsrc
 Committed By:	he
 Date:		Mon Feb 10 13:06:09 UTC 2020
 
 Modified Files:
 	pkgsrc/lang/quickjs: Makefile PLIST distinfo
 	pkgsrc/lang/quickjs/patches: patch-Makefile
 
 Log Message:
 Make some adjustments to fix the issues from PR#54912:
 
  * Don't use DATE as a variable, as it's used elsewhere, use QJS_DATE instead
  * Don't use the "bignum" PLIST variable anymore, the "bn" variants are no
    longer being built
  * Add "lto" PLIST variable, supported by and used on Linux
  * Move the setting of CONFIG_BIGNUM to the pkg Makefile instead of
    always setting it, should support 32-bit NetBSD ports.
 
 Bump PKGREVISION.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/quickjs/Makefile \
     pkgsrc/lang/quickjs/distinfo
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/quickjs/PLIST
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/quickjs/patches/patch-Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index