Commit graph

48 commits

Author SHA1 Message Date
nia
e3451cd85e games: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:43:43 +00:00
nia
9cd4d06302 games: Remove SHA1 hashes for distfiles 2021-10-07 14:07:10 +00:00
kim
b3f2f0abe1 Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
jperkin
bb1ee7ff8a moria: Use FORTIFY_SUPPORTED=no instead of PKGSRC_USE_FORTIFY=no. 2018-01-15 09:54:21 +00:00
rillig
7a273b1698 games/*: fix alignment of variable values
pkglint -Wall -r --autofix --only aligned

After running the above command, three packages had to be adjusted
manually:

In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.

In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.

In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
2018-01-14 17:33:57 +00:00
maya
8f9b0cacaf moria: was wrong about sizes, since it fails either way, remove 2017-10-15 08:35:38 +00:00
maya
e50868f48f moria: disable fortify, try to put sense into package.
avoid implicit declarations - add includes where necessary, use
memset rather than bzero while at it - it's the more portable one.

avoid global buffer overflow found via asan.

disable fortify because it still won't run and no tool I've tried found
what's wrong. it's corrupting the GOT at init according to gdb.

bump PKGREVISION
2017-10-15 03:16:07 +00:00
roy
8ff62d71a9 Use the curses framework. 2017-01-03 21:50:53 +00:00
agc
002d349f92 Add SHA512 digests for distfiles for games category
Problems found locating distfiles:
	Package blokus: missing distfile blokus-1.1.tar.gz
	Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz
	Package dungeon: missing distfile dungeon-gdt-glk.tar.gz
	Package gate88: missing distfile Gate88_Mar19_05.tar.gz
	Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz
	Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip
	Package rollemup: missing distfile Rollemup.tar.gz
	Package tscp: missing distfile tscp181.zip
	Package xbat: missing distfile xev111.tar.gz
	Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz
	Package xrick: missing distfile xrick-021212.tgz
	Package xskat: missing distfile xskat-cards.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 20:56:42 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
dholland
54cb5d1a2f Update HOMEPAGE. (The old one still works too, at least for now.) 2012-10-14 03:03:32 +00:00
asau
45127be31e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
dholland
d2dc6bac96 Use standard headers. Should fix Solaris build. 2012-05-31 23:15:07 +00:00
dholland
68926f7372 Oops, need to explicitly pass VARBASE or it gets compiled in as "". 2012-05-23 16:46:15 +00:00
dholland
700a7273b5 Honor PKGMANDIR. While here, also honor VARBASE and LDFLAGS.
PKGREVISION -> 2
2012-05-23 06:05:39 +00:00
joerg
c1edb3dadd DESTDIR suport. SETGIDGAME. Bump revision. 2010-06-25 22:12:31 +00:00
joerg
4bd41386e5 Remove @dirrm entries from PLISTs 2009-06-14 17:56:38 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
rillig
e174ef2715 Fixed PR 29425. 2007-03-06 23:25:47 +00:00
joerg
57a77d8264 All the world is a VAX -- really, for errno that is a good assumption.
Fix errno.
2005-12-18 23:27:29 +00:00
agc
8cef6c454b Add RMD160 digests. 2005-02-23 23:11:54 +00:00
seb
a1df2b3688 Fix build with gcc 3.3.3 by using simpler cpp macros. 2004-04-26 10:55:27 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
simonb
f70634ccd2 Oops, forgot to add a patch with the previous change to install the
documentation; problem noticed by Cory Bajus in private mail.
2002-09-21 04:24:03 +00:00
wiz
e45699230d regen (removing patch-al -- forgotten cvs add?) 2002-09-01 23:24:13 +00:00
simonb
91bd8ef15f Install the man page and other miscellaneous documention. 2002-08-21 06:25:10 +00:00
zuntum
37637e483f Move pkg/ files into package's toplevel directory 2001-11-01 00:47:39 +00:00
wiz
daff086c30 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 02:08:16 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
wiz
9f28a7693e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:10:41 +00:00
dent
ba85ce4899 Update HOMEPAGE. 2001-01-12 12:47:51 +00:00
wiz
788e30fa1c rm -> ${RM} 2000-03-16 12:57:13 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
855416f289 replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:14:03 +00:00
simonb
5823e785db Regen. 1999-10-16 07:11:57 +00:00
simonb
ea05644183 Previous wasn't enough - experience is updated in another place. 1999-10-16 07:10:32 +00:00
simonb
103152de5b Regen. 1999-10-16 06:20:31 +00:00
simonb
7fd0ee83f9 Fix alignment of the experience display when you have >1,000,000
experience.
1999-10-16 06:20:07 +00:00
simonb
46263e8fe3 Regen. 1999-09-04 09:48:15 +00:00
simonb
cf377f679e If we're on a BSD44 system, use sized types from <sys/types.h> instead
of using (for example) a "long" as a "int32".  Fixes problems with prices
on stores, etc.
1999-09-04 09:46:37 +00:00
simonb
f49f0c2e12 Regen. 1999-08-30 02:38:04 +00:00
simonb
622e9282df Make work on Alpha - mostly s/long/time_t/ in the right places. 1999-08-30 02:35:10 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
affc3ce310 Small cosmetic changes. 1999-01-23 20:22:26 +00:00
simonb
0c885f0925 moria - another rogue-like game. 1999-01-23 17:00:14 +00:00