Re: [update] emacs-28.2

2022-09-21 Thread Nam Nguyen
Jeremie Courreges-Anglas writes: > On Wed, Sep 21 2022, Kenneth Westerback wrote: >> Kenneth Westerback writes: >> >>> Kenneth Westerback writes: >>> >>> >>> So I will go see if I can debug what part of doom is getting upset >>> enough to prevent 28.2 from working. >>> >>> 'cuz life without

Re: [update] emacs-28.2

2022-09-20 Thread Nam Nguyen
Kenneth Westerback writes: > Alas, I can't make the emacs-28.2-gtk3 I downloaded from the link jca@ > provided work. :-( > > If I do my normal 'emacs --daemon' from i3 I get two (?) running 'emacs > --daemon' processes and 'emacsclient -c' does not seem to do anything. > If I just do 'emacs' it

Re: Repeated gimp crashes?

2022-09-20 Thread Nam Nguyen
Marc Espie writes: > Note that gimp itself has some control over memory used > under various circumstances in its Preferences. > > I haven't seen any indication that authors in this thread > are even aware those parameters exist. Here is a fresh diff providing conservative upper limits for

Re: Repeated gimp crashes?

2022-09-19 Thread Nam Nguyen
Stuart Henderson writes: > On 2022/09/18 21:23, Nam Nguyen wrote: >> Laurence Tratt writes: >> >> > I'm not a heavy user of gimp, but I've noticed it segfaulting regularly >> > (e.g. when saving, adjusting colours) whenever I've tried using it in the >>

Re: Repeated gimp crashes?

2022-09-19 Thread Nam Nguyen
Nam Nguyen writes: > The solution is to bump resource limits. It might be nice to include a > MESSAGE or README as in games/dolphin/pkg/README Here is a diff to give users a hint. With default resource limits, gimp will crash on operations like resizing due to memory-hungry graphic

Re: Repeated gimp crashes?

2022-09-18 Thread Nam Nguyen
Laurence Tratt writes: > I'm not a heavy user of gimp, but I've noticed it segfaulting regularly > (e.g. when saving, adjusting colours) whenever I've tried using it in the > last couple of weeks or more. Having updated my amd64 snapshot + packages > this morning to I'm still seeing problems.

Re: update audio/flac 1.4.0

2022-09-11 Thread Nam Nguyen
Jeremie Courreges-Anglas writes: > A major bump looks appropriate but the switch to using pandoc > unconditionally doesn't. > > I suggest using lowdown(1) from textproc/lowdown to format them, > proposal below. Here is the diff with one sed tweak escaping underscores. Functions with underscores

update audio/flac 1.4.0

2022-09-09 Thread Nam Nguyen
Here is an update to audio/flac 1.4.0 released on Sep. 9, 2022. Release notes: https://github.com/xiph/flac/releases/tag/1.4.0 This diff does the following: - removes cpu.c patch because there is a new else condition that sets ppc.arch* = false instead of erroring out as before - removes

Re: Update from Maintainer: games/mvdsv 0.34 -> 0.35

2022-08-23 Thread Nam Nguyen
Tom Murphy writes: > Hi, > > I've redone the diff to match what you recommend upstream. I've also > added logic so that if system is UNIX but not OpenBSD, then link in dl > (which allows it to build for other platforms upstream). Once this is > committed upstream I can remove the CMakeLists.txt

CVS: cvs.openbsd.org: ports

2022-08-23 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/08/23 21:24:32 Modified files: games/mvdsv: Makefile distinfo games/mvdsv/patches: patch-src_sv_ccmds_c Added files: games/mvdsv/patches: patch-CMakeLists_txt Removed files:

Re: Update from Maintainer: games/mvdsv 0.34 -> 0.35

2022-08-16 Thread Nam Nguyen
Tom Murphy writes: > Hi, > > Here is a diff to update games/mvdsv from 0.34 to 0.35. > A few notable changes: > > * meson build dropped -- only uses cmake > * devel/pcre no longer used -- dropped in favor of wraps wraps was part of meson and not cmake. Since it has moved to cmake, it now

CVS: cvs.openbsd.org: ports

