Re: NEW: security/dicepassc

2017-03-01 Thread Crescent Arnoux
You can obtain a diceware passphrase using tools already in base. $ sort -R diceware.asc | head -6 | cut -f2 P.S. The real fun with diceware is using some quality casino dice. On Mar 01 22:32, Mikolaj Kucharski wrote: > On Sat, Feb 25, 2017 at 09:52:09PM +, Mikolaj Kucharski wrote: > > >

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Juan Francisco Cantero Hurtado
On Thu, Mar 02, 2017 at 12:46:58AM +0100, Juan Francisco Cantero Hurtado wrote: > On Wed, Mar 01, 2017 at 11:36:52PM +0100, Juan Francisco Cantero Hurtado > wrote: > > On Wed, Mar 01, 2017 at 11:09:03PM +0100, Christian Weisgerber wrote: > > > Juan Francisco Cantero Hurtado: > > > > > > > They

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Juan Francisco Cantero Hurtado
On Wed, Mar 01, 2017 at 11:36:52PM +0100, Juan Francisco Cantero Hurtado wrote: > On Wed, Mar 01, 2017 at 11:09:03PM +0100, Christian Weisgerber wrote: > > Juan Francisco Cantero Hurtado: > > > > > They have a simple option to change the compilers but we need a variable > > > with the realname of

Re: sysctl set up in packages

2017-03-01 Thread Stuart Henderson
On 2017/03/01 18:07, sven falempin wrote: > On Wed, Mar 1, 2017 at 10:25 AM, Marc Espie wrote: > > > On Tue, Feb 28, 2017 at 10:21:05PM +, Stuart Henderson wrote: > > > Send diff :) > > > > Rather, do not. > > > > Removing keywords from pkg tools is somewhat tricky. > >

Re: sysctl set up in packages

2017-03-01 Thread sven falempin
On Wed, Mar 1, 2017 at 10:25 AM, Marc Espie wrote: > On Tue, Feb 28, 2017 at 10:21:05PM +, Stuart Henderson wrote: > > Send diff :) > > Rather, do not. > > Removing keywords from pkg tools is somewhat tricky. > There are some steps you have to take to keep pkg_add -u

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Jonathan Matthew
CVSROOT:/cvs Module name:ports Changes by: jmatt...@cvs.openbsd.org2017/03/01 15:54:13 Modified files: databases/riak : Makefile databases/riak/patches: patch-deps_eleveldb_c_src_leveldb_build_config_mk Log message:

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Juan Francisco Cantero Hurtado
On Wed, Mar 01, 2017 at 11:09:03PM +0100, Christian Weisgerber wrote: > Juan Francisco Cantero Hurtado: > > > They have a simple option to change the compilers but we need a variable > > with the realname of the compiler, i.e. clang or gcc. > > > > You can use "nim c -cc:clang" or "nim c

Re: NEW: security/dicepassc

2017-03-01 Thread Mikolaj Kucharski
On Sat, Feb 25, 2017 at 09:52:09PM +, Mikolaj Kucharski wrote: > > Can you add > > # uses pledge() > > just before WANTLIB? > > > > With that, ok danj@ if someone wants to import it. > > Updated port attached. Ping. https://marc.info/?l=openbsd-ports=148805954307219=2 -- best regards q#

Re: UPDATE: www/cgit 1.1

2017-03-01 Thread Hiltjo Posthuma
On Wed, Mar 01, 2017 at 09:47:12PM +0100, Rafael Sadowski wrote: > > Please switch HOMEPAGE and MASTER_SITES0 to https, thanks. > Good point! Changed: diff --git a/www/cgit/Makefile b/www/cgit/Makefile index a3040ebf78e..c339fbadb88 100644 --- a/www/cgit/Makefile +++ b/www/cgit/Makefile @@

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Juan Francisco Cantero Hurtado
On Wed, Mar 01, 2017 at 08:41:17PM +, Stuart Henderson wrote: > On 2017/03/01 21:15, Juan Francisco Cantero Hurtado wrote: > > On Wed, Mar 01, 2017 at 05:45:32PM +, Stuart Henderson wrote: > > > On 2017/03/01 17:10, Juan Francisco Cantero Hurtado wrote: > > > > On Tue, Feb 28, 2017 at

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Christian Weisgerber
Juan Francisco Cantero Hurtado: > They have a simple option to change the compilers but we need a variable > with the realname of the compiler, i.e. clang or gcc. > > You can use "nim c -cc:clang" or "nim c -cc:gcc" (the default) or "nim c > -cc:egcc". All of them are the name of the profile,

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/03/01 15:02:56 Modified files: net/gophernicus: Makefile distinfo Log message: Update gophernicus to 2.4. OK juanfra@, sthen@

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/03/01 14:58:53 Modified files: infrastructure/mk: arch-defines.mk Log message: add CLANG_ARCHS to PROPERTIES

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Frank Groeneveld
On Wed, Mar 1, 2017, at 17:47, Amit Kulkarni wrote: > I meant to say the .a file is missing for libQtWebkit > > Thanks > Found the cause and fixed it. Attached patch makes it build correctly without g++/gcc. Thanks again Stuart and Amit for the hints. Frank Index: Makefile

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/03/01 13:42:57 Modified files: games/teeworlds: Makefile Added files: games/teeworlds/patches: patch-configure_lua Log message: honor CC, from maintainer Donovan Watteau

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/03/01 13:43:06 Modified files: audio/quodlibet: Makefile Log message: fix RUN_DEPENDS, breakage reported by Lars

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Stuart Henderson
On 2017/03/01 21:15, Juan Francisco Cantero Hurtado wrote: > On Wed, Mar 01, 2017 at 05:45:32PM +, Stuart Henderson wrote: > > On 2017/03/01 17:10, Juan Francisco Cantero Hurtado wrote: > > > On Tue, Feb 28, 2017 at 07:11:48PM +0100, Juan Francisco Cantero Hurtado > > > wrote: > > > > On Tue,

