Re: [new] exfat-fuse 1.2.4

2016-07-09 Thread Marc Espie
On Sat, Jul 09, 2016 at 05:02:31PM +0200, Antoine Jacoutot wrote: > On Sat, Jul 09, 2016 at 04:04:40PM +0200, Dmitrij D. Czarkoff wrote: > > YASUOKA Masahiko wrote: > > > > > I'd like to add 'exfat-fuse'. > > > > > > It is an exFAT file system implementation working on FUSE. It's > > > useful t

Re: Collision between libgfortran and gcc-libs

2016-07-09 Thread Qingshan Chen
On 07/10/16 14:10, Qingshan Chen wrote: On 07/10/16 01:00, Stuart Henderson wrote: On 2016/07/09 15:47, Thomas Frohwein wrote: On Friday, July 8, 2016 1:10 PM, Stuart Henderson wrote: Could we just get rid of gfortran? It seems that nothing in ports is using it.. Some R packages require g

Re: Collision between libgfortran and gcc-libs

2016-07-09 Thread Qingshan Chen
On 07/10/16 01:00, Stuart Henderson wrote: On 2016/07/09 15:47, Thomas Frohwein wrote: On Friday, July 8, 2016 1:10 PM, Stuart Henderson wrote: Could we just get rid of gfortran? It seems that nothing in ports is using it.. Some R packages require gfortran to be built. I managed to install

Re: youtube-dl update?

2016-07-09 Thread Anthony J. Bentley
Ted Unangst writes: > The current ports version of youtube-dl cannot handle vine anymore. > Downloading a new version, 2016.07.09.2, works fine manually. However, > when I update the port to use this version, it fails. > > File "/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/cliprs.

fix gcc 4.9 -static

2016-07-09 Thread Tobias Ulmer
Sync STARTFILE_SPEC, fixes egcc -static producing crashing programs I don't expect any fallout from this (builtin spec file change only) OK? ? todo.txt Index: Makefile === RCS file: /home/vcs/cvs/openbsd/ports/lang/gcc/4.9/Makefile,

Re: NEW: audio/kid3

2016-07-09 Thread Aaron Poffenberger
On 07/06/16 08:53, Aaron Poffenberger wrote: > On 07/05/16 11:10, Aaron Poffenberger wrote: >> On 06/30/16 11:23, Adam Wolk wrote: >>> On Tue, 28 Jun 2016 19:27:33 -0500 >>> Aaron Poffenberger wrote: >>> Hello ports@, Here is a new port : audio/kid3 Tested on: amd64.

fix gcc 4.6 -static

2016-07-09 Thread Tobias Ulmer
Sync STARTFILE_SPEC, fixes egcc -static producing crashing programs I don't expect any fallout from this (builtin spec file change only) OK? Index: Makefile === RCS file: /home/vcs/cvs/openbsd/ports/lang/gcc/4.6/Makefile,v retrievin

[UPDATE] net/libmaxminddb to latest GeoLite2 databases

2016-07-09 Thread Frederic Cambus
/v6 address to city V =1.2.0 -D =20160618 +D =20160709 DISTNAME = libmaxminddb-${V} PKGNAME-main = libmaxminddb-${V} PKGNAME-db = geolite2-country-${D} @@ -41,5 +41,28 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/libmaxminddb

Re: New port: graphics/imv

2016-07-09 Thread Vadim Zhukov
2016-07-08 17:18 GMT+03:00 Dmitrij D. Czarkoff : > "Dmitrij D. Czarkoff" wrote: >> >> Imv is a minimalist command-line image viewer with support for over 30 >> image formats including Adobe Photoshop .psd files, animated GIFs and >> various raw formats. >> >> OK to import? Very nice software, ind

Re: [new] exfat-fuse 1.2.4

2016-07-09 Thread temp+101
YASUOKA Masahiko wrotes: >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? I usually using exfat (older version with my own patches) with disklabel UID in fstab. Is it good to

youtube-dl update?

2016-07-09 Thread Ted Unangst
The current ports version of youtube-dl cannot handle vine anymore. Downloading a new version, 2016.07.09.2, works fine manually. However, when I update the port to use this version, it fails. File "/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/cliprs.py", line 4, in from .on

Re: Collision between libgfortran and gcc-libs

2016-07-09 Thread Stuart Henderson
On 2016/07/09 15:47, Thomas Frohwein wrote: > > On Friday, July 8, 2016 1:10 PM, Stuart Henderson > > wrote: > > > > Could we just get rid of gfortran? It seems that nothing in ports is > > > using it.. > > > > Some R packages require gfortran to be built. I managed to install gfortran a > f

Re: Collision between libgfortran and gcc-libs

2016-07-09 Thread Thomas Frohwein
> On Friday, July 8, 2016 1:10 PM, Stuart Henderson > wrote: > > Could we just get rid of gfortran? It seems that nothing in ports is using > > it.. > Some R packages require gfortran to be built. I managed to install gfortran a few weeks ago by manually removing the gcc file that was collid

