diff options
-rw-r--r-- | games/bsdgames/Makefile | 2 | ||||
-rw-r--r-- | games/bsdgames/files/patch-battlestar::init.c | 11 | ||||
-rw-r--r-- | games/freebsd-games/Makefile | 2 | ||||
-rw-r--r-- | games/freebsd-games/files/patch-battlestar::init.c | 11 |
4 files changed, 24 insertions, 2 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index eabbb0f0d8f6..146649d406bf 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/Makefile @@ -7,7 +7,7 @@ PORTNAME= freebsd-games PORTVERSION= 5.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=markm diff --git a/games/bsdgames/files/patch-battlestar::init.c b/games/bsdgames/files/patch-battlestar::init.c new file mode 100644 index 000000000000..077107c3e5aa --- /dev/null +++ b/games/bsdgames/files/patch-battlestar::init.c @@ -0,0 +1,11 @@ +--- battlestar/init.c.old Mon Dec 15 17:48:41 2003 ++++ battlestar/init.c Mon Dec 15 17:48:54 2003 +@@ -62,7 +62,7 @@ + puts("Admiral D.W. Riggle\n"); + srandomdev(); + getutmp(uname); +- if (startup) ++ if (startup == NULL) + location = dayfile; + wiz = wizard(uname); + wordinit(); diff --git a/games/freebsd-games/Makefile b/games/freebsd-games/Makefile index eabbb0f0d8f6..146649d406bf 100644 --- a/games/freebsd-games/Makefile +++ b/games/freebsd-games/Makefile @@ -7,7 +7,7 @@ PORTNAME= freebsd-games PORTVERSION= 5.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=markm diff --git a/games/freebsd-games/files/patch-battlestar::init.c b/games/freebsd-games/files/patch-battlestar::init.c new file mode 100644 index 000000000000..077107c3e5aa --- /dev/null +++ b/games/freebsd-games/files/patch-battlestar::init.c @@ -0,0 +1,11 @@ +--- battlestar/init.c.old Mon Dec 15 17:48:41 2003 ++++ battlestar/init.c Mon Dec 15 17:48:54 2003 +@@ -62,7 +62,7 @@ + puts("Admiral D.W. Riggle\n"); + srandomdev(); + getutmp(uname); +- if (startup) ++ if (startup == NULL) + location = dayfile; + wiz = wizard(uname); + wordinit(); |