Re: Update: multimedia/mpv, feedback needed

2016-11-22 Thread trondd
On Tue, November 22, 2016 7:49 pm, Dmitrij D. Czarkoff wrote: > Hi! > > I was asked off-list to add a "lite" flavor for multimedia/mpv. This > diff introduces such version. This iteration disables the fllowing in > "lite" FLAVOR: > > * Lua UI and scripting > * Encoding > * DVD and BluRay

Re: [NEW] games/ags

2016-11-22 Thread David Meier
On 11/22/16 10:28, Bryan Linton wrote: >On 2016-11-22 00:21:29, David Meier wrote: >> Hello >> >> I've tested this port on amd64. >> Can anyone take a look or commit this port? >> If patches/files are ok, I try to push them upstream. >> >> Some games need to be extracted with

Re: New: biology/hmmer

2016-11-22 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Stuart Henderson writes: > >> On 2016/11/21 10:47, Senthil Kumar M wrote: >>> Hi Ports, >>> >>> May I request some developer to have a look and commit this port? Earlier, >>> jca made a few changes (attached) and

Re: [NEW] textproc/fzy

2016-11-22 Thread Frederic Cambus
On Sun, Nov 20, 2016 at 04:09:48PM +0100, Frederic Cambus wrote: > Here is a new port: textproc/fzy > > Comments? OK? New tarball attached, including missing patch. Spotted by jca@, thanks!

Re: [UPDATE] sysutils/rancid

