Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 09:00:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457134 - in head/games/enygma: . files
Message-ID:  <201712240900.vBO90clA076187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Dec 24 09:00:37 2017
New Revision: 457134
URL: https://svnweb.freebsd.org/changeset/ports/457134

Log:
  - Switch to USES=localbase
  - Regenerate patches
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/games/enygma/Makefile
  head/games/enygma/files/patch-Makefile.in
  head/games/enygma/files/patch-engine.c
  head/games/enygma/files/patch-main.c
  head/games/enygma/files/patch-memory.c
  head/games/enygma/files/patch-screen.c
  head/games/enygma/pkg-descr

Modified: head/games/enygma/Makefile
==============================================================================
--- head/games/enygma/Makefile	Sun Dec 24 08:56:23 2017	(r457133)
+++ head/games/enygma/Makefile	Sun Dec 24 09:00:37 2017	(r457134)
@@ -14,9 +14,9 @@ COMMENT=	Text-based puzzle game
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USES=		ncurses
+USES=		localbase ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var/games
-CPPFLAGS+=	-I${NCURSESINC} -I${LOCALBASE}/include
+CPPFLAGS+=	-I${NCURSESINC}
 
 .include <bsd.port.mk>

Modified: head/games/enygma/files/patch-Makefile.in
==============================================================================
--- head/games/enygma/files/patch-Makefile.in	Sun Dec 24 08:56:23 2017	(r457133)
+++ head/games/enygma/files/patch-Makefile.in	Sun Dec 24 09:00:37 2017	(r457134)
@@ -1,6 +1,6 @@
---- ./Makefile.in.orig	2004-02-29 09:42:32.000000000 -0500
-+++ ./Makefile.in	2014-08-02 10:45:11.000000000 -0400
-@@ -9,10 +9,12 @@
+--- Makefile.in.orig	2004-02-29 14:42:32 UTC
++++ Makefile.in
+@@ -9,10 +9,12 @@ mandir		= @mandir@
  datadir		= @datadir@
  localstatedir   = @localstatedir@
  
@@ -15,7 +15,7 @@
  		  @CURSES@
  LDFLAGS		= @LDFLAGS@
  LIBS            = @LIBS@
-@@ -32,15 +34,13 @@
+@@ -32,15 +34,13 @@ enigma: $(ENIGMA)
  	$(CC) $(LDFLAGS) -o enigma $(ENIGMA) $(LIBS)
  
  install: enigma

Modified: head/games/enygma/files/patch-engine.c
==============================================================================
--- head/games/enygma/files/patch-engine.c	Sun Dec 24 08:56:23 2017	(r457133)
+++ head/games/enygma/files/patch-engine.c	Sun Dec 24 09:00:37 2017	(r457134)
@@ -1,6 +1,6 @@
---- engine.c.orig	Sun Sep 14 23:23:42 2008
-+++ engine.c	Sun Sep 14 22:06:32 2008
-@@ -181,7 +181,7 @@
+--- engine.c.orig	2004-02-29 14:39:00 UTC
++++ engine.c
+@@ -181,7 +181,7 @@ gamestate *make_move (gamestate *state, 
       * process teleporters
       */
      if (i == '#') {

Modified: head/games/enygma/files/patch-main.c
==============================================================================
--- head/games/enygma/files/patch-main.c	Sun Dec 24 08:56:23 2017	(r457133)
+++ head/games/enygma/files/patch-main.c	Sun Dec 24 09:00:37 2017	(r457134)
@@ -1,5 +1,5 @@
---- main.c.orig	Sun Sep 14 23:23:51 2008
-+++ main.c	Sun Sep 14 22:13:48 2008
+--- main.c.orig	2004-02-28 10:01:16 UTC
++++ main.c
 @@ -11,6 +11,7 @@
  
  #include <stdio.h>
@@ -8,7 +8,7 @@
  
  #include "enigma.h"
  
-@@ -131,7 +132,7 @@
+@@ -131,7 +132,7 @@ int main(int argc, char **argv) {
  			char *fname;
  			char *sequence;
  			gamestate **movie;

Modified: head/games/enygma/files/patch-memory.c
==============================================================================
--- head/games/enygma/files/patch-memory.c	Sun Dec 24 08:56:23 2017	(r457133)
+++ head/games/enygma/files/patch-memory.c	Sun Dec 24 09:00:37 2017	(r457134)
@@ -1,5 +1,5 @@
---- memory.c.orig	Sun Sep 14 23:24:09 2008
-+++ memory.c	Sun Sep 14 21:58:40 2008
+--- memory.c.orig	2004-02-28 10:01:16 UTC
++++ memory.c
 @@ -12,6 +12,7 @@
  #include <stdio.h>
  #include <stdlib.h>

Modified: head/games/enygma/files/patch-screen.c
==============================================================================
--- head/games/enygma/files/patch-screen.c	Sun Dec 24 08:56:23 2017	(r457133)
+++ head/games/enygma/files/patch-screen.c	Sun Dec 24 09:00:37 2017	(r457134)
@@ -1,5 +1,5 @@
---- screen.c.orig	Sun Sep 14 23:24:17 2008
-+++ screen.c	Sun Sep 14 22:01:21 2008
+--- screen.c.orig	2004-02-28 10:01:16 UTC
++++ screen.c
 @@ -13,6 +13,7 @@
   */
  

Modified: head/games/enygma/pkg-descr
==============================================================================
--- head/games/enygma/pkg-descr	Sun Dec 24 08:56:23 2017	(r457133)
+++ head/games/enygma/pkg-descr	Sun Dec 24 09:00:37 2017	(r457134)
@@ -4,4 +4,4 @@ anybody old enough to remember XOR on the Spectrum wil
 that in it.
 The port and executable have been named 'enygma' to avoid a name collision.
 
-WWW: http://www.chiark.greenend.org.uk/~sgtatham/enigma/
+WWW: https://www.chiark.greenend.org.uk/~sgtatham/enigma/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712240900.vBO90clA076187>