Fix inputmethod/anthy "add-word-dictionary" to work

2019-03-31 Thread YASUOKA Masahiko
Hi, anthy uses "string-to-int" which seems have been obsolete in emacs. This problem prevented me from adding new era name. ok? Index: inputmethods/anthy/Makefile === RCS file: /cvs/ports/inputmethods/anthy/Makefile,v retrieving rev

editors/emacs fix to use posix_openpt

2020-06-26 Thread YASUOKA Masahiko
Hi, Currently emacs is using an old way to create a process with a pty. OpenBSD has posix_openpt(3) now, so emacs should use it. I actually hit a problem that Mew could not start gnupg properly. # I sent a bug report to the upstream as well. ok? Index: Makefile

Re: editors/emacs fix to use posix_openpt

2020-06-26 Thread YASUOKA Masahiko
On Sat, 27 Jun 2020 00:29:05 +0200 Jeremie Courreges-Anglas wrote: > On Fri, Jun 26 2020, YASUOKA Masahiko wrote: >> Hi, >> >> Currently emacs is using an old way to create a process with a pty. >> OpenBSD has posix_openpt(3) now, so emacs should use it. >> >

Re: [update] emacs-27.2

2021-04-04 Thread YASUOKA Masahiko
Hi, On Sat, 03 Apr 2021 21:26:36 +0200 Jeremie Courreges-Anglas wrote: > Update to emacs-27.2, a bugfix only release, except maybe for an update > of Org Mode. The fix for GTK+3 from yazuoka@ has been merged. I tested -gtk3 flavor. It works fine. The bug seem to be fixed on the version. > S

Re: valgrind diff to fix run memcheck on amd64

2019-10-02 Thread YASUOKA Masahiko
On Tue, 1 Oct 2019 11:32:36 -0400 Kurt Mosiejczuk wrote: > On Tue, Oct 01, 2019 at 04:15:51PM +0100, Stuart Henderson wrote: >> On 2019/10/01 11:13, Kurt Mosiejczuk wrote: >> > Unfortunately on my test amd64 box, valgrind still just abort traps on >> > launch. > >> > eisenhower$ valgrind >> > Abo

Re: valgrind diff to fix run memcheck on amd64

2019-10-02 Thread YASUOKA Masahiko
Hi, On Tue, 1 Oct 2019 16:15:51 +0100 Stuart Henderson wrote: > On 2019/10/01 11:13, Kurt Mosiejczuk wrote: >> Unfortunately on my test amd64 box, valgrind still just abort traps on >> launch. >> >> eisenhower$ valgrind >> Abort trap >> eisenhower$ valgrind /bin/ls >> Abort trap >> eisenhower$ v

Re: valgrind diff to fix run memcheck on amd64

2019-10-02 Thread YASUOKA Masahiko
On Wed, 02 Oct 2019 07:24:46 -0600 "Theo de Raadt" wrote: >> As far as my test (the log attached), valgrind seems to work with >> "pledge" but not work with "unveil". >> >> Is there any fundamental problem of valgrind to work with "pledge"? > > If unveil causes problems, then that means it is try

Re: valgrind diff to fix run memcheck on amd64

2019-10-02 Thread YASUOKA Masahiko
On Wed, 02 Oct 2019 08:35:26 -0600 "Theo de Raadt" wrote: > YASUOKA Masahiko wrote: >> On Wed, 02 Oct 2019 07:24:46 -0600 >> "Theo de Raadt" wrote: >> >> As far as my test (the log attached), valgrind seems to work with >> >> &q

Re: x11/freerdp sndio backend

2021-01-14 Thread YASUOKA Masahiko
Hi, Sorry for delay. On Thu, 10 Sep 2020 16:44:54 +0200 Ingo Feinerer wrote: > please find attached a sndio backend for FreeRDP which implements > > - Audio Output Virtual Channel > (= sound on remote desktop is redirected to local sndiod) and > > - Audio Input Redirection Virtual Channel >

