On Wed, Apr 14, 2021 at 10:18:52AM -0600, Tracey Emery wrote: > Hello! > > This brings cad/pcb2gcode from 2.1.0 to 2.4.0. Everything runs fine on > amd64. Newer release came out after I sent 2.3.0. > > For changes, please read here, as there are too many to list: > https://github.com/pcb2gcode/pcb2gcode/releases > > Ok after lock release? >
ping > -- > > 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 14 Apr 2021 15:56:12 -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.4.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 14 Apr 2021 15:56:12 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (pcb2gcode-2.1.0.tar.gz) = > 7lRvDgAug0NIYselohcaInYDjSOZCaCa2zbhSOfXMZo= > -SIZE (pcb2gcode-2.1.0.tar.gz) = 4581572 > +SHA256 (pcb2gcode-2.4.0.tar.gz) = > XU8G9wQf4UoQh4C9uVOqUg9+VWdzp7n7hDXpuS/vYU0= > +SIZE (pcb2gcode-2.4.0.tar.gz) = 7456824 > 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 14 Apr 2021 15:56:12 -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`" -- Tracey Emery