Re: CVS: cvs.openbsd.org: ports

2015-09-24 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2015/09/23 14:14:53
>
> Modified files:
>   devel/py-nose  : Makefile 
>
> Log message:
> Enable tests for the python3 flavor.  ok martynas@ (MAINTAINER)
>
> Only two tests are skipped because of lack of twisted,python3

Also ok ajacoutot@ sthen@

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2016-01-08 Thread Jérémie Courrèges-Anglas
Antoine Jacoutot  writes:

> On Thu, Jan 07, 2016 at 10:16:21AM -0700, Alexandr Shadchin wrote:
>> CVSROOT: /cvs
>> Module name: ports
>> Changes by:  shadc...@cvs.openbsd.org2016/01/07 10:16:21
>>
>> Modified files:
>>  devel/py-pexpect: Makefile distinfo
>>  devel/py-pexpect/pkg: DESCR PLIST
>> Added files:
>>  devel/py-pexpect/patches: patch-doc_conf_py
>>patch-pexpect_replwrap_py
>>patch-tests_test_ctrl_chars_py
>>patch-tests_test_maxcanon_py
>>patch-tests_test_performance_py
>>patch-tests_test_replwrap_py
>>patch-tests_test_run_py
>>
>> Log message:
>> Update to py-pexpect 4.0.1
>
> The python3 FLAVOR failed to build in a bulk :

That's because at build time py-sphinx needs the python2 version of the
devel/py-ptyprocess port.  I've committed the fix below.

Index: Makefile
===
RCS file: /cvs/ports/devel/py-pexpect/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile7 Jan 2016 17:16:20 -   1.19
+++ Makefile8 Jan 2016 16:24:54 -
@@ -17,7 +17,7 @@ MODPY_PI =Yes
 MODULES=   lang/python
 
 RUN_DEPENDS =  devel/py-ptyprocess${MODPY_FLAVOR}
-BUILD_DEPENDS =${RUN_DEPENDS} \
+BUILD_DEPENDS =devel/py-ptyprocess \
textproc/py-sphinx
 TEST_DEPENDS = ${RUN_DEPENDS} \
devel/py-test${MODPY_FLAVOR} \


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2013-09-24 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2013/09/24 02:52:44
>
> Modified files:
>   sysutils/consolekit: Makefile 
>   sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c 
>
> Log message:
> Fix after the kinfo_proc structure change.
> ok ajacoutot@

Noticed and patch by espie@, btw.  Sorry.

-- 
jca | PGP: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494



Re: CVS: cvs.openbsd.org: ports

2013-10-22 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2013/10/22 14:27:52
>
> Modified files:
>   lang/mawk  : Makefile distinfo 
>
> Log message:
> Bugfix update to mawk-1.3.4.20130803. ok jturner@

I also take maintainership.

-- 
jca | PGP: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494



Re: CVS: cvs.openbsd.org: ports

2013-11-16 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2013/11/16 13:29:00
>
> Modified files:
>   security/gnupg : Makefile distinfo 
> Removed files:
>   security/gnupg/patches: patch-mpi_mpi-pow_c 
>
> Log message:

Should read:

> SECURITY update to gnupg-1.4.15, fixes CVE-2013-4402 (infinite recursion
> parsing compressed packets) and includes the patch we had for
> CVE-2013-4242 (Yarom/Falkner flush+reload side-channel attack on RSA
> secret keys).  Input from and ok sthen@


-- 
jca | PGP : 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494



Re: CVS: cvs.openbsd.org: ports

2013-11-26 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2013/11/26 01:53:24
>
> Modified files:
>   net/openmdns   : Makefile 
> Added files:
>   net/openmdns/patches: patch-mdnsd_mdns_c patch-mdnsd_mdnsd_h 
>
> Log message:
> Unbreak after  change: we need to include 
> explicitely.  ok mpi@

Also ok sthen@

> While here, fix a minor typo.

-- 
jca | PGP : 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494



Re: CVS: cvs.openbsd.org: ports

2013-12-19 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2013/12/19 14:48:06
>
> Modified files:
>   devel/p5-Proc-Daemon: Tag: OPENBSD_5_4 Makefile 
> Added files:
>   devel/p5-Proc-Daemon/patches: Tag: OPENBSD_5_4 
> patch-lib_Proc_Daemon_pm 
>
> Log message:

That was supposed to read:
"SECURITY fix for CVE-2013-7135.  Backport requested by jasper@."

But you see, cvs is so nice that it doesn't mind when a commit message
is empty.  &$%@#!

-- 
jca | PGP: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494



Re: CVS: cvs.openbsd.org: ports

2013-12-24 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2013/12/24 06:06:22
>
> Log message:
> Import ttyload.  Input and ok from bcallah@, who also takes
> maintainership.
> 
> ttyload writes a color-coded graph of load averages over time, using
> the full width of a tty.

[...]

Also ok sthen@.

-- 
jca | PGP: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494



Re: CVS: cvs.openbsd.org: ports

2014-01-09 Thread Jérémie Courrèges-Anglas
Stuart Henderson  writes:

