FreeBSD ports you maintain which are out of date

2014-11-17 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

textproc/sphinxsearch - fails to listen on the file socket under 9.3

2014-11-17 Thread Volodymyr Kostyrko
Hi all. Is anyone else seeing this: [Mon Nov 17 14:13:30.493 2014] [17507] accepting connections [Mon Nov 17 14:13:31.006 2014] [17507] FATAL: setsockopt() failed: Invalid argument [Mon Nov 17 14:13:31.098 2014] [17507] shutdown complete [Mon Nov 17 14:13:31.100 2014] [17506] last message

Re: Deleting ports distfiles

2014-11-17 Thread RW
On Sun, 16 Nov 2014 14:10:00 -0900 Royce Williams wrote: On Sun, Nov 16, 2014 at 1:55 PM, andrew clarke m...@ozzmosis.com wrote: On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt (pvo...@uos.de) wrote: I have just seen that /usr/ports/distfiles has grown up to 12 GiB. My hopefully

Re: textproc/sphinxsearch - fails to listen on the file socket under 9.3

2014-11-17 Thread Matthew Seaman
On 2014/11/17 12:22, Volodymyr Kostyrko wrote: Hi all. Is anyone else seeing this: [Mon Nov 17 14:13:30.493 2014] [17507] accepting connections [Mon Nov 17 14:13:31.006 2014] [17507] FATAL: setsockopt() failed: Invalid argument [Mon Nov 17 14:13:31.098 2014] [17507] shutdown complete

Re: Deleting ports distfiles

2014-11-17 Thread Adam Vande More
On Mon, Nov 17, 2014 at 7:12 AM, RW rwmailli...@googlemail.com wrote: portmaster removes any files not associated with currently installed packages, the other two do can do that, but also have the option to leave any files that are still up-to-date with respect to the ports tree. This is a

FreeBSD Port: cfengine36-3.6.1_3,1

2014-11-17 Thread Jurica Borozan
Hi, I am trying to run cfengine 3.6.1 and 3.5.8 but it will not work with XML files: error: Cannot edit XML files without LIBXML2 Installing libxml2-2.9.2_2 did not help. Which dependency is the one used in creation of this CFengine package (it is not enlisted in requirements) ? Many thanks and

Re: Deleting ports distfiles

2014-11-17 Thread Warren Block
On Mon, 17 Nov 2014, RW wrote: portupgrade's portsclean utility and distviper (from sysutils/bsdadminscripts) can do it more flexibly. portmaster removes any files not associated with currently installed packages, the other two do can do that, but also have the option to leave any files that

archivers/arj fails to build

2014-11-17 Thread Dr. Peter Voigt
I am in the process of rebuilding all ports. I am using for this: # portmaster --no-confirm --no-term-title -D -G archivers/arj Unfortunately, archivers/arj fails to build: cc -DSFL=4 -c -Ifreebsd10.1 -I./freebsd10.1/POSIX/rs -I. -O2 -pipe -fPIC -fstack-protector -fno-strict-aliasing

Re: archivers/arj fails to build

2014-11-17 Thread Dr. Peter Voigt
Sorry, command for rebuilding all ports was: # portmaster --no-confirm --no-term-title -D -G -a -f Regards, Peter ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: archivers/arj fails to build

2014-11-17 Thread Kurt Jaeger
Hi! Unfortunately, archivers/arj fails to build: I just tested it on my reference install (10.1, amd64). It just builds. But: I used /usr/local/sbin/portupgrade -aprRf -M BATCH=yes to rebuild everything before that (which worked, to a certain level). -- p...@opsec.eu+49 171

Re: Deleting ports distfiles

2014-11-17 Thread Jeffrey Bouquet via freebsd-ports
On Mon, 11/17/14, Warren Block wbl...@wonkity.com wrote: Actually, portmaster can do that also: portmaster -t -y -clean-distfiles ___ Test first I did not want the majority deleted... #portsclean

Re: archivers/arj fails to build

2014-11-17 Thread andrew clarke
On Mon 2014-11-17 20:00:01 UTC+0100, Kurt Jaeger (li...@opsec.eu) wrote: Unfortunately, archivers/arj fails to build: I just tested it on my reference install (10.1, amd64). It just builds. ARJ builds OK here on 10.1. My first thought is the OP has something unusual in /etc/make.conf. My

Re: archivers/arj fails to build

2014-11-17 Thread Dr. Peter Voigt
On Mon, 17 Nov 2014 20:00:01 +0100 Kurt Jaeger li...@opsec.eu wrote: Hi! Unfortunately, archivers/arj fails to build: I just tested it on my reference install (10.1, amd64). It just builds. But: I used /usr/local/sbin/portupgrade -aprRf -M BATCH=yes to rebuild everything before

Re: archivers/arj fails to build

2014-11-17 Thread Dr. Peter Voigt
On Tue, 18 Nov 2014 06:16:02 +1100 andrew clarke m...@ozzmosis.com wrote: On Mon 2014-11-17 20:00:01 UTC+0100, Kurt Jaeger (li...@opsec.eu) wrote: Unfortunately, archivers/arj fails to build: I just tested it on my reference install (10.1, amd64). It just builds. ARJ builds OK

wrong docs for EXTRACT_CMD friends...

2014-11-17 Thread John-Mark Gurney
Looks like when EXTRACT_CMD was updated, the docs at the begining of bsd.ports.mk wasn't updated... EXTRACT_CMD is defined as ${TAR}, but it says earlier: # EXTRACT_CMD - Command for extracting archive: bzip2 if USE_BZIP2 # is set, gzip otherwise. Looks like the

help w/ port just installing files...

2014-11-17 Thread John-Mark Gurney
So, I'm trying to get a port that will install the NIST's KAT vectors so I can write a test program using them... I don't know what is the best way to handle plist creation and installation. I have this Makefile so far: # Created by: John-Mark Gurney j...@freebsd.org # $FreeBSD$ PORTNAME=

Re: help w/ port just installing files...

2014-11-17 Thread Waitman Gobble
On Mon, November 17, 2014 7:31 pm, John-Mark Gurney wrote: So, I'm trying to get a port that will install the NIST's KAT vectors so I can write a test program using them... I don't know what is the best way to handle plist creation and installation. I have this Makefile so far: # Created

Re: help w/ port just installing files...

2014-11-17 Thread Chris H
On Mon, 17 Nov 2014 19:31:10 -0800 John-Mark Gurney j...@funkthat.com wrote So, I'm trying to get a port that will install the NIST's KAT vectors so I can write a test program using them... I don't know what is the best way to handle plist creation and installation. I have this Makefile so

Re: help w/ port just installing files...

2014-11-17 Thread Waitman Gobble
On Mon, November 17, 2014 12:14 pm, Waitman Gobble wrote: On Mon, November 17, 2014 7:31 pm, John-Mark Gurney wrote: So, I'm trying to get a port that will install the NIST's KAT vectors so I can write a test program using them... I don't know what is the best way to handle plist creation

Confirm your Twitter account, Brackett VanSchaick

2014-11-17 Thread Twitter via freebsd-ports
=Y29uZmlybV9ibGFzdF9uZXdfdGVtcGxhdGU%3Damp;sig=ad98f5794e333ed1664b2fb98ef6497114e2a21aamp;iid=ecea8e2dcaed470a9b371f3e96724543amp;uid=2851874679amp;nid=244+308+20141117 ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe