pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/sc-im



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Sat Feb  1 00:52:13 UTC 2025

Modified Files:
        pkgsrc/math/sc-im: Makefile

Log Message:
math/sc-im: revbump and build fix

 - Revbump for devel/libxlsxwriter
 - New clang errors on 'implicit declaration'; make that a warning again
   to avoid breaking the build. Will be fixed when updating the package
   to 0.8.4 as that fixes missing includes.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/math/sc-im/Makefile

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

Modified files:

Index: pkgsrc/math/sc-im/Makefile
diff -u pkgsrc/math/sc-im/Makefile:1.52 pkgsrc/math/sc-im/Makefile:1.53
--- pkgsrc/math/sc-im/Makefile:1.52     Thu Nov 14 22:20:43 2024
+++ pkgsrc/math/sc-im/Makefile  Sat Feb  1 00:52:13 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2024/11/14 22:20:43 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/02/01 00:52:13 sjmulder Exp $
 
 DISTNAME=      sc-im-0.8.3
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=andmarti1424/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -28,6 +28,8 @@ REPLACE_BASH+=        src/scopen
 CFLAGS+=       -DGNUPLOT
 # needed for PATH_MAX due to std=c99 set above (at least on Illumos)
 CFLAGS+=       -D_XOPEN_SOURCE
+# formats/ods.c forgets to include some header(s), fixed in 0.8.4
+CFLAGS+=       -Wno-error=implicit-function-declaration
 
 MAKE_ENV+=     CFLAGS_CURSES=${BUILDLINK_CFLAGS.ncurses:Q}
 MAKE_ENV+=     LDLIBS_CURSES=${BUILDLINK_LDADD.ncurses:Q}



Home | Main Index | Thread Index | Old Index