Re: valgrind error - W^X violation

2016-07-09 Thread Stuart Henderson
Have you tried it with an executable on /usr/local? cal (in /usr/bin) is not on a wallowed filesystem. On 9 July 2016 16:29:23 BST, Thomas Frohwein wrote: > > > >Independent of executable or doas/su, valgrind fails with the following >error message for me on -current: >$valgrind cal >valgrind:

valgrind error - W^X violation

2016-07-09 Thread Thomas Frohwein
Independent of executable or doas/su, valgrind fails with the following error message for me on -current: $valgrind cal valgrind: mmap(0x108000, 4210688) failed in UME with error 12 (Cannot allocate memory). dmesg shows mmap W^X violation. I'm not sure how to best find a solution to this. Valg

Re: [new] exfat-fuse 1.2.4

2016-07-09 Thread Antoine Jacoutot
On Sat, Jul 09, 2016 at 04:04:40PM +0200, Dmitrij D. Czarkoff wrote: > YASUOKA Masahiko wrote: > > > 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? > > 1. Yo

Re: Collision between libgfortran and gcc-libs

2016-07-09 Thread Tobias Ulmer
On Thu, Jul 07, 2016 at 01:16:48PM +0200, Jeremie Courreges-Anglas wrote: > Qingshan Chen writes: > > > Sorry for the double posting here. The message was originally posted on > > m...@openbsd.org, and is being re-posted here, in the hope of reaching > > the right people. > > > > > > Hi All, > >

fix textproc/zathura dep on libsynctex

2016-07-09 Thread Tobias Ulmer
Zathura picks up libsynctex if available, otherwise falls back on an internal copy. Depending on texlive_base for one tiny lib seems a bit unreasonable... ok for fixing it this way? Index: Makefile === RCS file: /home/vcs/cvs/openbsd

Re: [NEW] sysutils/p5-Rex

2016-07-09 Thread Solène RAPENNE
Sebastien Marie writes: > On Thu, Jul 07, 2016 at 06:18:07PM +0200, Solène wrote: > > Despite the fact we will enter very soon in "slow motion" due to > locking, there are several things still required: > > - agreement of two devs for importing > > - a complete tgz for the port : your last sending

Re: [new] exfat-fuse 1.2.4

2016-07-09 Thread Dmitrij D. Czarkoff
YASUOKA Masahiko wrote: > 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? 1. You need to add | BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ |

Re: print/poppler: disable pdfsig(1) or not?

2016-07-09 Thread Stuart Henderson
On 2016/07/09 11:01, Antoine Jacoutot wrote: > On Fri, Jul 08, 2016 at 11:05:20PM +0200, Matthias Kilian wrote: > > Hi, > > > > sthen@ pointed out that poppler with pdfsig(1) introduced dependencies > > on nss, which would require WANTLIB changes on a couple of other > > ports. > > > > So we coul

Re: New port: audio/moc

2016-07-09 Thread Vadim Zhukov
2016-07-08 17:23 GMT+03:00 Dmitrij D. Czarkoff : > "Dmitrij D. Czarkoff" wrote: >> >> Obligatory quote from DESCR: >> >>MOC (music on console) is a console audio player for LINUX/UNIX >>designed to be powerful and easy to use. >> >>MOC plays smoothly, regardless of system or I/O load b

Re: [new] lang/mlton

2016-07-09 Thread ml
On Sat, 9 Jul 2016 10:02:26 +0200 Sebastien Marie wrote: <..> > > Here, I don't know... maybe if it isn't needed, doesn't package it ? > > the problem is if root runs it, python will make a .pyc file at > runtime, and after the removing of the mlton package will not work > well (directories will

Re: print/poppler: disable pdfsig(1) or not?

2016-07-09 Thread Antoine Jacoutot
On Fri, Jul 08, 2016 at 11:05:20PM +0200, Matthias Kilian wrote: > Hi, > > sthen@ pointed out that poppler with pdfsig(1) introduced dependencies > on nss, which would require WANTLIB changes on a couple of other > ports. > > So we could either disable pdfsig(1) in poppler (and fix WANTLIB > in c

Re: epub reader

2016-07-09 Thread Jiri B
On Fri, Jul 08, 2016 at 10:47:54AM -0400, Jiri B wrote: > On Fri, Jul 08, 2016 at 08:36:11AM -0600, Jack J. Woehr wrote: > > Is there a tool to read epubs on OpenBSD? I looked in MARC archives and > > don't find any info. > > mupdf > calibre > an extension in firefox... I had working sigil port

Re: [new] lang/mlton

2016-07-09 Thread Sebastien Marie
On Sat, Jul 09, 2016 at 06:41:50PM +1200, m...@extensibl.com wrote: > > Thanks Sebastien, all fixed, except compileall.py warning. > > I believe compiled version of helper script is not required in this > case. It is an executable script, not a library, and no .pyc will be > generated. I also do