Re: ports tree install targets?

2017-05-06 Thread Douglas Ray
Thanks, Daniel, On 7/05/17 1:05 PM, Daniel Jakots wrote: On Sun, 7 May 2017 12:58:18 +1000, Douglas Ray wrote: I want a procedure to discover, for instance, that cdda2wav is an executable supplied by the cdrtools port. If you want to know from which package a binary comes

Re: sysclean question

2017-05-06 Thread Sebastien Marie
On Sat, May 06, 2017 at 07:49:10PM -0500, Amit Kulkarni wrote: > > [...] > > So I figured to build kernel and then userland, the errors went away. > But when the correct binary versions of the > libssl.so/libtls.so/libcrypto.so are present on the system and I use > sysclean like so, I get this

Re: ports tree install targets?

2017-05-06 Thread Daniel Jakots
On Sun, 7 May 2017 12:58:18 +1000, Douglas Ray wrote: > How do you generate a list of all the install targets of > all the ports? > > Is there a "make show-"* for this? Is there a db which > already tracks this? I'm not entirely sure to understand what you're asking but...

ports tree install targets?

2017-05-06 Thread Douglas Ray
How do you generate a list of all the install targets of all the ports? Is there a "make show-"* for this? Is there a db which already tracks this? I want a procedure to discover, for instance, that cdda2wav is an executable supplied by the cdrtools port. If there isn't a global mechanism for

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 20:16:45 Added files: multimedia/kguitar/patches: patch-kguitar_convertgp3_cpp patch-kguitar_convertgtp_cpp Log message: missing includes, fixes clang

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/05/06 19:05:10 Modified files: editors/tpad : Makefile Added files: editors/tpad/patches: patch-src_tpad_open_guard_c patch-src_tpad_print_c

sysclean question

2017-05-06 Thread Amit Kulkarni
Hello, When I try to upgrade a May 3 binaries to May 6 binaries on amd64, I think that there was some difference in the kernel and userland because I got too many messages while logging in of difference in versions of libtls.so, libssl.so, and libcrypto.so something like this warning:

Re: fpc-3.0.2, lazarus-1.6.4

2017-05-06 Thread Juan Francisco Cantero Hurtado
On Sat, May 06, 2017 at 02:26:41PM -0400, Adam Jensen wrote: > $ sysctl -n kern.version > OpenBSD 6.1 (GENERIC.MP) #20: Sat Apr 1 13:45:56 MDT 2017 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > fpc-3.0.2, lazarus-1.6.4 > > Installed via `pkg_add` > > $ echo

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 16:16:46 Modified files: devel/p5-Devel-ebug: Makefile distinfo Log message: Update to p5-Devel-ebug-0.59.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/05/06 16:00:53 Modified files: comms/minicom : Makefile comms/minicom/patches: patch-src_main_c Log message: fix format string for 64-bit time_t, found by clang warning

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/05/06 15:57:27 Modified files: comms/minicom/patches: patch-man_minicom_1 patch-src_main_c patch-src_script_c patch-src_sysdep1_c

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/05/06 15:37:06 Modified files: x11/gnome/nautilus-sendto: Makefile Log message: fix build with clang; based on an upstream commit that used #pragma GCC, however our current gcc from base cannot cope

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 15:36:02 Modified files: devel/p5-Devel-Cover: Makefile distinfo Log message: Update to p5-Devel-Cover-1.24.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/05/06 15:35:42 Modified files: x11/gnome/ghex : Makefile Log message: fix build with clang (and any non-ancient gcc)

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/05/06 14:24:45 Modified files: x11/xpad : Makefile Log message: two wrongs don't make a right; fix master_sites

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/05/06 14:23:21 Modified files: productivity/gtg: Makefile Log message: fix MASTER_SITES

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 13:42:55 Modified files: graphics/opencv/patches: patch-modules_core_src_system_cpp Log message: fixes clang, forgotten commit

UPDATE: textproc/glimpse for clang

2017-05-06 Thread Stuart Cassoff
Index: Makefile === RCS file: /cvs/ports/textproc/glimpse/Makefile,v retrieving revision 1.27 diff -u -p -u -p -r1.27 Makefile --- Makefile11 Apr 2017 13:57:34 - 1.27 +++ Makefile6 May 2017 19:20:56 - @@ -3,15

CVS: cvs.openbsd.org: ports

2017-05-06 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:ports Changes by: u...@cvs.openbsd.org2017/05/06 13:25:18 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-configure Log message: fixed configure script to enable -curses option ok sthen@ and brad@

Re: [update] www/kcaldav

