Hi,

this is simple update to 4.2.2, release notes can be found here:
http://www.xtrkcad.org/Wikka/XTrackCAD421

I'm going to update in a couple of days, given no negative feedback.

Otherwise, OKs also welcome ;)

cheers,
Sebastian


Index: Makefile
===================================================================
RCS file: /cvs/ports/cad/xtrkcad/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile    28 Oct 2015 09:37:57 -0000      1.12
+++ Makefile    20 Nov 2015 22:34:44 -0000
@@ -2,7 +2,7 @@

 COMMENT=       CAD program for designing model railroad layouts

-VERSION=       4.2.1
+VERSION=       4.2.2
 DISTNAME=      xtrkcad-source-${VERSION}
 PKGNAME=       xtrkcad-${VERSION}
 CATEGORIES=    cad
Index: distinfo
===================================================================
RCS file: /cvs/ports/cad/xtrkcad/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo    28 Oct 2015 09:37:57 -0000      1.4
+++ distinfo    20 Nov 2015 22:34:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (xtrkcad-source-4.2.1.tar.gz) = 
rBpqHN/8eZp8/tGhKjIHJOlwgfzIuHWfTguSDwbNpmg=
-SIZE (xtrkcad-source-4.2.1.tar.gz) = 15906283
+SHA256 (xtrkcad-source-4.2.2.tar.gz) = 
OyyPLgpKVu2xUXZs/FY02yOJbsfXZ2z8LE5OUI34nQw=
+SIZE (xtrkcad-source-4.2.2.tar.gz) = 6909903
Index: patches/patch-app_bin_misc2_c
===================================================================
RCS file: patches/patch-app_bin_misc2_c
diff -N patches/patch-app_bin_misc2_c
--- patches/patch-app_bin_misc2_c       28 Oct 2015 09:37:57 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-app_bin_misc2_c,v 1.1 2015/10/28 09:37:57 sebastia Exp $
-
-from hg upstream: 680:5713bf8fd563
-Fix memory violation bug on initial run of XTrackCAD
-
---- app/bin/misc2.c.orig       Tue Oct 27 15:40:53 2015
-+++ app/bin/misc2.c    Tue Oct 27 15:41:09 2015
-@@ -203,7 +203,8 @@ typedef struct {
- EXPORT typedef scaleDesc_t *scaleDesc_p;
- static dynArr_t scaleDesc_da;
- #define scaleDesc(N) DYNARR_N( scaleDesc_t, scaleDesc_da, N )
--EXPORT SCALEDESCINX_T curScaleDescInx = -1;
-+
-+EXPORT SCALEDESCINX_T curScaleDescInx;
-
- /**
-  * Get the ratio from a scale description. Each member in the list of scale 
descriptions is
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/cad/xtrkcad/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   28 Oct 2015 09:37:57 -0000      1.3
+++ pkg/PLIST   20 Nov 2015 22:34:44 -0000
@@ -623,11 +623,13 @@
 share/xtrkcad/params/N-N- 90ft-ROUNDHOUSE.xtp
 share/xtrkcad/params/N-NScaleArchitect.xtp
 share/xtrkcad/params/N-NULINE.xtp
+share/xtrkcad/params/N-Rix-Pikestuff.xtp
 share/xtrkcad/params/N-Shinohara70.xtp
 share/xtrkcad/params/N-atlasn55.xtp
 share/xtrkcad/params/N-cmr.xtp
 share/xtrkcad/params/N-kato-n-gl-trk.xtp
 share/xtrkcad/params/N-kato-turntable.xtp
+share/xtrkcad/params/N-kato.xtp
 share/xtrkcad/params/N-me.xtp
 share/xtrkcad/params/NJI.xtp
 share/xtrkcad/params/NScale_SectorPlate_Traverser_Examples.xtp
@@ -654,6 +656,10 @@
 share/xtrkcad/params/S_ACG_20.000 Track.xtp
 share/xtrkcad/params/SideTrk.xtp
 share/xtrkcad/params/T-Eishindo.xtp
+share/xtrkcad/params/TT-Kuehn.xtp
+share/xtrkcad/params/TT-Roco-Turntable.xtp
+share/xtrkcad/params/TT-TilligAdvBeddingTrack.xtp
+share/xtrkcad/params/TT-Trak Modules.xtp
 share/xtrkcad/params/Tables (all scales).xtp
 share/xtrkcad/params/TilligAdvTT.xtp
 share/xtrkcad/params/TilligEliteHO-V2a.xtp
@@ -672,6 +678,7 @@
 share/xtrkcad/params/atlaso2rail.xtp
 share/xtrkcad/params/bach-n.xtp
 share/xtrkcad/params/br.xtp
+share/xtrkcad/params/busch-HOf.xtp
 share/xtrkcad/params/ctlpanel.xtp
 share/xtrkcad/params/dpm-ho.xtp
 share/xtrkcad/params/dpm-n.xtp

Reply via email to