INDEX build failed for 7.x

2012-10-25 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-7 - please wait.. Done. Warning: Duplicate INDEX entry: pgtcl-2.0.0 Warning: Duplicate INDEX entry: pgtcl-2.0.0 Warning: Duplicate INDEX entry: pgtcl-2.0.0 Committers on the hook: crees jkim Most recent SVN update was: Updating '.': UMk/bsd.d

Re: Index not being built again

2012-10-25 Thread Erwin Lansing
On Wed, Oct 24, 2012 at 10:21:45AM -0700, Kevin Oberman wrote: > After two days of having no ports to update on any systems I built the > index myself and: > ldns-1.6.13_1 < needs updating (port has 1.6.14) > libevent2-2.0.19< needs updating (port has 2.0.20) > libvdpau-

Re: Index not being built again

2012-10-25 Thread Chris Rees
On 25 Oct 2012 08:15, "Erwin Lansing" wrote: > > On Wed, Oct 24, 2012 at 10:21:45AM -0700, Kevin Oberman wrote: > > After two days of having no ports to update on any systems I built the > > index myself and: > > ldns-1.6.13_1 < needs updating (port has 1.6.14) > > libevent2-2.0.19

Another snag: devel/doxygen and audio/jack seem to have themselves as dependencies

2012-10-25 Thread Thomas Mueller
I have hit another snag in updating ports that depend on png. Portmaster seems to go into an infinite loop or keep looking for a long time, producing monstrous log files: -rw-r--r-- 1 root wheel 72138 Oct 2 03:18 /BETA1/usr/ports/build-png.log -rw-r--r-- 1 root wheel 8060 Oct 1

Re: Index not being built again

2012-10-25 Thread Erwin Lansing
On Thu, Oct 25, 2012 at 09:09:07AM +0100, Chris Rees wrote: > On 25 Oct 2012 08:15, "Erwin Lansing" wrote: > > > > On Wed, Oct 24, 2012 at 10:21:45AM -0700, Kevin Oberman wrote: > > > After two days of having no ports to update on any systems I built the > > > index myself and: > > > ldns-1.6.13_1

INDEX build failed for 7.x

2012-10-25 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-7 - please wait.. Done. Warning: Duplicate INDEX entry: pgtcl-2.0.0 Warning: Duplicate INDEX entry: pgtcl-2.0.0 Warning: Duplicate INDEX entry: pgtcl-2.0.0 Committers on the hook: crees cy gjb jhale jkim rakuco wen wxs Most recent SVN update was:

Re: Another snag: devel/doxygen and audio/jack seem to have themselves as dependencies

2012-10-25 Thread Scot Hetzel
On Thu, Oct 25, 2012 at 4:15 AM, Thomas Mueller wrote: > I have hit another snag in updating ports that depend on png. > > Portmaster seems to go into an infinite loop or keep looking for a long time, > producing monstrous log files: > > > -rw-r--r-- 1 root wheel 72138 Oct 2 03:18 > /BET

Re: [HEADSUP] IPV6 on by default

2012-10-25 Thread Mark Martinec
Bapt wrote: > We decided to activate the IPV6 option by default for the whole ports tree > to make sure that we ship ipv6 aware packages. > If a port is broken with the IPV6 options activated please report it > and/or fix it. That's very nice and about time to do so by default (even though a sizab

Re: Index not being built again

2012-10-25 Thread Chris Rees
On 25 Oct 2012 10:47, "Erwin Lansing" wrote: > > On Thu, Oct 25, 2012 at 09:09:07AM +0100, Chris Rees wrote: > > On 25 Oct 2012 08:15, "Erwin Lansing" wrote: > > > > > > On Wed, Oct 24, 2012 at 10:21:45AM -0700, Kevin Oberman wrote: > > > > After two days of having no ports to update on any syste

INDEX now builds successfully on 7.x

2012-10-25 Thread Erwin Lansing
___ 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"

[HEADS UP]: CVE-2012-4929 (CRIME)

2012-10-25 Thread Wesley Shields
I think there is nothing FreeBSD can do about this besides making sure our users are aware of it. The situation in which this is a problem is specific but one you should consider if you are using TLS with compression. TLS 1.2 and earlier are vulnerable to an attack commonly known as CRIME. The att

Re: [CFT] fusefs-ntfs and fusefs-libs updates

2012-10-25 Thread Dominic Fandrey
On 24/10/2012 15:33, Florian Smeets wrote: On 10/22/2012 10:05, Dominic Fandrey wrote: On my RELENG_9 system apart from ntfs non of the fusefs systems works any more: fusefs-smbnetfs-0.5.3a fusefs-sshfs-2.4 fusefs-wdfs-1.4.2_4 And concerning ntfs, ports/170695 is still present. All in all, I

