diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-24 17:00:37 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-24 17:00:37 +0800 |
commit | 96be57405e17148b6205462d021e285deb197c0e (patch) | |
tree | 58f71b080bc4353fd6894300738aed9983d28e56 /games | |
parent | c0280ffa0dc00f5cf69a54b38761d5ad02178857 (diff) | |
download | freebsd-ports-gnome-96be57405e17148b6205462d021e285deb197c0e.tar.gz freebsd-ports-gnome-96be57405e17148b6205462d021e285deb197c0e.tar.zst freebsd-ports-gnome-96be57405e17148b6205462d021e285deb197c0e.zip |
- Switch to USES=localbase
- Regenerate patches
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/enygma/Makefile | 4 | ||||
-rw-r--r-- | games/enygma/files/patch-Makefile.in | 8 | ||||
-rw-r--r-- | games/enygma/files/patch-engine.c | 6 | ||||
-rw-r--r-- | games/enygma/files/patch-main.c | 6 | ||||
-rw-r--r-- | games/enygma/files/patch-memory.c | 4 | ||||
-rw-r--r-- | games/enygma/files/patch-screen.c | 4 | ||||
-rw-r--r-- | games/enygma/pkg-descr | 2 |
7 files changed, 17 insertions, 17 deletions
diff --git a/games/enygma/Makefile b/games/enygma/Makefile index 6cb54791fe0f..337693e4cb82 100644 --- a/games/enygma/Makefile +++ b/games/enygma/Makefile @@ -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> diff --git a/games/enygma/files/patch-Makefile.in b/games/enygma/files/patch-Makefile.in index 1dd626939c3a..2405bf4dad2f 100644 --- a/games/enygma/files/patch-Makefile.in +++ b/games/enygma/files/patch-Makefile.in @@ -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 diff --git a/games/enygma/files/patch-engine.c b/games/enygma/files/patch-engine.c index 96008405059c..97c8d611ec9f 100644 --- a/games/enygma/files/patch-engine.c +++ b/games/enygma/files/patch-engine.c @@ -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 == '#') { diff --git a/games/enygma/files/patch-main.c b/games/enygma/files/patch-main.c index 435a380525ea..1af93d2adffd 100644 --- a/games/enygma/files/patch-main.c +++ b/games/enygma/files/patch-main.c @@ -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; diff --git a/games/enygma/files/patch-memory.c b/games/enygma/files/patch-memory.c index edcc158c6d9c..7e6eaf4b7759 100644 --- a/games/enygma/files/patch-memory.c +++ b/games/enygma/files/patch-memory.c @@ -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> diff --git a/games/enygma/files/patch-screen.c b/games/enygma/files/patch-screen.c index 64bea67fbd54..d13343c8bb3e 100644 --- a/games/enygma/files/patch-screen.c +++ b/games/enygma/files/patch-screen.c @@ -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 @@ */ diff --git a/games/enygma/pkg-descr b/games/enygma/pkg-descr index 62068c3207a0..e211e73b845a 100644 --- a/games/enygma/pkg-descr +++ b/games/enygma/pkg-descr @@ -4,4 +4,4 @@ anybody old enough to remember XOR on the Spectrum will see large elements of 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/ |