Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-17 | Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey | jlam | 1 | -4/+4 | |
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-03-23 | ap_type is a short, not a char. Fix it and bump revision. | joerg | 3 | -3/+18 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
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-10-28 | Include devel/gettext-lib/buildlink3.mk so that the package does | kristerw | 1 | -2/+3 | |
not add /usr/pkg/lib/charset.alias unnecessarily. Bump PKGREVISION. | |||||
2005-05-23 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
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-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2003-12-29 | Make this pkg build on NetBSD-1.5* NetBSD-1.6[-_.]* by correcting | kristerw | 1 | -2/+2 | |
a typo in the previous commit. | |||||
2003-12-28 | -current got redrawwin() -- replace USE_NCURSES | wiz | 1 | -2/+4 | |
with INCOMPAT_CURSES lines. | |||||
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -2/+2 | |
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future. | |||||
2003-09-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -2/+2 | |
support for base system curses/ncurses as well as ncurses itself. suggested by wiz. | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-07-12 | Update wap-utils to 1.3.2 | zuntum | 2 | -6/+6 | |
* It adds support for the ME102, a Netgear AP Fixes PR#22076 by Quentin Garnier <cube@cubidou.net> | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-04-27 | Lint: USE_PKGLOCALEDIR=yes | cjep | 1 | -4/+5 | |
2003-02-23 | Note missing function as argument to USE_NCURSES (redrawwin, see PR 20038). | wiz | 1 | -2/+2 | |
2003-02-23 | Requires ncurses. Buildinkify accordingly. | jmc | 1 | -1/+4 | |
2003-02-18 | Rename ap-utils to wap-utils to avoid confusion with the various | jschauma | 4 | -0/+36 | |
ap-* packages, which are apache-related. |