Index: head/games/bsdgames/Makefile =================================================================== --- head/games/bsdgames/Makefile (revision 531140) +++ head/games/bsdgames/Makefile (revision 531141) @@ -1,77 +1,77 @@ # Created by: Mark Murray # $FreeBSD$ PORTNAME= bsdgames -PORTVERSION= 0.7 +PORTVERSION= 0.75 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES= games MAINTAINER= jockl@pianojockl.org COMMENT= Traditional BSD games taken mostly from DragonFly BSD LICENSE= BSD3CLAUSE USES= ncurses tar:xz uidfix USE_GITHUB= yes GH_ACCOUNT= pianojockl CONFLICTS= hangman-[0-9]* MAKE_ENV= NO_WERROR=1 MAKE_ARGS= BINGRP=${BINGRP} # contain /usr/share/games SHAREPATH_FILES=atc/atc.6 \ atc/pathnames.h \ boggle/boggle/bog.h \ boggle/boggle/boggle.6 \ cribbage/cribbage.6 \ cribbage/pathnames.h \ fish/pathnames.h \ larn/pathnames.h \ quiz/datfiles/index \ quiz/pathnames.h \ quiz/quiz.6 \ wump/pathnames.h # contain /usr/games/* GAMESPATH_FILES=backgammon/backgammon/backgammon.6 \ backgammon/common_source/init.c \ canfield/canfield/canfield.6 \ cribbage/cribbage.6 \ hunt/hunt/hunt.6 \ hunt/huntd/huntd.6 \ phantasia/pathnames.h \ wargames/wargames.sh post-patch: @for f in ${SHAREPATH_FILES}; do \ ${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share/games|g' \ ${WRKSRC}/$${f}; \ done @for f in ${GAMESPATH_FILES}; do \ ${REINPLACE_CMD} -e 's|/usr/games|${PREFIX}/bin|g' \ ${WRKSRC}/$${f}; \ done pre-install: .for d in atc larn quiz.db boggle @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/$d .endfor .for d in atc battlestar hackdir/save larn phantasia @${MKDIR} ${STAGEDIR}/var/games/$d .endfor post-install: # avoid conflict with games/bs and shells/fish .for prog in bs fish ${MV} ${STAGEDIR}${PREFIX}/bin/${prog} ${STAGEDIR}${PREFIX}/bin/${prog}-game ${MV} ${STAGEDIR}${MAN6PREFIX}/man/man6/${prog}.6.gz ${STAGEDIR}${MAN6PREFIX}/man/man6/${prog}-game.6.gz .endfor @${TOUCH} ${STAGEDIR}/var/games/atc_score @${FIND} ${STAGEDIR}/var/games -type f -exec ${MV} {} {}.sample \; .include Index: head/games/bsdgames/distinfo =================================================================== --- head/games/bsdgames/distinfo (revision 531140) +++ head/games/bsdgames/distinfo (revision 531141) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574784789 -SHA256 (pianojockl-bsdgames-v0.7_GH0.tar.gz) = f79dec751ac78cfef5f80453e6c771052eaa9e9e55ab779799b78a82b6e004fc -SIZE (pianojockl-bsdgames-v0.7_GH0.tar.gz) = 2349706 +TIMESTAMP = 1583224301 +SHA256 (pianojockl-bsdgames-v0.75_GH0.tar.gz) = e0b40634300598db73d8ee5fa38cc52098770850c3f0538042b9e4402115a65e +SIZE (pianojockl-bsdgames-v0.75_GH0.tar.gz) = 2500764 Index: head/games/bsdgames/files/patch-canfield_cfscores_Makefile =================================================================== --- head/games/bsdgames/files/patch-canfield_cfscores_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-canfield_cfscores_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- canfield/cfscores/Makefile.orig 2018-11-23 03:38:50 UTC -+++ canfield/cfscores/Makefile -@@ -3,7 +3,7 @@ - - PROG= cfscores - CFLAGS+=-I${.CURDIR}/../canfield --NOMAN= noman -+MK_MAN= no - - .include "../../Makefile.inc" - .include Property changes on: head/games/bsdgames/files/patch-canfield_cfscores_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-colorbars_colorbars.c =================================================================== --- head/games/bsdgames/files/patch-colorbars_colorbars.c (revision 531140) +++ head/games/bsdgames/files/patch-colorbars_colorbars.c (nonexistent) @@ -1,13 +0,0 @@ ---- colorbars/colorbars.c.orig 2018-11-23 03:38:50 UTC -+++ colorbars/colorbars.c -@@ -33,6 +33,10 @@ - - #include - -+#ifndef NELEM -+#define NELEM(n) (sizeof(n)/sizeof((n)[0])) -+#endif -+ - int - main(void) - { Property changes on: head/games/bsdgames/files/patch-colorbars_colorbars.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-boggle_mkindex_Makefile =================================================================== --- head/games/bsdgames/files/patch-boggle_mkindex_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-boggle_mkindex_Makefile (nonexistent) @@ -1,15 +0,0 @@ ---- boggle/mkindex/Makefile.orig 2018-11-23 03:38:50 UTC -+++ boggle/mkindex/Makefile -@@ -4,10 +4,11 @@ - - PROG= mkindex - CFLAGS+=-I${.CURDIR}/../boggle -+MK_MAN= no - - build-tools: mkindex.nx - - # this mkindex is used in place, it is not installed anywhere - install: - --.include -+.include Property changes on: head/games/bsdgames/files/patch-boggle_mkindex_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-sail_pathnames.h =================================================================== --- head/games/bsdgames/files/patch-sail_pathnames.h (revision 531140) +++ head/games/bsdgames/files/patch-sail_pathnames.h (nonexistent) @@ -1,12 +0,0 @@ ---- sail/pathnames.h.orig 2019-03-07 20:11:21 UTC -+++ sail/pathnames.h -@@ -31,6 +31,6 @@ - * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - */ - --#define _PATH_LOGFILE "@sail_scorefile@" --#define _PATH_SYNC "@sail_dir@/#sailsink.%d" --#define _PATH_LOCK "@sail_dir@/#saillock.%d" -+#define _PATH_LOGFILE "/var/games/saillog" -+#define _PATH_SYNC "/tmp/#sailsink.%d" -+#define _PATH_LOCK "/tmp/#saillock.%d" Property changes on: head/games/bsdgames/files/patch-sail_pathnames.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-hack_makedefs_Makefile =================================================================== --- head/games/bsdgames/files/patch-hack_makedefs_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-hack_makedefs_Makefile (nonexistent) @@ -1,15 +0,0 @@ ---- hack/makedefs/Makefile.orig 2018-11-23 03:38:50 UTC -+++ hack/makedefs/Makefile -@@ -1,10 +1,11 @@ - .PATH: ${.CURDIR}/.. - - PROG= makedefs -+MK_MAN= no - - build-tools: makedefs.nx - - # this makedefs is used in place, it is not installed anywhere - install: - --.include -+.include Property changes on: head/games/bsdgames/files/patch-hack_makedefs_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-Makefile =================================================================== --- head/games/bsdgames/files/patch-Makefile (revision 531140) +++ head/games/bsdgames/files/patch-Makefile (nonexistent) @@ -1,38 +0,0 @@ ---- Makefile.orig 2018-06-15 14:40:00 UTC -+++ Makefile -@@ -5,35 +5,25 @@ SUBDIR= adventure \ - arithmetic \ - atc \ - backgammon \ -- banner \ - battlestar \ - bcd \ - bs \ - boggle \ -- caesar \ - canfield \ - cribbage \ - colorbars \ -- factor \ - fish \ -- fortune \ -- grdc \ - hack \ - hals_end \ - hangman \ - hunt \ - larn \ - mille \ -- morse \ -- number \ - phantasia \ - pig \ -- pom \ - ppt \ -- primes \ - quiz \ - rain \ -- random \ - robots \ - rogue \ - sail \ Property changes on: head/games/bsdgames/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-adventure_setup_Makefile =================================================================== --- head/games/bsdgames/files/patch-adventure_setup_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-adventure_setup_Makefile (nonexistent) @@ -1,15 +0,0 @@ ---- adventure/setup/Makefile.orig 2019-03-07 16:48:05 UTC -+++ adventure/setup/Makefile -@@ -2,10 +2,11 @@ - - PROG= setup - CFLAGS+=-I${.CURDIR}/.. -+MK_MAN= no - - build-tools: setup.nx - - # this setup is used in place, it is not installed anywhere - install: - --.include -+.include Property changes on: head/games/bsdgames/files/patch-adventure_setup_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-snake_snscore_Makefile =================================================================== --- head/games/bsdgames/files/patch-snake_snscore_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-snake_snscore_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- snake/snscore/Makefile.orig 2018-11-23 03:38:50 UTC -+++ snake/snscore/Makefile -@@ -3,7 +3,7 @@ - - PROG= snscore - CFLAGS+= -I${.CURDIR}/../snake --NOMAN= -+MK_MAN= no - - .include "../../Makefile.inc" - .include Property changes on: head/games/bsdgames/files/patch-snake_snscore_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-Makefile.inc =================================================================== --- head/games/bsdgames/files/patch-Makefile.inc (revision 531140) +++ head/games/bsdgames/files/patch-Makefile.inc (nonexistent) @@ -1,68 +0,0 @@ ---- Makefile.inc.orig 2018-11-23 03:38:50 UTC -+++ Makefile.inc -@@ -1,19 +1,16 @@ - # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 - # $FreeBSD: src/games/Makefile.inc,v 1.10.2.2 2002/02/18 16:02:39 ru Exp $ -+# $DragonFly: src/games/Makefile.inc,v 1.3 2006/10/08 16:22:34 pavalos Exp $ - --BINDIR?= /usr/games --FILESDIR?= ${SHAREDIR}/games --WARNS?= 6 -- - # These games write to /var/games/ - .if defined(VARGAMES) - BINGRP= games --BINMODE= 550 -+BINMODE= 2555 - .endif - - # Handle libcrypto dependency - .if defined(GAMESCRYPTO) --LDADD+= -lprivate_crypto -+LDADD+= -lcrypto - DPADD+= ${LIBCRYPTO} - CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv - LDFLAGS+= ${PRIVATELIB_LDFLAGS} -@@ -22,7 +19,40 @@ LDFLAGS+= ${PRIVATELIB_LDFLAGS} - # Handle libncurses dependency - .if defined(GAMESCURSES) - DPADD+= ${LIBNCURSES} --LDADD+= -lprivate_ncurses --CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses -+LDADD+= -lncurses -+CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/ncurses - LDFLAGS+= ${PRIVATELIB_LDFLAGS} - .endif -+ -+PREFIX?= /usr/local -+BINDIR?= ${PREFIX}/bin -+SHAREDIR= ${PREFIX}/share -+MANDIR= ${PREFIX}/man/man -+FILESDIR?= ${SHAREDIR}/games -+WARNS?= 6 -+ -+# cribbed from DragonflyBSD build system -+ -+NXCC?= ${CC} -+NXCFLAGS?= ${CFLAGS:N-mtune*:N-mcpu*:N-march*} -+ -+.SUFFIXES: .nx .no -+ -+# .no == native object file, for helper code when cross building. -+# -+.c.no: -+ ${NXCC} ${_${.IMPSRC:T}_FLAGS} ${NXCFLAGS} -c ${.IMPSRC} -o ${.TARGET} -+ -+.y.no: -+ ${YACC} ${YFLAGS} ${.IMPSRC} -+ ${NXCC} ${NXCFLAGS} -c y.tab.c -o ${.TARGET} -+ rm -f y.tab.c -+ -+.l.no: -+ ${LEX} ${LFLAGS} -o${.TARGET}.c ${.IMPSRC} -+ ${NXCC} ${NXCFLAGS} -c ${.TARGET}.c -o ${.TARGET} -+ rm -f ${.TARGET}.c -+ -+.no.nx .c.nx: -+ ${NXCC} ${_${.IMPSRC:T}_FLAGS} ${NXCFLAGS} ${NXLDFLAGS} ${.IMPSRC} \ -+ ${NXLDLIBS} -o ${.TARGET} Property changes on: head/games/bsdgames/files/patch-Makefile.inc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-phantasia_phantasia_Makefile =================================================================== --- head/games/bsdgames/files/patch-phantasia_phantasia_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-phantasia_phantasia_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- phantasia/phantasia/Makefile.orig 2019-03-07 17:21:59 UTC -+++ phantasia/phantasia/Makefile -@@ -21,7 +21,7 @@ FILESDIR= /var/games/phantasia - - .ORDER: monsters ${DATAFILES} - monsters ${DATAFILES}: monsters.asc setup.c -- ${.OBJDIR}/../setup/setup.nx -m ${.CURDIR}/../monsters.asc -+ ${.OBJDIR}/../setup/setup -m ${.CURDIR}/../monsters.asc - - beforeinstall: - .for file in ${DATAFILES} Property changes on: head/games/bsdgames/files/patch-phantasia_phantasia_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-hack_hack_Makefile =================================================================== --- head/games/bsdgames/files/patch-hack_hack_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-hack_hack_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- hack/hack/Makefile.orig 2019-03-07 17:20:31 UTC -+++ hack/hack/Makefile -@@ -30,7 +30,7 @@ FILESDIR= /var/games/hackdir - CLEANFILES= hack.onames.h - - hack.onames.h: def.objects.h makedefs.c -- ${.OBJDIR}/../makedefs/makedefs.nx ${.CURDIR}/../def.objects.h > hack.onames.h -+ ${.OBJDIR}/../makedefs/makedefs ${.CURDIR}/../def.objects.h > hack.onames.h - - beforeinstall: - ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \ Property changes on: head/games/bsdgames/files/patch-hack_hack_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-primes_Makefile =================================================================== --- head/games/bsdgames/files/patch-primes_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-primes_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- primes/Makefile.orig 2018-11-23 03:38:50 UTC -+++ primes/Makefile -@@ -3,7 +3,7 @@ - - PROG= primes - SRCS= pattern.c pr_tbl.c primes.c --NOMAN= noman -+MK_MAN= no - DPADD= ${LIBM} - LDADD= -lm - Property changes on: head/games/bsdgames/files/patch-primes_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-adventure_adventure_Makefile =================================================================== --- head/games/bsdgames/files/patch-adventure_adventure_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-adventure_adventure_Makefile (nonexistent) @@ -1,10 +0,0 @@ ---- adventure/adventure/Makefile.orig 2019-03-07 17:13:52 UTC -+++ adventure/adventure/Makefile -@@ -9,6 +9,6 @@ MAN= adventure.6 - CLEANFILES=data.c - - data.c: glorkz setup.c -- ${.OBJDIR}/../setup/setup.nx ${.CURDIR}/../glorkz > data.c -+ ${.OBJDIR}/../setup/setup ${.CURDIR}/../glorkz > data.c - - .include Property changes on: head/games/bsdgames/files/patch-adventure_adventure_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-boggle_mkdict_Makefile =================================================================== --- head/games/bsdgames/files/patch-boggle_mkdict_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-boggle_mkdict_Makefile (nonexistent) @@ -1,15 +0,0 @@ ---- boggle/mkdict/Makefile.orig 2019-03-07 16:39:47 UTC -+++ boggle/mkdict/Makefile -@@ -4,10 +4,11 @@ - - PROG= mkdict - CFLAGS+=-I${.CURDIR}/../boggle -+MK_MAN= no - - build-tools: mkdict.nx - - # this mkdict is used in place, it is not installed anywhere - install: - --.include -+.include Property changes on: head/games/bsdgames/files/patch-boggle_mkdict_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-boggle_boggle_extern.h =================================================================== --- head/games/bsdgames/files/patch-boggle_boggle_extern.h (revision 531140) +++ head/games/bsdgames/files/patch-boggle_boggle_extern.h (nonexistent) @@ -1,10 +0,0 @@ ---- boggle/boggle/extern.h.orig 2019-03-07 16:44:58 UTC -+++ boggle/boggle/extern.h -@@ -33,6 +33,7 @@ - */ - - #include -+#include - - extern int tlimit; - extern time_t start_t; Property changes on: head/games/bsdgames/files/patch-boggle_boggle_extern.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-phantasia_setup_Makefile =================================================================== --- head/games/bsdgames/files/patch-phantasia_setup_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-phantasia_setup_Makefile (nonexistent) @@ -1,16 +0,0 @@ ---- phantasia/setup/Makefile.orig 2019-03-07 17:21:37 UTC -+++ phantasia/setup/Makefile -@@ -2,6 +2,7 @@ - - PROG= setup - SRCS= phantglobs.c setup.c -+MK_MAN= no - - # for floor() - LDADD+= -lm -@@ -13,4 +14,4 @@ build-tools: setup.nx - # this setup is used in place, it is not installed anywhere - install: - --.include -+.include Property changes on: head/games/bsdgames/files/patch-phantasia_setup_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-boggle_dictfiles_Makefile =================================================================== --- head/games/bsdgames/files/patch-boggle_dictfiles_Makefile (revision 531140) +++ head/games/bsdgames/files/patch-boggle_dictfiles_Makefile (nonexistent) @@ -1,14 +0,0 @@ ---- boggle/dictfiles/Makefile.orig 2018-11-23 03:38:50 UTC -+++ boggle/dictfiles/Makefile -@@ -13,9 +13,9 @@ FILESDIR= ${SHAREDIR}/games/boggle - CLEANFILES= dictindex dictionary - - dictionary: -- ${.OBJDIR}/../mkdict/mkdict.nx < ${BOOGLEWORDS} > ${.TARGET} -+ ${.OBJDIR}/../mkdict/mkdict < ${BOOGLEWORDS} > ${.TARGET} - - dictindex: dictionary -- ${.OBJDIR}/../mkindex/mkindex.nx < ${.ALLSRC} > ${.TARGET} -+ ${.OBJDIR}/../mkindex/mkindex < ${.ALLSRC} > ${.TARGET} - - .include Property changes on: head/games/bsdgames/files/patch-boggle_dictfiles_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/bsdgames/files/patch-battlestar_BSDmakefile =================================================================== --- head/games/bsdgames/files/patch-battlestar_BSDmakefile (nonexistent) +++ head/games/bsdgames/files/patch-battlestar_BSDmakefile (revision 531141) @@ -0,0 +1,27 @@ +--- battlestar/BSDmakefile.orig 2020-02-26 16:22:47 UTC ++++ battlestar/BSDmakefile +@@ -1,5 +1,5 @@ +-# $NetBSD: Makefile,v 1.9 2001/10/19 03:06:09 tv Exp $ + # @(#)Makefile 8.1 (Berkeley) 5/31/93 ++# $FreeBSD: src/games/battlestar/Makefile,v 1.5.2.3 2002/08/07 16:31:41 ru Exp $ + + PROG= battlestar + SRCS= battlestar.c command1.c command2.c command3.c command4.c \ +@@ -7,9 +7,13 @@ SRCS= battlestar.c command1.c command2.c command3.c co + init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \ + globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c + MAN= battlestar.6 +-DPADD= ${LIBCURSES} +-LDADD= -lcurses +-HIDEGAME=hidegame +-SETGIDGAME=yes ++VARGAMES= ++GAMESCURSES= ++ ++beforeinstall: ++.if !exists(${DESTDIR}/var/games/battlestar.log) ++ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ++ ${DESTDIR}/var/games/battlestar.log ++.endif + + .include Property changes on: head/games/bsdgames/files/patch-battlestar_BSDmakefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property