| 2026-08-04 22:29:21 by Thomas Klausner | Files touched by this commit (336) |
Log message:
*: add LDFLAGS overide that was previously in mk
This is a workaround and should be fixed properly per-package - they
should use the pkgsrc LDFLAGS, but this restores what happened
before the mk/ cleanup.
Fixes relro build for packages that do not honor LDFLAGS.
Package list provided by mef@, thanks!
Workaround commit requested by bsiegert on tech-pkg.
|
| 2026-07-03 22:00:01 by Izumi Tsutsui | Files touched by this commit (1) |
Log message:
canna-lib: also bump API_DEPENDS to 3.8
It looks there is no explicit API changes between 3.7pl3 and 3.8,
but it could be problematic to mix >10 years old versions.
|
| 2026-07-03 17:05:59 by Izumi Tsutsui | Files touched by this commit (3) |
Log message:
canna-lib: remove an unnecessary patch
Symlinks prepared by post-configure in canna-lib/Makefile is enough.
|
2026-06-30 16:17:52 by Izumi Tsutsui | Files touched by this commit (25) |  |
Log message:
canna: update to 3.8
pkgsrc changes:
- update MASTER_SITES to use github
- remove patches for posix_openpt(3) now supported by upstream
- reduce diffs for canuum and add proper descrtiptions for each patch
Upstream changes:
https://github.com/canna-input/canna/releases/tag/release-3.8
https://github.com/canna-input/canna/releases/tag/release-3.7p5
https://github.com/canna-input/canna/releases/tag/release-3.7p4
Canna 3.8 (2026-05-09)
- New dictionary: zipcode and jigyosyo
- Removed dictionary: yubin
- "Canuum" no longer depends on the "libspt" library
Canna 3.7p5 (2025-08-15)
Static libraries have not been built since 3.7p4. Fixed.
Canna 3.7p4 (2025-06-09)
Fixed build problems on today's platforms.
Also fixed some minor bugs.
|
| 2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
| 2017-04-20 15:25:07 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Don't rely on GNU sed features.
|
2015-10-25 13:17:36 by Izumi Tsutsui | Files touched by this commit (4) |  |
Log message:
Pull upstream fix to avoid libcanna crash triggered by set-key command.
Reported by Takeshi Nakayama in PR pkg/50368.
Also update comment in patch-lib_RK_ncache.c to mention about
the upstream fix in the same commit.
Bump PKGREVISION.
|
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@.
|