pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/libixion
Module Name: pkgsrc
Committed By: adam
Date: Sat Sep 27 07:09:28 UTC 2025
Modified Files:
pkgsrc/math/libixion: Makefile Makefile.common distinfo
Removed Files:
pkgsrc/math/libixion/patches: patch-configure.ac
Log Message:
libixion: fix for boost-1.89.0
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/math/libixion/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/libixion/Makefile.common
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/libixion/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/math/libixion/patches/patch-configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/libixion/Makefile
diff -u pkgsrc/math/libixion/Makefile:1.39 pkgsrc/math/libixion/Makefile:1.40
--- pkgsrc/math/libixion/Makefile:1.39 Sun Sep 21 18:15:09 2025
+++ pkgsrc/math/libixion/Makefile Sat Sep 27 07:09:27 2025
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.39 2025/09/21 18:15:09 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2025/09/27 07:09:27 adam Exp $
PKGREVISION= 1
.include "Makefile.common"
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_DIR.boost-libs}
+# Fix for boost-1.89.0 where boost_system is header-only.
+CONFIGURE_ENV+= boost_cv_lib_system=yes
PKGCONFIG_OVERRIDE+= libixion.pc.in
Index: pkgsrc/math/libixion/Makefile.common
diff -u pkgsrc/math/libixion/Makefile.common:1.10 pkgsrc/math/libixion/Makefile.common:1.11
--- pkgsrc/math/libixion/Makefile.common:1.10 Sat Aug 30 05:05:15 2025
+++ pkgsrc/math/libixion/Makefile.common Sat Sep 27 07:09:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2025/08/30 05:05:15 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.11 2025/09/27 07:09:27 adam Exp $
#
# used by math/libixion/Makefile
# used by math/py-libixion/Makefile
@@ -16,10 +16,11 @@ LICENSE= mpl-2.0
PATCHDIR= ${.CURDIR}/../../math/libixion/patches
DISTINFO_FILE= ${.CURDIR}/../../math/libixion/distinfo
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
-USE_LANGUAGES= c c++17
+USE_CXX_FEATURES= c++17
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
BUILDLINK_TRANSFORM.NetBSD+= rm:-ldl
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--no-as-needed
Index: pkgsrc/math/libixion/distinfo
diff -u pkgsrc/math/libixion/distinfo:1.15 pkgsrc/math/libixion/distinfo:1.16
--- pkgsrc/math/libixion/distinfo:1.15 Sat Aug 30 05:05:15 2025
+++ pkgsrc/math/libixion/distinfo Sat Sep 27 07:09:27 2025
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.15 2025/08/30 05:05:15 ryoon Exp $
+$NetBSD: distinfo,v 1.16 2025/09/27 07:09:27 adam Exp $
BLAKE2s (libixion-0.20.0.tar.xz) = 8990086b276d06e1681ce9c1474e4187b8d5321afcfb350c18a6d02e1e41e59f
SHA512 (libixion-0.20.0.tar.xz) = f36e5312db440a528ceab21bce6ea0d94f548b0a3893f214693ebcf5ab81dee001b23324f5a745059ab85fd54b0d3fb53084f0b1fb9ff58b59c18c341c1ba2aa
Size (libixion-0.20.0.tar.xz) = 544780 bytes
-SHA1 (patch-configure.ac) = f5a27ed314e69ecf1ed94d400abd2262a0fce7be
SHA1 (patch-src_python_Makefile.am) = 962d572758c82c0abdc034e27666df1e485da11d
Home |
Main Index |
Thread Index |
Old Index