devel/cargo is (temporary) broken

2016-11-11 Thread Sebastien Marie
Hi,

Just to let builders to know that devel/cargo is currently broken.

The problem is that when using ftp(1) to download crates (tgz file) from
https://crates.io/api/v1/crates/, the site starts to behave differently
if Accept HTTP header is present or not.

As ftp(1) doesn't provide this header, the site serves an HTTP error
instead of the tgz.

I opened an issue upstream for the problem:
https://github.com/rust-lang/crates.io/issues/466

As we doesn't mirrored the downloaded files due to licenses issues (that
part should be resolved in near future), we are currently unable to
download the required parts of the source.

I hope this problem will be resolved soon.
-- 
Sebastien Marie

Index: Makefile
===
RCS file: /cvs/ports/devel/cargo/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile5 Oct 2016 16:51:22 -   1.4
+++ Makefile12 Nov 2016 06:26:58 -
@@ -1,6 +1,8 @@
 # $OpenBSD: Makefile,v 1.4 2016/10/05 16:51:22 danj Exp $
 COMMENT = package manager for Rust language
 
+BROKEN = crates.io requires Accept: HTTP header
+
 # cargo version
 CARGO_VERSION =0.13.0
 



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/11/11 16:39:48

Modified files:
games/redeclipse: Makefile distinfo 
games/redeclipse/pkg: PLIST-data 

Log message:
update to Red Eclipse 1.5.6



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/11/11 15:45:58

Modified files:
www/w3m: Makefile 

Log message:
clean up:
* switch to UTF-8 by default
* sync wantlib for image flavor
* replace gettext module



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/11/11 15:39:48

Modified files:
shells/bash: Makefile distinfo 
shells/bash/patches: patch-Makefile_in 
shells/bash/pkg: PLIST 

Log message:
Update to bash 4.4.  See the announcement at
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00018.html
for an overview of significant changes.

Jump right to patchlevel 5, which among other things fixes a use-after-free
bug discovered by otto malloc.



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/11/11 14:07:29

Modified files:
net/hping  : Makefile 

Log message:
perl->sed



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2016/11/11 13:41:17

Modified files:
geo/josm   : Makefile distinfo 

Log message:
Update to josm r11223, from Maintainer Holger Mikolon



[PATCH] geo/josm 11223

2016-11-11 Thread Holger Mikolon
Hi, below is a straight forward update to josm 11223.

Holger

Index: Makefile
===
RCS file: /cvs/ports/geo/josm/Makefile,v
retrieving revision 1.36
diff -u -p -u -r1.36 Makefile
--- Makefile21 Aug 2016 20:10:32 -  1.36
+++ Makefile8 Nov 2016 21:36:25 -
@@ -2,7 +2,7 @@
 
 COMMENT=   OpenStreetMap map editor
 
-SVN_REV=   10786
+SVN_REV=   11223
 DISTNAME=  josm-snapshot-${SVN_REV}
 EXTRACT_SUFX = .jar
 EXTRACT_CASES+=*.jar) unzip -qa ${FULLDISTDIR}/$$archive -d 
${WRKDIST};;
Index: distinfo
===
RCS file: /cvs/ports/geo/josm/distinfo,v
retrieving revision 1.20
diff -u -p -u -r1.20 distinfo
--- distinfo21 Aug 2016 20:10:32 -  1.20
+++ distinfo8 Nov 2016 21:36:25 -
@@ -1,2 +1,2 @@
-SHA256 (josm-snapshot-10786.jar) = 9sr9W+donQDk7NH1KP5Qedqm9U63eByhvrFFxO0Yi7Y=
-SIZE (josm-snapshot-10786.jar) = 10703670
+SHA256 (josm-snapshot-11223.jar) = SI+iIgB1OwHsBrsZLIz8AWczs8Dbdnq8RCc4lC6FYTs=
+SIZE (josm-snapshot-11223.jar) = 10800433



Re: Samba build fails due to py-crypto

2016-11-11 Thread Vijay Sankar

 Quoting Daniel Jakots :


On Fri, 11 Nov 2016 13:51:20 -0600, Vijay Sankar 
wrote:


Hi,

Just wanted to report that samba failed to build on -current amd64. I
traced it to a failed build for devel/gobject-introspection which
seems to have been caused by failure in security/py-crypto.

I tried without the following line in Makefile for security/py-crypto

mv ${PREFIX}/share/doc/py-crypto
${PREFIX}/share/doc/${MODPY_PY_PREFIX}crypto


Sorry, I broke it. The fix has been committed a few hours ago [0] so if
you run cvs up you should fetch it.

[0]: https://marc.info/?l=openbsd-ports-cvs=147887600615039=2

Cheers,Daniel


No problem, thank you very much.
--
Vijay Sankar, M.Eng., P.Eng.
ForeTell Technologies Limited
vsan...@foretell.ca


CVS: cvs.openbsd.org: ports

2016-11-11 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/11/11 13:13:43

Modified files:
lang/gcc/4.9   : Makefile 

Log message:
pascal@ suggests to disable Ada on various archs until new bootstraps
are available



Re: Samba build fails due to py-crypto

2016-11-11 Thread Daniel Jakots
On Fri, 11 Nov 2016 13:51:20 -0600, Vijay Sankar 
wrote:

>   Hi,
> 
> Just wanted to report that samba failed to build on -current amd64. I
> traced it to a failed build for devel/gobject-introspection which
> seems to have been caused by failure in security/py-crypto.
> 
> I tried without the following line in Makefile for security/py-crypto
> 
> mv ${PREFIX}/share/doc/py-crypto
> ${PREFIX}/share/doc/${MODPY_PY_PREFIX}crypto

Sorry, I broke it. The fix has been committed a few hours ago [0] so if
you run cvs up you should fetch it.

[0]: https://marc.info/?l=openbsd-ports-cvs=147887600615039=2 

Cheers,
Daniel



Samba build fails due to py-crypto

2016-11-11 Thread Vijay Sankar

 Hi,

Just wanted to report that samba failed to build on -current amd64. I
traced it to a failed build for devel/gobject-introspection which seems to
have been caused by failure in security/py-crypto.

I tried without the following line in Makefile for security/py-crypto

mv ${PREFIX}/share/doc/py-crypto
${PREFIX}/share/doc/${MODPY_PY_PREFIX}crypto

That allowed me to build the package but not sure if this is the right way
to do it.

Please let me know if there are additional tests I should do or if there is
a different way to fix this.

Thanks very much,

Vijay

# ls -l
py-crypto-2.6.1p2.tgz   
  
 
-rw-r--r--  3 root  wheel  606175 Nov 11 13:12 py-crypto-2.6.1p2.tgz

# ls -l
gobject-introspection-1.50.0.tgz
  
 
-rw-r--r--  3 root  wheel  1807222 Nov 11 13:14
gobject-introspection-1.50.0.tgz