py-rcsparse for Python3

2021-02-15 Thread YASUOKA Masahiko
Hi, I'm working on supporting Python3 for cvs2gitdump and tested py3-rcsparse. It's needed to be done following 2 things. - Fix rcsparse to accept a str as an argument for sym2rev() or revs[] by using PyUnicode_AsUTF8AndSize(). The str is converted into an UTF-8 encoded byte array. This fi

[patch] editor/emacs: crash in Mew

2021-02-27 Thread YASUOKA Masahiko
Hi, I'd like to add a patch to avoid crashes in Mew. When I am composing mail messages on Mew, emacs crashes frequently. The patch fixes this problem and come from the upstream. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46791 is the bug tracking page of the upstream. ok? Index: Makefile =

update: cvs2gitdump-20210221

2021-03-05 Thread YASUOKA Masahiko
Hi, I'd like to update cvs2gitdump which supports running on Python 3. As the result of the following tests, no regression was not found. - compare the result of full import of OpenBSD src with the result by previous version - conversion time is little bit faster than previous - increamental

Fix emacs-anthy with emacs 27.1

2020-11-09 Thread YASUOKA Masahiko
Hi, "preedit" of emacs-anthy is broken with mojibake. https://yasuoka.net/~yasuoka/images/e03ed2a23747c967672791440c5900f9.png ok? Fix anthy.el not to use deleted process-kill-without-query. Index: inputmethods/anthy/Makefile === R

UPDATE: jansson (2.12)

2018-12-11 Thread YASUOKA Masahiko
Hi, The diff does the followings: - update to jansson-2.12 - include a static library - use configure && make, instead of cmake My motivation was to include the static library, since I'd like to use it within a statically linked CGI program. I had tried to modify CMakeLists.txt to build both st

Re: UPDATE: jansson (2.12)

2018-12-12 Thread YASUOKA Masahiko
On Tue, 11 Dec 2018 10:40:53 + Stuart Henderson wrote: > On 2018/12/11 18:47, YASUOKA Masahiko wrote: >> Hi, >> >> The diff does the followings: >> >> - update to jansson-2.12 >> - include a static library >> - use configure && make, ins

Re: editors/nvi-m17n

2015-06-10 Thread YASUOKA Masahiko
On Wed, 10 Jun 2015 01:50:07 -0600 "Anthony J. Bentley" wrote: > Who uses nvi-m17n? > > Does it have any users left? > > Does nvi-m17n support significant use-cases that the nvi package (which > is locale-capable) does not? I had been a heavy user of nvi-m17n + canna for long time, but I switch

Re: UPDATE: security/stunnel-5.19

2015-06-22 Thread YASUOKA Masahiko
On Mon, 22 Jun 2015 21:16:55 -0300 Gleydson Soares wrote: > following diff[1] update stunnel to 5.19. I've been working on an > update to 5.18 but upstream just released 5.19. > > Markus, > could you have a double check if the 5.19 works for you on sparc64? > > jca@ > the libressl/patches bits a

Fix japanese/less

2016-03-19 Thread YASUOKA Masahiko
Hi, ok? Fix jless not to crash when it starts running. Diff from Akira Kato. Index: Makefile === RCS file: /cvs/ports/japanese/less/Makefile,v retrieving revision 1.25 diff -u -p -r1.25 Makefile --- Makefile27 Nov 2014 12:26:49

Re: Fix japanese/less

2016-03-19 Thread YASUOKA Masahiko
On Fri, 18 Mar 2016 20:13:14 +0900 Bryan Linton wrote: > I'm not sure how much my opinion counts, since I'm not a native > speaker, but I'm able to use irssi, vim, mutt, and my shell of > choice (zsh) just fine with the following script (aliased to a > hotkey in CWM). > > #!/bin/sh >

Re: Fix japanese/less

2016-03-19 Thread YASUOKA Masahiko
On Thu, 17 Mar 2016 10:42:21 -0600 "Anthony J. Bentley" wrote: > Marc Espie writes: >> On Thu, Mar 17, 2016 at 12:00:47AM -0600, Anthony J. Bentley wrote: >> > I'm concerned about this port, though. It's an unmaintained ISO-2022 >> > patchset on top of less-332, which was released in *1997*. The

Re: Fix japanese/less

2016-03-22 Thread YASUOKA Masahiko
On Tue, 22 Mar 2016 20:42:40 +1300 Peter Kane wrote: I chose to include the following in my .xinitrc: export XMODIFIERS=@im=uim export GTK_IM_MODULE="uim" uim-xim & exec /usr/X11R6/bin/cwm I have streamlined the setup by turning off some things that I had enabled, such as menu-based IM switch

Re: Trouble with exfat-fuse in -CURRENT

2016-12-14 Thread YASUOKA Masahiko
I could repeat the problem on my machine. kern.version=OpenBSD 6.0-current (GENERIC.MP) #32: Tue Dec 13 10:11:34 MST 2016 bu...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP % doas mount.exfat-fuse /dev/sd0i /mnt FUSE exfat 1.2.4 % echo $? 1 % On Tue, 13 Dec 20

Re: Trouble with exfat-fuse in -CURRENT

2017-01-05 Thread YASUOKA Masahiko
ge I see is exfat-fuse-1.2.4 maintained by YASUOKA Masahiko. > fuse-exfat seems to not be in the repository any longer. > > I am copying maintainers of both packages on this email to ports@. > > On -CURRENT, mount.exfat-fuse exits with an error code of 1 without any > ex

Re: Remove japanese/jvim and japanese/less

2017-04-13 Thread YASUOKA Masahiko
GH_PROJECT=less +GH_TAGNAME=v${V} -PATCH_DIST_STRIP= -p1 +PKGNAME= ja-less-${V} +CATEGORIES=japanese +HOMEPAGE= http://web.archive.org/web/20070220213232/http://www25.big.or.jp/~jam/less -MAINTAINER=Marc Espie +MAINTAINER = YASUOKA Masahiko -# BSD

Re: Remove japanese/jvim and japanese/less

2017-04-18 Thread YASUOKA Masahiko
On Tue, 18 Apr 2017 19:39:15 -0600 "Anthony J. Bentley" wrote: > Theo de Raadt writes: >> May I ask what fucking asshole in Japan decided he should override the >> license of a 20 year old piece of permissively licensed software because >> his idiology was more important than the heritage he built

Re: Remove japanese/jvim and japanese/less

2017-04-18 Thread YASUOKA Masahiko
v${V} -PATCH_DIST_STRIP= -p1 +PKGNAME= ja-less-${V} +CATEGORIES=japanese +HOMEPAGE= http://web.archive.org/web/20070220213232/http://www25.big.or.jp/~jam/less -MAINTAINER=Marc Espie +MAINTAINER = YASUOKA Masahiko # BSD PERMIT_PACKAGE_CDROM= Yes WA

[new] exfat-fuse 1.2.4

2016-07-08 Thread YASUOKA Masahiko
I'd like to add 'exfat-fuse'. It is an exFAT file system implementation working on FUSE. It's useful to mount a SDCARD which is used by Android, for example. ok? --yasuoka exfat-fuse.tar.gz Description: Binary data

[NEW] devel/cjose

2018-12-28 Thread YASUOKA Masahiko
Hi, I'd like to add devel/cjose. It's a C library of JOSE (JavaScript Object Signing and Encryption). JOSE is used in "OpenID connect" protocol. The original diff is written by my colleague, Naoaki Hoshi. ok? cjose.tar.gz Description: Binary data

[update] nkf 2.1.5

2019-01-04 Thread YASUOKA Masahiko
Hi, I'd like to update nkf to the latest version released last month. Many bugs seems to be fixed on recent versions. ok? Index: Makefile === RCS file: /var/cvs/openbsd/ports/japanese/nkf/Makefile,v retrieving revision 1.32 diff -u

Re: [NEW] devel/cjose

2019-01-14 Thread YASUOKA Masahiko
Hi, Anyone can take a look at this? On Fri, 28 Dec 2018 20:16:27 +0900 (JST) YASUOKA Masahiko wrote: > Hi, > > I'd like to add devel/cjose. It's a C library of JOSE (JavaScript > Object Signing and Encryption). JOSE is used in "OpenID connect" > protocol. &

Re: [NEW] devel/cjose

2019-01-29 Thread YASUOKA Masahiko
Hi, On Tue, 15 Jan 2019 07:19:54 +0100 Jeremie Courreges-Anglas wrote: > On Fri, Dec 28 2018, YASUOKA Masahiko wrote: >> Hi, >> >> I'd like to add devel/cjose. It's a C library of JOSE (JavaScript >> Object Signing and Encryption). JOSE is used in &q

Re: [NEW] devel/cjose

2019-01-29 Thread YASUOKA Masahiko
Hi, On Wed, 30 Jan 2019 02:13:44 +0100 Jeremie Courreges-Anglas wrote: > On Tue, Jan 29 2019, YASUOKA Masahiko wrote: >> On Tue, 15 Jan 2019 07:19:54 +0100 >> Jeremie Courreges-Anglas wrote: >>> On Fri, Dec 28 2018, YASUOKA Masahiko wrote: >>>> Hi, >>

Re: Remove japanese/jvim and japanese/less

2017-04-19 Thread YASUOKA Masahiko
On Wed, 19 Apr 2017 11:58:58 +0900 (JST) YASUOKA Masahiko wrote: >>> -# BSD >>> +# GPLv2 >> >> Looks like it's dual-licensed, GPLv2+ and BSD? > > This was come from my misunderstanding. I'm sorry. Actually it's > st

Re: Remove japanese/jvim and japanese/less

2017-04-19 Thread YASUOKA Masahiko
On Wed, 19 Apr 2017 16:09:32 +0900 (JST) YASUOKA Masahiko wrote: > On Wed, 19 Apr 2017 11:58:58 +0900 (JST) > YASUOKA Masahiko wrote: >>>> -# BSD >>>> +# GPLv2 >>> >>> Looks like it's dual-licensed, GPLv2+ and BSD? >

Re: japanese/Wnn: remove jgroff dependency

2018-04-12 Thread YASUOKA Masahiko
Hi, > - Somebody please check whether installing EUC is *really* still >important. As soon as it is confirmed that it is not, stop >doing so. But don't let that delay this cleanup. I don't think installing EUC is needed. Even if people is still using EUC terminal, they can use MANPAGE

Re: japanese/Wnn: remove jgroff dependency

2018-04-14 Thread YASUOKA Masahiko
ok yasuoka I checked some japanese man pages On Sat, 14 Apr 2018 03:30:30 +0200 Ingo Schwarze wrote: > Hi, > > Marc Espie wrote on Fri, Apr 13, 2018 at 11:05:22AM +0200: >> On Thu, Apr 12, 2018 at 10:55:05PM +0900, YASUOKA Masahiko wrote: > >>> I don't think in

add nvi,iconv to package build

2013-01-15 Thread YASUOKA Masahiko
It would be nice to have nvi,iconv in our packages. At least in Japan, encodings other than UTF-8 are still used widely. Especially for file encodings, I need to open files which encoding are not UTF-8. ok? Index: Makefile === RCS f

PATCH: inputmethods/anthy fix to work it with emacs 24.3