Re: 'pkg check -d' showing missing dependencies after upgrading lang/perl

2012-10-25 Thread andrew clarke
On Wed 2012-10-24 14:48:59 UTC-0500, Mark Felder (f...@feld.me) wrote: > > I noticed at some point after installing and switching to pkgng, then > > upgrading Perl from 5.12 to 5.14 with 'portmaster -o lang/perl5.14 > > lang/perl5.12', the 'pkg check -d' command would still list some ports > > wit

Re: [CFT] fusefs-ntfs and fusefs-libs updates

2012-10-25 Thread andrew clarke
On Thu 2012-10-25 16:44:08 UTC+0200, Dominic Fandrey (kamik...@bsdforen.de) wrote: > > Yes, I'm aware of the problems. We are working on making the fuse import > > from head work on older releases and update the fusefs-kmod with that. > > Also we are currently looking into the problem why certain

Use custom scripts for pkg-deinstall

2012-10-25 Thread Kristopher Clark
In the port I'm working on I have a script in pkg-deinstall but FreeBSD is still trying to remove the files in pkg-plist even though my script takes care of this. Is there a way to tell FreeBSD to only run what I have in pkg-deinstall? Thank you, Kristopher Clark __

Re: Use custom scripts for pkg-deinstall

2012-10-25 Thread Chris Rees
On 25 Oct 2012 15:54, "Kristopher Clark" wrote: > > In the port I'm working on I have a script in pkg-deinstall but FreeBSD is still trying to remove the files in pkg-plist even though my script takes care of this. Is there a way to tell FreeBSD to only run what I have in pkg-deinstall? In short

Re: Use custom scripts for pkg-deinstall

2012-10-25 Thread Eitan Adler
On 25 October 2012 10:39, Kristopher Clark wrote: > In the port I'm working on I have a script in pkg-deinstall but FreeBSD is > still trying to remove the files in pkg-plist even though my script takes > care of this. Is there a way to tell FreeBSD to only run what I have in > pkg-deinstall?

Cvsup > svn (ports,src) question and...

2012-10-25 Thread Jeffrey Bouquet
When using csup/cvsup sometimes I tee the result to a new logfile so that I do not have to run pkg_version for what-to-upgrade information [1]. How could that be attained using subversion (svn)? A not-trivial inconvenience if it is not possible. [1] my $PAGER (/lookat/) has an easy search funct

Re: Cvsup > svn (ports,src) question and...

2012-10-25 Thread Eitan Adler
On 25 October 2012 16:15, Jeffrey Bouquet wrote: > When using csup/cvsup sometimes I tee the result to a new logfile so that I > do not have to run pkg_version for what-to-upgrade information [1]. How could > that be attained using subversion (svn)? A not-trivial inconvenience if it > is not p

Having problems downloading source from Sourceforge

2012-10-25 Thread Paul Schmehl
I decided to work on a new port - phpwhois. But I can't seem to get this thing to download no matter what I try. It's located at Sourceforge. When I run make makesum, I get tons of Moved temporarily errors. I've tried SF as the mast

Re: Having problems downloading source from Sourceforge

2012-10-25 Thread Jason Helfman
On Thu, Oct 25, 2012 at 2:37 PM, Paul Schmehl wrote: > I decided to work on a new port - phpwhois. But I can't seem to get this > thing to download no matter what I try. > > It's located at Sourceforge. projects/phpwhois/files/**phpwhois/

Re: Another snag: devel/doxygen and audio/jack seem to have themselves as dependencies

2012-10-25 Thread Thomas Mueller
> In the past I had seen this dependency loop: > audio/pulseaudio > - audio/jack > -- devel/doxygen > --- graphics/graphviz > graphics/devil > - devel/sdl12 > -- audio/pulseaudio > And the solution to this loop was to do one of the following: > 1. Turn the DOC option OF

FreeBSD Port: vtwm-5.4.7_3

2012-10-25 Thread Abc Xyz
Why is "rplay" being packaged with VTWM? VTWM is supposed to be a minimal no-frills window manager (I have used it for 15 years) and I very much dislike the added dependencies for things I don't care to use and violate the spirit of VTWM. I wrote the programmer that did this hack several years ago

Re: Index not being built again

2012-10-25 Thread Kevin Oberman
On Thu, Oct 25, 2012 at 5:27 AM, Chris Rees wrote: > > On 25 Oct 2012 10:47, "Erwin Lansing" wrote: >> >> On Thu, Oct 25, 2012 at 09:09:07AM +0100, Chris Rees wrote: >> > On 25 Oct 2012 08:15, "Erwin Lansing" wrote: >> > > >> > > On Wed, Oct 24, 2012 at 10:21:45AM -0700, Kevin Oberman wrote: >>