Hi ports, Attached is an update for armagetronad. Tested amd64 only, runs fine.
Comments or OKs?
cvs server: Diffing . Index: Makefile =================================================================== RCS file: /cvs/ports/games/armagetronad/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 11 Mar 2013 11:07:37 -0000 1.3 +++ Makefile 26 May 2015 05:00:40 -0000 @@ -2,9 +2,8 @@ COMMENT = 3D light cycle game -DISTNAME = armagetronad-0.2.8.3.2.src +DISTNAME = armagetronad-0.2.8.3.3.src PKGNAME = ${DISTNAME:S/.src//} -REVISION = 0 CATEGORIES = games Index: distinfo =================================================================== RCS file: /cvs/ports/games/armagetronad/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 18 Jan 2015 03:13:55 -0000 1.2 +++ distinfo 26 May 2015 05:00:40 -0000 @@ -1,2 +1,2 @@ -SHA256 (armagetronad-0.2.8.3.2.src.tar.gz) = F+pkmoMxbRc5K8h4xIYuMG62DnkMsXoppVPTTclCntk= -SIZE (armagetronad-0.2.8.3.2.src.tar.gz) = 2210610 +SHA256 (armagetronad-0.2.8.3.3.src.tar.gz) = d59a2ec10ed366d0c0e8ab50de7722a4209816af4c4196c58f4ac8f068628e94 +SIZE (armagetronad-0.2.8.3.3.src.tar.gz) = 2230775 cvs server: Diffing patches Index: patches/patch-config_Makefile_in =================================================================== RCS file: /cvs/ports/games/armagetronad/patches/patch-config_Makefile_in,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-config_Makefile_in --- patches/patch-config_Makefile_in 12 Oct 2012 18:13:38 -0000 1.1.1.1 +++ patches/patch-config_Makefile_in 26 May 2015 05:00:40 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-config_Makefile_in,v 1.1.1.1 2012/10/12 18:13:38 bentley Exp $ --- config/Makefile.in.orig Fri Oct 12 05:04:18 2012 +++ config/Makefile.in Fri Oct 12 05:05:02 2012 -@@ -243,7 +243,7 @@ top_srcdir = @top_srcdir@ +@@ -312,7 +312,7 @@ top_srcdir = @top_srcdir@ version = @version@ # configuration location Index: patches/patch-configure =================================================================== RCS file: patches/patch-configure diff -N patches/patch-configure --- patches/patch-configure 12 Oct 2012 18:13:38 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -$OpenBSD: patch-configure,v 1.1.1.1 2012/10/12 18:13:38 bentley Exp $ ---- configure.orig Wed Aug 29 21:03:12 2012 -+++ configure Wed Aug 29 21:03:16 2012 -@@ -10629,8 +10629,8 @@ fi - CPPFLAGS="$CPPFLAGS `libpng-config --cflags`" - LIBS="$LIBS $PNGLIBS" - --ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" --if test "x$ac_cv_func_png_check_sig" = x""yes; then : -+ac_fn_c_check_func "$LINENO" "png_sig_cmp" "ac_cv_func_png_sig_cmp" -+if test "x$ac_cv_func_png_sig_cmp" = x""yes; then : - - else - as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 cvs server: Diffing pkg