.
.
.
Waf: Leaving directory `/ports/pobj/samba-4.5.1/samba-4.5.1/bin'
'build' finished successfully (15m29.133s)
===>  Faking installation for samba-4.5.1
install -d -m 755 /ports/pobj/samba-4.5.1/fake-amd64
WAF_MAKE=1 /usr/local/bin/python2.7 ./buildtools/bin/waf -v -j 1 install
Waf: Entering directory `/ports/pobj/samba-4.5.1/samba-4.5.1/bin'
* creating /ports/pobj/samba-4.5.1/fake-amd64/etc/samba
* creating /ports/pobj/samba-4.5.1/fake-amd64/var/samba/private
* creating /ports/pobj/samba-4.5.1/fake-amd64/var/log/samba
* creating /ports/pobj/samba-4.5.1/fake-amd64/var/samba/private
* creating /ports/pobj/samba-4.5.1/fake-amd64/var/samba
* creating /ports/pobj/samba-4.5.1/fake-amd64/var/samba
* creating /ports/pobj/samba-4.5.1/fake-amd64/var/cache/samba
* creating /ports/pobj/samba-4.5.1/fake-amd64/var/run/samba
* creating /ports/pobj/samba-4.5.1/fake-amd64/var/run/samba
* creating /ports/pobj/samba-4.5.1/fake-amd64/var/run/samba
    Selected embedded Heimdal build
Checking project rules ...
.
.
.
.
===>  Building package for samba-4.5.1
Create /ports/packages/amd64/all/samba-4.5.1.tgz
Link to /ports/packages/amd64/ftp/samba-4.5.1.tgz
Link to /ports/packages/amd64/cdrom/samba-4.5.1.tgz
`/ports/pobj/samba-4.5.1/fake-amd64/.fake_done' is up to date.
===>  Building package for ldb-1.1.27
Create /ports/packages/amd64/all/ldb-1.1.27.tgz
Link to /ports/packages/amd64/ftp/ldb-1.1.27.tgz
Link to /ports/packages/amd64/cdrom/ldb-1.1.27.tgz
`/ports/pobj/samba-4.5.1/fake-amd64/.fake_done' is up to date.
===>  Building package for tevent-0.9.29
Create /ports/packages/amd64/all/tevent-0.9.29.tgz
Link to /ports/packages/amd64/ftp/tevent-0.9.29.tgz
Link to /ports/packages/amd64/cdrom/tevent-0.9.29.tgz
`/ports/pobj/samba-4.5.1/fake-amd64/.fake_done' is up to date.
===>  Building package for samba-util-4.5.1
Create /ports/packages/amd64/all/samba-util-4.5.1.tgz
Link to /ports/packages/amd64/ftp/samba-util-4.5.1.tgz
Link to /ports/packages/amd64/cdrom/samba-util-4.5.1.tgz
`/ports/pobj/samba-4.5.1/fake-amd64/.fake_done' is up to date.
===>  Building package for samba-docs-4.5.1
Create /ports/packages/amd64/no-arch/samba-docs-4.5.1.tgz
Link to /ports/packages/amd64/all/samba-docs-4.5.1.tgz
Link to /ports/packages/amd64/ftp/samba-docs-4.5.1.tgz
Link to /ports/packages/amd64/cdrom/samba-docs-4.5.1.tgz

# ls -ltr
.
.
-rw-r--r--  3 root  wheel  19367651 Nov 11 13:45 samba-4.5.1.tgz
-rw-r--r--  3 root  wheel    190958 Nov 11 13:45 ldb-1.1.27.tgz
-rw-r--r--  3 root  wheel 50508 Nov 11 13:45 tevent-0.9.29.tgz
-rw-r--r--  3 root  wheel  5784 Nov 11 13:45
samba-util-4.5.1.tgz
-rw-r--r--  4 root  wheel    174388 Nov 11 13:45 samba-docs-4.5.1.tgz

 
--
Vijay Sankar, M.Eng., P.Eng.
ForeTell Technologies Limited
vsan...@foretell.ca


CVS: cvs.openbsd.org: ports

2016-11-11 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/11/11 12:43:52

Added files:
devel/ti-msp430gcc/patches: patch-sources_tools_mpfr_src_mpfr_h 

Log message:
fix build of included mpfr with newer devel/gmp



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/11/11 12:43:17

Modified files:
lang/gcc/4.9   : Makefile distinfo 

Log message:
new Ada bootstraps on amd64 and i386; required for gmp and mpfr update



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/11/11 12:41:00

Modified files:
devel/mpfr : Makefile distinfo 

Log message:
update to 3.1.5 to go along with devel/gmp update



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/11/11 12:40:26

Modified files:
devel/gmp  : Makefile distinfo 
Removed files:
devel/gmp/patches: patch-mpn_sh_add_n_s patch-mpn_sh_sub_n_s 

Log message:
long overdue update to the latest release (now 6.1.1)
alpha and sparc64 testing and ok jca@



Re: [new] net/hping3

2016-11-11 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas  writes:

> Stuart Henderson  writes:
>
>> On 2016/11/10 14:28, Jeremie Courreges-Anglas wrote:
>>> 
>>> Here's a wip tarball for hping3.  No Tcl support (upstream seems to have
>>> stop automagic Tcl version discovery at 8.4).  DESCR ripped from
>>> net/hping and tweaked a bit.
>>> 
>>> Feedback welcome.
>>
>> Needs a license marker (looks like "GPLv2 only"), and zap the stray
>> blank line in DESCR,
>
> Done.
>
>> otherwise OK - though I wonder if it might be
>> worth patching (rather than just mentioning in DESCR) to add a
>> message about PF if it gets EHOSTUNREACH.
>
> Good idea.
>
> Additional changes:
> - NO_TEST=Yes (already in the previous tarball)
> - replace hping2 with hping3 in manpage, else it quickly gets confusing
> - drop uid to _ping, since hping3 always need root (well, afaik)
>
> Normally we would use a dedicated uid for this port, but I wonder
> whether we could make an exception here, for the sake of, hem,
> simplicity. :)

Bah, let's go with a dedicated user.



hping3.tgz
Description: Binary data

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


CVS: cvs.openbsd.org: ports

2016-11-11 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/11 08:16:57

Modified files:
net/samba  : Makefile 
net/samba/pkg  : PLIST-main PLIST-util 

Log message:
-util should own the /usr/local/lib/samba/ directory to prevent the following
warning when pkg_delete samba:
Error deleting directory /usr/local/lib/samba: Directory not empty

ok jca@ (maintainer)



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2016/11/11 07:52:51

Modified files:
security/py-crypto: Makefile 

Log message:
fix after the removal of if ${FLAVOR:Mpython3}

spotted by nigel@ and naddy@, ok aja@



Re: [new] net/hping3

2016-11-11 Thread Jeremie Courreges-Anglas
Stuart Henderson  writes:

> On 2016/11/10 14:28, Jeremie Courreges-Anglas wrote:
>> 
>> Here's a wip tarball for hping3.  No Tcl support (upstream seems to have
>> stop automagic Tcl version discovery at 8.4).  DESCR ripped from
>> net/hping and tweaked a bit.
>> 
>> Feedback welcome.
>
> Needs a license marker (looks like "GPLv2 only"), and zap the stray
> blank line in DESCR,

Done.

> otherwise OK - though I wonder if it might be
> worth patching (rather than just mentioning in DESCR) to add a
> message about PF if it gets EHOSTUNREACH.

