pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/cadical3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 24 20:27:55 UTC 2026

Modified Files:
        pkgsrc/math/cadical3: Makefile distinfo
Removed Files:
        pkgsrc/math/cadical3/patches: patch-makefile.in

Log Message:
cadical3: use upstream suggestion for LDFLAGS handling


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/cadical3/Makefile \
    pkgsrc/math/cadical3/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/math/cadical3/patches/patch-makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/cadical3/Makefile
diff -u pkgsrc/math/cadical3/Makefile:1.1 pkgsrc/math/cadical3/Makefile:1.2
--- pkgsrc/math/cadical3/Makefile:1.1   Fri Jul 24 18:38:00 2026
+++ pkgsrc/math/cadical3/Makefile       Fri Jul 24 20:27:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/07/24 18:38:00 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2026/07/24 20:27:54 wiz Exp $
 
 DISTNAME=      cadical-3.0.1
 CATEGORIES=    math
@@ -20,6 +20,10 @@ MAKE_FILE=           makefile
 
 INSTALLATION_DIRS=     bin include lib
 
+# LDFLAGS are ignored, but this works
+# https://github.com/arminbiere/cadical/pull/88#issuecomment-5073528194
+CONFIGURE_ARGS+=       ${LDFLAGS}
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/build/cadical ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/src/cadical.hpp ${DESTDIR}${PREFIX}/include
Index: pkgsrc/math/cadical3/distinfo
diff -u pkgsrc/math/cadical3/distinfo:1.1 pkgsrc/math/cadical3/distinfo:1.2
--- pkgsrc/math/cadical3/distinfo:1.1   Fri Jul 24 18:38:00 2026
+++ pkgsrc/math/cadical3/distinfo       Fri Jul 24 20:27:54 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1 2026/07/24 18:38:00 wiz Exp $
+$NetBSD: distinfo,v 1.2 2026/07/24 20:27:54 wiz Exp $
 
 BLAKE2s (cadical-3.0.1.tar.gz) = 871fd58882d77725d02be3fd6f225318f631500ae42c198a10ee4fead935d479
 SHA512 (cadical-3.0.1.tar.gz) = aa1838b58cce726776fc73cd9c54b55af2faf4389b97f672a4dcff007e62aed795ebe3f5862fd292b082e47747eb7672e076e1d5f849ff9cf6ab81210ca2b1f4
 Size (cadical-3.0.1.tar.gz) = 889912 bytes
-SHA1 (patch-makefile.in) = ddd727b1fcd5ff6f8623a56e0d9dab178fa6ed96



Home | Main Index | Thread Index | Old Index