UPDATE: www/cgit 1.1

2017-03-01 Thread Hiltjo Posthuma
Hi, This bumps the version of cgit from 1.0 to 1.1. Changed in the patch below: - pass the option NO_GETTEXT=1 to git to disable gettext support. - add a patch patches/patch-setup_c to not open /dev/null in the chroot. alternatively the user can not use this patch and make the device node in

[UPDATE] net/gophernicus to 2.4

2017-03-01 Thread Frederic Cambus
Hi ports@, Here is a diff to update net/gophernicus to 2.4. OK? Index: Makefile === RCS file: /cvs/ports/net/gophernicus/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile28 Dec 2016 17:09:17 -

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Juan Francisco Cantero Hurtado
On Wed, Mar 01, 2017 at 05:45:32PM +, Stuart Henderson wrote: > On 2017/03/01 17:10, Juan Francisco Cantero Hurtado wrote: > > On Tue, Feb 28, 2017 at 07:11:48PM +0100, Juan Francisco Cantero Hurtado > > wrote: > > > On Tue, Feb 28, 2017 at 01:03:38PM +, Christian Weisgerber wrote: > > >

UPDATE: graphics/inkscape

2017-03-01 Thread Rafael Sadowski
Hi All! simple bug fix update. Diff see below. Tested on amd64. Best regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/graphics/inkscape/Makefile,v retrieving revision 1.56 diff -u -p -u -p -r1.56 Makefile ---

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Stuart Henderson
On 2017/03/01 17:10, Juan Francisco Cantero Hurtado wrote: > On Tue, Feb 28, 2017 at 07:11:48PM +0100, Juan Francisco Cantero Hurtado > wrote: > > On Tue, Feb 28, 2017 at 01:03:38PM +, Christian Weisgerber wrote: > > > The fixes that have been committed have unlocked additional parts > > > of

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Juan Francisco Cantero Hurtado
On Tue, Feb 28, 2017 at 07:11:48PM +0100, Juan Francisco Cantero Hurtado wrote: > On Tue, Feb 28, 2017 at 01:03:38PM +, Christian Weisgerber wrote: > > The fixes that have been committed have unlocked additional parts > > of the ports tree, revealing new build failures. Here is an updated > >

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2017/03/01 10:14:41 Modified files: x11/isomaster : Makefile Log message: Honour $CC

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/03/01 09:56:50 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-doc_nano_1 Log message: update to 2.7.5 for various bug fixes and small improvements

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Amit Kulkarni
On Wed, Mar 1, 2017 at 10:44 AM, Amit Kulkarni wrote: > On Wed, Mar 1, 2017 at 10:10 AM, Frank Groeneveld > wrote: >> On Wed, Mar 1, 2017, at 15:14, Stuart Henderson wrote: >>> Oops, I forgot to re-run update-patches and had an old one. However >>>

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Amit Kulkarni
On Wed, Mar 1, 2017 at 10:10 AM, Frank Groeneveld wrote: > On Wed, Mar 1, 2017, at 15:14, Stuart Henderson wrote: >> Oops, I forgot to re-run update-patches and had an old one. However >> unfortunately >> not enough as linking fails. >> > > Thanks, that gets us a lot

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Frank Groeneveld
On Wed, Mar 1, 2017, at 15:14, Stuart Henderson wrote: > Oops, I forgot to re-run update-patches and had an old one. However > unfortunately > not enough as linking fails. > Thanks, that gets us a lot further indeed. The complete QT build finished and now only the final linking step fails

[update] zathura 0.3.7 and plugins