2022-08-12 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/08/12 10:56:56 Modified files: net/libtorrent-rasterbar: Makefile distinfo net/libtorrent-rasterbar/patches: patch-include_libtorrent_config_hpp

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-08-11 Thread Nam Nguyen
Stuart Henderson writes: > Don't roll your own "libtorrent.cpython-${MODPY_VERSION:C/\.//g}.so", > either use MODPY_PYC_MAGIC_TAG (as is used in the PLIST), or a > wildcard e.g. libtorrent*.so Thanks. Here is a fresh diff cribbed from thfr@'s games/gogrepo. I learned about about :S and :C from

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-08-09 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: > >> Brad Smith writes: >> >>> On 5/16/2022 11:21 PM, Nam Nguyen wrote: >> >>>> This diff additionally: >>>> - removes ${FILESDIR}/setup.py and uses boost-build. This depends on a >>>>

Re: net/rsync: CVE-2022-29154 fix

2022-08-05 Thread Nam Nguyen
"T.J. Townsend" writes: >> https://www.openwall.com/lists/oss-security/2022/08/02/1 >> https://github.com/WayneD/rsync/commit/b7231c7d02.patch Here is a diff that updates to 3.2.5pre1 to cover tj@'s backported fix + additional related fixes. This way, no local patches are needed. I am a bit

CVS: cvs.openbsd.org: ports

2022-08-02 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/08/02 19:44:25 Modified files: net/dnscrypt-proxy: Makefile distinfo Log message: update net/dnscrypt-proxy 2.1.2 changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.2 ok bket@

update dnscrypt-proxy 2.1.2

2022-08-01 Thread Nam Nguyen
Here is an update to net/dnscrypt-proxy 2.1.2, released on August 1, 2022. changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.2 I lightly tested runtime. `make test' passes. OK? Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2022-07-29 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/07/29 22:19:59 Modified files: net/irssi : Makefile distinfo net/irssi/pkg : PLIST-main PLIST-otr Added files: net/irssi/patches: patch-meson_build Removed files:

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-07-27 Thread Nam Nguyen
Nam Nguyen writes: > Brad Smith writes: > >> On 5/16/2022 11:21 PM, Nam Nguyen wrote: > >>> This diff additionally: >>> - removes ${FILESDIR}/setup.py and uses boost-build. This depends on a >>> diff for devel/boost to install b2 and bj

Re: [patch] update irssi to 1.4.2

2022-07-26 Thread Nam Nguyen
Stuart Henderson writes: > On 2022/07/25 19:12, Nam Nguyen wrote: >> 2. Should the meson.build patch be used? It patches >> /usr/local/share/irssi --> /usr/local/share/examples/irssi. I'm >> preserving the behavior from before but I'm also fine not carrying this >

Re: update net/vnstat 2.9

2022-07-25 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: > >> Nam Nguyen writes: >> >>> This is an update for net/vnstat to 2.9 released on 23-Jan-2022. >>> The diff is originally from tj@ with tweaks by me. >> >> ping > > ping ping > >> >>>

Re: [patch] update irssi to 1.4.2

2022-07-25 Thread Nam Nguyen
Lauri Tirkkonen writes: > Hi ports@, > > trivial minor update to irssi. irssi-icb and twirssi still build with > this. Thanks for posting. I looked into switching to meson since upstream is switching from autotools. The diff is inline. 2 questions === I was getting an infinite loop with

Re: devel/pcre2: why --enable-newline-is-any?

2022-07-08 Thread Nam Nguyen
lenn...@getcoding.de writes: > (not subscribed to the list) > > Ever since the initial revision of devel/pcre2/Makefile, PCRE2 is > compiled with --enable-newline-is-any. Why is that? Does anything > depend on it? Is that written down anywhere? pcre2build(3): NEWLINE RECOGNITION This explains

CVS: cvs.openbsd.org: ports

2022-06-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/22 20:37:09 Modified files: net/twirssi: Makefile distinfo net/twirssi/pkg: README Log message: update to twirssi-2.8.0pl20190726 - updated to latest git version - upstream moved to

CVS: cvs.openbsd.org: ports

2022-06-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/22 20:32:53 Modified files: net/irssi-xmpp : Makefile Log message: mark irssi-xmpp BROKEN irssi-xmpp needs to be updated upstream to support irssi >1.0.0. jung@ (maintainer) let upstream know.

CVS: cvs.openbsd.org: ports

2022-06-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/22 20:27:21 Modified files: net/irssi-icb : Makefile net/irssi-icb/pkg: PLIST Added files: net/irssi-icb/patches: patch-configure_ac

CVS: cvs.openbsd.org: ports

2022-06-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/22 20:21:36 Modified files: net/irssi : Makefile distinfo net/irssi/patches: patch-src_core_settings_c patch-src_fe-common_core_Makefile_in

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-06-20 Thread Nam Nguyen
Brad Smith writes: > On 5/16/2022 11:21 PM, Nam Nguyen wrote: >> This diff additionally: >> - removes ${FILESDIR}/setup.py and uses boost-build. This depends on a >> diff for devel/boost to install b2 and bjam. I will send this after this >> e-mail. >> >>

Re: update net/vnstat 2.9

2022-06-16 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: > >> This is an update for net/vnstat to 2.9 released on 23-Jan-2022. >> The diff is originally from tj@ with tweaks by me. > > ping ping > >> >> changelog: https://humdi.net/vnstat/CHANGES >> >> T

CVS: cvs.openbsd.org: ports

2022-06-16 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/06/16 19:33:47 Modified files: devel/boost: Makefile devel/boost/pkg: PLIST-main Added files: devel/boost/patches: patch-tools_build_src_engine_startup_cpp Log message: re-add

Re: [patch] update irssi to 1.4.1

2022-06-16 Thread Nam Nguyen
Landry Breuil writes: > Le Thu, Jun 16, 2022 at 09:43:42AM +0100, Stuart Henderson a écrit : >> On 2022/06/16 16:11, Lauri Tirkkonen wrote: >> > upstream has removed that file, shipping a pkg-config file instead. Not >> > sure >> > what to do with this; irssi-icb seems like it hasn't been

CVS: cvs.openbsd.org: ports

2022-05-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/05/22 18:24:58 Modified files: net/rsync : Makefile distinfo net/rsync/patches: patch-support_rrsync net/rsync/pkg : PLIST Added files: net/rsync/patches:

CVS: cvs.openbsd.org: ports

2022-05-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/05/22 17:59:19 Modified files: net/rsync : Tag: OPENBSD_7_1 Makefile Added files: net/rsync/patches: Tag: OPENBSD_7_1 patch-zlib_deflate_c patch-zlib_deflate_h

Re: devel/boost install b2/bjam

2022-05-18 Thread Nam Nguyen
Brad Smith writes: > On 5/16/2022 11:30 PM, Nam Nguyen wrote: >> Here is a diff needed for an update to net/libtorrent-rasterbar. >> >> It installs b2 and bjam. The motivation is to not carry an older version >> of setup.py for the python bindings in >> libtorren

Re: update net/rsync 3.2.4

2022-05-16 Thread Nam Nguyen
Nam Nguyen writes: > Nam Nguyen writes: > >> Two diffs are attached, incorporating feedback from espie@ sthen@ and >> naddy@. Feedback is welcome. OK? ping. Diffs are reattached for convenience. >> >> 1. rsync_stable.diff: intended for -stable. brings bundl

Re: update net/vnstat 2.9

2022-05-16 Thread Nam Nguyen
Nam Nguyen writes: > This is an update for net/vnstat to 2.9 released on 23-Jan-2022. > The diff is originally from tj@ with tweaks by me. ping > > changelog: https://humdi.net/vnstat/CHANGES > > This diff does the following three things ports-wise: > > 1. Proofread an

devel/boost install b2/bjam

2022-05-16 Thread Nam Nguyen
Here is a diff needed for an update to net/libtorrent-rasterbar. It installs b2 and bjam. The motivation is to not carry an older version of setup.py for the python bindings in libtorrent-rasterbar. libtorrent-rasterbar is probably the only consumer of b2 other than boost itself. At first I

Re: UPDATE: libtorrent-rasterbar 1.2.16

2022-05-16 Thread Nam Nguyen
Brad Smith writes: > Here is an update to libtorrent-rasterbar 1.2.16. Thanks I had something similar in my local tree. This diff additionally: - removes ${FILESDIR}/setup.py and uses boost-build. This depends on a diff for devel/boost to install b2 and bjam. I will send this after this e-mail.

update net/vnstat 2.9

2022-05-07 Thread Nam Nguyen
This is an update for net/vnstat to 2.9 released on 23-Jan-2022. The diff is originally from tj@ with tweaks by me. changelog: https://humdi.net/vnstat/CHANGES This diff does the following three things ports-wise: 1. Proofread and edit README to get rid of the usage of second-person. Add 80

Re: update net/rsync 3.2.4

2022-04-26 Thread Nam Nguyen
Nam Nguyen writes: > Two diffs are attached, incorporating feedback from espie@ sthen@ and > naddy@. Feedback is welcome. OK? > > 1. rsync_stable.diff: intended for -stable. brings bundled zlib from >rsync 3.2.4 to 3.2.3 with this commit: > > https://github.co

Re: update net/rsync 3.2.4

2022-04-25 Thread Nam Nguyen
Two diffs are attached, incorporating feedback from espie@ sthen@ and naddy@. Feedback is welcome. OK? 1. rsync_stable.diff: intended for -stable. brings bundled zlib from rsync 3.2.4 to 3.2.3 with this commit:

update net/rsync 3.2.4

2022-04-20 Thread Nam Nguyen
"T.J. Townsend" writes: > This is an update for rsync. I switched the zlib from the included one > to the base system one since it's likely to get future security updates > faster. I can undo that part if needed. Here is an update for net/rsync 3.2.4 based on tj@'s diff which does the following:

CVS: cvs.openbsd.org: ports

2022-04-03 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/04/03 17:42:37 Modified files: net/wget : Makefile distinfo net/wget/patches: patch-Makefile_in Log message: update net/wget 1.21.3 NEWS:

update net/wget 1.21.3

2022-03-21 Thread Nam Nguyen
Here is an update to net/wget 1.21.3 released on February 26, 2022. I tested downloading install70.img. NEWS: https://git.savannah.gnu.org/cgit/wget.git/commit/?id=40747a11e44ced5a8ac628a41f879ced3e2ebce9 "Add option to select TLS 1.3 on the command line." `wget --secure-protocol=TLSv1_3

libressl TLS 1.3 feature request

2022-03-21 Thread Nam Nguyen
Can TLS 1.3 be enabled for libressl? I tested the latest wget 1.21.3 on OpenBSD and wanted to test "Add option to select TLS 1.3 on the command line." According to this, TLS 1.3 support should be ready. related: https://github.com/libressl-portable/portable/issues/228#issuecomment-712913693 $

Re: update audio/flac 1.3.4

2022-02-24 Thread Nam Nguyen
Christian Weisgerber writes: > Nam Nguyen: > >> Here is an update to flac 1.3.4, released on 20 Feb 2022. It comes with >> security fixes. > >> This update: >> - removes upstreamed bitreader.c patch >> - updates cpu.c ppc patch > > I have a d

update audio/flac 1.3.4

2022-02-22 Thread Nam Nguyen
Here is an update to flac 1.3.4, released on 20 Feb 2022. It comes with security fixes. changelog: https://xiph.org/flac/changelog.html This update: - removes upstreamed bitreader.c patch - updates cpu.c ppc patch - bumps library majors check_sym reports removed symbols:

CVS: cvs.openbsd.org: ports

2022-01-25 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/01/25 15:31:54 Modified files: games/amnesia-tdd: Makefile Log message: workaround for segfault in games/amnesia-tdd clang 13 is stricter and -O2 causes segfault. clang 11 worked with -O2. As a

Re: update editors/TeXmacs 2.1

2022-01-13 Thread Nam Nguyen
Omar Polo writes: > Nam Nguyen writes: >> Unresolved bug with graphviz that can wait: >> >> Help > Plug-ins > Graphviz >> New window >> Insert > Session > Graphviz >> %dot -width 400 >> Error: gs_to_png failed for ramdisc://image.p

CVS: cvs.openbsd.org: ports

2022-01-13 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/01/13 21:30:11 Modified files: editors/TeXmacs: Makefile distinfo editors/TeXmacs/patches: patch-CMakeLists_txt patch-src_Plugins_Qt_qt_gui_cpp

Re: update editors/TeXmacs 2.1

2022-01-08 Thread Nam Nguyen
Omar Polo writes: > Nam Nguyen writes: > >> Here is a fresh diff that incorporates op@'s feedback of dropping >> -Wno-deprecated-register and adding NO_TEST=Yes. >> >> Omar Polo writes: >> >>> Just wondering, should we set NO_TEST? >> >> Y

CVS: cvs.openbsd.org: ports

2022-01-08 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2022/01/08 02:18:24 Modified files: net/libtorrent-rasterbar: Makefile Log message: garbage collect CPPFLAGS (-pthread and warnings) >From Brad

CVS: cvs.openbsd.org: ports

2021-12-30 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/12/30 17:31:16 Modified files: net/libtorrent-rasterbar: Makefile distinfo net/libtorrent-rasterbar/patches: patch-include_libtorrent_config_hpp

Re: UPDATE: libtorrent-rasterbar 1.2.15

2021-12-30 Thread Nam Nguyen
Brad Smith writes: > Here is an update to libtorrent-rasterbar 1.2.15. This is OK namn@, with a tweak to bump library major. I am looking for another OK. brad's diff tweaked with major bump is provided inline for convenience. I propose a major bump because of removed symbols. check_sym output:

ssh anoncvs regression: Connection closed

2021-12-26 Thread Nam Nguyen
>Synopsis: ssh anoncvs regression: Connection closed >Category: user >Environment: System : OpenBSD 7.0 Details : OpenBSD 7.0-current (GENERIC) #198: Sat Dec 25 16:22:02 MST 2021

CVS: cvs.openbsd.org: ports

2021-12-17 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/12/17 04:00:26 Modified files: editors/calligra: Makefile editors/calligra/patches: patch-CMakeLists_txt Log message: editors/calligra link imath and remove kcalendarcore and kcontacts -

editors/calligra: link imath and remove kcalendarcore and kcontacts (Was: Re: "LIB_DEPENDS not needed for")

2021-12-15 Thread Nam Nguyen
Rafael Sadowski writes: > On Sun Dec 12, 2021 at 03:41:48PM +0100, Rafael Sadowski wrote: >> I'll fix calligra. >> I propose an inline diff that does the following three things: 1.) Removes kcalendarcore and kcontacts from BUILD_DEPENDS and RUN_DEPENDS. These are listed as optional and only

CVS: cvs.openbsd.org: ports

2021-11-28 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/11/28 03:32:40 Modified files: graphics/libcaca: Makefile distinfo graphics/libcaca/patches: patch-Makefile_in patch-configure graphics/libcaca/pkg: PLIST Log message: update

CVS: cvs.openbsd.org: www

2021-11-28 Thread Nam Nguyen
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2021/11/28 03:15:15 Modified files: faq: upgrade70.html Log message: "download all the install sets" Reported by scara on #openbsd on libera IRC. Thanks!

Re: update editors/TeXmacs 2.1

2021-11-26 Thread Nam Nguyen
Here is a fresh diff that incorporates op@'s feedback of dropping -Wno-deprecated-register and adding NO_TEST=Yes. Omar Polo writes: > Just wondering, should we set NO_TEST? Yes. Upstream recently moved from GoogleTest to QtTest, so we can revisit how to hook up the unit tests once this

Re: update graphics/libcaca-0.99.beta20

2021-11-26 Thread Nam Nguyen
Thomas Frohwein writes: >> > I tested with misc/toilet, the only consumer. > > Not sure how much misc/toilet uses it without '--export ', but > the bundled applications cacademo and cacafire work fine. good catch on how to actually test it. I used --export html and was able to view it. > >

Re: update editors/TeXmacs 2.1

2021-11-25 Thread Nam Nguyen
Nam Nguyen writes: > Here is an update to editors/TeXmacs 2.1 released on June 23, 2021. > > changelog: > https://github.com/texmacs/texmacs/blob/v2.1/TeXmacs/doc/about/changes/change-log.en.tm > > Add -DUSE_STACK_TRACE=ON to CONFIGURE_ARGS so > ${WRKSRC}/src/System/Misc/sta

Re: update graphics/libcaca-0.99.beta20

2021-11-25 Thread Nam Nguyen
Nam Nguyen writes: > Here is an update for graphics/libcaca to 0.99.beta20. > > Changelog: > https://github.com/cacalabs/libcaca/releases/tag/v0.99.beta20 > > There are some CVE fixes listed there (e.g., buffer overflow, illegal > WRITE access, illegal READ access).

CVS: cvs.openbsd.org: ports

2021-11-05 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/11/05 16:18:24 Modified files: devel/pcre2: Makefile distinfo Removed files: devel/pcre2/patches: patch-RunGrepTest Log message: update devel/pcre2 10.37 This is an update for