2017-05-06 Thread Joerg Jung
On Sat, May 06, 2017 at 02:14:13AM +0100, Raf Czlonka wrote: > On Fri, May 05, 2017 at 11:20:58PM BST, Stuart Henderson wrote: > > On 2017/05/05 22:33, Joerg Jung wrote: > > > +tls { certificate "/etc/ssl/example.net.crt", key > > > "/etc/ssl/private/example.net.key", ciphers

Re: [update] www/kcaldav

2017-05-06 Thread Joerg Jung
On Fri, May 05, 2017 at 11:20:58PM +0100, Stuart Henderson wrote: > On 2017/05/05 22:33, Joerg Jung wrote: > > +tls { certificate "/etc/ssl/example.net.crt", key > > "/etc/ssl/private/example.net.key", ciphers "HIGH:!aNULL:!MD5:!RC4" } > > I'd split the long line with \ and not bother

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Joerg Jung
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/05/06 13:08:52 Modified files: www/kcaldav: Makefile www/kcaldav/pkg: README Log message: add some hints on how to use kcaldav together with base httpd(8) "looks good to me" sthen

fpc-3.0.2, lazarus-1.6.4

2017-05-06 Thread Adam Jensen
$ sysctl -n kern.version OpenBSD 6.1 (GENERIC.MP) #20: Sat Apr 1 13:45:56 MDT 2017 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP fpc-3.0.2, lazarus-1.6.4 Installed via `pkg_add` $ echo $PKG_PATH http://ftp.openbsd.org/%m --- Problem --- At start, the "Configure

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2017/05/06 12:04:42 Modified files: devel/tortoisehg: Makefile distinfo Log message: Update to tortoisehg 4.2.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2017/05/06 11:38:49 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Log message: update p5-Net-DNS to 1.10

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 11:23:35 Added files: inputmethods/uim/patches: patch-qt4_immodule_plugin_cpp Log message: missing include, builds with clang

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/05/06 11:23:10 Modified files: security/slurpie: Makefile security/slurpie/patches: patch-src_master_c patch-src_mn_h patch-src_node_c patch-src_slurp_c

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 11:15:20 Modified files: lang/squeak/vm : Makefile lang/squeak/vm/patches: patch-platforms_unix_vm_sqUnixMain_c Added files: lang/squeak/vm/patches:

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 11:02:58 Modified files: games/garden : Makefile Log message: assert gnu89 inlines

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 10:59:31 Modified files: graphics/dcmtk : Makefile Added files: graphics/dcmtk/patches: patch-dcmdata_include_dcmtk_dcmdata_dchashdi_h

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2017/05/06 10:45:34 Modified files: devel/tortoisehg: Makefile devel/mercurial: Makefile Log message: Comments.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/05/06 09:55:06 Modified files: net: Makefile Log message: Add validns.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/05/06 09:52:24 Log message: Import net/validns. Validns is a standalone command line RFC 1034/1035 zone file validation tool that, in addition to basic syntactic and semantic zone checks,

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/05/06 09:47:50 Log message: Import devel/p5-Test-Command-Simple. This test module is intended to simplify testing of external commands. It does so by running the command under IPC::Open3,

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2017/05/06 09:42:50 Modified files: devel/tortoisehg: Makefile distinfo Log message: Unbreak tortoisehg after the last mercurial update. Upstream has not released a stable version yet. Spotted by naddy@

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 09:36:11 Added files: devel/libopensync/patches: patch-opensync_opensync_error_c Log message: ...complete build with clang, grab fix from libopensync-0.39 (not my place to update, and

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 09:35:35 Modified files: devel/p5-Config-AutoConf: Makefile distinfo Log message: Update to p5-Config-AutoConf-0.314.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 09:19:28 Modified files: devel/p5-Class-Inspector: Makefile distinfo Log message: Update to p5-Class-Inspector-1.31.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 09:10:18 Modified files: devel/ctftools : distinfo archivers/lz4json: distinfo audio/fookebox : distinfo audio/sonata : distinfo devel/cvs2gitdump: distinfo

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 09:09:01 Modified files: devel/p5-Class-C3: Makefile distinfo Log message: Update to p5-Class-C3-0.33.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 09:01:31 Modified files: infrastructure/mk: bsd.port.mk Log message: keep a short form of the GH_COMMIT in the DISTFILES name, so that GH_COMMIT changes do not result in the distfile name

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 09:00:57 Modified files: devel/p5-Carp-Clan: Makefile distinfo Log message: Update to p5-Carp-Clan-6.06.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2017/05/06 08:56:08 Modified files: mail/p5-Mail-SpamAssassin: Makefile mail/p5-Mail-SpamAssassin/pkg: PLIST Log message: Install ldap docs and take maintainership ok sthen@

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/05/06 08:49:17 Added files: devel/libopensync/patches: patch-cmake_modules_Compiler_cmake Log message: fix cmake bits for clang; there's still a "non-void fn should return a value"

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 08:45:53 Modified files: devel/p5-Canary-Stability: Makefile distinfo Log message: Update to p5-Canary-Stability-2012.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/05/06 08:43:44 Modified files: net: Makefile Removed files: net/winexe : Makefile distinfo net/winexe/patches: patch-lib_tls_tls_c patch-pidl_pidl

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 08:41:16 Modified files: security : Makefile Log message: typo

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 08:36:47 Modified files: devel/p5-B-Hooks-EndOfScope: Makefile distinfo Log message: Update to p5-B-Hooks-EndOfScope-0.21.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/05/06 08:30:06 Added files: security/dsniff/patches: patch-sshmitm_c patch-webmitm_c Log message: work around name clash between a variable and the C99 function csin()

amd64-clang port build failures 2017-05-04

2017-05-06 Thread Christian Weisgerber
http://build-failures.rhaalovely.net/amd64-clang/2017-05-04/ The idea is that people start picking some low-hanging fruit, so that we can slowly shrink the list. -- Christian "naddy" Weisgerber na...@mips.inka.de

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 08:10:16 Modified files: graphics/glfw : Makefile Added files: graphics/glfw/patches: patch-deps_getopt_c Log message: hack for clang...

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/05/06 08:01:50 ports/multimedia/gstreamer1/mm/patches Update of /cvs/ports/multimedia/gstreamer1/mm/patches In directory cvs.openbsd.org:/tmp/cvs-serv93675/mm/patches Log Message: Directory

Re: WIP update: mail/py-policyd-spf

2017-05-06 Thread Giovanni Bechis
On 05/06/17 10:27, Antoine Jacoutot wrote: > On Sat, May 06, 2017 at 10:01:07AM +0200, Giovanni Bechis wrote: >> Hi, >> wip update to latest version. >> >> Latest version requires python3, so some python3 flavours are needed. >> I added a python3 flavor to mail/py-spf but both flavours have files

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/05/06 07:45:49 Modified files: graphics/sxiv : Makefile graphics/sxiv/pkg: PLIST Added files: graphics/sxiv/patches: patch-icon_Makefile Log message: Install .desktop file and

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 07:42:17 Added files: games/teeworlds/patches: patch-src_engine_shared_netban_cpp Log message: somehow, clang wants explicit instantiation for those

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/05/06 07:24:46 Modified files: textproc/the_silver_searcher: Makefile distinfo Log message: Update the_silver_searcher to 1.0.3. >From maintainer Florian Stinglmayr, thanks! OK tb@

Re: NEW: math/py-numexpr 2.6.2

2017-05-06 Thread Daniel Jakots
On Sun, 23 Apr 2017 19:47:06 +0500, Alexandr Shadchin wrote: > On Fri, Feb 24, 2017 at 08:25:48PM +0500, Alexandr Shadchin wrote: > > Hi, > > > > ok to import? > > > > DESCR: > > > > Numexpr is a fast numerical expression evaluator for NumPy. With it, > >

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 06:51:21 Modified files: japanese/onew/patches: patch-conf_c patch-dialogue_jisyo_c patch-dialogue_onewdic_c

Re: NEW: py-neovim

2017-05-06 Thread Edd Barrett
Hi, On Wed, May 03, 2017 at 03:59:04PM +0100, Edd Barrett wrote: > On Sat, Apr 15, 2017 at 03:33:10PM +0100, Edd Barrett wrote: > > Hi, > > > > This is the Python (2 and 3) connector used for Python plugins in > > neovim. > > Updated tarball to fix PLIST. OK? > > Test by running `:CheckHealth`

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 06:43:55 Modified files: infrastructure/bin: update-patches Log message: lost one line I didn't intend to lose

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2017/05/06 06:42:01 Modified files: infrastructure/bin: update-patches Log message: do things correctly in case wrkdist is a symlink.

[NEW] net/validns

2017-05-06 Thread Frederic Cambus
Hi ports@, Here is a new port: net/validns Also attaching a port for devel/p5-Test-Command-Simple which is required as TEST_DEPENDS. Comments? OK? >From DESCR: Validns is a standalone command line RFC 1034/1035 zone file validation tool that, in addition to basic syntactic and semantic zone

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/05/06 05:55:17 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of xspread.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/05/06 05:53:31 Modified files: math : Makefile Removed files: math/xspread : Makefile distinfo math/xspread/patches: patch-Makefile_in patch-interp_c

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2017/05/06 05:14:50 Modified files: fonts/sgi-fonts: Makefile Log message: Switch MASTER_SITES to distfiles.pl.

Re: NEW/UPDATE: devel/py-twisted

2017-05-06 Thread Landry Breuil
On Tue, May 02, 2017 at 01:30:18PM +0300, Pavel Korovin wrote: > On 05/02, Landry Breuil wrote: > > That's also what pavel did in his submission - so we're definitely going > > this way. Now all the pieces of the puzzle need to be upgraded/tested > > altogether. Ie: > > - new dependencies of

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/05/06 04:19:04 Modified files: x11/piewm : Makefile x11/piewm/patches: patch-gram.y Added files: x11/piewm/patches: patch-add_window_c patch-events_c

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 03:56:08 Modified files: devel : Makefile textproc : Makefile security : Makefile Log message:

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 03:54:29 Log message: Import py-automat-0.5.0, ~~twisted~~ //twisted// **twisted**. Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 03:51:45 Log message: Import py-m2r-0.1.5, bite my shiny metal *** M2R converts a markdown file including reST markups to a valid reST format. From Pavel Korovin, ok sthen@

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 03:48:44 Log message: Import py-service_identity-16.0.0, you know the drill. service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 03:46:48 Log message: Import py-incremental-16.10.1, yadada yadada twisted update yadada A small library that versions Python projects. From Pavel Korovin, ok sthen@

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 03:43:59 Log message: Import py-attrs-16.3.0, another dependency for an upcoming twisted update attrs is an MIT-licensed Python package with class decorators that ease the chores of

Re: NEW: devel/py-automat (upcoming devel/py-twisted update dependency)

2017-05-06 Thread Landry Breuil
On Sat, May 06, 2017 at 10:06:28AM +0100, Stuart Henderson wrote: > On 2017/05/03 16:02, Pavel Korovin wrote: > > > > -- > > With best regards, > > Pavel Korovin > > Wondering about the setup.py diff - is this because of an old setuptools? > If so I'd like a comment so we know to remove it

Re: NEW: devel/py-automat (upcoming devel/py-twisted update dependency)

2017-05-06 Thread Stuart Henderson
On 2017/05/03 16:02, Pavel Korovin wrote: > > -- > With best regards, > Pavel Korovin Wondering about the setup.py diff - is this because of an old setuptools? If so I'd like a comment so we know to remove it later.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 02:53:45 Modified files: devel/p5-Alien-wxWidgets: Makefile distinfo devel/p5-Alien-wxWidgets/patches: patch-Build_PL

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/05/06 02:44:09 Modified files: sysutils/remotebox: Makefile distinfo sysutils/remotebox/pkg: PLIST Log message: Update to remotebox-2.3.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/05/06 02:39:19 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-154.0.1.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 02:30:48 Modified files: converters/convmv: Makefile distinfo Log message: Update to convmv-2.01.

Re: WIP update: mail/py-policyd-spf

2017-05-06 Thread Antoine Jacoutot
On Sat, May 06, 2017 at 10:01:07AM +0200, Giovanni Bechis wrote: > Hi, > wip update to latest version. > > Latest version requires python3, so some python3 flavours are needed. > I added a python3 flavor to mail/py-spf but both flavours have files in > common (bin/spfquery) that conflicts. >

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2017/05/06 02:17:05 Modified files: mail/p5-Mail-IMAPClient: Makefile distinfo Log message: Update to p5-Mail-IMAPClient-3.39.

WIP update: mail/py-policyd-spf

2017-05-06 Thread Giovanni Bechis
Hi, wip update to latest version. Latest version requires python3, so some python3 flavours are needed. I added a python3 flavor to mail/py-spf but both flavours have files in common (bin/spfquery) that conflicts. What's the correct way to manage them ? Cheers & Thanks Giovanni Index:

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/05/06 01:57:06 Modified files: graphics/graphite2: Makefile distinfo Removed files: graphics/graphite2/patches: patch-src_FeatureMap_cpp Log message: Update to graphite2-1.3.10.

Re: update: devel/p5-Log-Any

2017-05-06 Thread Giovanni Bechis
On 05/04/17 18:59, Giovanni Bechis wrote: > Hi, > update to latest version, on package stage I have some warnings[¹], is it > worth patching or should I commit it as-is ?New diff with patches to shut up > pkg_create attached. Cheers Giovanni > Thanks & Cheers > Giovanni > > [¹] > ===>

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 01:24:08 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_1 Makefile distinfo www/firefox-i18n: Tag: OPENBSD_6_1 Makefile.inc distinfo Log message: MFC: update to firefox 53.0.2.

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 01:23:29 Modified files: www/firefox-esr: Tag: OPENBSD_6_1 Makefile distinfo www/firefox-esr-i18n: Tag: OPENBSD_6_1 Makefile.inc distinfo Log message: MFC: update to firefox-esr

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 01:17:00 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox-esr 52.1.1. See

CVS: cvs.openbsd.org: ports

2017-05-06 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/05/06 01:15:58 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox 53.0.2. See