Upgrading issues from 5.6 to 5.7 (testing only)

2015-03-18 Thread Jason Tubnor
Hi Ports, Just doing pre-upgrade testing to 5.7 and just wanted to share a few points that might need to be added to faq/upgrade57.html: MariaDB mysql replacement wouldn't start. Uncommenting the following in the /etc/my.cnf got it to start: innodb_data_home_dir = /var/mysql innodb_data_file_p

Re: Update: databases/mdbtools

2015-03-18 Thread Stuart Henderson
On 2015/03/18 20:58, Dmitrij D. Czarkoff wrote: > I actually forgot that I already fixed it in openbsd-wip, and I actually > credited you for the fix. I guess I attached outdated tarball... Heh, no worries :) FIrst, you will need to import txt2man. The version in github needs NO_TEST=Yes then it

Update: mail/isync

2015-03-18 Thread Dmitrij D. Czarkoff
Hi! Below is an update for mail/isync (1.0.6 => 1.1.2). -- Dmitrij D. Czarkoff diff -Nurx CVS mail/isync/Makefile openbsd-wip/mail/isync/Makefile --- mail/isync/Makefile Mon Mar 9 10:10:11 2015 +++ openbsd-wip/mail/isync/Makefile Mon Mar 9 14:25:35 2015 @@ -2,7 +2,7 @@ COMMENT= s

Re: Update: databases/mdbtools

2015-03-18 Thread Dmitrij D. Czarkoff
Stuart Henderson said: > > + ONLY_FOR_ARCHS = alpha amd64 i386 powerpc mips64 mips64el sparc64 > .. > > +MODGCC4_ARCHS =alpha amd64 i386 powerpc mips64 mips64el sparc64 > > I don't think we don't need a hardcoded list here, other ports that > need gcc4.8+ use "MODGCC4_ARCHS = *" and r

Re: pkg_add - different pkg signature taken for equal

2015-03-18 Thread Markus Lude
On Tue, Mar 17, 2015 at 08:54:04PM +, Stuart Henderson wrote: > On 2015/03/17 21:07, Markus Lude wrote: > > Hello Marc, > > > > pkg_add seems to have some problem here with comparing signatures. I run > > -current on sparc64. > > > > For example I build gtar from ports after libiconv update.

UPDATE: textproc/hevea

2015-03-18 Thread Ingo Feinerer
Update textproc/hevea to 2.23: - Remove patches/patch-Makefile (appears to work without; tested on amd64) - facility is no longer used, so skip the note in pkg/DESCR (see usr/local/share/doc/hevea/browser.html) - tetex -> texlive - Nitpicking: latex -> LaTeX, Ocaml -> OCaml Best regards, I

NEW: www/go-websocket

2015-03-18 Thread Kent R. Spillner
Attached is a new port for Go's websocket package (http://golang.org/x/net/websocket). This is a dependency of websocketd which I will post next. Ok? $ cat pkg/DESCR: Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. www_go-websocket.tar.gz D

NEW: www/websocketd

2015-03-18 Thread Kent R. Spillner
Attached is a new port for websocketd, which lets you access any command line tool via a websocket. It depends on the go-websocket port sent previously. $ cat pkg/DESCR websocketd is a small command-line tool that will wrap an existing command-line interface program, and allow it to be accessed v

Re: NEW: sysutils/myrepos (vc management tool)

2015-03-18 Thread Toby Slight
On 7 February 2015 at 07:47, Toby Slight wrote: > Hello again @ports! > > As mentioned at the end of my vcsh new port email, here is the myrepos > port, which I use in conjunction with vcsh to manage my configuration > files, although it can be used independent of vcsh, and indeed git. > > Hi por

Re: [NEW] devel/jsoncpp (required by cmake-3.2.1)

2015-03-18 Thread Stuart Henderson
On 2015/03/18 08:18, David Coppa wrote: > > Hi! > > Here's a port for devel/jsoncpp, based on the port at > https://github.com/jasperla/openbsd-wip/tree/master/devel/jsoncpp/ > jca@ did some time ago. > > It is a new dependency for the upcoming update to CMake-3.2.1. > > Comments and/or OKs? >

