postfix-current spewing out warnings while building

2013-12-27 Thread Jakob Breivik Grimstveit
mail/postfix-current behaves somewhat strange while building, is it anything I should correct? $ sudo make clean make: /usr/ports/mail/postfix-current/Makefile line 92: warning: Couldn't read shell's output for /usr/bin/grep -m 1 '^purgestat' /etc/mail/mailer.conf || true make[1]:

Re: pkg(ng) conflict in binutils-2.23.2 and arm-eabi-binutils: 2.23.2

2013-12-27 Thread jiangnan.lujn
this ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

FreeBSD Port: remmina-1.0.0

2013-12-27 Thread Peter
Hello, The actual version of Remmina FreeBSD port has an important bug of clipboard transmission (at least in RDP sessions). The bug is explained here: https://bugs.launchpad.net/remmina/+bug/937522 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659755 It seems that the patches corrected

Re: sqlite3-3.8.1

2013-12-27 Thread Malte Hahlbeck
Hi, i can't upgrade sqlite3.7.14.1 to sqlite 3.8.1 === Building for sqlite3-3.8.1 /bin/sh ./libtool --tag=CC--mode=compile cc -DPACKAGE_NAME=\sqlite\ -DPACKAGE_TARNAME=\sqlite\ -DPACKAGE_VERSION=\3.8.1\ -DPACKAGE_STRING=\sqlite\ 3.8.1\ -DPACKAGE_BUGREPORT=\http://www.sqlite.org\;

Re: sqlite3-3.8.1

2013-12-27 Thread Baptiste Daroussin
On Fri, Dec 27, 2013 at 07:09:06PM +0100, Malte Hahlbeck wrote: Hi, i can't upgrade sqlite3.7.14.1 to sqlite 3.8.1 === Building for sqlite3-3.8.1 /bin/sh ./libtool --tag=CC--mode=compile cc -DPACKAGE_NAME=\sqlite\ -DPACKAGE_TARNAME=\sqlite\ -DPACKAGE_VERSION=\3.8.1\

Re: sqlite3-3.8.1

2013-12-27 Thread Malte Hahlbeck
Am 27.12.2013 um 19:26 schrieb Baptiste Daroussin b...@freebsd.org: On Fri, Dec 27, 2013 at 07:09:06PM +0100, Malte Hahlbeck wrote: Hi, i can't upgrade sqlite3.7.14.1 to sqlite 3.8.1 === Building for sqlite3-3.8.1 /bin/sh ./libtool --tag=CC--mode=compile cc -DPACKAGE_NAME=\sqlite\

Re: sqlite3-3.8.1

2013-12-27 Thread Baptiste Daroussin
On Fri, Dec 27, 2013 at 07:34:33PM +0100, Malte Hahlbeck wrote: Am 27.12.2013 um 19:26 schrieb Baptiste Daroussin b...@freebsd.org: On Fri, Dec 27, 2013 at 07:09:06PM +0100, Malte Hahlbeck wrote: Hi, i can't upgrade sqlite3.7.14.1 to sqlite 3.8.1 === Building for sqlite3-3.8.1

Re: sqlite3-3.8.1

2013-12-27 Thread Baptiste Daroussin
On Fri, Dec 27, 2013 at 07:44:11PM +0100, Malte Hahlbeck wrote: Am 27.12.2013 um 19:40 schrieb Baptiste Daroussin b...@freebsd.org: On Fri, Dec 27, 2013 at 07:34:33PM +0100, Malte Hahlbeck wrote: Am 27.12.2013 um 19:26 schrieb Baptiste Daroussin b...@freebsd.org: On Fri, Dec 27, 2013

[QAT] r337734: 4x leftovers

2013-12-27 Thread Ports-QAT
Update to 1.4.13 PR: ports/185224 Submitted by: Takefu - Build ID: 20131227145001-53843 Job owner: m...@freebsd.org Buildtime: 6 hours Enddate: Fri, 27 Dec 2013 21:14:30

Re: ntp-devel-4.2.7p364_2 coredumps

