Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.8.4.j3.05_8 01 Oct 2024 20:11:47 |
Brooks Davis (brooks) |
japanese/mh: include errno.h for errno
errno must be accessed by a macro from errno.h.
Due to the sheer number of instances use REINPLACE_CMD to replace most
instances of "extern int errno;" with "#include <errno.h>". In a few
places the errno decleration was a function-scope global where
including a header didn't make sense patch those out (the files already
included errno.h). This isn't the most elegant, but it's the least of
the issues with this code.
PR: 281787
Approved by: portmgr (build fix blanket), mikael |
6.8.4.j3.05_7 17 Aug 2024 18:11:32 |
MANTANI Nobutaka (nobutaka) |
japanese/mh: Fix APOP authentication breakage
PR: 277664
Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp>
Approved by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
MFH: 2024Q3 |
6.8.4.j3.05_6 22 Jan 2024 20:26:42 |
Muhammad Moinur Rahman (bofh) |
japanese/mh: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
6.8.4.j3.05_5 19 Oct 2022 19:15:05 |
Dmitry Marakasov (amdmi3) |
japanese/mh: remove my mirror which does not host this distfile
Approved by: portmgr blanket |
6.8.4.j3.05_5 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
6.8.4.j3.05_5 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
6.8.4.j3.05_5 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
6.8.4.j3.05_5 15 Apr 2021 09:03:37 |
Fernando Apesteguía (fernape) |
japanese/mh: Remove BROKEN_FreeBSD_13/14 flags
The error was fixed in PR 249013.
PR: 254973
Reported by: CQG00620@nifty.ne.jp (maintainer)
MFH: 2021Q2 (remove build restriction) |
6.8.4.j3.05_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.8.4.j3.05_5 13 Mar 2021 20:32:46 |
lwhsu |
japanese/mh: Fix build failure on 13 (with -fno-common)
PR: 249013
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer) |
6.8.4.j3.05_4 18 Feb 2021 01:39:37 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
6.8.4.j3.05_4 03 Feb 2019 10:51:15 |
pi |
japanese/mh: Fix man pages, runtime error
- man pages breakage on FreeBSD 11.x and later
- runtime error due to lld 6.0 issue, fixed by using lld 7.0
PR: 233463, 235456
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer), nyan
MFH: 2019Q1 |
6.8.4.j3.05_3 17 Aug 2017 12:16:44 |
robak |
japanese/mh: fix builds on 12-CURRENT
PR: 219257
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
MFH: 2017Q3 |
6.8.4.j3.05_2 13 May 2016 19:24:52 |
bapt |
Prevent collision with getline(3) |
6.8.4.j3.05_2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
6.8.4.j3.05_2 26 Aug 2015 19:37:58 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
6.8.4.j3.05_2 05 Dec 2014 17:21:24 |
amdmi3 |
- Remove local MASTER_SITE which is going to disappear
- Add my mirror instead
PR: 195578
Submitted by: motoyuki@bsdclub.org |
6.8.4.j3.05_2 11 Nov 2014 13:41:37 |
robak |
japanese/mh: fixes
- Strip binaries and libs
- Add missing patch
PR: 194880
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
Approved by: mentors (implicit) |
6.8.4.j3.05_2 20 Oct 2014 08:16:04 |
robak |
japanese/mh: multiple fixes
- Add japanese man pages
- Don't setuid/setgid to binaries
- Use BSD_INSTALL_LIB instead of cp
- Remove @dirrm
PR: 194352
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
Approved by: mentors (implicit) |
6.8.4.j3.05_1 24 Aug 2014 14:33:26 |
hrs |
* Add staging support.
* Use OPTIONS_DEFINE=DOCS instead of NOPORTDOCS.
* Remove obsolete MAN* variables, and use pkg-plist.
* Take maintainership.
Submitted by: WATANABE Kazuhiro
PR: 192966 |
6.8.4.j3.05_1 23 Jul 2014 17:07:12 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
6.8.4.j3.05_1 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
6.8.4.j3.05_1 26 Aug 2013 17:14:17 |
bapt |
Fix build with clang by forcing the port to respect CFLAGS and adding
-Wno-return-type to CFLAGS |
6.8.4.j3.05_1 06 Jul 2013 15:45:11 |
motoyuki |
Update MASTER_SITES. |
6.8.4.j3.05_1 25 Dec 2010 16:55:41 |
sunpoet |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
6.8.4.j3.05_1 23 Jun 2010 14:55:04 |
motoyuki |
Fix BROKEN in 9.0-current with new utmpx.
PR: ports/145643
Submitted by: YAMAMOTO, Shigeru <shigeru@iij.ad.jp>
Feature safe: yes |
6.8.4.j3.05_1 17 Mar 2010 06:49:59 |
miwi |
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat |
6.8.4.j3.05_1 19 Nov 2009 23:41:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
6.8.4.j3.05_1 21 Nov 2008 10:24:19 |
motoyuki |
update URL of one of MASTER_SITES.
Submitted by: Haruhisa Hayashi <hayashi@laic.u-hyogo.ac.jp> |
6.8.4.j3.05_1 05 Jul 2008 05:10:59 |
edwin |
Only run pre-install when NOPORTDOCS isn't set
Noticed by: ionbot |
6.8.4.j3.05_1 05 Jul 2008 01:15:43 |
edwin |
[Patch] japanese/mh: port to termios
The japanese/mh port is one of the last ports that still depends on
COMPAT_43TTY, because it uses the sgtty programming interface. We'd
better port it to the POSIX termios interface. The source code already
contains code for SysV termio, which makes it easier to port.
PR: ports/124466
Submitted by: Ed Schouten <ed@FreeBSD.org>
Approved by: maintainer timeout |
6.8.4.j3.05 26 Apr 2008 15:58:10 |
motoyuki |
Fix BROKEN on gcc 4.2.
PR: ports/119679
Submitted by: Tsuyoshi Arai <taraijpn@gmail.com>
Reviewed by: nyan
Note: I committed only some part of the PR. It's enough to unbreak
this port. |
6.8.4.j3.05 12 Nov 2007 23:36:38 |
pav |
- Mark BROKEN on 7.0: does not compile with GCC 4.2
Reported by: pointyhat
Approved by: portmgr (hat) |
6.8.4.j3.05 19 Oct 2007 04:02:08 |
motoyuki |
Update patch file and unbreak. |
6.8.4.j3.05 30 Sep 2007 08:24:48 |
linimon |
Mark as broken: fails to install. |
6.8.4.j3.05 27 Mar 2007 16:29:28 |
pav |
- Fix after objformat removal
Reported by: pointyhat |
6.8.4.j3.05 10 Mar 2007 05:31:09 |
motoyuki |
Add CONFLICTS=nmh-[0-9]*
PR: ports/109402
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp> |
6.8.4.j3.05 27 Jan 2007 23:32:47 |
pav |
- Prepare for removal of shlib filtering. While here, remove manual invocation
of ldconfig, INSTALLS_SHLIB/USE_LDCONFIG handles this for us |
6.8.4.j3.05 24 Dec 2005 02:53:30 |
motoyuki |
Add SHA256 checksum. |
6.8.4.j3.05 10 Oct 2005 14:05:22 |
motoyuki |
Fix typo.
Pointed out by: fenner's ports distfiles survey. |
6.8.4.j3.05 18 Mar 2004 05:05:23 |
motoyuki |
Add SIZE.
Submitted by: trevor |
6.8.4.j3.05 19 Jul 2003 11:34:58 |
motoyuki |
Fix patch. Previous patch I committed contains test code.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> |
6.8.4.j3.05 19 Jul 2003 06:43:40 |
motoyuki |
Remove a garbage lines. |
6.8.4.j3.05 19 Jul 2003 05:55:01 |
motoyuki |
* Update to 6.8.4 JP 3.05.
* Use <stdarg.h> instead of <varargs.h> [1].
Use of <varargs.h> causes error on FreeBSD 5-current with GCC 3.3.1.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> [1]
PR: ports/54524 |
6.8.4.j3.03_1 25 Feb 2003 04:43:40 |
motoyuki |
retire pkg-comment. |
6.8.4.j3.03_1 16 Jul 2002 11:48:06 |
motoyuki |
Add patch for FreeBSD 5-current.
There is not definition of 'struct ldat' in 5-current's curses.h
(after May 21 2002). |
02 Jul 2001 16:50:08 |
motoyuki |
Fix typo in directory list. |
17 Jun 2001 07:13:22 |
motoyuki |
Install additional documents written in Japanese under ${PREFIX}/share/doc. |
08 Oct 2000 03:24:23 |
asami |
Convert category japanese to new layout. |
29 Jun 2000 15:20:07 |
motoyuki |
Add extra files. |
17 Jun 2000 06:34:04 |
knu |
Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS. |