CVS: cvs.openbsd.org: ports

2019-06-11 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2019/06/11 23:48:25 Modified files: fonts : Makefile Log message: + SUBDIR += luciole

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2019/06/11 23:47:32 Log message: import luciole, a typeface developed explicitly for visually impaired people. ok and inputs rsadowski@. Status: Vendor Tag: rpointel Release

[NEW] x11/gsimplecal

2019-06-11 Thread Alessandro DE LAURENZIS
Dear ports@ readers, this is a proposal for a new port: x11/gsimplecal, a lightweight GTK calendar applet. DESCR = Gsimplecal is a lightweight calendar applet written in C++ using GTK. It was originally made for use with tint2 panel in the openbox window manager (to be launched upon

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2019/06/11 22:43:04 Modified files: productivity/tryton/5.2/account: Makefile distinfo productivity/tryton/5.2/account/pkg: PLIST productivity/tryton/5.2/account_invoice: Makefile distinfo

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2019/06/11 22:41:57 Modified files: productivity/tryton/5.0/account: Makefile distinfo productivity/tryton/5.0/account/pkg: PLIST productivity/tryton/5.0/account_invoice_history: Makefile

Re: Possible pkg_* bug, or unexpected behavior

2019-06-11 Thread Marc Espie
On Tue, Jun 11, 2019 at 04:26:36PM -0500, Edward Lopez-Acosta wrote: > Ping > > Would this have been better sent to bugs@ ? > > > On April 25, 2019 09:04:05 Edward Lopez-Acosta wrote: > > >Not sure if this is a bug or expected, but figured I would ask. > > > >In both cases below I have

Re: Possible pkg_* bug, or unexpected behavior

2019-06-11 Thread Edward Lopez-Acosta
Ping Would this have been better sent to bugs@ ? On April 25, 2019 09:04:05 Edward Lopez-Acosta wrote: Not sure if this is a bug or expected, but figured I would ask. In both cases below I have multiple, differing repositories configured in PKG_PATH, and the ansible package is used only as

Re: llvm8: productivity/devtodo build failure

2019-06-11 Thread Stuart Henderson
On 2019/06/11 17:27, Christian Weisgerber wrote: > patrick@ is preparing to update the system compiler to LLVM 8.0.0. > A first step is updating libc++, libc++abi, libunwind. > (There's a diff at cvs:~patrick/abi.diff.2.) > > I'm currently running a test build with this. One of the first >

Re: include-what-you-use: ship docs, use python 3, other nits

2019-06-11 Thread Daniel Jakots
On Tue, 11 Jun 2019 16:16:04 +1000, Jonathan Gray wrote: > Is there a push to move everything to python3 now? I don't think we will be able to suddenly flip a switch and look at what breaks as breakage will probably be at runtime. I think it's easier to do what kn is doing, switching port by

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/06/11 13:28:45 Modified files: mail/abook : Makefile Log message: autopoint from gettext,-tools needs archivers/xz.

Re: include-what-you-use: ship docs, use python 3, other nits

2019-06-11 Thread Klemens Nanni
On Tue, Jun 11, 2019 at 04:16:04PM +1000, Jonathan Gray wrote: > I don't see why you are removing libcurses and libz from wantlib Because even after Stuart's reply and my revised diff, I rushed things without looking around... `make port-lib-depends-check` lists those libs as extra - I should

Re: add pledge and unveil to net/irssi

2019-06-11 Thread Theo de Raadt
Bryan Steele wrote: > In addition to what Stuart said, irssi is using libperl here for perl > scripts, which means the irssi unveil will be applied to them. There > are many uses for perl scripts, and many involve reading arbitrary files > and there's no way to know that upfront. Keep in mind

Re: add pledge and unveil to net/irssi

2019-06-11 Thread Bryan Steele
On Tue, Jun 11, 2019 at 08:59:55AM +0200, Solene Rapenne wrote: > On Fri, Jun 07, 2019 at 11:41:14PM +0200, Solene Rapenne wrote: > > On Fri, Jun 07, 2019 at 07:25:45PM +0100, Stuart Henderson wrote: > > > On 2019/06/07 19:05, Solene Rapenne wrote: > > > > Hi, > > > > > > > > This is a first

Re: audio/audacity -latomic

2019-06-11 Thread Jeremie Courreges-Anglas
On Tue, May 21 2019, Raphael Graf wrote: > The diff below fixes linking on macppc. Looks like this one fell through the cracks. ok jca@ > Is there a better way to check if '-latomic' is needed? The audacity source code uses: std::atomic std::atomic std::atomic So I guess testing for

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/06/11 09:32:17 Modified files: databases/py-ldap: Makefile Removed files: databases/py-ldap/patches: patch-setup_cfg Log message: no need to patch, just pass CPPFLAGS/LDFLAGS in MAKE_ENV

llvm8: productivity/devtodo build failure

2019-06-11 Thread Christian Weisgerber
patrick@ is preparing to update the system compiler to LLVM 8.0.0. A first step is updating libc++, libc++abi, libunwind. (There's a diff at cvs:~patrick/abi.diff.2.) I'm currently running a test build with this. One of the first victims is productivity/devtodo: ld: error: undefined symbol:

Re: add pledge and unveil to net/irssi

2019-06-11 Thread Stuart Henderson
> irssi doesn't exec plugins but load them, so the x flag is useless for > the scripts directory. Although irssi scripts aren't themselves exec'd, often they need to execute things themselves, which could be in $HOME or any of the standard directories {,/usr,/usr/local}/{bin,sbin} or potentially

Re: libotf/openmpi conflicts

2019-06-11 Thread Eric Brown
> On Jun 11, 2019, at 5:40 AM, Stuart Henderson wrote: > > On 2019/06/11 01:52, Anthony J. Bentley wrote: >> Hi, >> >> Collision in openmpi-1.4.1p8: the following files already exist >>/usr/local/bin/otfdump (libotf-0.9.16 and openmpi-1.4.1p8) >>/usr/local/lib/libotf.a

Re: [new] net/i2pd 2.25.0

2019-06-11 Thread Stuart Henderson
On 2019/06/11 10:27, Mikal Villa wrote: > Hi, > > Since my first request the 2.26.0 release was done so I've also updated > the port. > > Can't seem to have gotten any replies on it, is there nobody that has > time to help me verify & import to cvs? > > I've attached the updated port. > > >

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2019/06/11 05:15:04 Modified files: devel/jsoncpp/patches: patch-meson_build Log message: llvm8: prevent libc++ headers from picking up file

Re: libotf/openmpi conflicts

2019-06-11 Thread Stuart Henderson
On 2019/06/11 01:52, Anthony J. Bentley wrote: > Hi, > > Collision in openmpi-1.4.1p8: the following files already exist > /usr/local/bin/otfdump (libotf-0.9.16 and openmpi-1.4.1p8) > /usr/local/lib/libotf.a (libotf-0.9.16 and openmpi-1.4.1p8) > /usr/local/lib/libotf.la

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/06/11 04:34:13 Modified files: graphics/openbsd-backgrounds: Makefile graphics/openbsd-backgrounds/files: openbsd-wallpaper Log message: fix bogus directory and inverted logic (as noticed by

Re: devel/py-tz: Update to 2019.1

2019-06-11 Thread Stuart Henderson
On 2019/06/11 00:12, Kurt Mosiejczuk wrote: > On Tue, Jun 11, 2019 at 03:28:32AM +, wen heping wrote: > > Hi, ports@: > > >Here is a patch to update devel/py-tz to 2019.1, it build and test well > > on my amd64 system, with both python2 and python3 flavors. > >Many ports depends on

Re: [new] net/i2pd 2.25.0

2019-06-11 Thread Mikal Villa
Hi, Since my first request the 2.26.0 release was done so I've also updated the port. Can't seem to have gotten any replies on it, is there nobody that has time to help me verify & import to cvs? I've attached the updated port. Best regards, Mikal Villa On 06/06/2019 12:00, Mikal Villa

libotf/openmpi conflicts

2019-06-11 Thread Anthony J. Bentley
Hi, Collision in openmpi-1.4.1p8: the following files already exist /usr/local/bin/otfdump (libotf-0.9.16 and openmpi-1.4.1p8) /usr/local/lib/libotf.a (libotf-0.9.16 and openmpi-1.4.1p8) /usr/local/lib/libotf.la (libotf-0.9.16 and openmpi-1.4.1p8) ok? Index:

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2019/06/11 01:17:23 Modified files: fonts/ibm-plex : Makefile distinfo fonts/ibm-plex/pkg: PLIST Log message: Update to ibm-plex-2.0.0. Release notes:

Re: add pledge and unveil to net/irssi

2019-06-11 Thread Solene Rapenne
On Fri, Jun 07, 2019 at 11:41:14PM +0200, Solene Rapenne wrote: > On Fri, Jun 07, 2019 at 07:25:45PM +0100, Stuart Henderson wrote: > > On 2019/06/07 19:05, Solene Rapenne wrote: > > > Hi, > > > > > > This is a first draft to add pledge and unveil to net/irssi. > > > > > > About the Makefile, I

Re: include-what-you-use: ship docs, use python 3, other nits

2019-06-11 Thread Jonathan Gray
On Mon, Jun 10, 2019 at 10:34:21PM +0200, Klemens Nanni wrote: > On Mon, Jun 10, 2019 at 08:10:58PM +0100, Stuart Henderson wrote: > > Removing execinfo from WANTLIB nullifies the devel/libexecinfo LIB_DEPENDS > > .. > That... is a valid point. I'll leave it in and double check tooling's >

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2019/06/11 00:01:43 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_5 Makefile distinfo Log message: MFC: Update to firefox 67.0.2. See https://www.mozilla.org/en-US/firefox/67.0.2/releasenotes/

CVS: cvs.openbsd.org: ports

2019-06-11 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2019/06/11 00:01:20 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/pkg: README www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 67.0.2.