Friday, April 02, 2021

[Update] cad/pcb2gcode 2.3.0

Hello!

This brings cad/pcb2gcode from 2.1.0 to 2.3.0. Everything runs fine on
amd64.

For changes, please read here, as there are too many to list:
https://github.com/pcb2gcode/pcb2gcode/releases

Ok?

--

Tracey Emery

Index: Makefile
===================================================================
RCS file: /cvs/ports/cad/pcb2gcode/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile 5 Nov 2020 20:37:31 -0000 1.1.1.1
+++ Makefile 2 Apr 2021 19:17:18 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/11/05 20:37:31 tracey Exp $

COMMENT = tool for isolation, routing, and drilling of PCBs
-V = 2.1.0
+V = 2.3.0

GH_ACCOUNT = pcb2gcode
GH_PROJECT = pcb2gcode
Index: distinfo
===================================================================
RCS file: /cvs/ports/cad/pcb2gcode/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo 5 Nov 2020 20:37:31 -0000 1.1.1.1
+++ distinfo 2 Apr 2021 19:17:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (pcb2gcode-2.1.0.tar.gz) = 7lRvDgAug0NIYselohcaInYDjSOZCaCa2zbhSOfXMZo=
-SIZE (pcb2gcode-2.1.0.tar.gz) = 4581572
+SHA256 (pcb2gcode-2.3.0.tar.gz) = ScxWa0tOwAo8hH49TcdbyRWEvsB7zHfc+tH2Epxvag0=
+SIZE (pcb2gcode-2.3.0.tar.gz) = 6464722
Index: patches/patch-m4_geos_m4
===================================================================
RCS file: /cvs/ports/cad/pcb2gcode/patches/patch-m4_geos_m4,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 patch-m4_geos_m4
--- patches/patch-m4_geos_m4 5 Nov 2020 20:37:31 -0000 1.1.1.1
+++ patches/patch-m4_geos_m4 2 Apr 2021 19:17:18 -0000
@@ -6,12 +6,12 @@ $OpenBSD: patch-m4_geos_m4,v 1.1.1.1 202
Index: m4/geos.m4
--- m4/geos.m4.orig
+++ m4/geos.m4
-@@ -76,7 +76,7 @@ AC_DEFUN([GEOS_INIT],[
+@@ -77,7 +77,7 @@ AC_DEFUN([GEOS_INIT],[
if $GEOS_CONFIG --libs >/dev/null 2>&1; then
AC_MSG_RESULT(yes)
HAVE_GEOS="yes"
- GEOS_LIBS="`$GEOS_CONFIG --libs`"
+ GEOS_LIBS="`$GEOS_CONFIG --static-cclibs`"
GEOS_C_LIBS="`$GEOS_CONFIG --ldflags` -lgeos_c"
+ GEOS_CC_LIBS="`$GEOS_CONFIG --ldflags` -lgeos"
GEOS_CFLAGS="`$GEOS_CONFIG --cflags`"
- GEOS_VERSION="`$GEOS_CONFIG --version`"

No comments:

Post a Comment