2013-12-27 Thread Cy Schubert
In message c06d904b-36fa-4c54-ad47-4cb737a34...@lassitu.de, Stefan Bethke wri tes: --Apple-Mail=_6EEA81A7-5FCB-41CB-A6F5-4CBEDAB3BBAE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On both 9-stable and 10-stable Dec 26 13:02:04 lokschuppen

mail/bbmail fails to compile due to missing cstdlib in a few files

2013-12-27 Thread Trond Endrestøl
Hi, mail/bbmail fails to compile (using clang on head, base r259911, ports r337712) since some the bbmail source files doesn't to include cstdlib. The attached xz compressed tar file contains my simple patches. Please review them, and if deemed appropriate, please place them in the ports

Re: dns/bind* ports overwriting conf files

2013-12-27 Thread Mathieu Arnold
+--On 25 décembre 2013 22:16:07 -0800 Doug Barton do...@dougbarton.us wrote: | While looking at the UPDATING entry for the bdb mess (more on that later) | I happened to see this: | | 20131209: |AFFECTS: users of dns/bind96, dns/bind98 and bind99 on FreeBSD 10.0 |AUTHOR: er...@freebsd.org

bsd.port.mk FETCH_ARGS defaults, why -A ?

2013-12-27 Thread John Marino
For months I've been getting a lot of fetch failures in ports that I couldn't reproduce outside of them. It appears it is caused by the default -A passed to fetch. For example, /usr/ports/emulators/javatari will fail with make fetch but it will succeed with with make fetch FETCH_ARGS=-Fpr I'd

[QAT] r337727: 4x leftovers, 16x success

2013-12-27 Thread Ports-QAT
- Support STAGE - Build ID: 20131227131000-20162 Job owner: jada...@freebsd.org Buildtime: 12 hours Enddate: Sat, 28 Dec 2013 00:41:33 GMT Revision: r337727 Repository:

Re: bsd.port.mk FETCH_ARGS defaults, why -A ?

2013-12-27 Thread Dimitry Andric
On 28 Dec 2013, at 01:12, John Marino freebsd.cont...@marino.st wrote: For months I've been getting a lot of fetch failures in ports that I couldn't reproduce outside of them. It appears it is caused by the default -A passed to fetch. For example, /usr/ports/emulators/javatari will fail

Re: bsd.port.mk FETCH_ARGS defaults, why -A ?

2013-12-27 Thread John Marino
On 12/28/2013 01:49, Dimitry Andric wrote: On 28 Dec 2013, at 01:12, John Marino freebsd.cont...@marino.st wrote: For months I've been getting a lot of fetch failures in ports that I couldn't reproduce outside of them. It appears it is caused by the default -A passed to fetch. For example,

Re: bsd.port.mk FETCH_ARGS defaults, why -A ?

2013-12-27 Thread Baptiste Daroussin
On Sat, Dec 28, 2013 at 01:52:45AM +0100, John Marino wrote: On 12/28/2013 01:49, Dimitry Andric wrote: On 28 Dec 2013, at 01:12, John Marino freebsd.cont...@marino.st wrote: For months I've been getting a lot of fetch failures in ports that I couldn't reproduce outside of them. It appears

Re: bsd.port.mk FETCH_ARGS defaults, why -A ?

2013-12-27 Thread John Marino
On 12/28/2013 01:56, Baptiste Daroussin wrote: On Sat, Dec 28, 2013 at 01:52:45AM +0100, John Marino wrote: On 12/28/2013 01:49, Dimitry Andric wrote: On 28 Dec 2013, at 01:12, John Marino freebsd.cont...@marino.st wrote: For months I've been getting a lot of fetch failures in ports that I

[QAT] r337746: 1x leftovers, 3x success

2013-12-27 Thread Ports-QAT
- new option INETD - Build ID: 20131227162201-34144 Job owner: din...@freebsd.org Buildtime: 9 hours Enddate: Sat, 28 Dec 2013 01:04:52 GMT Revision: r337746 Repository:

Re: bsd.port.mk FETCH_ARGS defaults, why -A ?

2013-12-27 Thread Michael Gmelin
On Sat, 28 Dec 2013 01:56:22 +0100 Baptiste Daroussin b...@freebsd.org wrote: On Sat, Dec 28, 2013 at 01:52:45AM +0100, John Marino wrote: On 12/28/2013 01:49, Dimitry Andric wrote: On 28 Dec 2013, at 01:12, John Marino freebsd.cont...@marino.st wrote: For months I've been getting a

Re: bsd.port.mk FETCH_ARGS defaults, why -A ?

2013-12-27 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/27/2013 04:56 PM, Baptiste Daroussin wrote: | The checksum won't match, and the next site in the MASTER_SITES | list | will be checked, right? What is the downside of this redirect? | Keep in mind that the site was once approved by the port

Re: dns/bind* ports overwriting conf files

2013-12-27 Thread Doug Barton
On 12/27/2013 04:00 PM, Mathieu Arnold wrote: +--On 25 décembre 2013 22:16:07 -0800 Doug Barton do...@dougbarton.us wrote: | While looking at the UPDATING entry for the bdb mess (more on that later) | I happened to see this: | | 20131209: |AFFECTS: users of dns/bind96, dns/bind98 and bind99

Re: bsd.port.mk FETCH_ARGS defaults, why -A ?

2013-12-27 Thread Baptiste Daroussin
On Sat, Dec 28, 2013 at 02:05:31AM +0100, Michael Gmelin wrote: On Sat, 28 Dec 2013 01:56:22 +0100 Baptiste Daroussin b...@freebsd.org wrote: On Sat, Dec 28, 2013 at 01:52:45AM +0100, John Marino wrote: On 12/28/2013 01:49, Dimitry Andric wrote: On 28 Dec 2013, at 01:12, John Marino

Re: bsd.port.mk FETCH_ARGS defaults, why -A ?

2013-12-27 Thread Michael Gmelin
On Sat, 28 Dec 2013 02:27:11 +0100 Baptiste Daroussin b...@freebsd.org wrote: On Sat, Dec 28, 2013 at 02:05:31AM +0100, Michael Gmelin wrote: On Sat, 28 Dec 2013 01:56:22 +0100 Baptiste Daroussin b...@freebsd.org wrote: On Sat, Dec 28, 2013 at 01:52:45AM +0100, John Marino wrote:

Re: Too frequent/poorly tested bsd.port.mk commits, and general uselessness of p5-FreeBSD-Portindex

2013-12-27 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/26/2013 03:03 PM, Matthew Seaman wrote: | I've just committed an update to version 3.3 which should address some | of the issues to do with handling options files. Happy to say that the latest version now runs without errors on cache-init

Re: postfix-current spewing out warnings while building

2013-12-27 Thread Kubilay Kocak
On 27/12/2013 6:59 PM, Jakob Breivik Grimstveit wrote: mail/postfix-current behaves somewhat strange while building, is it anything I should correct? $ sudo make clean make: /usr/ports/mail/postfix-current/Makefile line 92: warning: Couldn't read shell's output for /usr/bin/grep -m 1

[QAT] r337735: 4x leftovers, 8x success

2013-12-27 Thread Ports-QAT
rene-ladan.nl is offline for now, remove the WWW: line from pkg-descr - Build ID: 20131227145600-31871 Job owner: r...@freebsd.org Buildtime: 13 hours Enddate: Sat, 28 Dec 2013 03:51:23

[QAT] r337736: 12x leftovers, 16x success

2013-12-27 Thread Ports-QAT
rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCAL - Build ID: 20131227145600-2109 Job owner: r...@freebsd.org Buildtime: 13 hours Enddate: Sat, 28 Dec 2013 04:07:43

Re: ntp-devel-4.2.7p364_2 coredumps

2013-12-27 Thread Cy Schubert
In message c06d904b-36fa-4c54-ad47-4cb737a34...@lassitu.de, Stefan Bethke wri tes: --Apple-Mail=_6EEA81A7-5FCB-41CB-A6F5-4CBEDAB3BBAE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On both 9-stable and 10-stable Dec 26 13:02:04 lokschuppen