update editors/TeXmacs 2.1

2021-11-04 Thread Nam Nguyen
Here is an update to editors/TeXmacs 2.1 released on June 23, 2021. changelog: https://github.com/texmacs/texmacs/blob/v2.1/TeXmacs/doc/about/changes/change-log.en.tm Add -DUSE_STACK_TRACE=ON to CONFIGURE_ARGS so ${WRKSRC}/src/System/Misc/stack_trace.cpp will use libexecinfo. This resolves `make

Re: update devel/pcre2 10.37

2021-11-03 Thread Nam Nguyen
ping Nam Nguyen writes: > This is an update for devel/pcre2 10.37 released on May 26, 2021. > > Changelog: > https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup=1310 > > This diff: > - undoes RunGrepTest patch by jca@ now that it has been upstreamed (item &g

update graphics/libcaca-0.99.beta20

2021-11-03 Thread Nam Nguyen
Here is an update for graphics/libcaca to 0.99.beta20. Changelog: https://github.com/cacalabs/libcaca/releases/tag/v0.99.beta20 There are some CVE fixes listed there (e.g., buffer overflow, illegal WRITE access, illegal READ access). Here is one:

CVS: cvs.openbsd.org: ports

2021-10-30 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/10/30 16:59:03 Modified files: audio/sox : Makefile distinfo audio/sox/patches: patch-src_formats_c audio/sox/pkg : PLIST Removed files: audio/sox/patches:

Re: backport CVE fixes audio/sox

2021-10-30 Thread Nam Nguyen
Here is a diff incorporating sthen@'s feedback and tj@'s feedback to add a comment about mirroring. Stuart Henderson writes: > On 2021/10/28 22:36, Nam Nguyen wrote: >> I prepared a release tarball from a checkout: >> install groff for tbl and nroff >> install autoc

Re: backport CVE fixes audio/sox

2021-10-28 Thread Nam Nguyen
Stefan Hagen writes: > Stuart Henderson wrote: >> On 2021/07/03 15:43, Nam Nguyen wrote: >>> - Since maintaining this many patches is clunky, should we consider >>> mirroring the latest git checkout? >> >> I don't have any feel for what shape the upstr

CVS: cvs.openbsd.org: ports

2021-10-26 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/10/26 19:19:58 Modified files: games : Makefile Log message: +amnesia-tdd

CVS: cvs.openbsd.org: ports

2021-10-26 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/10/26 19:13:41 Log message: Import games/amnesia-tdd, a first person survival horror game. Credits: brynet@ for intial port and upstreaming OpenBSD patches. shamazmazum for providing an

new games/amnesia-tdd

2021-10-23 Thread Nam Nguyen
Please find attached a port for Amnesia: The Dark Descent. It is a port from brynet@ with tweaks by me. Thanks to brynet@ for making and upstreaming patches to compile on OpenBSD with clang. Thanks to shamazmazum for providing an upstream for this port and getting it to run on FreeBSD. Thanks to

CVS: cvs.openbsd.org: ports

2021-10-13 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/10/13 17:31:43 Modified files: net/dnscrypt-proxy: Makefile distinfo Log message: update net/dnscrypt-proxy 2.1.1 changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1 OK bket@

update net/dnscrypt-proxy 2.1.1

2021-10-12 Thread Nam Nguyen
Here is an update for net/dnscrypt-proxy 2.1.1 released on Sep. 27, 2021. changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1 It fixes regressions dealing with more niche features like DoH served from cache during connectivity issues and time-based rules in blocklists. I

CVS: cvs.openbsd.org: www

2021-10-11 Thread Nam Nguyen
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2021/10/11 23:54:36 Modified files: . : 70.html Log message: www/70.html proofreading ok tj@ gnezdo@

CVS: cvs.openbsd.org: ports

2021-09-11 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/09/11 16:48:22 Modified files: net/wget : Makefile distinfo net/wget/patches: patch-Makefile_in net/wget/pkg : PLIST Log message: update to wget-1.21.2 Release notes:

Re: update net/wget 1.21.2

2021-09-10 Thread Nam Nguyen
Stuart Henderson writes: > On 2021/09/09 03:44, Nam Nguyen wrote: >> Here is an update to wget 1.21.2 released on September 7, 2021. It is >> from tj@ with tweaks by me to revise the python3 hack. > > ok, though I'm not sure there's much benefit to keeping the hack for >

update net/wget 1.21.2

2021-09-09 Thread Nam Nguyen
Here is an update to wget 1.21.2 released on September 7, 2021. It is from tj@ with tweaks by me to revise the python3 hack. Release notes: https://lists.gnu.org/archive/html/info-gnu/2021-09/msg3.html

Re: mpv -- reinstate sndio backend

2021-09-04 Thread Nam Nguyen
Brad Smith writes: > Any other mpv users? > > On 8/15/2021 4:35 AM, Brad Smith wrote: >> On Sun, Aug 15, 2021 at 04:19:05AM -0400, Brad Smith wrote: >>> Looking for mpv users to test this diff to reinstate the WIP sndio >>> backend. >> A second rev to get the intended result. I tested

[Apache TVM Discuss] [Questions] How to apply best history after Auto Scheduler for relay.vm.compile

2021-08-30 Thread Nam Nguyen Duc via Apache TVM Discuss
@jwfromm Thanks for your support! I use the model architecture customized from the Maskrcnn model Here is my tuning script: ```python import tvm from tvm import relay, auto_scheduler from tvm.runtime.vm import VirtualMachine TARGET = tvm.target.Target("llvm -mcpu=broadwell") log_file =

[Apache TVM Discuss] [Questions] How to apply best history after Auto Scheduler for relay.vm.compile

2021-08-29 Thread Nam Nguyen Duc via Apache TVM Discuss
Are there any other solutions !? I spent a lot of time tuning the model. But now I can't use it :disappointed_relieved: --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-apply-best-history-after-auto-scheduler-for-relay-vm-compile/10908/3) to respond. You are receiving this

[Apache TVM Discuss] [Questions] How to apply best history after Auto Scheduler for relay.vm.compile

2021-08-29 Thread Nam Nguyen Duc via Apache TVM Discuss
I'm using Auto Scheduler to find the best performance for the model. However, when I apply best history like this: ```python with auto_scheduler.ApplyHistoryBest(log_file): with tvm.transform.PassContext(opt_level=3, disabled_pass=["FoldScaleAxis"],

[Apache TVM Discuss] [Questions] How to save model compiled by VirtualMachine

2021-08-28 Thread Nam Nguyen Duc via Apache TVM Discuss
@yuchenj Thanks you very much, it is exactly what I looking for --- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-save-model-compiled-by-virtualmachine/10902/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click

[Apache TVM Discuss] [Questions] How to save model compile by VirtualMachine

2021-08-28 Thread Nam Nguyen Duc via Apache TVM Discuss
I want to save and load the model compiled by `relay.vm.compile`, how can I be !? Because my model is not able to build with `relay.build` thus I was unable to save the model like this `lib.export_library(path_lib)` My code: ```python with tvm.transform.PassContext(opt_level=3,

[Apache TVM Discuss] [Questions] Compiling model with target="llvm" not faster

2021-08-27 Thread Nam Nguyen Duc via Apache TVM Discuss
Yep, the first line 1856 trial `EstimatedLatency(ms)` is 1063.960 s --- [Visit Topic](https://discuss.tvm.apache.org/t/compiling-model-with-target-llvm-not-faster/10889/10) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click

[Apache TVM Discuss] [Questions] Compiling model with target="llvm" not faster

2021-08-27 Thread Nam Nguyen Duc via Apache TVM Discuss
[quote="elvin-n, post:7, topic:10889"] Is it the same model as in the beginning? [/quote] Model pure pytorch inference in: 0.7795s compare with tvm model after tuning is faster by 0.2s [quote="elvin-n, post:7, topic:10889"] At the same time I am pretty sure that if we take to the first lines,

[Apache TVM Discuss] [Questions] Compiling model with target="llvm" not faster

2021-08-27 Thread Nam Nguyen Duc via Apache TVM Discuss
I tried increased ```num_measure_trials=2```, the number layers in models is 29, the number tasks is roundly 800*29=23200 and I chosen 2 . End after that i got the same result with a model onnx running on onnxruntime ``` onnxruntime model: 0.4735 s tvm model after tuning: 0.5078 s ```

Re: update: net/dnscrypt-proxy 2.1.0

2021-08-21 Thread Nam Nguyen
"T.J. Townsend" writes: > Tested on amd64. > > https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.0 Thanks. I committed this with tweaks to use sed instead of SUBST_CMD for cache_file lines. This simplifies the patch and inserts /var/dnscrypt-proxy/ for (commented out) cache_file lines

CVS: cvs.openbsd.org: ports

2021-08-21 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/08/21 19:54:11 Modified files: net/dnscrypt-proxy: Makefile distinfo net/dnscrypt-proxy/patches: patch-dnscrypt-proxy_example-dnscrypt-proxy_toml Log

[dolphin] [Bug 440804] New: A typo in recent files in the czech localization of Dolphin

2021-08-09 Thread Ngoc Nam Nguyen
https://bugs.kde.org/show_bug.cgi?id=440804 Bug ID: 440804 Summary: A typo in recent files in the czech localization of Dolphin Product: dolphin Version: 21.04.2 Platform: Fedora RPMs OS: Linux

Re: backport CVE fixes audio/sox

2021-07-19 Thread Nam Nguyen
Nam Nguyen writes: > tj@ had a diff to backport CVE fixes for audio/sox. Here, I tweaked it > so the patches apply cleanly. ping > > This diff: > - adds devel/quirks entry (so, apply the diff in /usr/ports) > - bumps minor to 4.1 due to addition of symbols > ch

Re: Emacs patch, tests welcome

2021-07-15 Thread Nam Nguyen
Manuel Giraud writes: > Hi all, > > So here is what I did (on a quite fresh snapshot amd64): > >- comment the "Emacs.selectionTimeout: 10" line in my .Xresources >- build the default gtk3 flavor with this patch >- M-x org-capture => asks for input instantly Thanks. M-x org-capture

backport CVE fixes audio/sox

2021-07-03 Thread Nam Nguyen
tj@ had a diff to backport CVE fixes for audio/sox. Here, I tweaked it so the patches apply cleanly. This diff: - adds devel/quirks entry (so, apply the diff in /usr/ports) - bumps minor to 4.1 due to addition of symbols check_sym output: https://namtsui.com/public/sox.txt - moves to

CVS: cvs.openbsd.org: ports

2021-06-27 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/06/27 17:49:58 Modified files: net/wget : Makefile distinfo net/wget/patches: patch-Makefile_in patch-doc_wget_texi net/wget/pkg : PLIST Log message: update to wget-1.21.1

update devel/pcre2 10.37

2021-06-27 Thread Nam Nguyen
This is an update for devel/pcre2 10.37 released on May 26, 2021. Changelog: https://vcs.pcre.org/pcre2/code/trunk/ChangeLog?view=markup=1310 This diff: - undoes RunGrepTest patch by jca@ now that it has been upstreamed (item #1 changelog) https://bugs.exim.org/show_bug.cgi?id=2681 - major bump

Re: [Update] net/wget : Update to 1.21

2021-06-26 Thread Nam Nguyen
Here is a fresh diff for 1.21.1 (not 1.21) released on January 9, 2021. It is based on wen heping's diff for 1.21. Changelog: https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS I tested downloading and verifying SHA256 of install69.img. Feedback and tests are welcome. OK? Nam Nguyen writes

Re: [update] textproc/libxml

2021-06-15 Thread Nam Nguyen
Alexander Bluhm writes: > ok? > > bluhm Your diff had mangled whitespace, so a fixed diff is provided here so it applies cleanly. Can this be put through a bulk? ok namn@ Index: Makefile === RCS file:

Re: [update] textproc/libxml

2021-05-31 Thread Nam Nguyen
Ping. Diff is repasted below. Nam Nguyen writes: > Moritz Buhl writes: > >> Hi ports@, >> >> A new libxml release is out (two actally) >> http://www.xmlsoft.org/news.html >> https://gitlab.gnome.org/GNOME/libxml2/-/commit/b48e77cf4f6fa0792c5f4b639707a2b0675

CVS: cvs.openbsd.org: ports

2021-05-22 Thread Nam Nguyen
CVSROOT:/cvs Module name:ports Changes by: n...@cvs.openbsd.org2021/05/22 15:47:29 Modified files: net/libtorrent-rasterbar: Makefile distinfo net/libtorrent-rasterbar/patches: patch-include_libtorrent_config_hpp

<    1   2   3   4   5   6   7   8   9   10   >