Re: mednafen 0.9.39.2 -> 0.9.46

2017-09-23 Thread Nam Nguyen
> I can confirm that this patch fixes dgen, mgba, and desmume for > me! I assume that other SDL programs would be fixed as well. > The patch also allows fixes controllers in mednafen Likewise, I tested the patch, and it works for snes9x and desmume on both the Xbox 360 controller and PS4

update wget 1.20.1

2019-01-25 Thread Nam Nguyen
TTP, HTTPS and FTP -DISTNAME = wget-1.19.5 +DISTNAME = wget-1.20.1 CATEGORIES = net HOMEPAGE = https://www.gnu.org/software/wget/ +MAINTAINER = Nam Nguyen # GPLv3 PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c crypto iconv idn2 intl pcre psl ssl unistring z +WANTLIB += c crypto ic

update pcre2 MASTER_SITES

2019-01-25 Thread Nam Nguyen
/pub/software/programming/pcre/ +MASTER_SITES = https://ftp.pcre.org/pub/pcre/ \ + ${MASTER_SITE_SOURCEFORGE:=pcre/} \ + http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ -HOMEPAGE = http://www.pcre.org/ +HOMEPAGE = https://www.pcre.org/ +MAINTAINER = Nam

Re: update pcre2 MASTER_SITES

2019-01-26 Thread Nam Nguyen
cre/ \ +MASTER_SITES = https://ftp.pcre.org/pub/pcre/ \ + ${MASTER_SITE_SOURCEFORGE:=pcre/} \ + http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ -HOMEPAGE = http://www.pcre.org/ +HOMEPAGE =

update wget 1.20.2 (security fix and new release)

2019-04-03 Thread Nam Nguyen
This is a new release of wget 1.20.2 (April 1, 2019). I successfully downloaded install64.iso as a test. Of note: "Fixed a buffer overflow vulnerability." I just wanted to get this new version out first. I will look into how to download the corpus of tests to reactivate fuzz tests in a future

update dnscrypt-proxy 2.0.19 -> 2.0.22

2019-04-06 Thread Nam Nguyen
Here is an update for dnscrypt-proxy 2.0.22 (released April 1, 2019). I successfully tested it by following the instructions in `/usr/local/share/doc/pkg-readmes/dnscrypt-proxy'. 1. I uncommented the servers in `/etc/dnscrypt-proxy.toml'. server_names = ['scaleway-fr', 'google', 'yandex',

Re: update dnscrypt-proxy 2.0.19 -> 2.0.22

2019-04-06 Thread Nam Nguyen
Nam Nguyen writes: > Here is an update for dnscrypt-proxy 2.0.22 (released April 1, 2019). > > I successfully tested it by following the instructions in > `/usr/local/share/doc/pkg-readmes/dnscrypt-proxy'. > > 1. I uncommented the servers in `/etc/dnscrypt-proxy.tom

Re: update wget 1.20.2 (security fix and new release)

2019-04-07 Thread Nam Nguyen
Stuart Henderson writes: > On 2019/04/03 20:45, Nam Nguyen wrote: >> >> This is a new release of wget 1.20.2 (April 1, 2019). I successfully >> downloaded install64.iso as a test. Of note: "Fixed a buffer overflow >> vulnerability." I just wanted

Re: UPDATE: FFmpeg 4.1.1

2019-02-22 Thread Nam Nguyen
Brad Smith writes: > Here is an update to FFmpeg 4.1.1 and coupled ports updates. > > Any and all testing welcome. > > FFmpeg > https://comstyle.com/ffmpeg/ffmpeg.diff I successfully streamed dhewm3 from my OpenBSD gaming computer to my OpenBSD streaming computer to twitch.tv. Both used ffmpeg

Re: Update: wget 1.19.5 -> 1.20.1

2019-02-22 Thread Nam Nguyen
Jeremie Courreges-Anglas writes: > While here, further tweaks: > - python3 already now exists, no need to create a symlink (also the > ln -s fails if you restart the tests) > - skip the fuzz/ directory, this allows me to run make test Yes, it is best to wait until the next release of wget

Re: Update: wget 1.19.5 -> 1.20.1

2019-02-21 Thread Nam Nguyen
1.76 +++ Makefile22 Feb 2019 01:24:18 - @@ -4,6 +4,7 @@ COMMENT = retrieve files from the web vi DISTNAME = wget-1.20.1 CATEGORIES = net +EPOCH =0 HOMEPAGE = https://www.gnu.org/software/wget/ MAINTAINER = Nam Nguyen @@ -13,9 +14,7

Re: Update: wget 1.19.5 -> 1.20.1

2019-02-21 Thread Nam Nguyen
S = net HOMEPAGE = https://www.gnu.org/software/wget/ +MAINTAINER = Nam Nguyen # GPLv3 PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c crypto iconv idn2 intl pcre psl ssl unistring z +WANTLIB += c crypto iconv idn2 intl pcre2-8 psl ssl unistring z -BUILD_DEPENDS =d

Re: Update: wget 1.19.5 -> 1.20.1

2019-02-21 Thread Nam Nguyen
>> > -Add AUTOCONF_VERSION >> > -Add AUTOMAKE_VERSION >> > -Add autoconf and automake to BUILD_DEPENDS >> > >> > This is necessary because it failed to build when I did not have >> > autoconf and automake installed on my system. Stuart Henderson writes: > Actually .. I don't see where

Re: UPDATE: emulators/mupen64plus

2019-02-23 Thread Nam Nguyen
Hi Anthony, "Anthony J. Bentley" writes: > On Sun, Feb 17, 2019 at 2:43 AM Anthony J. Bentley wrote: >> I've added arm and arm64 to ONLY_FOR_ARCHS > > I actually forgot to do that part. > > Here's a new patch, this one relative to /usr/ports as it updates the > meta package too. > > In

Re: Update: wget 1.19.5 -> 1.20.1

2019-02-21 Thread Nam Nguyen
Nam Nguyen writes: > +EPOCH = 0 After reading the FAQs, this should be REVISION and not EPOCH.

Re: update wget 1.20.1

2019-01-30 Thread Nam Nguyen
ping On Fri, Jan 25, 2019 at 06:23:56PM -0800, Nam Nguyen wrote: > Hi, > > I have updated wget to 1.20.1 (30 Nov 2018). > > Changelog: https://savannah.gnu.org/forum/forum.php?forum_id=9310 > > >Now there is support for using libpcre2 for regex pattern matching &

Re: update pcre2 MASTER_SITES

2019-01-30 Thread Nam Nguyen
ping On Sat, Jan 26, 2019 at 03:03:35PM -0800, Nam Nguyen wrote: > > Upstream still has FTP so please leave the ftp:// URL in so that "make > > peek-ftp" works. > OK I left ftp://. > > > Have you looked at the update to 10.32? > Here is my attempt. I am new

Re: update pcre2 MASTER_SITES

2019-02-02 Thread Nam Nguyen
> Here's a proposal to unbreak the test. The idea is not to add yet > another hardcoded, os-specific workaround in that script, but to run all > tests even if that means a TEST_DEPENDS. I won't insist if people > prefer another approach, though. That seems like a good, concise solution. gsed

Re: Update: wget 1.19.5 -> 1.20.1

2019-02-02 Thread Nam Nguyen
Hi Aaron, > Nam, you still want maintainer? Yes, I am willing to take maintainership. Thank you for the review. > Kurt, thanks for the diff :D Kurt gave me suggestions on how to approach investigating the broken test, so I am looking into it.

Re: UPDATE: editors/TeXmacs

2019-04-15 Thread Nam Nguyen
Rafael Sadowski writes: > Please find below an update diff for TeXmacs 1.99.9. I stared to get rid > of COMPILER=base-gcc. Upstream switched form Qt4 to Qt5 and from > autotools to CMake. > > Build with base clang and runs without notable issues in > a quick teston and64 . All regression tests

Re: UPDATE: editors/TeXmacs

2019-04-15 Thread Nam Nguyen
> Rafael Sadowski writes: >> Please find below an update diff for TeXmacs 1.99.9. I stared to get rid >> of COMPILER=base-gcc. Upstream switched form Qt4 to Qt5 and from >> autotools to CMake. I do not know cmake, so I did not review your cmake additions. It builds, and I successfully followed

Re: UPDATE: editors/TeXmacs

2019-04-15 Thread Nam Nguyen
Nam Nguyen writes: >> Rafael Sadowski writes: >>> Please find below an update diff for TeXmacs 1.99.9. I stared to get rid >>> of COMPILER=base-gcc. Upstream switched form Qt4 to Qt5 and from >>> autotools to CMake. > > I do not know cmake, so I did not r

Re: new devel/pijul

2019-05-13 Thread Nam Nguyen
Attached is an updated port of pijul with - explicit BUILD_DEPENDS = devel/llvm - no COMPILER set - no mention of clang in WANTLIB - fixed missing license and patch comments main change: --8<---cut here---start->8--- WANTLIB += c c++abi crypto gmp hogweed

Re: update dnscrypt-proxy 2.0.25

2019-06-04 Thread Nam Nguyen
Björn Ketelaars writes: > On Mon 03/06/2019 20:56, Nam Nguyen wrote: >> >> This is a diff for dnscrypt-proxy 2.0.25, released June 3, 2019. >> >> release notes: >> https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.25 >> https://github.com/jedi

update dnscrypt-proxy 2.0.25

2019-06-03 Thread Nam Nguyen
This is a diff for dnscrypt-proxy 2.0.25, released June 3, 2019. release notes: https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.25 https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.24 The "fastest" load-balancing strategy has been renamed to "first". I noted this in the

