2008-02-21 23:47:28 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
+ Rename the "ncursesw" option to "wide-curses" and get rid \
of the
"ncurses" option. "wide-curses" now just toggles whether \
we use
wide or narrow curses, which is a much simpler knob for users.
Bump the PKGREVISION to 5.
|
2008-02-21 23:42:29 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Add full DESTDIR support.
|
2007-10-07 14:59:16 by OKANO Takayoshi | Files touched by this commit (33) |
Log message:
fix obsolete URLs for www.NetBSD.org
close PR pkg/37071
reviewd by xtraeme@
|
2007-09-14 01:26:24 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Take maintainership.
|
2007-09-14 01:24:04 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Add ncursesw option.
pkglint cleanup while here.
|
2007-04-16 06:14:15 by OBATA Akio | Files touched by this commit (1) |
Log message:
Configure script is perl script. Pointed out by Peter Bui in PR 36149.
|
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528) |
Log message:
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
2006-04-13 20:23:45 by Johnny C. Lam | Files touched by this commit (292) |
Log message:
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|