Friday, February 26, 2021

UPDATE: comms/xastir to 2.1.6

Hello ports,

this brings xastir to version 2.1.6. I think this is based upon a much
earlier approach by Aaron Bieber [1].
I would also like to take over the maintainer role for this port.

Tested on amd64.


[1] https://marc.info/?l=openbsd-ports&m=153460015224916&w=2


Index: Makefile
===================================================================
RCS file: /cvs/ports/comms/xastir/Makefile,v
retrieving revision 1.42
diff -u -p -u -p -r1.42 Makefile
--- Makefile 18 Feb 2021 22:08:25 -0000 1.42
+++ Makefile 24 Feb 2021 16:29:40 -0000
@@ -2,20 +2,24 @@

COMMENT= X amateur station tracking and info reporting

-DISTNAME= xastir-2.0.6
-REVISION= 6
+VERSION= 2.1.6
+GH_ACCOUNT= Xastir
+GH_PROJECT= Xastir
+GH_TAGNAME= Release-${VERSION}
+DISTNAME= ${GH_PROJECT}-${VERSION}
+PKGNAME= xastir-${VERSION}

-CATEGORIES= comms hamradio geo
+CATEGORIES= comms hamradio geo

HOMEPAGE= https://xastir.org/

+MAINTAINER= Michael <michi+openbsd@dataswamp.org>
+
PERMIT_PACKAGE= Yes

WANTLIB = GraphicsMagick ICE SM X11 Xext Xm Xpm Xt bz2 c curl db
-WANTLIB += freetype gdal geotiff iconv intl lcms2 ltdl lzma m pcre proj
+WANTLIB += freetype gdal geotiff iconv lcms2 ltdl lzma m pcre proj
WANTLIB += pthread shp tiff z
-
-MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=xastir/)

CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.69
Index: distinfo
===================================================================
RCS file: /cvs/ports/comms/xastir/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo 7 Nov 2014 14:20:11 -0000 1.4
+++ distinfo 24 Feb 2021 16:29:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (xastir-2.0.6.tar.gz) = 5G3r0/Z+pcCOL4XwPiZlOHGpzdbWksju7kNsO8io3UM=
-SIZE (xastir-2.0.6.tar.gz) = 2662042
+SHA256 (Xastir-2.1.6.tar.gz) = WnGvKTbU0jfHebHDpRkhH4480DuYc6JgyEndyJUOGj4=
+SIZE (Xastir-2.1.6.tar.gz) = 2687180
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/comms/xastir/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in 16 Jun 2019 13:41:30 -0000 1.2
+++ patches/patch-Makefile_in 24 Feb 2021 16:29:40 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-Makefile_in,v 1.2 2019/0
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
-@@ -284,7 +284,7 @@ libexecdir = @libexecdir@
+@@ -352,7 +352,7 @@ libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
lpr = @lpr@
Index: patches/patch-configure_ac
===================================================================
RCS file: patches/patch-configure_ac
diff -N patches/patch-configure_ac
--- patches/patch-configure_ac 16 Jun 2019 13:41:30 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$OpenBSD: patch-configure_ac,v 1.3 2019/06/16 13:41:30 ajacoutot Exp $
-
-Index: configure.ac
---- configure.ac.orig
-+++ configure.ac
-@@ -355,6 +355,7 @@ AC_CHECK_FUNCS([roundf])
-
- # Check for intl library (Needed for Cygwin)
- #
-+AC_CHECK_LIB(iconv, libiconv_open, LIBS="-liconv ${LIBS}")
- AC_CHECK_LIB(intl, gettext, LIBS="-lintl ${LIBS}")
-
- # Check for libproj (need to do this before test for shapelib, because
Index: patches/patch-src_gps_c
===================================================================
RCS file: patches/patch-src_gps_c
diff -N patches/patch-src_gps_c
--- patches/patch-src_gps_c 10 Sep 2019 11:21:24 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,33 +0,0 @@
-$OpenBSD: patch-src_gps_c,v 1.1 2019/09/10 11:21:24 jca Exp $
-
-
-
-Index: src/gps.c
---- src/gps.c.orig
-+++ src/gps.c
-@@ -559,7 +559,6 @@ int gps_data_find(char *gps_line_data, int port) {
- int have_valid_string = 0;
- #ifndef __CYGWIN__
- struct timeval tv;
-- struct timezone tz;
-

No comments:

Post a Comment