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
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
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
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
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
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