2017-03-01 Thread Landry Breuil
Hi, i just updated x11/girara to fix a gtk3 issue, and realized there was a pending update for zathura and its plugins... please test it if you use it (i only use the poppler plugin). It also removes all mupdf compat patches which were merged usptream. Landry Index: core/Makefile

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/03/01 08:47:01 Modified files: x11/girara : Makefile distinfo x11/girara/pkg : PLIST Log message: Update to girara 0.2.7. Fixes dozens of warnings on the console when starting zathura

Re: sysctl set up in packages

2017-03-01 Thread Marc Espie
On Tue, Feb 28, 2017 at 10:21:05PM +, Stuart Henderson wrote: > Send diff :) Rather, do not. Removing keywords from pkg tools is somewhat tricky. There are some steps you have to take to keep pkg_add -u working.

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/03/01 07:33:21 Modified files: net/py-idna: Makefile distinfo Log message: update to py-idna-2.3

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Stuart Henderson
On 2017/03/01 12:12, Stuart Henderson wrote: > On 2017/03/01 11:02, Frank Groeneveld wrote: > > On Tue, Feb 28, 2017, at 14:03, Christian Weisgerber wrote: > > > textproc/wkhtmltopdf Frank Groeneveld > > > > I've been trying to fix textporc/wkhtmltopdf in the last few

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/03/01 07:12:56 Modified files: devel/p5-Class-Virtual: Makefile distinfo Log message: Update to p5-Class-Virtual-0.08.

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/03/01 06:52:46 Modified files: devel/p5-autobox: Makefile distinfo Log message: Update to p5-autobox-2.85.

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/03/01 06:43:24 Modified files: databases/p5-DBIx-XHTML_Table: Makefile distinfo Log message: Update to p5-DBIx-XHTML_Table-1.49.

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2017/03/01 06:11:07 Modified files: converters/p5-JSON-MaybeXS: Makefile distinfo Log message: update p5-JSON-MaybeXS to 1.003009

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2017/03/01 06:04:15 Modified files: x11/smplayer : Makefile distinfo x11/smplayer/patches: patch-Makefile x11/smplayer/pkg: PLIST Added files: x11/smplayer/patches:

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/03/01 05:23:10 Modified files: archivers/p5-Archive-Extract: Makefile distinfo Log message: Update to p5-Archive-Extract-0.80.

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Stuart Henderson
On 2017/03/01 11:02, Frank Groeneveld wrote: > On Tue, Feb 28, 2017, at 14:03, Christian Weisgerber wrote: > > textproc/wkhtmltopdf Frank Groeneveld > > I've been trying to fix textporc/wkhtmltopdf in the last few days, but > can't seem to make qmake use the correct

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/03/01 04:56:05 Modified files: devel/cvsweb : Makefile devel/cvsweb/pkg: README Log message: update chroot instructions for perl 5.24.1

Re: Nuke some Ocaml ports

2017-03-01 Thread Anil Madhavapeddy
On 27 Feb 2017, at 20:58, Daniel Dickman wrote: > > > >> On Feb 27, 2017, at 3:23 PM, Christopher Zimmermann >> wrote: >> >>> On 2017-02-27 Kenneth R Westerback wrote: >>> >>> Anyway, I'm happy to do the dirty work of nuking

[wip] Firefox 52.0rc1

2017-03-01 Thread Landry Breuil
On Wed, Feb 15, 2017 at 08:55:01AM +0100, Landry Breuil wrote: > Yo, > > i realized i missed the every-six-weeks email for 51, so here's one for > 52, which i dunno will make the cut for 6.1 - would be nice as it's an > ESR and would allow www/firefox-esr to be 'supported' for longer than > the

Re: Ports with hardcoded "gcc", "g++"

2017-03-01 Thread Frank Groeneveld
On Tue, Feb 28, 2017, at 14:03, Christian Weisgerber wrote: > textproc/wkhtmltopdf Frank Groeneveld I've been trying to fix textporc/wkhtmltopdf in the last few days, but can't seem to make qmake use the correct compiler. The do-configure step of this port configures

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/03/01 03:15:27 Modified files: games/roadfighter: Makefile Log message: honor CXX

powerpc bulk build report

2017-03-01 Thread landry
bulk build on macppc-1.ports.openbsd.org started on Thu Feb 16 16:09:19 MST 2017 finished at Wed Mar 1 02:35:23 MST 2017 lasted 13D03h26m done with kern.version=OpenBSD 6.0-current (GENERIC.MP) #68: Wed Jan 11 13:01:37 MST 2017 built packages:7806 Feb 16:413 Feb 17:371 Feb 18:637 Feb 19:123 Feb

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/01 01:55:28 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Basic_Targets_cpp Log message: Fix types for OpenBSD/mips64. from Brad

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/01 01:53:46 Modified files: multimedia/x264: Makefile multimedia/x264/patches: patch-common_osdep_h multimedia/x265: Makefile Log message: Use atomic ops on aarch64.

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/01 01:32:00 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.11.56.

CVS: cvs.openbsd.org: ports

2017-03-01 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/03/01 01:31:42 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.5.19.