Good idea.

Additional changes:
- NO_TEST=Yes (already in the previous tarball)
- replace hping2 with hping3 in manpage, else it quickly gets confusing
- drop uid to _ping, since hping3 always need root (well, afaik)

Normally we would use a dedicated uid for this port, but I wonder
whether we could make an exception here, for the sake of, hem,
simplicity. :)



hping3.tgz
Description: Binary data
-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE


CVS: cvs.openbsd.org: ports

2016-11-11 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2016/11/11 06:46:57

Modified files:
net/libmaxminddb: Makefile distinfo 

Log message:
Update GeoLite2 databases to latest version.



Re: i3-4.13

2016-11-11 Thread David Coppa
On Fri, Nov 11, 2016 at 1:08 PM, Theo Buehler  wrote:
> On Fri, Nov 11, 2016 at 12:20:27PM +0100, David Coppa wrote:
>> On Thu, 10 Nov 2016, Theo Buehler wrote:
>>
>> > On Thu, Nov 10, 2016 at 11:13:27PM +0100, David Coppa wrote:
>> > > On Thu, Nov 10, 2016 at 10:06 PM, David Coppa  wrote:
>> > > >
>> > > > Hi i3 users,
>> > > >
>> > > > Here's the update to i3-4.13.
>> > > >
>> > > > Please test and report (comments, OKs, whatever...)
>> > > >
>> > > > Ciao!
>> > > > David
>> > >
>> > > And here's the diff as attachment, if the inline one causes problems.
>> >
>> > Thanks, running it now. Will probably have time to look more closely at
>> > the diff tomorrow or on Saturday.
>>
>> New diff (also attached) with patches for manpages.
>>
>> I think this is ready for commit...
>
> I think so, too. ok tb.
>
> Survived half a day of normal work here, diffs look good.  Seems to have
> survived the switch to autotools quite well.
>
> Thanks!
>
> Just one question: I saw on the github repo that chrisz did some work on
> the tests, but they still fail with 'make test'.  Is that supposed to
> work and is there a problem in my setup or does this only work by going
> through the complicated stuff here: https://i3wm.org/docs/testsuite.html ?
>
>
> FAIL: testcases/complete-run.pl
> 
> Testsuite summary for i3 4.13
> 
> # TOTAL: 1
> # PASS:  0
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
>

Well, i3's testsuite is quite convoluted: it requires a bunch of perl
modules and the Xephyr xserver.
I need to find the time to work on this stuff...

Ciao!
David


-- 
"If you try a few times and give up, you'll never get there. But if
you keep at it... There's a lot of problems in the world which can
really be solved by applying two or three times the persistence that
other people will."
-- Stewart Nelson



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2016/11/11 05:31:19

Modified files:
mail/claws-mail: Makefile distinfo 
Removed files:
mail/claws-mail/patches: patch-src_common_ssl_c 

Log message:
Update to claws-mail-3.14.1

ok sthen@



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2016/11/11 05:28:07

Modified files:
audio/ocp  : Makefile 
audio/ocp/pkg  : DESCR PLIST 

Log message:
Make ocp compile against audio/adplug, which allows playing many OPL2/OPL3 
audio formats.

OK landry@



Re: i3-4.13

2016-11-11 Thread Theo Buehler
On Fri, Nov 11, 2016 at 12:20:27PM +0100, David Coppa wrote:
> On Thu, 10 Nov 2016, Theo Buehler wrote:
> 
> > On Thu, Nov 10, 2016 at 11:13:27PM +0100, David Coppa wrote:
> > > On Thu, Nov 10, 2016 at 10:06 PM, David Coppa  wrote:
> > > >
> > > > Hi i3 users,
> > > >
> > > > Here's the update to i3-4.13.
> > > >
> > > > Please test and report (comments, OKs, whatever...)
> > > >
> > > > Ciao!
> > > > David
> > > 
> > > And here's the diff as attachment, if the inline one causes problems.
> > 
> > Thanks, running it now. Will probably have time to look more closely at
> > the diff tomorrow or on Saturday.
> 
> New diff (also attached) with patches for manpages.
> 
> I think this is ready for commit...

I think so, too. ok tb.

Survived half a day of normal work here, diffs look good.  Seems to have
survived the switch to autotools quite well.

Thanks!

Just one question: I saw on the github repo that chrisz did some work on
the tests, but they still fail with 'make test'.  Is that supposed to
work and is there a problem in my setup or does this only work by going
through the complicated stuff here: https://i3wm.org/docs/testsuite.html ?


FAIL: testcases/complete-run.pl

Testsuite summary for i3 4.13

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0




CVS: cvs.openbsd.org: ports

2016-11-11 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2016/11/11 05:07:00

Modified files:
mail/libetpan  : Makefile 

Log message:
Drop the gettext module.

ok jca@



Update to claws-mail-3.14.1

2016-11-11 Thread Daniel Jakots
Hi,

Here's a diff to update claws-mail to a bugfix release. ChangeLog is
available: http://claws-mail.org/news.php

I moved some LDEP from all subpackages to -main as it says:
LIB_DEPENDS archivers/libarchive not needed for mail/claws-mail,-bogofilter ?
LIB_DEPENDS archivers/xz not needed for mail/claws-mail,-bogofilter ?

Cheers,
Daniel

Index: Makefile
===
RCS file: /cvs/ports/mail/claws-mail/Makefile,v
retrieving revision 1.94
diff -u -p -r1.94 Makefile
--- Makefile11 Nov 2016 10:07:51 -  1.94
+++ Makefile11 Nov 2016 11:58:47 -
@@ -8,9 +8,8 @@ COMMENT-htmlviewer= fancy htmlviewer plu
 COMMENT-pdfviewer= pdfviewer plugin
 COMMENT-gdata= gdata plugin
 
-V= 3.14.0
+V= 3.14.1
 DISTNAME=  claws-mail-${V}
-REVISION=  2
 PKGNAME-main=  ${DISTNAME}
 PKGNAME-bogofilter=claws-mail-bogofilter-${V}
 PKGNAME-spamassassin=  claws-mail-spamassassin-${V}
@@ -74,9 +73,7 @@ WANTLIB-htmlviewer += webp xcb-dri2 xcb-
 WANTLIB-pdfviewer =  ${WANTLIB}
 WANTLIB-pdfviewer += jpeg lcms2 openjpeg poppler poppler-glib tiff
 
-LIB_DEPENDS=   archivers/libarchive \
-   archivers/xz \
-   devel/libexecinfo \
+LIB_DEPENDS=   devel/libexecinfo \
mail/libetpan \
security/cyrus-sasl2 \
x11/gtk+2
@@ -86,6 +83,8 @@ RUN_DEPENDS-main= ${RUN_DEPENDS} \
x11/gtk+3,-guic
 
 LIB_DEPENDS-main=  ${LIB_DEPENDS} \