update youtube-dl 2019.06.08

2019-06-17 Thread Nam Nguyen
This is a diff to update youtube-dl to 2019.06.08. Release notes: https://github.com/ytdl-org/youtube-dl/releases/tag/2019.06.08 Tested on amd64 with youtube using mpv. The same number of tests fail. (I ran tests on two different computers so ignore the duration.) old version: Ran 2386 tests

Re: update youtube-dl 2019.06.08

2019-06-17 Thread Nam Nguyen
Björn Ketelaars writes: > On Mon 17/06/2019 19:50, Nam Nguyen wrote: >> The generated PLIST has four lines of the form: >> -lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/${MODPY_PYCACHE}/ >> +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages

new devel/pijul

2019-05-10 Thread Nam Nguyen
I have attached a new port, pijul (https://pijul.org/). It is a distributed version control system written in Rust. It is similar to devel/darcs and uses patches. Patches are currently stored in a binary format but a future version may have plain-text patches to better support e-mail based

Re: UPDATE: editors/TeXmacs

2019-05-10 Thread Nam Nguyen
Jeremie Courreges-Anglas writes: > On Fri, May 10 2019, Jeremie Courreges-Anglas wrote: >> On Mon, Apr 15 2019, Rafael Sadowski wrote: >>> Please find below an update diff for TeXmacs 1.99.9. I stared to get rid >>> of COMPILER=base-gcc. Upstream switched form Qt4 to Qt5 and from >>> autotools to

Re: new devel/pijul

2019-05-12 Thread Nam Nguyen
I just noticed this missing license. MODCARGO_CRATES += fuchsia-cprng 0.1.1 # BSD-style

Re: new devel/pijul

2019-05-12 Thread Nam Nguyen
Attached updated port with these changes: - added licenses - patch to remove failing test - LIB_DEPENDS llvm and WANTLIB Jeremie Courreges-Anglas writes: > On Sat, May 11 2019, Sebastien Marie wrote: >> On Fri, May 10, 2019 at 04:27:50PM -0700, Nam Nguyen wrote: >>> I have a

Re: UPDATE: devel/boehm-gc (7.6.0 => 7.6.12)

2019-05-14 Thread Nam Nguyen
Stuart Henderson writes: > On 2019/05/14 23:31, Ivan Maidanski wrote: >> Hello, >> >> Here's a patch to update boehm-gc to v7.6.12 and libatomic_ops to v7.6.10. >> >> gc v7.6.0 was an experimental release not intended for the production code. > > > > On which arches has this been tested? I

update devel/pcre2 10.32 -> 10.33

2019-04-30 Thread Nam Nguyen
This is an update for devel/pcre2 10.33, released April 16, 2019. I tested it with wget. Changelog: https://www.pcre.org/changelog.txt Here is some commentary on relevant parts of the changelog. --8<---cut here---start->8--- 3. Added support for callouts from

update dnscrypt-proxy 2.0.22 -> 2.0.23

2019-04-29 Thread Nam Nguyen
flexible DNS proxy with support for encrypted DNS protocols GH_ACCOUNT = jedisct1 GH_PROJECT = dnscrypt-proxy -GH_TAGNAME = 2.0.22 +GH_TAGNAME = 2.0.23 CATEGORIES = net HOMEPAGE = https://dnscrypt.info/ -MAINTAINER = Frank Denis +MAINTAINER = Nam Nguyen # ISC PE

Re: [NEW] rtptools

2019-05-07 Thread Nam Nguyen
Ampie Niemand writes: > Hi, Nam. > > I used Jeremie's Makefile and built it on my 2009 Sahara Netbook 10.1 > (Arch i386) > > Everything builds cleanly and the binary files works well. > {SEPARATE_BUILD=Yes gives a load of errors} Thank you for testing and for the note about SEPARATE_BUILD. I was

update boehm-gc 8.0.4 libatomic_ops 7.6.10

2019-05-06 Thread Nam Nguyen
ED_LIBS+= atomic_ops_gpl 2.0 # 2.2 CATEGORIES=devel MASTER_SITES= ${HOMEPAGE}gc_source/ -HOMEPAGE= http://hboehm.info/gc/ +HOMEPAGE= https://hboehm.info/gc/ +MAINTAINER=Nam Nguyen # currently works only on most ELF archs NOT_FOR_ARCHS= m88k PERMIT_PACKAGE_CDROM

Re: [NEW] rtptools

2019-05-02 Thread Nam Nguyen
This is a continuation of this 2018 thread: https://marc.info/?l=openbsd-ports=152201589030271=2 I have attached a new port, net/rtptools. I based it off of Jan Stary's submission. Jan, I kept you as maintainer if that is ok. rtptools itself has recently changed from a non-commercial license to

Re: UPDATE: net/znc 1.7.1 -> 1.7.3

2019-05-05 Thread Nam Nguyen
Hiltjo Posthuma writes: > Hi, > > This updates the znc port from 1.7.1 to 1.7.3. > > It contains a DDoS fix: > - https://wiki.znc.in/ChangeLog/1.7.3 > - CVE-2019-9917: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9917 > > I only build the package on amd64 and not tested: The link can

update editors/TeXmacs 1.99.10

2019-07-14 Thread Nam Nguyen
This updates TeXmacs to 1.99.10. Changelog: https://texmacs.org/tmweb/about/changes.en.html I tested on amd64. I added support for various plugins. gnuplot, maxima, octave, pari and graphviz work, with bugs noted below. I also added a README. If you press F1, it pulls up documentation search

Re: update editors/TeXmacs 1.99.10

2019-07-14 Thread Nam Nguyen
False alarm on octave. I have an odd resolution from dual monitors, so the window was hidden. It works on radeon. Nam Nguyen writes: > This updates TeXmacs to 1.99.10. > > Changelog: https://texmacs.org/tmweb/about/changes.en.html > > I tested on amd64. I added support for

Re: update editors/TeXmacs 1.99.10

2019-07-14 Thread Nam Nguyen
This is a new diff that adds python to RUN_DEPENDS. Nam Nguyen writes: > False alarm on octave. I have an odd resolution from dual monitors, so > the window was hidden. It works on radeon. > > Nam Nguyen writes: >> This updates TeXmacs to 1.99.10. >> >> Changelog: h

new net/bitlbee-steam

2019-04-21 Thread Nam Nguyen
Attached is net/bitlbee-steam (https://github.com/bitlbee/bitlbee-steam). It is another bitlbee plugin (https://wiki.bitlbee.org/). Uncomment in `/etc/bitlbee/bitlbee.conf', if you want to run bitlbee locally: --8<---cut here---start->8--- DaemonInterface =

new net/purple-hangouts

2019-04-21 Thread Nam Nguyen
Attached is an updated version of Brian Callahan's port of net/purple-hangouts. (https://marc.info/?l=openbsd-ports=151484340626848=2) I contacted Brian who said: --8<---cut here---start->8--- I don't use it so take over maintainer and send it to the list

Re: [update] emacs-26.2

2019-04-21 Thread Nam Nguyen
"Sunil Nimmagadda" writes: > Jeremie Courreges-Anglas wrote: >> >> Here's a diff to update to the latest emacs release. >> >> Announcement mail: >> https://lists.gnu.org/archive/html/info-gnu/2019-04/msg3.html >> >> Tested since a few days with the no_x11 FLAVOR on amd64 and sparc64. >>

Re: update dnscrypt-proxy 2.0.19 -> 2.0.22

2019-04-15 Thread Nam Nguyen
Stuart Henderson writes: > Too late for 6.5 but this looks good for post unlock. Björn Ketelaars writes: > On Sat 06/04/2019 02:19, Nam Nguyen wrote: >> Here is an update for dnscrypt-proxy 2.0.22 (released April 1, 2019). > > I have a similar diff in my tree, and contacted

Re: update net/bitlbee

2019-04-21 Thread Nam Nguyen
Tom Doherty writes: > maintainer ok > >> On 19 Apr 2019, at 17:41, Solene Rapenne wrote: >> >> update bitlbee to 3.6 and uses https >> >> commit list at the bottom of the mail after the diff. >> >> I don't use bitlbee, but the service starts and bitlbee-facebook >> compiles fine too. >> >> I

update games/devilutionx 0.4.0pl20190914

2019-09-14 Thread Nam Nguyen
I attached an update for games/devilutionx as of September 14, 2019. Upstream added my fix for 64-bit TCP multiplayer. UDP is still broken. Update: https://github.com/diasurgical/devilutionX/commit/c52464d2278660cbfe6c23ea48d31d82882d205b TCP fix:

update dnscrypt-proxy 2.0.26

2019-09-07 Thread Nam Nguyen
Here is an update for dnscrypt-proxy version 2.0.26, released September 7, 2019. In my testing, dnscrypt-proxy works with some resolvers enabled on amd64. I also tested blocked_query_response = refused and hinfo (default) which worked. I was not able to configure an IP blocked query response.

Re: update dnscrypt-proxy 2.0.26

2019-09-09 Thread Nam Nguyen
Another update, this time to 2.0.27, was just released on Sep. 9, 2019. Changelog: https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.27 Nam Nguyen writes: > Here is an update for dnscrypt-proxy version 2.0.26, released September > 7, 2019. > > In my testing, dnscrypt

Re: NEW: games/devilutionx

2019-07-19 Thread Nam Nguyen
Brian Callahan writes: > Hi ports -- > > Attached is a new port, games/devilutionx. DevilutionX is an open > source engine recreation for the original Diablo I game. Minor nit: pkg/README path should be ~/.local/share/diasurgical/devilution/ > > --- > pkg/DESCR: > DevilutionX is an open source

Re: NEW: games/devilutionx

2019-07-24 Thread Nam Nguyen
I just realized that pasting it mangled the ^M. I have attached it here. Also, the commit is dated July 23, 2019. Nam Nguyen writes: > amd64 multiplayer now works. Here is a diff for the git version as of > July 19, 2019 from this commit > (https://github.com/diasurgical/devilutio

Re: NEW: games/devilutionx

2019-07-23 Thread Nam Nguyen
amd64 multiplayer now works. Here is a diff for the git version as of July 19, 2019 from this commit (https://github.com/diasurgical/devilutionX/commit/72f65d577124d24ab9f459ef164e31c9ab225b3e). I added __LP64__ for amd64 specific bits, allowing it to compile on both amd64 and i386. Bryan

Re: NEW: games/devilutionx

2019-07-24 Thread Nam Nguyen
I promise that this third attachment preserves ^M properly. I had to use application/octet-stream and not text/x-patch in my e-mail client. Nam Nguyen writes: > I just realized that pasting it mangled the ^M. I have attached it > here. Also, the commit is dated July 23

Re: UPDATE: games/devilutionx to 0.5.0+

2019-11-09 Thread Nam Nguyen
Brian Callahan writes: > On 2019-11-09 12:12 PM, Brian Callahan wrote: >> Hi ports -- >> >> Attached is an update to games/devilutionx. The latest release is >> 0.5.0 but this update is a good bit past that point. Primarily >> because brynet@ did a lot of work upstreaming all patches but that >>

Re: update net/dnscrypt-proxy 2.0.30

2019-10-31 Thread Nam Nguyen
not investigate further. Sorry for not noting it in my test report. I successfully tested on amd64. Feedback and tests are welcome. Nam Nguyen writes: > Nam Nguyen writes: > >> The main addition in 2.0.29 is anonymized DNS. "Routes are indirect ways >> to reach DNSCr

Re: update net/dnscrypt-proxy 2.0.30

2019-10-30 Thread Nam Nguyen
Nam Nguyen writes: > The main addition in 2.0.29 is anonymized DNS. "Routes are indirect ways > to reach DNSCrypt servers. A route maps a server name ("server_name") to > one or more relays that will be used to connect to that server." > > /var/dnscrypt-proxy

update net/dnscrypt-proxy 2.0.30

2019-10-30 Thread Nam Nguyen
Here is an update for net/dnscrypt-proxy 2.0.30, released on Oct. 30, 2019. https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.30 Changelogs: https://github.com/DNSCrypt/dnscrypt-proxy/commit/899cd072390d9ca1344a9bde682e5d3460cf1539

update net/dnscrypt-proxy 2.0.32

2019-11-17 Thread Nam Nguyen
Here is an update for net/dnscrypt-proxy 2.0.32, released on November 17, 2019. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.32 Unit tests were added so the port now has do-test. All tests pass. The tests use the bundled https://github.com/powerman/check found inside

update emulators/dolphin 5.0.0.20191107

2019-11-08 Thread Nam Nguyen
Here is a diff for emulators/dolphin from this November 7, 2019 commit: https://github.com/dolphin-emu/dolphin/commit/cc9c1583b1ea8d8b784ad8b9a2fb8a2f008778fc The port update includes: - Enabled tests - Added README files 1) Remove devel/llvm dependency 2) Remove audio/pulseaudio dependency 3)

Re: update net/dnscrypt-proxy 2.0.32

2019-11-18 Thread Nam Nguyen
2.0.33 was just released on November 18, 2019, with a bugfix. I pasted it here. Changelogs: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.33 https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.32 Nam Nguyen writes: > Here is an update for net/dnscrypt-proxy 2.0

update net/dnscrypt-proxy 2.0.34

2019-12-04 Thread Nam Nguyen
Here is an update to dnscrypt-proxy 2.0.34, released December 3, 2019. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.34 The main change is dnscrypt-proxy acting as a local DoH server to support Encrypted Server Name Indication (ESNI) with Firefox and Cloudflare. I

update net/dnscrypt-proxy 2.0.35

2019-12-09 Thread Nam Nguyen
Here is an update to net/dnscrypt-proxy 2.0.35 released December 9, 2019. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.35/ChangeLog To test CNAMEs being blacklisted and logged, I did the following based on the test case presented here:

update allegro 4.4.3.1

2019-10-21 Thread Nam Nguyen
Here is an update to allegro 4.4.3.1, released March 3, 2019. Changelog: https://liballeg.org/stabledocs/en/changes.html https://github.com/liballeg/allegro5/releases/tag/4.4.3.1 https://liballeg.org/old.html It now uses cmake and has several plugins, added as new SHARED_LIBS. There is a major

update opensonic 0.1.4

2019-10-21 Thread Nam Nguyen
I attached an update for opensonic 0.1.4, released September 19, 2010. This fixes speed problems and audio issues, as reported by Solene: https://marc.info/?l=openbsd-ports=156996003025613=2 The speed problem was fixed since opensonic 0.1.4 uses gettimeofday() instead of allegro's timers, as I

Re: update games/openmw but no X window appear

2019-11-23 Thread Nam Nguyen
Pascal Stumpf writes: > On Fri, 22 Nov 2019 09:14:05 +0100, Solene Rapenne wrote: >> Hi, >> >> I updated openmw like I did last time, but when I start the game I don't >> get any X window displayed, but I see an openmw process using 100% cpu. >> Any idea? >> >> openmw-launcher and openmw-wizard

Re: games/opensonic doesn't run at 100% speed

2019-10-02 Thread Nam Nguyen
Solene Rapenne writes: > On amd64 -current (today snapshot) > it seems games/opensonic runs slower than expected > > music is slow, game is slow. Here is a sample in video: > https://perso.pw/sonic.flv > > in that state, the game is not playable. I was able to reproduce this problem. I tried

update dnscrypt-proxy 2.0.28

2019-10-13 Thread Nam Nguyen
This is an update for dnscrypt-proxy 2.0.28, released on Oct 12, 2019. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.28 I tested the query logging improvements for cached and cloaked responses. A DNS lookup shows the dnscrypt server that served the request (e.g.,

update dnscrypt-proxy 2.0.36

2019-12-22 Thread Nam Nguyen
There is a security fix with this update so consider committing this to -stable. Details: The changelog omits the details so I inferred that "[security] Predictable TXID can lead to response forgeries" was the issue. "The miegkg/dns module was updated to version 1.1.26, that fixes a security

Re: UPDATE: devel/pcre2

2020-02-13 Thread Nam Nguyen
Giovanni Bechis writes: > On Wed, Feb 12, 2020 at 06:26:35PM +, Stuart Henderson wrote: >> On 2020/02/12 13:15, Giovanni Bechis wrote: >> > Update to latest version, ok ? comments ? >> >> Please run update-patches, update-plist, and bump the shared library minor >> versions for all

new games/nxengine-evo

2020-03-05 Thread Nam Nguyen
Attached is a new port, games/nxengine-evo. Comment: open-source clone/rewrite of Cave Story Description: nxengine-evo is a somewhat upgraded/refactored version of NXEngine by Caitlin Shaw that runs Cave Story. Differences from NXEngine include SDL2, widescreen support, animated character

Re: update net/qbittorrent 4.2.1

2020-01-22 Thread Nam Nguyen
Rafael Sadowski writes: > On Sun Jan 19, 2020 at 03:38:29PM -0800, Nam Nguyen wrote: >> Here is a diff to update net/qbittorrent to 4.2.1, released on December >> 17, 2019. >> >> * Uses the proposed update to net/libtorrent-rasterbar 1.2.3 that moves >> to py

Re: devel/boost fix python 3 bindings

2020-01-27 Thread Nam Nguyen
ping. Can someone run bulk builds using this devel/boost diff? >> Rafael Sadowski writes: >>> but I think we need some bulk builds here. Amd64 and !amd64? >>> Can anybody manage this? If these are happy, ok rsadowski@ with the >>> tweak below. Index: Makefile

Re: devel/boost fix python 3 bindings

2020-01-29 Thread Nam Nguyen
Kurt Mosiejczuk writes: > On Wed, Jan 29, 2020 at 09:25:14PM +, Stuart Henderson wrote: >> On 2020/01/28 23:18, Kurt Mosiejczuk wrote: >> > I just ran this on my speedy amd64 test machine and it built to completion. >> > It also packaged up. I haven't run any further tests though. > >>

Re: update net/deluge 2.0.3

2020-02-01 Thread Nam Nguyen
Klemens Nanni writes: > On Sat, Jan 18, 2020 at 11:20:41PM -0800, Nam Nguyen wrote: >> Here is a revised diff that moves deluge to python 3, using the proposed >> fixes for devel/boost and proposed update for net/libtorrent-rasterbar. >> >> Here is a quick way to test

Re: update net/libtorrent-rasterbar 1.2.3

2020-02-01 Thread Nam Nguyen
Nam Nguyen writes: >> On Sun, Dec 29, 2019 at 07:57:46PM -0800, Nam Nguyen wrote: >>> Python 2 is used because python 3 is currently problematic, as >>> reported by FreeBSD. https://github.com/arvidn/libtorrent/issues/4204 > Here is a new diff updating libtorrent-raste

update net/dnscrypt-proxy 2.0.38

2020-01-30 Thread Nam Nguyen
This is a security fix release that I propose adding to -stable. It affects 32-bit arches when dnscrypt-proxy's DNS over HTTPS (DoH) feature is used. It was fixed in Go 1.13.7 (now available in ports) and in the version of golang.org/x/crypto specified in {WRKSRC}/go.mod. >From issue: "On 32-bit

Re: update net/dnscrypt-proxy 2.0.38

2020-01-31 Thread Nam Nguyen
Björn Ketelaars writes: > On Thu 30/01/2020 19:21, Nam Nguyen wrote: >> This is a security fix release that I propose adding to -stable. It >> affects 32-bit arches when dnscrypt-proxy's DNS over HTTPS (DoH) feature >> is used. It was fixed in Go 1.13.7 (n

Re: WIP: print/scribus (segmentation fault)

2020-02-02 Thread Nam Nguyen
Rafael Sadowski writes: > Here is an update for scribus to the newest qt5 version. Long time ago > Landry tried to update scribus without response from ports@. > > Here is a new try. Unfortunately this version crashes immediately > without a backtrace. > > Anyone want to take a look at this? I

Re: update net/libtorrent-rasterbar 1.2.3

2020-01-18 Thread Nam Nguyen
Klemens Nanni writes: > On Sun, Dec 29, 2019 at 07:57:46PM -0800, Nam Nguyen wrote: >> Python 2 is used because python 3 is currently problematic, as >> reported by FreeBSD. https://github.com/arvidn/libtorrent/issues/4204 > Perhaps some other issue, I don't quite recall, b

Re: devel/boost fix python 3 bindings

2020-01-19 Thread Nam Nguyen
the > tweak below. Here is a revised diff using your feedback. I also shortened the comment in the patch. > > Comments below. > > Rafael Sadowski > > On Sat Jan 18, 2020 at 09:32:22PM -0800, Nam Nguyen wrote: >> This diff for devel/boost fixes python 3 bindings and i

Re: devel/boost fix python 3 bindings

2020-01-19 Thread Nam Nguyen
Nam Nguyen writes: > Rafael Sadowski writes: > >> First of all, thank you for this work. I am very impressed. >> I have no objections at first glance. Even audio/py-tagpy is happy >> but I think we need some bulk builds here. Amd64 and !amd64? >> Can anybody manag

Re: update net/deluge 2.0.3

2020-01-18 Thread Nam Nguyen
Nam Nguyen writes: > This is an update for net/deluge 2.0.3, released June 12, 2019. It uses > the updated net/libtorrent-rasterbar sent in a previous e-mail: > https://marc.info/?l=openbsd-ports=157767835916456=2 > > Changelogs: https://deluge.readthedocs.io/en/latest/changel

devel/boost fix python 3 bindings

2020-01-18 Thread Nam Nguyen
This diff for devel/boost fixes python 3 bindings and is needed for upcoming updates to net/libtorrent-rasterbar and net/deluge. CC maintainers and kn@ because python 3 bindings were a blocker for a net/libtorrent-rasterbar update. * Fixes python 3 bindings * Bumps REVISION-main * Bumps

update net/qbittorrent 4.2.1

2020-01-19 Thread Nam Nguyen
Here is a diff to update net/qbittorrent to 4.2.1, released on December 17, 2019. * Uses the proposed update to net/libtorrent-rasterbar 1.2.3 that moves to python 3 and proposed fix for devel/boost python 3 bindings. * python 2 is an optional dependency used at runtime for this port for some

update net/deluge 2.0.3

2019-12-29 Thread Nam Nguyen
This is an update for net/deluge 2.0.3, released June 12, 2019. It uses the updated net/libtorrent-rasterbar sent in a previous e-mail: https://marc.info/?l=openbsd-ports=157767835916456=2 Changelogs: https://deluge.readthedocs.io/en/latest/changelog.html

update net/libtorrent-rasterbar 1.2.3

2019-12-29 Thread Nam Nguyen
CC kn@ because of a mentioned upcoming update for libtorrent-rasterbar and deluge with the import of devel/py-rencode. https://marc.info/?l=openbsd-ports=156979797828503=2 This is an update for net/libtorrent-rasterbar 1.2.3, released Dec 19, 2019. It is needed for an update to deluge, sent in a

fix audio/mumble remove jack and add portaudio

2020-03-12 Thread Nam Nguyen
Rafael Sadowski writes: > Fixed that issue and also added jack as a dependency. Here is a diff for audio/mumble that: - Removes jack. - Returns to portaudio-svn by bringing back a reduced patch from the attic. The patch is reduced because data collection is opt-in during audio wizard setup,

Re: update allegro 4.4.3.1

2020-04-09 Thread Nam Nguyen
Thomas Frohwein writes: > Otherwise looks good to me. The sound stuttering is already present with > 4.2.3p7. Not sure if that is assumed to be related to tickrate? > > Happy to commit if someone else ok's this. I propose deleting audio/dumb and graphics/allegropng. opensonic now uses logg

Re: update opensonic 0.1.4

2020-04-09 Thread Nam Nguyen
ping. Attached diff because the old CMakeLists patch contains ^M but the latest CMakeLists does not. Nam Nguyen writes: > I attached an update for opensonic 0.1.4, released September 19, 2010. > > This fixes speed problems and audio issues, as reported by Solene: > https://marc.inf

Re: make update-patches woes (go lang)

2020-04-19 Thread Nam Nguyen
"f.holop" writes: > hello, > > i don't have experience with go ports and i cannot seem to have > `make update-patches` work on this go project: > > ~/ports/sysutils/fzf$ make update-patches > WRKDIST=/home/g/src/ports/pobj/fzf-0.21.1/fzf-0.21.1 does not exist > *** Error 1 in

Re: [UPDATE] games/ezquake 3.2

2020-04-20 Thread Nam Nguyen
Tom Murphy writes: > Hi, > > Attached is a diff to update ezquake to v3.2 which was released today > the 19th of April 2020. > > I had to change the Makefile to use the github tag since no release > tarball was available. > > Builds and runs on my machine (amd64) and I played both

Re: update opensonic 0.1.4

2020-04-10 Thread Nam Nguyen
Landry Breuil writes: > no sound issue after some playing, with ogg123 also playing a stream at > the same time via sndio. looks good to me - and i also support the > removal of audio/dumb and graphics/allegropng. Paul Velencia (reivyr) said that audio/dumb is needed for a WIP-port of Adventure

update editors/nano 4.9

2020-03-27 Thread Nam Nguyen
CC $MAINTAINER Here is an update for editors/nano 4.9, released on March 23, 2020. Changelog: https://git.savannah.gnu.org/cgit/nano.git/tree/ChangeLog I do not see anything too major in the changelog. Feedback and tests are welcome. It works in my light usage on amd64. Index: Makefile

change audio/mumble privacy setting

2020-03-27 Thread Nam Nguyen
Configure > Settings > Network has two confusing settings. 1. Privacy: Do not send OS information to Mumble servers and web servers 2. Mumble services: Submit anonymous statistics This patch ensures that #1 is now checked and #2 still remains unchecked. #1 is opt-out and #2 is opt-in. I am

update net/dnscrypt-proxy 2.0.42 and fix updating cache files

2020-03-26 Thread Nam Nguyen
Credit goes to Larry Hynes for e-mailing me with a bug report where cache files in /var/dnscrypt-proxy/* cannot be periodically updated. Everything quoted with > that follows is from Larry Hynes' bug report. > There is, I think, possibly a permissions issue with the default > install of

Re: update net/dnscrypt-proxy 2.0.42 and fix updating cache files

2020-04-03 Thread Nam Nguyen
Here is a simplified update to net/dnscrypt-proxy 2.0.42. I leave the bugfix to upstream, which plans to fix it. Once that bugfix comes, we may have to add _dnscrypt-proxy:_dnscrypt-proxy ownership for /var/dnscrypt-proxy in pkg/PLIST. I posted Larry Hynes' bug report here:

Re: UPDATE: SDL2 / SDL2_gfx / SDL2_ttf

2020-03-28 Thread Nam Nguyen
Christian Weisgerber writes: > On 2020-03-27, Brad Smith wrote: > >>> Here are updates to SDL2 2.0.12, SDL2_gfx 1.0.4 and SDL2_ttf 2.0.15. >> >> Here is an updated diff. Reverts a commit in the new release for the >> time being which broke building with CMake based ports using SDL2. > > I put

Re: UPDATE: SDL2 / SDL2_gfx / SDL2_ttf

2020-03-28 Thread Nam Nguyen
Nam Nguyen writes: > Christian Weisgerber writes: > >> On 2020-03-27, Brad Smith wrote: >> >>>> Here are updates to SDL2 2.0.12, SDL2_gfx 1.0.4 and SDL2_ttf 2.0.15. >>> >>> Here is an updated diff. Reverts a commit in the new release for the >

Fix GIMP crash with x11/gtk+2 diff [Was: Re: GIMP open file crash in gimp-2.10.18p1 still exists]

2020-05-01 Thread Nam Nguyen
Stuart Henderson writes: > On 2020/04/29 15:13, Jacqueline Jolicoeur wrote: >> Hi, >> >> I have noticed gimp-2.10.18p1 crashes everytime I try to open a file. >> Removing all my GIMP cache and config files has not resolved it. >> >> I am aware this was posted earlier. I wanted to report that

Re: Fix GIMP crash with x11/gtk+2 diff [Was: Re: GIMP open file crash in gimp-2.10.18p1 still exists]

2020-05-01 Thread Nam Nguyen
Stuart Henderson writes: > On 2020/05/01 04:30, Nam Nguyen wrote: >> Stuart Henderson writes: >> >> > On 2020/04/29 15:13, Jacqueline Jolicoeur wrote: >> >> Hi, >> >> >> >> I have noticed gimp-2.10.18p1 crashes everytime I try to ope

  1   2   3   4   >