Nethack - bump release, sanitize 3.4.x, curses interface

2020-12-19 Thread hisacro
Nethack port has 2 versions and 2 flavours each * Sanitizing 3.4.x > revision 1.1.1.1 > date: 2018/04/25 16:56:32 > imported alongside the old one, because people may not have finished > ascending their old characters. It's been 2 years since 3.6.x, guess about time to drop 3.4.x (?) * Ncurses

[sparc64/base-gcc] Fix build of multimedia/libdvdnav

2020-12-19 Thread Kurt Mosiejczuk
libdvdnav has sprouted C99 constructs, so we need to inform base-gcc. This fixes the build on sparc64 ok? --Kurt Index: Makefile === RCS file: /cvs/ports/multimedia/libdvdnav/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makef

Re: libinotify update

2020-12-19 Thread Rafael Sadowski
On Tue Dec 15, 2020 at 03:30:36PM +, Stuart Henderson wrote: > This updates to the newer libinotify-kqueue release (still fairly > old though!). No real change seen on the programs I tested it with > but that is only small directories; the changelog suggests that > things maybe quite a lot bett

LLVM/Clang doesn't support -force_load

2020-12-19 Thread Dimitri Karamazov
While building http://www.openusd.org/ I get the following error. This is specifically triggered when PXR_BUILD_MONOLITH option is set. I couldn't find anything about this in the mailing-list so is this something I can deal with? This is a problem for both base/ports clang. [1/91] : && /usr/ports/

Re: NEW: x11/mlvwm

2020-12-19 Thread Morgan Aldridge
On Fri, Dec 11, 2020 at 10:29 AM Morgan Aldridge wrote: > > On Fri, Dec 11, 2020 at 10:27 AM Morgan Aldridge > wrote: > > > > On Sat, Nov 21, 2020 at 3:37 PM Morgan Aldridge > > wrote: > > > > > > MLVWM is a lightweight Macintosh-[L]ike Virtual Window Manager for X11: > > > > > >

Re: libinotify update

2020-12-19 Thread Kirill Bychkov
On Tue, December 15, 2020 18:30, Stuart Henderson wrote: > This updates to the newer libinotify-kqueue release (still fairly > old though!). No real change seen on the programs I tested it with > but that is only small directories; the changelog suggests that > things maybe quite a lot better with

Re: [update] icewm-1.9.3

2020-12-19 Thread Timo Myyrä
Charlene Wendling [2020-12-12, 13:37 +0100]: > Hi, > > On Sat, 05 Dec 2020 09:25:26 +0200 > Timo Myyrä wrote: > >> Hi, >> >> This updates icewm to latest release, works for me on amd64. >> >> timo > > I've tested it successfully on macppc and amd64. OK cwen@ > >> Index: Makefile >>

Re: [NEW] misc/sword

2020-12-19 Thread Anthony J. Bentley
Hi Aaron, Aaron Poffenberger writes: > Thanks for the feedback. I've attached the revised port. I made a > couple of changes: > > - Two new patch files. Thanks to sthen@ for helping me track down the > lines to fix SHARED_LIB versioning. > > - I added more detail to pkg/README about ~/.sword.con

Re: cyrus-imapd upstreamed patches and improvements

2020-12-19 Thread Antoine Jacoutot
On Fri, Dec 18, 2020 at 05:52:04PM -0300, Anatoli wrote: > > Can you remind me quickly these 4 FLAVORs? > > 1. base (what it is now, but without murder, i.e. a bare IMAP/POP3 server) > 2. http (base + http, i.e. *DAV (CalDAV, CardDAV, WebDAV)) Maybe we could call this FLAVOR "dav"? > 3. replicat

UPDATE: gimp

2020-12-19 Thread Brad Smith
I tried building Gimp and noticed the build was picking up base-gcc for some portions of the build. I fixed something similar with QEMU. It has a separate macro that seems to deal with a native compiler vs cross compiler which QEMU was doing as well. Index: Makefile ===