> On 2014/01/09 07:58, Jeremie Courreges-Anglas wrote:
>> CVSROOT: /cvs
>> Module name: ports
>> Changes by:  j...@cvs.openbsd.org2014/01/09 07:58:51
>> 
>> Modified files:
>>  net/irssi  : Makefile 
>>  net/irssi/pkg  : PLIST 
>> 
>> Log message:
>> Install irssi include files, needed to compile some irssi plugins.
>> Patch from Florian Stinglmayr, maintainer timeout.
>> 
>
> If we're doing this, then it probably makes sense to use these
> rather than the :configure target in the irssi plugins in ports..

Yup, if possible...

-- 
jca | PGP: 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE
(previous: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494)



Re: CVS: cvs.openbsd.org: ports

2014-02-26 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2014/02/26 13:07:18
>
> Modified files:
>   x11/ratpoison  : Makefile 
> Added files:
>   x11/ratpoison/patches: patch-src_actions_c patch-src_manage_c 
>
> Log message:
> Add the patches missed 10mn ago, and bump again for safety.

And since the commit message didn't make it through, here it is:

  Two important bugfixes for 5.5, committed by me upstream earlier.  The
  most important is for an X message full of junk which renders firefox
  (and maybe others) unusable under ratpoison.  ok william@ (maint.)

-- 
jca | PGP: 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2015-04-06 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2015/04/06 10:29:48
>
> Added files:
>   news/leafnode/patches: patch-configure patch-fetchnews_c 
>
> Log message:
> Missed in previous.
>
> I love you cvs.

The first commit was:

Update to leafnode-1.11.10

ok ajacoutot@

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2015-04-09 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2015/04/09 14:04:23
>
> Modified files:
>   net/libpsl : Makefile 
>   net/libpsl/patches: patch-src_psl2c_c 
>
> Log message:
> Unbreak: add missing libtool bdep, and correct erroneous patch.
>

Spotted by sthen@ O:)

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2015-05-13 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2015/05/13 13:01:10
>
> Modified files:
>   net/bitlbee: Makefile distinfo 
>
> Log message:
> bitlbee-3.4 - remove MSN from COMMENT while here
>
> Diffs from Tom Doherty and Henrik Friedrichsen.
> Maintainer timeout.

erm, Tom Doherty *is* the maintainer.  Sorry Tom!

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2015-06-19 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2015/06/19 18:32:11
>
> Modified files:
>   net/samba4 : Makefile 
>
> Log message:
> libnss_wins is not provided anymore

This includes another change: switch SAMBA_LOGDIR to
${VARBASE}/log/samba, and bump REVISION-main.  The logdir problem was
spotted by Ian McWilliam.

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2015-07-17 Thread Jérémie Courrèges-Anglas
Antoine Jacoutot  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   ajacou...@cvs.openbsd.org   2015/07/17 10:26:47
>
> Modified files:
>   graphics/evince: Makefile 
>
> Log message:
> Do not RUN_DEPENDS on yelp for the light FLAVOR.
>
> requested by jca@

Cool, thanks!

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2015-07-17 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2015/07/17 20:11:13
>
> Modified files:
>   databases/tdb  : Makefile distinfo 
>   databases/tdb/patches: patch-include_tdb_h patch-rules_mk 
>  patch-tdb_mk 
>   databases/tdb/pkg: PLIST 
> Added files:
>   databases/tdb/patches: patch-Makefile 
>  patch-buildtools_wafadmin_Tools_ccroot_py 
>  patch-buildtools_wafsamba_samba_install_py 
>  patch-buildtools_wafsamba_wafsamba_py 
>  patch-lib_replace_replace_h 
>
> Log message:
> Update to tdb-1.2.12
>
> Bite the bullet and switch to an upstream version that uses waf*.  The
> plan is to use databases/tdb and devel/libtalloc in the samba4 port, and
> thus to keep those ports in sync with whatever bundled version comes
> with the samba4 tarball.
>
> * trying to make sense of the waf patches is highly discouraged
>
> While here:
> - reorder the Makefile
> - update the license marker
> - take maintainership (discussed with nicm@, former MAINTAINER)
>
> This is a SHARED_ONLY port, and a python wrapper is now provided.
>

ok sthen@ btw (thanks!)

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2015-07-18 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2015/07/18 16:45:36
>
> Added files:
>   sysutils/monit/patches: patch-src_ssl_Ssl_c 
>
> Log message:
> guard SSLv3_client_method()

was ok jasper@ (maintainer)

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2015-07-23 Thread Jérémie Courrèges-Anglas
Jeremie Courreges-Anglas  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2015/07/23 16:19:03
>
> Modified files:
>   shells/nsh/patches: patch-version_c 
> Added files:
>   shells/nsh/patches: patch-sysctl_c 
>
> Log message:
> Missed in previous.

The initial commit message was something like:

> Unbreak nsh: remove MPLS ifq reporting support
>
> Noticed by ajacoutot@ and nigel@, ok sthen@ chris@ (upstream)

Thank you, cvs(1).

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: CVS: cvs.openbsd.org: ports

2013-03-14 Thread Jérémie Courrèges-Anglas
Landry Breuil  writes:

> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   lan...@cvs.openbsd.org  2013/03/14 11:08:57
>
> Modified files:
>   shells/dash: Makefile 
>   shells/dash/pkg: PLIST 
>
> Log message:
> Use @shell instead of @bin so that dash properly registers itself in
> shells(5).
> ok sthen@

Oops, I should have taken a look at other shells, sorry.

-- 
Jérémie Courrèges-Anglas
GPG Key fingerprint: 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494