2018-03-23 05:43:36 by Rin Okuyama | Files touched by this commit (3) |
Log message: Fix buffer over run in mkdic, found by stack protector. Bump PKGREVISION for Canna-server. |
2015-10-18 05:58:31 by Izumi Tsutsui | Files touched by this commit (43) | |
Log message: Update canna packages to 3.7pl3. pkgsrc changes: - reorganize patch filenames for maintainability - patch-ac is also merged into existing patch-dic_phono_Imakefile - fix a missed 64 bit time_t issue in libRK - add a hook in cmd.tmpl to disable installation of cmd/forcpp and cmd/kpdic in canna-lib - tweak SUBDIRS patches in Makefiles to avoid unnecessary builds for each packages - pull various updates to canuum from the original FreeWnn's uum, including posix_openpt(3) support, and disable the default but obsolete libspt support - reorganize curses(3) ops in canuum per curses(3) documents - fix misc compiler warnings - take maintainership Upstream changes: All changes are noted in ChangeLog and CHANGES.jp in distfile. I won't bother to quote ~1700 line ChangeLogs here, because this latest 3.7pl3 was released on 2004/05/20 and the previous 3.6pl4 was 2003/09/22. Highlight points are: - binary dictionary format is changed - shlib versions are bumped to 1.2 from 1.1 - new APIs for wchar - experimental 64 bit architecture support - IPv6 support Both server and clients (canuum and mule-1.1) are tested on NetBSD/i386 7.0, NetBSD/amd64 7.0, and NetBSD/luna68k 7.0. Also thanks to Nobuyoshi SATO, for his initial patch posted to tech-pkg-ja@. |
2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message: Remove example rc.d scripts from PLISTs. These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise. |
2013-07-12 12:45:05 by Jonathan Perkin | Files touched by this commit (181) |
Log message: Bump PKGREVISION of all packages which create users, to pick up change of sysutils/user_* packages. |
2010-02-20 11:48:00 by OBATA Akio | Files touched by this commit (1) |
Log message: Marked as destdir support. |
2009-01-10 06:13:01 by OBATA Akio | Files touched by this commit (2) |
Log message: Need CANNA_SPOOL at configure phase to generate cannaconf.h, it's for ERRDIR. Add CANNA_ENV to SCRIPTS_ENV for imake. This is only affect to canna-server, as reported by MOCHIDA Shuji by PR 40349. Bump PKGREVISION of canna-server package. |
2008-09-18 14:35:27 by Takahiro Kambe | Files touched by this commit (4) |
Log message: Bump PKGREVISION of inputmethod/canna* packages. |
2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136) |
Log message: Make it easier to build and install packages "unprivileged", where the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS. |