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
wiz
7909ca8cec
Comment out dead sites.
2017-08-16 20:45:30 +00:00
roy
8ed48520b4
Use the curses framework.
2017-01-03 21:38:29 +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
jperkin
d0e804caf5
Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
...
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-09-08 11:57:48 +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
wiz
e1acde4ddb
Reset maintainer on his request.
2012-12-12 10:44:06 +00:00
asau
45127be31e
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-06 11:54:29 +00:00
joerg
4bd41386e5
Remove @dirrm entries from PLISTs
2009-06-14 17:56:38 +00:00
jlam
0c6a3253fe
Mechanical changes to add DESTDIR support to packages that install
...
their files via a custom do-install target.
2008-03-04 06:59:03 +00:00
jlam
ccdf6dbe01
Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
...
to fetch the file. This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
kristerw
1c2fca3540
Regenerate so that the Mac OS X patch program undestands how
...
to apply it.
2005-07-18 01:18:59 +00:00
jlam
81edaaa606
Create directories before installing files into them.
2005-06-16 06:57:37 +00:00
jlam
585534220c
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
...
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
2005-05-22 20:07:36 +00:00
dillo
d1976efaf5
update to 3.1.02.1: unknown changes to the library.
2005-05-19 15:59:02 +00:00
dillo
484aaf03f8
Update to 3.1.02 (various bug fixes, old distfile no longer available)
2005-05-07 23:04:17 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
agc
8cef6c454b
Add RMD160 digests.
2005-02-23 23:11:54 +00:00
dillo
26ee79d6d6
update to 3.1.01 (various bug fixes)
2004-12-02 22:00:52 +00:00
tv
c487cb967a
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
...
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
ca70938428
Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
...
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
grant
ffc21301a6
regenerate patches with pkgdiff so they apply cleanly with
...
devel/patch.
2004-06-15 13:21:21 +00:00
dillo
0fe4293e99
fix compilation under NetBSD 2.0beta (UP redefined)
2004-05-28 14:24:04 +00:00
dillo
0d8a25f043
import hugo 3.0.07:
...
A compiler and interpreter for the Hugo interactive fiction system.
The interpreter is the curses port without support for graphics or
sound.
2004-05-22 23:37:06 +00:00