+   archivers/libarchive \
+   archivers/xz \
devel/startup-notification \
textproc/enchant \
audio/libcanberra,-gtk \
Index: distinfo
===
RCS file: /cvs/ports/mail/claws-mail/distinfo,v
retrieving revision 1.31
diff -u -p -r1.31 distinfo
--- distinfo19 Aug 2016 16:52:38 -  1.31
+++ distinfo11 Nov 2016 11:58:47 -
@@ -1,2 +1,2 @@
-SHA256 (claws/claws-mail-3.14.0.tar.gz) = 
gk22e2Cb/cf0O2+C2KgtIDMBco8l5Y4ZYW0JyBL0vw0=
-SIZE (claws/claws-mail-3.14.0.tar.gz) = 11181527
+SHA256 (claws/claws-mail-3.14.1.tar.gz) = 
sZX4ejtuym7mCvt0syU8GHE8NDFfEz/EYXGt2AzKvyM=
+SIZE (claws/claws-mail-3.14.1.tar.gz) = 11207227
Index: patches/patch-src_common_ssl_c
===
RCS file: patches/patch-src_common_ssl_c
diff -N patches/patch-src_common_ssl_c
--- patches/patch-src_common_ssl_c  26 Aug 2016 13:59:28 -  1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_common_ssl_c,v 1.3 2016/08/26 13:59:28 danj Exp $
-
-Add OpenBSD CA cert path.
-
-Committed upstream
-http://git.claws-mail.org/?p=claws.git;a=commit;h=9582967be7c891729763204c345071350c4046cf
-
 src/common/ssl.c.orig  Sun Aug  7 10:08:05 2016
-+++ src/common/ssl.c   Wed Aug 10 11:11:31 2016
-@@ -119,6 +119,7 @@ const gchar *claws_ssl_get_cert_file(void)
- {
- #ifndef G_OS_WIN32
-   const char *cert_files[]={
-+  "/etc/ssl/cert.pem",
-   "/etc/pki/tls/certs/ca-bundle.crt",
-   "/etc/certs/ca-bundle.crt",
-   "/etc/ssl/ca-bundle.pem",



Re: add py3 flavor for py-boto

2016-11-11 Thread Antoine Jacoutot
On Fri, Nov 11, 2016 at 03:05:14PM +0500, Alexandr Shadchin wrote:
> On Fri, Nov 11, 2016 at 10:46:16AM +0100, Antoine Jacoutot wrote:
> > On Fri, Nov 11, 2016 at 02:43:51PM +0500, Alexandr Shadchin wrote:
> > > Add py3 flavor for py-boto. OK ?
> > 
> > Hmm, not a super fan of it.
> > Why is it needed for?
> > 
> 
> I work on py-pandas. For docs and test need py-boto.
> 
> It not critical. I just decided to propose.
> 
> For docs need more depends, which not in tree.
> I'm inclined to disable the documentation.
> 
> For test - if not exists py-boto then test will skipped.

I usually don't mind adding python3 FLAVOR to python ports, but I don't really 
like it when they ship utilities and not just libs/modules.
That's the reason I did not create a sysutils/awscli python3 FLAVOR either.
Also I'm aware of external scripts using things like s3put... which will break 
if one only installs the python3 FLAVOR.

What I propose you do is to only package the utilities for !python3.
rm them when building -python3 and add a PFRAG for !python3.

Hope that makes sense ;-)


> > > Index: Makefile
> > > ===
> > > RCS file: /cvs/ports/net/py-boto/Makefile,v
> > > retrieving revision 1.21
> > > diff -u -p -r1.21 Makefile
> > > --- Makefile  18 Oct 2016 07:26:26 -  1.21
> > > +++ Makefile  11 Nov 2016 09:41:39 -
> > > @@ -4,7 +4,8 @@ COMMENT=  python interface to amazon web
> > >  
> > >  MODPY_EGG_VERSION=   2.43.0
> > >  DISTNAME=boto-${MODPY_EGG_VERSION}
> > > -PKGNAME= py-${DISTNAME}
> > > +PKGNAME= py-${DISTNAME}
> > > +REVISION=0
> > >  
> > >  CATEGORIES=  net
> > >  
> > > @@ -20,11 +21,19 @@ MODULES=  lang/python
> > >  MODPY_PI=Yes
> > >  MODPY_SETUPTOOLS=Yes
> > >  
> > > -RUN_DEPENDS= security/py-paramiko \
> > > - textproc/py-yaml \
> > > - www/py-requests
> > > +RUN_DEPENDS= security/py-paramiko${MODPY_FLAVOR} \
> > > + textproc/py-yaml${MODPY_FLAVOR} \
> > > + www/py-requests${MODPY_FLAVOR}
> > > +
> > > +FLAVORS= python3
> > > +FLAVOR?=
> > >  
> > >  # requires an AWS account
> > >  TEST_IS_INTERACTIVE= Yes
> > > +
> > > +post-install:
> > > + for i in ${PREFIX}/bin/*; do \
> > > + mv $${i} $${i}${MODPY_BIN_SUFFIX} ;\
> > > + done
> > >  
> > >  .include 
> > > Index: pkg/PLIST
> > > ===
> > > RCS file: /cvs/ports/net/py-boto/pkg/PLIST,v
> > > retrieving revision 1.8
> > > diff -u -p -r1.8 PLIST
> > > --- pkg/PLIST 20 Mar 2016 11:18:11 -  1.8
> > > +++ pkg/PLIST 11 Nov 2016 09:41:40 -
> > > @@ -1,25 +1,25 @@
> > >  @comment $OpenBSD: PLIST,v 1.8 2016/03/20 11:18:11 ajacoutot Exp $
> > > -bin/asadmin
> > > -bin/bundle_image
> > > -bin/cfadmin
> > > -bin/cq
> > > -bin/cwutil
> > > -bin/dynamodb_dump
> > > -bin/dynamodb_load
> > > -bin/elbadmin
> > > -bin/fetch_file
> > > -bin/glacier
> > > -bin/instance_events
> > > -bin/kill_instance
> > > -bin/launch_instance
> > > -bin/list_instances
> > > -bin/lss3
> > > -bin/mturk
> > > -bin/pyami_sendmail
> > > -bin/route53
> > > -bin/s3put
> > > -bin/sdbadmin
> > > -bin/taskadmin
> > > +bin/asadmin${MODPY_BIN_SUFFIX}
> > > +bin/bundle_image${MODPY_BIN_SUFFIX}
> > > +bin/cfadmin${MODPY_BIN_SUFFIX}
> > > +bin/cq${MODPY_BIN_SUFFIX}
> > > +bin/cwutil${MODPY_BIN_SUFFIX}
> > > +bin/dynamodb_dump${MODPY_BIN_SUFFIX}
> > > +bin/dynamodb_load${MODPY_BIN_SUFFIX}
> > > +bin/elbadmin${MODPY_BIN_SUFFIX}
> > > +bin/fetch_file${MODPY_BIN_SUFFIX}
> > > +bin/glacier${MODPY_BIN_SUFFIX}
> > > +bin/instance_events${MODPY_BIN_SUFFIX}
> > > +bin/kill_instance${MODPY_BIN_SUFFIX}
> > > +bin/launch_instance${MODPY_BIN_SUFFIX}
> > > +bin/list_instances${MODPY_BIN_SUFFIX}
> > > +bin/lss3${MODPY_BIN_SUFFIX}
> > > +bin/mturk${MODPY_BIN_SUFFIX}
> > > +bin/pyami_sendmail${MODPY_BIN_SUFFIX}
> > > +bin/route53${MODPY_BIN_SUFFIX}
> > > +bin/s3put${MODPY_BIN_SUFFIX}
> > > +bin/sdbadmin${MODPY_BIN_SUFFIX}
> > > +bin/taskadmin${MODPY_BIN_SUFFIX}
> > >  lib/python${MODPY_VERSION}/site-packages/boto/
> > >  
> > > lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
> > >  
> > > lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
> > > @@ -27,816 +27,882 @@ lib/python${MODPY_VERSION}/site-packages
> > >  
> > > lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
> > >  
> > > lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
> > >  lib/python${MODPY_VERSION}/site-packages/boto/__init__.py
> > > -lib/python${MODPY_VERSION}/site-packages/boto/__init__.pyc
> > > 

CVS: cvs.openbsd.org: ports

2016-11-11 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/11 04:57:43

Modified files:
lang/guile2: Makefile distinfo 
lang/guile2/patches: patch-libguile_filesys_c 
Removed files:
lang/guile2/patches: patch-doc_ref_guile-invoke_texi 
 patch-doc_ref_posix_texi 
 patch-module_system_repl_coop-server_scm 
 patch-module_system_repl_server_scm 

Log message:
Update to guile2-2.0.13.



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/11/11 04:52:35

Modified files:
net/gajim  : Makefile 
net/libepc : Makefile 
net/mono-zeroconf: Makefile 
print/cups : Makefile 
x11/gnome/vinagre: Makefile 
x11/remmina: Makefile 

Log message:
net/avahi,no_qt3,no_qt4 does not exist anymore.

spotted by nigel@



Re: i3-4.13

2016-11-11 Thread David Coppa
On Thu, 10 Nov 2016, Theo Buehler wrote:

> On Thu, Nov 10, 2016 at 11:13:27PM +0100, David Coppa wrote:
> > On Thu, Nov 10, 2016 at 10:06 PM, David Coppa  wrote:
> > >
> > > Hi i3 users,
> > >
> > > Here's the update to i3-4.13.
> > >
> > > Please test and report (comments, OKs, whatever...)
> > >
> > > Ciao!
> > > David
> > 
> > And here's the diff as attachment, if the inline one causes problems.
> 
> Thanks, running it now. Will probably have time to look more closely at
> the diff tomorrow or on Saturday.

New diff (also attached) with patches for manpages.

I think this is ready for commit...

Ciao!
David

Index: Makefile
===
RCS file: /cvs/ports/x11/i3/Makefile,v
retrieving revision 1.105
diff -u -p -u -p -r1.105 Makefile
--- Makefile29 Aug 2016 09:13:37 -  1.105
+++ Makefile11 Nov 2016 11:14:30 -
@@ -2,8 +2,7 @@
 
 COMMENT =  improved dynamic tiling window manager
 
-DISTNAME = i3-4.12
-REVISION = 0
+DISTNAME = i3-4.13
 CATEGORIES =   x11
 
 EXTRACT_SUFX = .tar.bz2
@@ -16,9 +15,13 @@ PERMIT_PACKAGE_CDROM =   Yes
 
 # uses pledge()
 WANTLIB += c cairo ev glib-2.0 gobject-2.0 iconv intl m pango-1.0
-WANTLIB += pangocairo-1.0 pcre startup-notification-1 xcb xcb-cursor
-WANTLIB += xcb-icccm xcb-keysyms xcb-randr xcb-render xcb-util
-WANTLIB += xcb-xinerama xcb-xkb xkbcommon xkbcommon-x11 yajl
+WANTLIB += pangocairo-1.0 pcre pthread startup-notification-1 xcb
+WANTLIB += xcb-cursor xcb-icccm xcb-keysyms xcb-randr xcb-util
+WANTLIB += xcb-xinerama xcb-xkb xcb-xrm xkbcommon xkbcommon-x11
+WANTLIB += yajl
+
+BUILD_DEPENDS =textproc/asciidoc \
+   textproc/xmlto
 
 LIB_DEPENDS =  devel/libev \
devel/libyajl>=2.0.0 \
@@ -32,40 +35,29 @@ RUN_DEPENDS =   devel/desktop-file-utils \
x11/i3status \
x11/p5-AnyEvent-I3
 
+FAKE_FLAGS =   i3confdir="${PREFIX}/share/examples/i3/"
+
+SEPARATE_BUILD = Yes
+
 USE_GMAKE =Yes
 
-NO_TEST =  Yes
+CONFIGURE_STYLE = gnu
 
-MAKE_FLAGS =   CC="${CC}" \
-   SYSCONFDIR=${SYSCONFDIR} \
-   V=1
-
-.if defined(DEBUG)
-MAKE_FLAGS +=  DEBUG=1
-.endif
-
-FAKE_FLAGS =   PREFIX=${PREFIX} \
-   EXEC_PREFIX=${PREFIX} \
-   SYSCONFDIR=${PREFIX}/share/examples \
-   INSTALL_DATA="${INSTALL_DATA}" \
-   INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
-   INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+CONFIGURE_ARGS = --enable-builddir=${WRKBUILD}
 
-post-configure:
-   ${SUBST_CMD} ${WRKSRC}/i3-dmenu-desktop \
+CONFIGURE_ENV =CPPFLAGS="-I${X11BASE}/include \
+ -I${LOCALBASE}/include" \
+   LDFLAGS="-L${X11BASE}/lib \
+-L${LOCALBASE}/lib"
+
+pre-configure:
+   ${SUBST_CMD} ${WRKSRC}/etc/config \
+   ${WRKSRC}/etc/config.keycodes \
+   ${WRKSRC}/i3-dmenu-desktop \
${WRKSRC}/i3-nagbar/main.c \
-   ${WRKSRC}/i3.config \
-   ${WRKSRC}/i3.config.keycodes \
${WRKSRC}/libi3/get_config_path.c \
-   ${WRKSRC}/libi3/get_exe_path.c
-
-post-install:
-   ${INSTALL_MAN} ${WRKBUILD}/man/*.1 ${PREFIX}/man/man1/
-   ${SUBST_MAN} ${WRKBUILD}/man/i3-config-wizard.1 \
-   ${PREFIX}/man/man1/i3-config-wizard.1
-   ${SUBST_MAN} ${WRKBUILD}/man/i3-dmenu-desktop.1 \
-   ${PREFIX}/man/man1/i3-dmenu-desktop.1
-   ${SUBST_MAN} ${WRKBUILD}/man/i3.1 ${PREFIX}/man/man1/i3.1
-   @rm ${PREFIX}/man/man1/i3-sensible*.1
+   ${WRKSRC}/libi3/get_exe_path.c \
+   ${WRKSRC}/man/i3-config-wizard.man \
+   ${WRKSRC}/man/i3.man
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/x11/i3/distinfo,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 distinfo
--- distinfo9 Mar 2016 09:25:51 -   1.25
+++ distinfo11 Nov 2016 11:14:30 -
@@ -1,2 +1,2 @@
-SHA256 (i3-4.12.tar.bz2) = 4Z4c4IwlScuoPgg8x2jUhyAsQXYNXCg/Z3UueR8deLQ=
-SIZE (i3-4.12.tar.bz2) = 988084
+SHA256 (i3-4.13.tar.bz2) = lMExg+UnqYQTKjsFDIv2KWJlAqbhM+B7QTZBrsX4z4o=
+SIZE (i3-4.13.tar.bz2) = 1121298
Index: patches/patch-Makefile_in
===
RCS file: patches/patch-Makefile_in
diff -N patches/patch-Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-Makefile_in   11 Nov 2016 11:14:30 -
@@ -0,0 +1,34 @@
+$OpenBSD$
+--- Makefile.in.orig   Tue Nov  8 19:54:08 2016
 Makefile.inThu Nov 10 19:44:19 2016
+@@ -744,10 +744,7 @@ i3include_HEADERS = \
+ dist_bin_SCRIPTS = \
+   i3-dmenu-desktop \
+   i3-migrate-config-to-v4 \
+-  i3-save-tree \
+-  i3-sensible-editor \
+-  i3-sensible-pager \
+-  i3-sensible-terminal
++  i3-save-tree
+ 
+ i3confdir = $(sysconfdir)/i3
+ 

CVS: cvs.openbsd.org: ports

2016-11-11 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/11/11 03:55:17

Modified files:
telephony/asterisk: Makefile distinfo 
telephony/asterisk/patches: patch-Makefile 
patch-configs_samples_asterisk_conf_sample 
patch-configure_ac 
patch-res_res_rtp_asterisk_c 

Log message:
update to asterisk-13.12.2, fixing a chan_sip rtptimeout problem introduced
in 13.12.1 that would cause calls to be dropped early



CVS: cvs.openbsd.org: ports

2016-11-11 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/11/11 03:07:51

Modified files:
mail/claws-mail: Makefile 

Log message:
regen all WANTLIBs in claws-mail to unbreak - packaging failed after removing 
idn from
libetpan's WANTLIB.



Re: add py3 flavor for py-boto

2016-11-11 Thread Alexandr Shadchin
On Fri, Nov 11, 2016 at 10:46:16AM +0100, Antoine Jacoutot wrote:
> On Fri, Nov 11, 2016 at 02:43:51PM +0500, Alexandr Shadchin wrote:
> > Add py3 flavor for py-boto. OK ?
> 
> Hmm, not a super fan of it.
> Why is it needed for?
> 

I work on py-pandas. For docs and test need py-boto.

It not critical. I just decided to propose.

For docs need more depends, which not in tree.
I'm inclined to disable the documentation.

For test - if not exists py-boto then test will skipped.

> 
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/net/py-boto/Makefile,v
> > retrieving revision 1.21
> > diff -u -p -r1.21 Makefile
> > --- Makefile18 Oct 2016 07:26:26 -  1.21
> > +++ Makefile11 Nov 2016 09:41:39 -
> > @@ -4,7 +4,8 @@ COMMENT=python interface to amazon web
> >  
> >  MODPY_EGG_VERSION= 2.43.0
> >  DISTNAME=  boto-${MODPY_EGG_VERSION}
> > -PKGNAME=   py-${DISTNAME}
> > +PKGNAME=   py-${DISTNAME}
> > +REVISION=  0
> >  
> >  CATEGORIES=net
> >  
> > @@ -20,11 +21,19 @@ MODULES=lang/python
> >  MODPY_PI=  Yes
> >  MODPY_SETUPTOOLS=  Yes
> >  
> > -RUN_DEPENDS=   security/py-paramiko \
> > -   textproc/py-yaml \
> > -   www/py-requests
> > +RUN_DEPENDS=   security/py-paramiko${MODPY_FLAVOR} \
> > +   textproc/py-yaml${MODPY_FLAVOR} \
> > +   www/py-requests${MODPY_FLAVOR}
> > +
> > +FLAVORS=   python3
> > +FLAVOR?=
> >  
> >  # requires an AWS account
> >  TEST_IS_INTERACTIVE=   Yes
> > +
> > +post-install:
> > +   for i in ${PREFIX}/bin/*; do \
> > +   mv $${i} $${i}${MODPY_BIN_SUFFIX} ;\
> > +   done
> >  
> >  .include 
> > Index: pkg/PLIST
> > ===
> > RCS file: /cvs/ports/net/py-boto/pkg/PLIST,v
> > retrieving revision 1.8
> > diff -u -p -r1.8 PLIST
> > --- pkg/PLIST   20 Mar 2016 11:18:11 -  1.8
> > +++ pkg/PLIST   11 Nov 2016 09:41:40 -
> > @@ -1,25 +1,25 @@
> >  @comment $OpenBSD: PLIST,v 1.8 2016/03/20 11:18:11 ajacoutot Exp $
> > -bin/asadmin
> > -bin/bundle_image
> > -bin/cfadmin
> > -bin/cq
> > -bin/cwutil
> > -bin/dynamodb_dump
> > -bin/dynamodb_load
> > -bin/elbadmin
> > -bin/fetch_file
> > -bin/glacier
> > -bin/instance_events
> > -bin/kill_instance
> > -bin/launch_instance
> > -bin/list_instances
> > -bin/lss3
> > -bin/mturk
> > -bin/pyami_sendmail
> > -bin/route53
> > -bin/s3put
> > -bin/sdbadmin
> > -bin/taskadmin
> > +bin/asadmin${MODPY_BIN_SUFFIX}
> > +bin/bundle_image${MODPY_BIN_SUFFIX}
> > +bin/cfadmin${MODPY_BIN_SUFFIX}
> > +bin/cq${MODPY_BIN_SUFFIX}
> > +bin/cwutil${MODPY_BIN_SUFFIX}
> > +bin/dynamodb_dump${MODPY_BIN_SUFFIX}
> > +bin/dynamodb_load${MODPY_BIN_SUFFIX}
> > +bin/elbadmin${MODPY_BIN_SUFFIX}
> > +bin/fetch_file${MODPY_BIN_SUFFIX}
> > +bin/glacier${MODPY_BIN_SUFFIX}
> > +bin/instance_events${MODPY_BIN_SUFFIX}
> > +bin/kill_instance${MODPY_BIN_SUFFIX}
> > +bin/launch_instance${MODPY_BIN_SUFFIX}
> > +bin/list_instances${MODPY_BIN_SUFFIX}
> > +bin/lss3${MODPY_BIN_SUFFIX}
> > +bin/mturk${MODPY_BIN_SUFFIX}
> > +bin/pyami_sendmail${MODPY_BIN_SUFFIX}
> > +bin/route53${MODPY_BIN_SUFFIX}
> > +bin/s3put${MODPY_BIN_SUFFIX}
> > +bin/sdbadmin${MODPY_BIN_SUFFIX}
> > +bin/taskadmin${MODPY_BIN_SUFFIX}
> >  lib/python${MODPY_VERSION}/site-packages/boto/
> >  
> > lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
> >  
> > lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
> > @@ -27,816 +27,882 @@ lib/python${MODPY_VERSION}/site-packages
> >  
> > lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
> >  
> > lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
> >  lib/python${MODPY_VERSION}/site-packages/boto/__init__.py
> > -lib/python${MODPY_VERSION}/site-packages/boto/__init__.pyc
> > +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}/
> > +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> > +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}auth.${MODPY_PYC_MAGIC_TAG}pyc
> > +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}auth_handler.${MODPY_PYC_MAGIC_TAG}pyc
> > +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
> > +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}connection.${MODPY_PYC_MAGIC_TAG}pyc
> > +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}exception.${MODPY_PYC_MAGIC_TAG}pyc
> > +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}handler.${MODPY_PYC_MAGIC_TAG}pyc
> > 

CVS: cvs.openbsd.org: ports

2016-11-11 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/11/11 02:48:38

Modified files:
mail/libetpan  : Makefile 

Log message:
remove libidn from libetpan LIB_DEPENDS, it was only there because of curl



Re: add py3 flavor for py-boto

2016-11-11 Thread Antoine Jacoutot
On Fri, Nov 11, 2016 at 02:43:51PM +0500, Alexandr Shadchin wrote:
> Add py3 flavor for py-boto. OK ?

Hmm, not a super fan of it.
Why is it needed for?


> Index: Makefile
> ===
> RCS file: /cvs/ports/net/py-boto/Makefile,v
> retrieving revision 1.21
> diff -u -p -r1.21 Makefile
> --- Makefile  18 Oct 2016 07:26:26 -  1.21
> +++ Makefile  11 Nov 2016 09:41:39 -
> @@ -4,7 +4,8 @@ COMMENT=  python interface to amazon web
>  
>  MODPY_EGG_VERSION=   2.43.0
>  DISTNAME=boto-${MODPY_EGG_VERSION}
> -PKGNAME= py-${DISTNAME}
> +PKGNAME= py-${DISTNAME}
> +REVISION=0
>  
>  CATEGORIES=  net
>  
> @@ -20,11 +21,19 @@ MODULES=  lang/python
>  MODPY_PI=Yes
>  MODPY_SETUPTOOLS=Yes
>  
> -RUN_DEPENDS= security/py-paramiko \
> - textproc/py-yaml \
> - www/py-requests
> +RUN_DEPENDS= security/py-paramiko${MODPY_FLAVOR} \
> + textproc/py-yaml${MODPY_FLAVOR} \
> + www/py-requests${MODPY_FLAVOR}
> +
> +FLAVORS= python3
> +FLAVOR?=
>  
>  # requires an AWS account
>  TEST_IS_INTERACTIVE= Yes
> +
> +post-install:
> + for i in ${PREFIX}/bin/*; do \
> + mv $${i} $${i}${MODPY_BIN_SUFFIX} ;\
> + done
>  
>  .include 
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/net/py-boto/pkg/PLIST,v
> retrieving revision 1.8
> diff -u -p -r1.8 PLIST
> --- pkg/PLIST 20 Mar 2016 11:18:11 -  1.8
> +++ pkg/PLIST 11 Nov 2016 09:41:40 -
> @@ -1,25 +1,25 @@
>  @comment $OpenBSD: PLIST,v 1.8 2016/03/20 11:18:11 ajacoutot Exp $
> -bin/asadmin
> -bin/bundle_image
> -bin/cfadmin
> -bin/cq
> -bin/cwutil
> -bin/dynamodb_dump
> -bin/dynamodb_load
> -bin/elbadmin
> -bin/fetch_file
> -bin/glacier
> -bin/instance_events
> -bin/kill_instance
> -bin/launch_instance
> -bin/list_instances
> -bin/lss3
> -bin/mturk
> -bin/pyami_sendmail
> -bin/route53
> -bin/s3put
> -bin/sdbadmin
> -bin/taskadmin
> +bin/asadmin${MODPY_BIN_SUFFIX}
> +bin/bundle_image${MODPY_BIN_SUFFIX}
> +bin/cfadmin${MODPY_BIN_SUFFIX}
> +bin/cq${MODPY_BIN_SUFFIX}
> +bin/cwutil${MODPY_BIN_SUFFIX}
> +bin/dynamodb_dump${MODPY_BIN_SUFFIX}
> +bin/dynamodb_load${MODPY_BIN_SUFFIX}
> +bin/elbadmin${MODPY_BIN_SUFFIX}
> +bin/fetch_file${MODPY_BIN_SUFFIX}
> +bin/glacier${MODPY_BIN_SUFFIX}
> +bin/instance_events${MODPY_BIN_SUFFIX}
> +bin/kill_instance${MODPY_BIN_SUFFIX}
> +bin/launch_instance${MODPY_BIN_SUFFIX}
> +bin/list_instances${MODPY_BIN_SUFFIX}
> +bin/lss3${MODPY_BIN_SUFFIX}
> +bin/mturk${MODPY_BIN_SUFFIX}
> +bin/pyami_sendmail${MODPY_BIN_SUFFIX}
> +bin/route53${MODPY_BIN_SUFFIX}
> +bin/s3put${MODPY_BIN_SUFFIX}
> +bin/sdbadmin${MODPY_BIN_SUFFIX}
> +bin/taskadmin${MODPY_BIN_SUFFIX}
>  lib/python${MODPY_VERSION}/site-packages/boto/
>  
> lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
>  
> lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
> @@ -27,816 +27,882 @@ lib/python${MODPY_VERSION}/site-packages
>  
> lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
>  
> lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
>  lib/python${MODPY_VERSION}/site-packages/boto/__init__.py
> -lib/python${MODPY_VERSION}/site-packages/boto/__init__.pyc
> +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}/
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}auth.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}auth_handler.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}connection.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}exception.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}handler.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}https_connection.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}jsonresponse.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}plugin.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}provider.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}regioninfo.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}requestlog.${MODPY_PYC_MAGIC_TAG}pyc
> 

add py3 flavor for py-boto

2016-11-11 Thread Alexandr Shadchin
Add py3 flavor for py-boto. OK ?

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/net/py-boto/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile18 Oct 2016 07:26:26 -  1.21
+++ Makefile11 Nov 2016 09:41:39 -
@@ -4,7 +4,8 @@ COMMENT=python interface to amazon web
 
 MODPY_EGG_VERSION= 2.43.0
 DISTNAME=  boto-${MODPY_EGG_VERSION}
-PKGNAME=   py-${DISTNAME}
+PKGNAME=   py-${DISTNAME}
+REVISION=  0
 
 CATEGORIES=net
 
@@ -20,11 +21,19 @@ MODULES=lang/python
 MODPY_PI=  Yes
 MODPY_SETUPTOOLS=  Yes
 
-RUN_DEPENDS=   security/py-paramiko \
-   textproc/py-yaml \
-   www/py-requests
+RUN_DEPENDS=   security/py-paramiko${MODPY_FLAVOR} \
+   textproc/py-yaml${MODPY_FLAVOR} \
+   www/py-requests${MODPY_FLAVOR}
+
+FLAVORS=   python3
+FLAVOR?=
 
 # requires an AWS account
 TEST_IS_INTERACTIVE=   Yes
+
+post-install:
+   for i in ${PREFIX}/bin/*; do \
+   mv $${i} $${i}${MODPY_BIN_SUFFIX} ;\
+   done
 
 .include 
Index: pkg/PLIST
===
RCS file: /cvs/ports/net/py-boto/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   20 Mar 2016 11:18:11 -  1.8
+++ pkg/PLIST   11 Nov 2016 09:41:40 -
@@ -1,25 +1,25 @@
 @comment $OpenBSD: PLIST,v 1.8 2016/03/20 11:18:11 ajacoutot Exp $
-bin/asadmin
-bin/bundle_image
-bin/cfadmin
-bin/cq
-bin/cwutil
-bin/dynamodb_dump
-bin/dynamodb_load
-bin/elbadmin
-bin/fetch_file
-bin/glacier
-bin/instance_events
-bin/kill_instance
-bin/launch_instance
-bin/list_instances
-bin/lss3
-bin/mturk
-bin/pyami_sendmail
-bin/route53
-bin/s3put
-bin/sdbadmin
-bin/taskadmin
+bin/asadmin${MODPY_BIN_SUFFIX}
+bin/bundle_image${MODPY_BIN_SUFFIX}
+bin/cfadmin${MODPY_BIN_SUFFIX}
+bin/cq${MODPY_BIN_SUFFIX}
+bin/cwutil${MODPY_BIN_SUFFIX}
+bin/dynamodb_dump${MODPY_BIN_SUFFIX}
+bin/dynamodb_load${MODPY_BIN_SUFFIX}
+bin/elbadmin${MODPY_BIN_SUFFIX}
+bin/fetch_file${MODPY_BIN_SUFFIX}
+bin/glacier${MODPY_BIN_SUFFIX}
+bin/instance_events${MODPY_BIN_SUFFIX}
+bin/kill_instance${MODPY_BIN_SUFFIX}
+bin/launch_instance${MODPY_BIN_SUFFIX}
+bin/list_instances${MODPY_BIN_SUFFIX}
+bin/lss3${MODPY_BIN_SUFFIX}
+bin/mturk${MODPY_BIN_SUFFIX}
+bin/pyami_sendmail${MODPY_BIN_SUFFIX}
+bin/route53${MODPY_BIN_SUFFIX}
+bin/s3put${MODPY_BIN_SUFFIX}
+bin/sdbadmin${MODPY_BIN_SUFFIX}
+bin/taskadmin${MODPY_BIN_SUFFIX}
 lib/python${MODPY_VERSION}/site-packages/boto/
 
lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
@@ -27,816 +27,882 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
 
lib/python${MODPY_VERSION}/site-packages/boto-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/boto/__init__.py
-lib/python${MODPY_VERSION}/site-packages/boto/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}auth.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}auth_handler.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}connection.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}exception.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}handler.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}https_connection.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}jsonresponse.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}plugin.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}provider.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}regioninfo.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}requestlog.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}resultset.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}storage_uri.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/boto/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
 

CVS: cvs.openbsd.org: ports

2016-11-11 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2016/11/11 02:40:30

Modified files:
x11/xfce4/xfce4-notifyd: Makefile distinfo 
x11/xfce4/xfce4-notifyd/pkg: PLIST 

Log message:
Update to xfce4-notifyd 0.3.4, switches to Gtk3.

See
http://simon.shimmerproject.org/2016/11/09/xfce4-notifyd-0-3-4-released-do-not-disturb-and-per-application-settings/
and the previous posts for all details about what when in this new branch.



Re: [new] net/hping3

2016-11-11 Thread Stuart Henderson
On 2016/11/10 14:28, Jeremie Courreges-Anglas wrote:
> 
> Here's a wip tarball for hping3.  No Tcl support (upstream seems to have
> stop automagic Tcl version discovery at 8.4).  DESCR ripped from
> net/hping and tweaked a bit.
> 
> Feedback welcome.

Needs a license marker (looks like "GPLv2 only"), and zap the stray
blank line in DESCR, otherwise OK - though I wonder if it might be
worth patching (rather than just mentioning in DESCR) to add a
message about PF if it gets EHOSTUNREACH.



UPDATE: textproc/py-cssselect 1.0.0

2016-11-11 Thread Alexandr Shadchin
Hi,

This diff updates cssselect to the latest release.
Tested on amd64. Take maintainership.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/textproc/py-cssselect/Makefile,v
retrieving revision 1.7
diff -u -p -w -r1.7 Makefile
--- Makefile7 Jan 2016 21:37:49 -   1.7
+++ Makefile11 Nov 2016 09:08:16 -
@@ -2,13 +2,16 @@
 
 COMMENT =  parse CSS3 Selectors and translates them to XPath 1.0
 
-MODPY_EGG_VERSION = 0.9.1
-REVISION = 1
-DISTNAME = cssselect-${MODPY_EGG_VERSION}
+MODPY_EGG_VERSION =1.0.0
 PKGNAME =  py-${DISTNAME}
 
+GH_ACCOUNT =   scrapy
+GH_PROJECT =   cssselect
+GH_TAGNAME =   v${MODPY_EGG_VERSION}
+
 CATEGORIES =   textproc
 
+MAINTAINER =   Alexandr Shadchin 
 
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
@@ -17,10 +20,12 @@ MODULES =   lang/python
 
 TEST_DEPENDS = textproc/py-lxml${MODPY_FLAVOR}
 
-MODPY_PI = Yes
 MODPY_SETUPTOOLS = Yes
 
 FLAVORS =  python3
 FLAVOR ?=
+
+do-test:
+   cd ${WRKSRC} && ${MODPY_BIN} -m unittest discover
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/textproc/py-cssselect/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -w -r1.1.1.1 distinfo
--- distinfo9 Nov 2013 13:57:49 -   1.1.1.1
+++ distinfo11 Nov 2016 09:08:16 -
@@ -1,2 +1,2 @@
-SHA256 (cssselect-0.9.1.tar.gz) = BTWn4nAUh0snrjpNM+h0njRb36YnZhlSCLeZa/EQBoI=
-SIZE (cssselect-0.9.1.tar.gz) = 32952
+SHA256 (cssselect-1.0.0.tar.gz) = L3VyA+A67cwbMaRSzydScouEM1G3gZ6i1M2e8433syQ=
+SIZE (cssselect-1.0.0.tar.gz) = 33674
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/py-cssselect/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -w -r1.2 PLIST
--- pkg/PLIST   6 Sep 2015 16:37:51 -   1.2
+++ pkg/PLIST   11 Nov 2016 09:08:16 -
@@ -9,8 +9,6 @@ lib/python${MODPY_VERSION}/site-packages
 
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/cssselect/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/cssselect/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/cssselect/${MODPY_PYCACHE}parser.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/cssselect/${MODPY_PYCACHE}tests.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/cssselect/${MODPY_PYCACHE}xpath.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/cssselect/parser.py
-lib/python${MODPY_VERSION}/site-packages/cssselect/tests.py
 lib/python${MODPY_VERSION}/site-packages/cssselect/xpath.py