pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/spice
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 3 22:37:32 UTC 2026
Modified Files:
pkgsrc/cad/spice: Makefile distinfo
pkgsrc/cad/spice/patches: patch-ag
Log Message:
spice: fix build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/cad/spice/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/cad/spice/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/cad/spice/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/spice/Makefile
diff -u pkgsrc/cad/spice/Makefile:1.51 pkgsrc/cad/spice/Makefile:1.52
--- pkgsrc/cad/spice/Makefile:1.51 Sun Sep 21 21:22:38 2025
+++ pkgsrc/cad/spice/Makefile Sat Jan 3 22:37:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2025/09/21 21:22:38 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2026/01/03 22:37:32 wiz Exp $
DISTNAME= sp3f4.kit
PKGNAME= spice-3f5.1
@@ -17,6 +17,11 @@ WRKSRC= ${WRKDIR}
#BUILDLINK_API_DEPENDS.readline= readline>=4.0
#USE_GNU_READLINE= uses rl_* interface
+CFLAGS+= -Wno-implicit-function-declaration
+CFLAGS+= -Wno-implicit-int
+CFLAGS+= -Wno-incompatible-pointer-types
+CFLAGS+= -Wno-int-conversion
+
# documentation in ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps
# These are included as patch-ae
Index: pkgsrc/cad/spice/distinfo
diff -u pkgsrc/cad/spice/distinfo:1.18 pkgsrc/cad/spice/distinfo:1.19
--- pkgsrc/cad/spice/distinfo:1.18 Tue Oct 26 10:04:16 2021
+++ pkgsrc/cad/spice/distinfo Sat Jan 3 22:37:32 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 10:04:16 nia Exp $
+$NetBSD: distinfo,v 1.19 2026/01/03 22:37:32 wiz Exp $
BLAKE2s (sp3f4.kit.tar.Z) = 6feac8f318df8fef4d32abc686cfc7ee2188908b2d1a51f4c81628196b111b0b
SHA512 (sp3f4.kit.tar.Z) = 81936ebf15f91190e206ffcf721d9ed0df90c343f6b7006c6765f218a2496eda208a169c7b8a76cc4da854c03db2508936ba410bf964ec9756dd8db20332d5e8
@@ -9,7 +9,7 @@ SHA1 (patch-ac) = 831425307eded1b9dc351d
SHA1 (patch-ad) = a1a1a8dbbe7eebb9c224e42a34013ba7918cdad4
SHA1 (patch-ae) = 858e35606ff1eb622bac3bb1cc90f7ec50064b6d
SHA1 (patch-af) = 23d047049d5f183af12e14b56c535adf95b9f208
-SHA1 (patch-ag) = a2a7ba21feb905f4d9cb6387f42329fccc4e168f
+SHA1 (patch-ag) = d52b44a34697386a06f092ad5c989cfe02db1ed3
SHA1 (patch-ah) = 2c1f4f135cbba8e7159be4ae811e54e5464cbdda
SHA1 (patch-ai) = 7e94175896b98f17f43338a05ed993657d4cc844
SHA1 (patch-aj) = 6229e4066ab8bfba8b29bcc1260d75563637a784
Index: pkgsrc/cad/spice/patches/patch-ag
diff -u pkgsrc/cad/spice/patches/patch-ag:1.5 pkgsrc/cad/spice/patches/patch-ag:1.6
--- pkgsrc/cad/spice/patches/patch-ag:1.5 Fri Jun 25 21:05:57 2010
+++ pkgsrc/cad/spice/patches/patch-ag Sat Jan 3 22:37:32 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.5 2010/06/25 21:05:57 joerg Exp $
+$NetBSD: patch-ag,v 1.6 2026/01/03 22:37:32 wiz Exp $
--- conf/defaults.orig Thu Jul 29 17:33:56 1993
+++ conf/defaults
@@ -41,6 +41,15 @@ $NetBSD: patch-ag,v 1.5 2010/06/25 21:05
# CC_OPT_SAFE: Special compile options to override CC_OPT for code
# which typically causes problems for most compilers (bsim1 and bsim2).
+@@ -170,7 +170,7 @@ RANLIB = ranlib
+ # spice3 source directory than in /tmp. Set to 'l' (lowercase 'L')
+ # to use the source directory, otherwise leave blank.
+
+-ARLOCAL = l
++ARLOCAL =
+
+ # DEPEND_PROG is the command to generate dependencies from '.c' files
+ # (for "make depend"). Output should be of the form "x11.o: fte.h".
@@ -203,7 +203,7 @@
# X_DIR indicates the top of the X11 lib/include hierarchy; it is only
# a convenience that is used in the following definitions.
Home |
Main Index |
Thread Index |
Old Index