2013-11-29 Thread YASUOKA Masahiko
I found and fixed 2 problems of emacs-anthy-9100h used with emacs 24.3. - Add patches/patch-src-util_anthy_el. emacs-anthy-9100h doesn't work with emacs 24.3 since emacs 24.3 doesn't have `last-command-char' any more. The upstream hasn't released a fixed version yet. - emacs 24.3 doesn't cr

Re: PATCH: inputmethods/anthy fix to work it with emacs 24.3

2013-12-02 Thread YASUOKA Masahiko
On Mon, 02 Dec 2013 13:32:48 +0100 j...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > Stuart Henderson writes: >> On 2013/11/30 11:11, YASUOKA Masahiko wrote: >>> I found and fixed 2 problems of emacs-anthy-9100h used with emacs >>> 24.3. >>> >>>

PATCH: fix x11/mplayer to play DVD which has s24be audio

2014-02-06 Thread YASUOKA Masahiko
Hi, Following diff is needed to play a DVD(*) that has s24be audio. Without this, mplayer doesn't play the sound and outputs noise. Since mplayer uses 32bit to play 24bit, the alignment to msb or lsb must be specified properly. ok or comment? * DVD disc of http://en.wikipedia.org/wiki/Beyonc%C3

Re: nvi commit question

2012-07-14 Thread YASUOKA Masahiko
On Sat, 14 Jul 2012 22:21:33 -0400 Predrag Punosevac wrote: > I just noticed that Naddy has committed nvi to the ports tree. As a user > of nvi from the base could anybody shed light on the purpose of this > commit. I remember earlier discussions among developers to bring nvi > from the base in sy

[NEW] textproc/py-sphinx-intl

2014-10-11 Thread YASUOKA Masahiko
Hi, "sphinx-intl" is a helper program that helps internationalization work of Sphinx. This is my first port. comments? ok to import? --yasuoka

Re: [NEW] textproc/py-sphinx-intl

2014-10-11 Thread YASUOKA Masahiko
Oops, I forgot to attach the tar.gz. On Sat, 11 Oct 2014 16:35:58 +0900 (JST) YASUOKA Masahiko wrote: > Hi, > > "sphinx-intl" is a helper program that helps internationalization work > of Sphinx. > > This is my first port. > > comments? ok to import?

Re: emacs and emacs21 handling

2014-10-27 Thread YASUOKA Masahiko
Hi, On Sun, 26 Oct 2014 21:01:07 +0100 j...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > I'm unsure about those: > > inputmethods/anthy,-main|editors/emacs21|||editors/emacs21|B > inputmethods/anthy,-emacs|editors/emacs21|||editors/emacs21|B > math/gnuplot|editors/emacs21|||editors/emacs2

[NEW] sysutils/iwatch

2015-01-11 Thread YASUOKA Masahiko
I'd like to add 'iwatch' to our ports. iwatch is "interval watch", it shows the command output periodically and makes the changed words, lines or characters be highlighted so that the changes can be monitored easily. BSD/OS had a simillar command, named watch(1), and linux also has watch(1). iwa

Re: [NEW] sysutils/iwatch

2015-01-11 Thread YASUOKA Masahiko
On Sun, 11 Jan 2015 20:30:42 +0100 Landry Breuil wrote: > On Mon, Jan 12, 2015 at 03:36:01AM +0900, YASUOKA Masahiko wrote: >> I'd like to add 'iwatch' to our ports. >> >> iwatch is "interval watch", it shows the command output periodically >>

Re: [NEW] sysutils/iwatch

2015-01-11 Thread YASUOKA Masahiko
On Mon, 12 Jan 2015 02:08:04 +0100 j...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > Landry Breuil writes: >> On Mon, Jan 12, 2015 at 05:04:32AM +0900, YASUOKA Masahiko wrote: >>> On Sun, 11 Jan 2015 20:30:42 +0100 >>> Landry Breuil wrote: >>> > O

[NEW] mail/mew (revival)

2015-05-23 Thread YASUOKA Masahiko
I'd like to add mail/mew to our ports. It had been a port once and it had been deleted last year since it had depended emacs21. Actually it works with many emacs versions. Also it still polular in Japanese BSD/UNIX community and I myself is using it heavily for my daily work. I'd like to revive

ipmitool libreadline => libedit

2015-05-24 Thread YASUOKA Masahiko
Hi, The diff makes ipmitool use libedit instead of libreadline. Tested "ipmitool shell" on -current. ok? Index: sysutils/ipmitool/Makefile === RCS file: /cvs/ports/sysutils/ipmitool/Makefile,v retrieving revision 1.14 diff -u -p -r1

Re: ipmitool libreadline => libedit

2015-05-25 Thread YASUOKA Masahiko
On Mon, 25 May 2015 08:15:13 +0100 Stuart Henderson wrote: > On 2015/05/25 13:26, YASUOKA Masahiko wrote: >> The diff makes ipmitool use libedit instead of libreadline. >> Tested "ipmitool shell" on -current. >> >> ok? > > The WANTLIB line needs updati

Re: [NEW] mail/mew (revival)

2015-05-26 Thread YASUOKA Masahiko
Hi, On Tue, 26 May 2015 01:32:32 +0200 j...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > YASUOKA Masahiko writes: >> I'd like to add mail/mew to our ports. >> >> It had been a port once and it had been deleted last year since it had >> depended emacs21. A

[NEW] mailest

2015-05-26 Thread YASUOKA Masahiko
I'd like to add 'mail/mailest'. It's a new search backend for Mew using Hyper Estrairer. It is to replace the existing search backend "mewest". It is recently developed by myself, I think it's useful for all Mew users on OpenBSD. See https://github.com/yasuoka/mailest about "mailest". ok? --y

Re: [NEW] mailest

2015-05-27 Thread YASUOKA Masahiko
On Wed, 27 May 2015 11:07:08 +0200 j...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > YASUOKA Masahiko writes: >> I'd like to add 'mail/mailest'. >> >> It's a new search backend for Mew using Hyper Estrairer. It is to >> replace the existing search

Re: Experimental: editors/nvi 2.0.3 (UTF-8 vi)

2012-05-02 Thread YASUOKA Masahiko
Hello, On Tue, 10 Apr 2012 19:08:46 +0200 Christian Weisgerber wrote: > In November I wrote: >> nvi2 is a Google Summer of Code project by Zhihao Yuan for FreeBSD >> that "keeps the behaviors and the license of nvi-1.79 in the base >> system and adopts the multibyte encoding support from nvi-1.8x

dpd -d BUILD_USER=

2022-01-25 Thread YASUOKA Masahiko
Hi, I'm trying dpb -d BUILD_USER=releng but dpb executes portlock(1) by default "_pbuild" user. It seems that overriding internal default "build_user" is missing. Is the diff ok? Index: infrastructure/lib/DPB/Config.pm === RCS

devel/cjose: fix cjose.pc not to require an extra libcrypto

2022-01-27 Thread YASUOKA Masahiko
Hi, It is using libcrypto in base. So no need to require another libcypto. ok? Index: devel/cjose/Makefile === RCS file: /disk/cvs/openbsd/ports/devel/cjose/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- devel/cjo

fix inputmethods/anthy -emacs

2023-10-02 Thread YASUOKA Masahiko
Hi, emacs-anthy doesn't work with emacs-29.1 since it is using a deleted function. ok? Index: Makefile === RCS file: /cvs/ports/inputmethods/anthy/Makefile,v retrieving revision 1.30 diff -u -p -r1.30 Makefile --- Makefile26 Sep

patch devel/sfio

2023-07-21 Thread YASUOKA Masahiko
Hello, This prepares the upcoming libc bump and fixes which are need to complete 'make test'. This program doesn't seem to be maintained. If none is using this, I think deleting this is another way. ok? comments? Index: Makefile =

Re: patch devel/sfio

2023-07-21 Thread YASUOKA Masahiko
Hi, On Fri, 21 Jul 2023 11:18:32 +0200 Theo Buehler wrote: > On Fri, Jul 21, 2023 at 05:52:35PM +0900, YASUOKA Masahiko wrote: >> This prepares the upcoming libc bump and fixes which are need to >> complete 'make test'. This program doesn't seem to be maintained

Re: patch devel/sfio

2023-07-21 Thread YASUOKA Masahiko
On Fri, 21 Jul 2023 11:51:15 +0200 Theo Buehler wrote: > On Fri, Jul 21, 2023 at 06:42:41PM +0900, YASUOKA Masahiko wrote: >> On Fri, 21 Jul 2023 11:18:32 +0200 >> Theo Buehler wrote: >> > On Fri, Jul 21, 2023 at 05:52:35PM +0900, YASUOKA Masahiko wrote: >> >

UPDATE: exfat-fuse 1.2.8 => 1.4.0

2023-08-05 Thread YASUOKA Masahiko
ok? Update to exfat-fuse 1.4.0 https://github.com/relan/exfat/releases/tag/v1.4.0 Index: Makefile === RCS file: /disk/cvs/openbsd/ports/sysutils/exfat-fuse/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile

mail/elm: prepare libc bump

2023-08-17 Thread YASUOKA Masahiko
ok? Prepare the libc bump. stderr will become unable to be initialized when compile time. Index: Makefile === RCS file: /cvs/ports/mail/elm/Makefile,v retrieving revision 1.34 diff -u -p -r1.34 Makefile --- Makefile11 Mar 2022 1

Re: mail/elm: prepare libc bump

2023-08-17 Thread YASUOKA Masahiko
Sorry, let me update the diff. Previous missed the patch. On Thu, 17 Aug 2023 16:42:35 +0900 (JST) YASUOKA Masahiko wrote: > ok? > > Prepare the libc bump. stderr will become unable to be initialized > when compile time. >

shells/ksh93: prepare libc bump

2023-08-17 Thread YASUOKA Masahiko
Hi, This also is to prepare the libc bump. The macro variable name might be changed. I'll update it then. ok? Index: Makefile === RCS file: /cvs/ports/shells/ksh93/Makefile,v retrieving revision 1.21 diff -u -p -r1.21 Makefile ---

remove fake-xxx from man pages

2022-11-26 Thread YASUOKA Masahiko
Hello, heirloom-doctools man pages show ${WRKINST}. In troff(1): | file | /usr/obj/ports/heirloom-doctools-191015/fake- | amd64/usr/local/share/heirloom-doctools/tmac/* standard macro files The diff is to fix the problem. ok? Index: textproc/heirloom-doctools//Makefile ==

pcre2: newline any => anycrlf

2022-11-02 Thread YASUOKA Masahiko
Hello, Currently pcre2 is configured with "--enable-newline-is-any". With the option, the library treats 0x85 as a newline char. But in UTF-8, 0x85 is used at least for some casual Kanji chars. So the pcre2 cannot handle text which includes such the chars properly. Since --enable-newline-is-an

Re: pcre2: newline any => anycrlf

2022-11-02 Thread YASUOKA Masahiko
lt since it is flexible and can be overridden by > consumers. At least php have to be adapted. Since the default pcre is --enable-newline-is-nl, I suppose many people don't expect the behavior of --enable-newline-is-any. On Wed, 02 Nov 2022 23:50:40 +0900 (JST) YASUOKA Masahiko wrote: &

Re: pcre2: newline any => anycrlf

2022-11-04 Thread YASUOKA Masahiko
Hi, On Fri, 04 Nov 2022 00:13:20 +0100 Jeremie Courreges-Anglas wrote: > On Thu, Nov 03 2022, Christian Weisgerber wrote: >> YASUOKA Masahiko: >> >>> Currently pcre2 is configured with "--enable-newline-is-any". >>> I think we should change it