2016-11-22 Thread Pierre-Emmanuel André
On Sat, Nov 19, 2016 at 02:43:22PM +, Stuart Henderson wrote: > I think this is OK. pea@, any comments? > Sorry for the late answer. Diff looks good for me. ok pea@ > > On 2016/11/16 05:20, Pavel Korovin wrote: > > On 11/15, Stuart Henderson wrote: > > > Except for special situations (e.g.

Re: [NEW] games/ags

2016-11-22 Thread Bryan Linton
On 2016-11-22 00:21:29, David Meier wrote: > Hello > > I've tested this port on amd64. > Can anyone take a look or commit this port? > If patches/files are ok, I try to push them upstream. > > Some games need to be extracted with innoextract > to play them with ags. > It

[UPDATE] devel/p5-Test-YAML to 1.06

2016-11-22 Thread Andrew Fresh
Simple update, no actual code changes, just documentation. But gets portroach to stop complaining about it. 1 down, 31 to go. https://metacpan.org/changes/distribution/Test-YAML OK? Index: Makefile === RCS file:

Shrink the Chromium interface

2016-11-22 Thread Jordon
I am running chromium on a 12” 1080p screen and it looks like chromium is in a ‘hi-dpi’ mode. The non-webpage parts of the UI seem very large - as in, the address bar is about 3 times taller than the text input cursor. Is there a way to make it smaller? I can use the standard unzoom to

Re: graphics/imlib2: imlib2-config vs. pkg-config

2016-11-22 Thread Jeremie Courreges-Anglas
Christian Weisgerber writes: > imlib2-config and pkg-config imlib2 don't agree: > > $ imlib2-config --cflags > -I/usr/local/include > $ pkg-config --cflags imlib2 > -I/usr/local/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include > > $ imlib2-config --libs >

Re: [NEW] textproc/fzy

2016-11-22 Thread Jeremie Courreges-Anglas
That's a weird utility I must say. :) ok jca@ to import Please check twice why you patch the CPPFLAGS line, I think it doesn't help much. From a general portability POV upstream should probably use -pthread (iirc just linking with -lpthread wouldn't have worked in past OpenBSD releases). --

Re: [new] mail/opendkim

2016-11-22 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2016/11/19 11:12, Johan Huldtgren wrote: >> hello, >> >> opendkim is a dependency for mail/rmilter (separate mail). This port is >> taken 100% from openbsd-wip by @sthen. I've been running this on my >> mail server for a few weeks now and it

[UPDATE] security/oletools

2016-11-22 Thread Remi Pointel
Hi, this is the diff to update oletools to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/security/oletools/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile --- Makefile 22 Apr 2016

Re: [NEW] textproc/fzy

2016-11-22 Thread Frederic Cambus
On Sun, Nov 20, 2016 at 04:09:48PM +0100, Frederic Cambus wrote: > Here is a new port: textproc/fzy > > Comments? OK? New tarball attached, including missing patch. Spotted by jca@, thanks! fzy.tar.gz Description: application/tar-gz

Siege 3.1.3 -> 4.0.2

2016-11-22 Thread Jan Schreiber
Hi, the siege port is quite old. Diff for an upgrade is attached. Cheers, Jan Index: Makefile === RCS file: /cvs/ports/benchmarks/siege/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile11 Jan 2016

Packaging Common LISP libraries

2016-11-22 Thread Solène RAPENNE
Hello, I'm currently working on packaging common-lisp libraries. I am facing a design question that I can't answer. First : Where do we want the libraries installed ? I was going for /usr/local/lib/common-lisp/{libfoo,libbar,libX} it looks that it's done this way for python Then, once it's

Re: [UPDATE] devel/p5-Test-YAML to 1.06

2016-11-22 Thread Alexander Bluhm
On Tue, Nov 22, 2016 at 02:27:50PM -0700, Andrew Fresh wrote: > Simple update, no actual code changes, just documentation. > But gets portroach to stop complaining about it. 1 down, 31 to go. > > https://metacpan.org/changes/distribution/Test-YAML > > OK? OK bluhm@ > > Index: Makefile >

Re: [UPDATE] devel/p5-Test-Harness to 3.36

2016-11-22 Thread Alexander Bluhm
On Tue, Nov 22, 2016 at 03:54:19PM -0700, Andrew Fresh wrote: > Simple update, improves the output with `--version` some YAML parsing > improvements as well as documentation and packaging changes. > > https://metacpan.org/changes/distribution/Test-Harness > > All local tests pass as do all tests

[UPDATE] devel/p5-Test-Harness to 3.36

2016-11-22 Thread Andrew Fresh
Simple update, improves the output with `--version` some YAML parsing improvements as well as documentation and packaging changes. https://metacpan.org/changes/distribution/Test-Harness All local tests pass as do all tests for reverse dependencies. OK? Index: Makefile

[UPDATE] devel/p5-YAML to 1.19

2016-11-22 Thread Andrew Fresh
Many issues fixed, including an infinite loop in parsing. (Although since we have a hard dependency on devel/p5-YAML-XS, that's not incredibly important) https://metacpan.org/changes/distribution/YAML All local tests pass and no significant changes in reverse dependency tests. OK? Index:

Re: [UPDATE] devel/p5-YAML to 1.19

2016-11-22 Thread Alexander Bluhm
On Tue, Nov 22, 2016 at 03:33:33PM -0700, Andrew Fresh wrote: > Many issues fixed, including an infinite loop in parsing. > (Although since we have a hard dependency on devel/p5-YAML-XS, that's > not incredibly important) > > https://metacpan.org/changes/distribution/YAML > > All local tests

Update: multimedia/mpv, feedback needed

2016-11-22 Thread Dmitrij D. Czarkoff
Hi! I was asked off-list to add a "lite" flavor for multimedia/mpv. This diff introduces such version. This iteration disables the fllowing in "lite" FLAVOR: * Lua UI and scripting * Encoding * DVD and BluRay support * CDDA * Samba support * Subtitle reencoding with iconv * SDL2-based

Re: Packaging Common LISP libraries

2016-11-22 Thread Grégoire Jadi
On 11/22/16 18:06, Solène RAPENNE wrote: > Hello, Hi, > I'm currently working on packaging common-lisp libraries. I am facing a > design question that I can't answer. > > First : Where do we want the libraries installed ? I was going for > /usr/local/lib/common-lisp/{libfoo,libbar,libX} it

Re: Packaging Common LISP libraries

2016-11-22 Thread Juan Francisco Cantero Hurtado
On Tue, Nov 22, 2016 at 06:06:21PM +0100, Solène RAPENNE wrote: > Hello, > > I'm currently working on packaging common-lisp libraries. I am facing a > design question that I can't answer. > > First : Where do we want the libraries installed ? I was going for >

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2016/11/22 06:35:00 ports/converters/p5-Net-IDN-Encode/patches Update of /cvs/ports/converters/p5-Net-IDN-Encode/patches In directory cvs.openbsd.org:/tmp/cvs-serv61090/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/11/22 04:05:51 Log message: Import HMMER, a Hidden Markov Model toolkit. Port from maintainer Senthil Kumar M with tweaks from sthen@ and I. ok sthen@ HMMER is used for searching

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/11/22 04:07:10 Modified files: biology: Makefile Log message: +hmmer

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/11/22 04:26:41 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/patches: patch-Makefile_in patch-configure graphics/shotwell/pkg: PLIST Log message:

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/11/22 04:30:21 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.11.20.

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/11/22 04:30:10 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.4.77.

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2016/11/22 02:45:18 Modified files: games/freeciv : Makefile distinfo Log message: bugfix update to freeciv-2.5.6

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/11/22 14:26:04 Modified files: graphics/libcaca: Makefile Log message: Use V=1 to disable silent rules As this port tries hard to kill any output, --disable-silent-rules is not enough.

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/11/22 13:12:33 Log message: Import opendkim, a library and milter for DKIM Port from Johan Huldtgren, ok sthen@ DESCR: OpenDKIM is an implementation of DKIM (RFC 6376, Domain

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/11/22 13:14:47 Modified files: mail : Makefile Log message: +opendkim

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/11/22 10:00:20 Modified files: net/gupnp/tools: Makefile distinfo net/gupnp/tools/pkg: PLIST Removed files: net/gupnp/tools/patches: patch-src_av-cp_playlist-treeview_h Log message:

CVS: cvs.openbsd.org: ports

2016-11-22 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/11/22 10:20:25 Modified files: devel/cryptopp : Makefile distinfo devel/cryptopp/files: cryptopp.pc devel/cryptopp/patches: patch-GNUmakefile patch-algparam_h

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2016/11/22 16:17:52 Modified files: devel/p5-Test-Harness: Makefile distinfo Log message: Update devel/p5-Test-Harness to 3.36 OK bluhm@

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2016/11/22 17:45:51 Modified files: devel/p5-Test-YAML: Makefile distinfo Log message: update devel/p5-Test-YAML to 1.06 OK bluhm@

Re: CVS: cvs.openbsd.org: ports

2016-11-22 Thread Andrew Fresh
On Tue, Nov 22, 2016 at 05:47:06PM -0700, Andrew Fresh wrote: > CVSROOT: /cvs > Module name: ports > Changes by: afre...@cvs.openbsd.org 2016/11/22 17:47:06 > > Modified files: > devel/p5-YAML : Makefile distinfo > > Log message: > Update devel/p5-YAML to 1.19 This was OK bluhm@

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2016/11/22 17:47:06 Modified files: devel/p5-YAML : Makefile distinfo Log message: Update devel/p5-YAML to 1.19

CVS: cvs.openbsd.org: ports

2016-11-22 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/11/22 12:21:48 Modified files: www/epiphany : Makefile distinfo Log message: update to epiphany-3.22.3