[update] cmake-3.2.1

2015-03-18 Thread David Coppa
Here's the update to CMake-3.2.1. It wants the new port for devel/jsoncpp I've sent attached to my previous mail. As usual, put it in your next bulk if you can so we'll be sure to not break anything. Cheers! David Index: Makefile

[NEW] devel/jsoncpp (required by cmake-3.2.1)

2015-03-18 Thread David Coppa
Hi! Here's a port for devel/jsoncpp, based on the port at https://github.com/jasperla/openbsd-wip/tree/master/devel/jsoncpp/ jca@ did some time ago. It is a new dependency for the upcoming update to CMake-3.2.1. Comments and/or OKs? Ciao, David jsoncpp_port.tgz Description: Binary data

Re: Update: databases/mdbtools

2015-03-18 Thread Stuart Henderson
On 2015/03/18 10:11, Dmitrij D. Czarkoff wrote: > Hi! > > Now that ports are unlocked, I guess this may be committed. > > Comments? OKs? > > Dmitrij D. Czarkoff said: > > Below comes an update for databases/mdbtools. The major difference > > between version 0.7.1 (new) and 20070603 snapshot (ol

Re: Update: wpa_supplicant-2.4

2015-03-18 Thread Pascal Stumpf
On Wed, 18 Mar 2015 03:30:41 -0600, David Coppa wrote: > > Hi! > > An update to the latest release of wpa_supplicant. > > Please test as usual (eduroam, etc..) works fine with eduroam. ok. > Ciao, > David > > Index: Makefile > =

Re: UPDATE: www/netsurf

2015-03-18 Thread Anthony J. Bentley
"Anthony J. Bentley" writes: > > > NetSurf 3.3 was released a few days ago. Landry also points out that the DESCRs were wrong in both attached ports. Here they are again... -- Anthony J. Bentley libnsutils.tar.gz Description: libnsutils.tar.gz libutf8proc.tar.gz Description: libutf8proc.tar.

Update: wpa_supplicant-2.4

2015-03-18 Thread David Coppa
Hi! An update to the latest release of wpa_supplicant. Please test as usual (eduroam, etc..) Ciao, David Index: Makefile === RCS file: /cvs/ports/security/wpa_supplicant/Makefile,v retrieving revision 1.23 diff -u -p -u -p -r1.23

Re: Update: databases/mdbtools

2015-03-18 Thread Dmitrij D. Czarkoff
Hi! Now that ports are unlocked, I guess this may be committed. Comments? OKs? Dmitrij D. Czarkoff said: > Below comes an update for databases/mdbtools. The major difference > between version 0.7.1 (new) and 20070603 snapshot (old) is support for > non-ASCII text, which may come handy. > > Cur

[new] pavucontrol and xfce4-pulseaudio

2015-03-18 Thread Landry Breuil
Hi, while i dont use and despise pulseaudio, sometimes you need to debug it, so here's ports for xfce4-pulseaudio and pavucontrol. pavucontrol gtk3 FLAVOR doesnt start here but that might be because im not totally up2date - feedback welcome from people actually using pulseaudio. oks to import ?

[update] inkscape 0.91

2015-03-18 Thread Landry Breuil
Hi, turns out it was much easier than i thought... here's an update to the recently released inkscape 0.91, with lotsa new features. See https://inkscape.org/en/news/2015/01/30/inkscape-version-091-is-released/ and http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91 Starts here, i havent l

Update: devel/py-hg-git

2015-03-18 Thread Dmitrij D. Czarkoff
Hi! Below is a trivial update to devel/py-hg-git. It now depends on devel/py-dulwich>0.9.4 (instead of devel/py-dulwich>=0.9.4) because there is a reported issue with dulwich 0.9.4 that was fixed after 0.8.0 release. (In ports py-dulwich was updated from 0.9.4 to 0.9.7, which is still current an