Re: [maintainer update] rust 1.0.0

2015-05-16 Thread Sébastien Marie
On Sat, May 16, 2015 at 10:24:46PM +, Brandon Mercer wrote: > I have a very similar diff that I did yesterday and it worked well. The > beta that is in ports now is not really usable as is so I'm OK with it > going in. What are the problem you have with beta ? A rust problem that the update sh

patch to net/irc

2015-05-16 Thread John L. Scarfone
I attempted to send this to Brian Caswell but it bounced. I noticed that ircd was crashing on me sometimes when a user disconnects. I traced it down to the time_t bump to 64 bits. Below is a patch. There may be other time_t issues but I haven't had a chance to look yet. $ cat patch-ircd_s_misc_c

Vulnerable packages in ports tree 16/05

2015-05-16 Thread Sevan / Venture37
sysutils/testdisk http://www.cgsecurity.org/wiki/TestDisk_7.0_Release dnsmasq https://www.obrela.com/home/security-labs/advisories/osi-advisory-osi-1502/ devel/pcre CVE-2014-8964 CVE-2015-2325 CVE-2015-2326 http://bugs.exim.org/show_bug.cgi?id=1546 http://bugs.exim.org/show_bug.cgi?id=1591 http:

[NEW] astro/ansiweather

2015-05-16 Thread Frederic Cambus
Hi ports@, Here is a new port : astro/ansiweather Tested on amd64. Beware, if configuration file doesn't exists, the script queries a GeoIP API to try to approximate user location, this service may be overloaded at time so the application might appear stalled. --- >From DESCR : AnsiWeather is

Re: [UPDATE] productivity/taskwarrior 2.4.3 => 2.4.4

2015-05-16 Thread Eric Lalonde
On May 10, 2015, at 11:12 PM, Eric Lalonde wrote: > Attached is a bugfix update to productivity/taskwarrior. The main purpose for > this release is to address an issue where the wrong task may be modified if > GC is disabled. > > Full changelog is available at > https://git.tasktools.org/pr

Re: opendnssec and softhsm revisited

2015-05-16 Thread Patrik Lundin
Hello again! > > I have now been updating the ports for both opendnssec and softhsm to > the latest versions (opendnssec 1.4.6 and softhsm 1.3.7). While doing > this I extended my testing from amd64/sparc64 to i386. Sadly this > revealed a segfault in ods-signerd (which was present in 1.4.5 as wel

devel/bison

2015-05-16 Thread Mark Kettenis
This one is tricky. The bison skeleton code uses malloc(3) and free(3), and tries to make sure a prototype for those functions is in scope. It attempts to detect if has been included, and if not, provides its own prototypes. The detection code checks if _STDLIB_H has been defined. However, the

Re: java/tanukiwrapper

2015-05-16 Thread Stuart Henderson
On 2015/05/16 12:29, Mark Kettenis wrote: > Make sure object files linked into a shared library get compiled with -fPIC. > > Matches what is done on Linux. > > ok? OK.

Re: mail/cyrus-imapd

2015-05-16 Thread Antoine Jacoutot
On Sat, May 16, 2015 at 12:56:53PM +0200, Mark Kettenis wrote: > Tries to link /usr/local/lib/libcom_err.a into shared library. The > static library isn't PIC, so that fails. > > We actually do have shared libcom_err. However, this is not picked up > by the configure script because using the --w

ffmpeg/binutils-2.17

2015-05-16 Thread Stuart Henderson
FFmpeg fails to configure with binutils-2.17 (inter-library dependency issue with libssl/libcrypto). Should we just disable as-needed on it for now? This allows it to build on i386 though the library setup in Makefile is rather complicated and I don't know if we need anything other than the simple

mail/cyrus-imapd

2015-05-16 Thread Mark Kettenis
Tries to link /usr/local/lib/libcom_err.a into shared library. The static library isn't PIC, so that fails. We actually do have shared libcom_err. However, this is not picked up by the configure script because using the --with-com_err configure option forces the use of the static library. Easie

[Update] Homebank 5.0.2

2015-05-16 Thread Pierre-Emmanuel André
Hi, Small diff to update Homebank to it's latest version (5.0.2). Tested on @amd64. Comments, OK ? Regards, Index: Makefile === RCS file: /cvs/ports/productivity/homebank/Makefile,v retrieving revision 1.24 diff -u -p -u -p -r1.24 M

java/tanukiwrapper

2015-05-16 Thread Mark Kettenis
Make sure object files linked into a shared library get compiled with -fPIC. Matches what is done on Linux. ok? Index: Makefile === RCS file: /cvs/ports/java/tanukiwrapper/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefil

Re: NEW: devel/hub-2.2.0

2015-05-16 Thread Fabian Raetz
On Thu, May 14, 2015 at 02:27:11PM -0500, Kent R. Spillner wrote: > On Sat, May 09, 2015 at 07:49:24PM +0200, Fabian Raetz wrote: > > i finally found some time to look at this again. The go test cases were > > failing because they depend on an initialized git repo in ${WRKSRC} > > which i create no

Re: [Update] GnuPG 2.1.4

2015-05-16 Thread David Coppa
Il 16/mag/2015 10:15, "Pierre-Emmanuel André" ha scritto: > > Hi, > > Small diff to update GnuPG to it's latest version (2.1.4). > Tested on @amd64. > Comments/OK ? Works fine with my OpenPGP smartcard! Ok dcoppa@ > Regards, Ciao, David

[Update] GnuPG 2.1.4

2015-05-16 Thread Pierre-Emmanuel André
Hi, Small diff to update GnuPG to it's latest version (2.1.4). Tested on @amd64. Comments/OK ? Regards, Index: Makefile === RCS file: /cvs/ports/security/gnupg2/Makefile,v retrieving revision 1.36 diff -u -p -u -p -r1.36 Makefile --

[maintainer update] rust 1.0.0

2015-05-16 Thread Sébastien Marie
Hi, Here a patch in order to update rust to 1.0.0 (stable version). Tested using make test. Thanks. -- Sébastien Marie Index: Makefile === RCS file: /cvs/ports/lang/rust/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefil