Re: auditing port options and following default option value changes

2014-08-27 Thread Matthew Seaman
On 28/08/2014 04:56, Adam McDougall wrote:
> On 08/27/2014 21:12, Don Lewis wrote:
>> I'm pretty much ready to throw in the towel on upgrading ports in place
>> with portupgrade and I'm planning on switching to poudriere.  As part of
>> this conversion, I'd like to figure out what ports have non-default
>> options and which options are set to non-default values.  Then I can
>> figure out whether I want to set each option back to default or
>> propagate the non-default value to poudriere.
>>
>> Also, since the option files for each port contain the values for all
>> the options, if I have a port with one non-default option value set, how
>> can I follow updates to the default values of the other options?
> 
> This may help:
> http://docs.freebsd.org/cgi/mid.cgi?53FDE021.5030108
> 
> I have not abandoned all my options files yet, I've eliminated some over
> time as I switch to defining options in make.conf.  I'll probably get
> burned some day and finish it off.

poudriere options creates a directory structure under
/usr/local/etc/poudriere.d/options [*] identical to what's under
/var/db/ports
so you can just make a link...

# cd /usr/local/etc/poudriere.d
# ls -la options
lrwxr-xr-x  1 root  wheel  13 Dec 24  2012 options@ -> /var/db/ports

If you also set up /usr/ports as your default ports tree:

# poudriere ports -l
PORTSTREE METHOD TIMESTAMP   PATH
default   svn2014-08-27 07:55:55 /usr/ports

then you end up being able to ad-hoc compile anything from ports on
demand, and you can just add it to your poudriere builds after the fact.
 Obviously, this is only of much use directly on your poudriere build
box, so limited to small-scale setups.

Cheers,

Matthew

[*] Possibly modified to include jail or ports tree names in case you
want different options for different package sets.

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey




signature.asc
Description: OpenPGP digital signature


[QAT] 366381: 4x fail

2014-08-27 Thread Ports-QAT
Update to version 4.7.3.

PR: ports/193039
Submitted by:   Ports Fury.
-

  Build ID:  20140828063800-14888
  Job owner: vani...@freebsd.org
  Buildtime: 3 minutes
  Enddate:   Thu, 28 Aug 2014 06:40:36 GMT

  Revision:  366381
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366381

-

Port:lang/gambit-c v4.7.3,1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion

2014-08-27 Thread Erich Dollansky
Hi,

I did not got through the full thread to see if you found a solution.

Allow me to tell you how I generally update multiple machines no matter
in what state they are in. If they are all on the same source version,
I compile on one machine the new kernel for the target machine. I will
install it them either via NFS on other machines or via bootable media
on which I copy the newly compiled source tree and the new binaries.

When the other machine is up, I go through the normal installation
procedure for kernel and world. Be careful with mergemaster and do not
overwrite some configuration files.

It might seems awkward but I did not run into any problems since I
moved to this procedure.

You might get first a generic kernel onto an external media and upgrade
to generic if you want before compiling the 'real thing' on the target
machine.

Erich

On Tue, 26 Aug 2014 22:11:25 +0200
Torfinn Ingolfsen  wrote:

> I have a machine which has an old installation of FreeBSD 8.3 on it:
> root@kg-vm2# uname -a
> FreeBSD kg-vm2 8.3-RC2 FreeBSD 8.3-RC2 #0: Sat Mar 24 16:15:47 UTC
> 2012 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
> amd64
> 
> and I want to update it. Since FreeBSD this old doesn't have svnlite
> installed, I fetch a ports tree (no, this machine didn't have one
> already) and try to install the subversion port:
> root@kg-vm2# cd /usr/ports/devel/subversion
> root@kg-vm2# make install
> Unknown modifier 't'
> 
> "/usr/ports/Mk/bsd.port.mk", line 1727: Malformed conditional
> (defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES")
> Unknown modifier 't'
> 
> Unknown modifier 't'
> 
> Unknown modifier 't'
> 
> "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional
> (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan")
> Unknown modifier 't'
> 
> Unknown modifier 't'
> 
> "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop
> "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for
> loop.
> 
> "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop
> "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for
> loop.
> 
> make: fatal errors encountered -- cannot continue
> 
> So I google a bit and find this[1] thread.
> Hmm, ok let's try to install bmake then:
> root@kg-vm2# cd /usr/ports/devel/bmake
> root@kg-vm2# make install
> Unknown modifier 't'
> 
> Unknown modifier 't'
> 
> Unknown modifier 't'
> 
> Unknown modifier 't'
> 
> Unknown modifier 't'
> 
> "/usr/ports/Mk/bsd.sites.mk", line 956: Malformed conditional
> (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan")
> Unknown modifier 't'
> 
> Unknown modifier 't'
> 
> "/usr/ports/Mk/bsd.port.mk", line 2858: Unclosed conditional/for loop
> "/usr/ports/Mk/bsd.port.mk", line 2858: Unexpected end of file in for
> loop.
> 
> "/usr/ports/Mk/bsd.port.mk", line 6574: Unclosed conditional/for loop
> "/usr/ports/Mk/bsd.port.mk", line 6574: Unexpected end of file in for
> loop.
> 
> 1 open conditional:
>  at line 1167 (evaluated to true)
> make: fatal errors encountered -- cannot continue
> 
> Now, can anyone explain to me how I am going to get an updated source
> (/usr/src) onto this machine, without resorting to (to me, totally
> unnecessary) unconventional steps?
> 
> AFAICT, there is nothing in /usr/ports/UPDATING about this.
> So much for POLA.
> Bah.
> 
> References:
> 1) https://forums.freebsd.org/viewtopic.php?f=5&t=46291#p258936

___
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"


[QAT] 366380: 4x fail

2014-08-27 Thread Ports-QAT
Back out parts of the r366375 that had nothing to do with staging or fixing
the build on -CURRENT.  This restores Makefile sanity and diff clarity with
r357486.  (Fixing the build without GCC would be attempted separately.)
-

  Build ID:  20140828062400-60381
  Job owner: da...@freebsd.org
  Buildtime: 2 minutes
  Enddate:   Thu, 28 Aug 2014 06:26:19 GMT

  Revision:  366380
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366380

-

Port:devel/asmutils 0.18_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366379: 4x fail

2014-08-27 Thread Ports-QAT
Update to version 0.99.9.

PR: ports/193041
Submitted by:   Ports Fury.
-

  Build ID:  20140828062200-22784
  Job owner: vani...@freebsd.org
  Buildtime: 2 minutes
  Enddate:   Thu, 28 Aug 2014 06:24:24 GMT

  Revision:  366379
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366379

-

Port:multimedia/xine 

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


Re: auditing port options and following default option value changes

2014-08-27 Thread Adam McDougall
On 08/27/2014 21:12, Don Lewis wrote:
> I'm pretty much ready to throw in the towel on upgrading ports in place
> with portupgrade and I'm planning on switching to poudriere.  As part of
> this conversion, I'd like to figure out what ports have non-default
> options and which options are set to non-default values.  Then I can
> figure out whether I want to set each option back to default or
> propagate the non-default value to poudriere.
> 
> Also, since the option files for each port contain the values for all
> the options, if I have a port with one non-default option value set, how
> can I follow updates to the default values of the other options?

This may help:
http://docs.freebsd.org/cgi/mid.cgi?53FDE021.5030108

I have not abandoned all my options files yet, I've eliminated some over
time as I switch to defining options in make.conf.  I'll probably get
burned some day and finish it off.
___
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"


[QAT] 366377: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
devel/py-protobuf: Modernize

- Add LICENSE and LICENSE_FILE
- Modernize Python framework entries
- Add regression-test target

QA: Ran 216 tests in 0.298s - OK
Approved by:maintainer
-

  Build ID:  20140828034200-5062
  Job owner: ko...@freebsd.org
  Buildtime: 4 minutes
  Enddate:   Thu, 28 Aug 2014 03:46:27 GMT

  Revision:  366377
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366377

-

Port:devel/py-protobuf 

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ko...@freebsd.org/20140828034200-5062-404569/py27-protobuf-2.5.0_2.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366376: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
Support STAGEDIR.

PR: ports/193038
Submitted by:   Ports Fury.
-

  Build ID:  20140828034200-30163
  Job owner: vani...@freebsd.org
  Buildtime: 2 minutes
  Enddate:   Thu, 28 Aug 2014 03:44:22 GMT

  Revision:  366376
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366376

-

Port:games/xpat2 1.07_4

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828034200-30163-404565/xpat2-1.07_4.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366375: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
1: Fix build on -current
2: Stagify.

PR: ports/193030
Submitted by:   Ports Fury.
-

  Build ID:  20140828033600-21428
  Job owner: vani...@freebsd.org
  Buildtime: 2 minutes
  Enddate:   Thu, 28 Aug 2014 03:38:17 GMT

  Revision:  366375
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366375

-

Port:devel/asmutils 0.18_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828033600-21428-404561/asmutils-0.18_1.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366374: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
Support STAGEDIR

PR: ports/193037
Submitted by:   Ports Fury.
-

  Build ID:  20140828033000-56049
  Job owner: vani...@freebsd.org
  Buildtime: 4 minutes
  Enddate:   Thu, 28 Aug 2014 03:33:51 GMT

  Revision:  366374
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366374

-

Port:games/xmris 4.04_4

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828033000-56049-404557/xmris-4.04_4.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366373: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
Upgrade to 3.0.7.

PR: ports/193025
Submitted by:   Ports Fury.
-

  Build ID:  20140828032400-29758
  Job owner: vani...@freebsd.org
  Buildtime: 3 minutes
  Enddate:   Thu, 28 Aug 2014 03:26:41 GMT

  Revision:  366373
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366373

-

Port:benchmarks/siege 3.0.7

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828032400-29758-404553/siege-3.0.7.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366372: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
Support STAGEDIR.

PR: ports/193036
Submitted by:   Ports Fury
-

  Build ID:  20140828032000-26370
  Job owner: vani...@freebsd.org
  Buildtime: 3 minutes
  Enddate:   Thu, 28 Aug 2014 03:22:35 GMT

  Revision:  366372
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366372

-

Port:games/xjewel 1.6_4

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828032000-26370-404549/xjewel-1.6_4.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366371: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
Support STAGEDIR

PR: ports/193033
Submitted by:   Ports Fury
-

  Build ID:  20140828031601-43237
  Job owner: vani...@freebsd.org
  Buildtime: 3 minutes
  Enddate:   Thu, 28 Aug 2014 03:18:36 GMT

  Revision:  366371
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366371

-

Port:games/balazarbrothers 

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828031601-43237-404545/balazarbrothers-0.3.1_6.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366370: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
[NEW] devel/py-riak_pb: Riak Protocol Buffers Messages

Message definitions for the Protocol Buffers-based interface to Riak and
various Erlang-specific utility modules for the message types.

WWW: https://github.com/basho/riak_pb
-

  Build ID:  20140828030601-32742
  Job owner: ko...@freebsd.org
  Buildtime: 5 minutes
  Enddate:   Thu, 28 Aug 2014 03:11:18 GMT

  Revision:  366370
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366370

-

Port:devel/py-riak_pb 

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ko...@freebsd.org/20140828030601-32742-404541/py27-riak_pb-2.0.0.16.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366368: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Support STAGEDIR

PR: ports/193034
Submitted by:   Ports Fury.
-

  Build ID:  20140828025800-30437
  Job owner: vani...@freebsd.org
  Buildtime: 12 minutes
  Enddate:   Thu, 28 Aug 2014 03:10:27 GMT

  Revision:  366368
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366368

-

Port:games/slune 

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828025800-30437-404531/slune-1.0.15_5.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828025800-30437-404533/slune-1.0.15_5.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366369: 4x fail

2014-08-27 Thread Ports-QAT
Update to version 2.3.67.

PR: ports/193035
Submitted by:   Ports Fury.
-

  Build ID:  20140828030600-21170
  Job owner: vani...@freebsd.org
  Buildtime: 3 minutes
  Enddate:   Thu, 28 Aug 2014 03:09:10 GMT

  Revision:  366369
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366369

-

Port:games/vultures-eye 2.3.67

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366367: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Support STAGEDIR

PR: ports/193029
Submitted by:   Ports Fury.
-

  Build ID:  20140828025000-19804
  Job owner: vani...@freebsd.org
  Buildtime: 3 minutes
  Enddate:   Thu, 28 Aug 2014 02:53:28 GMT

  Revision:  366367
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366367

-

Port:deskutils/tel 

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828025000-19804-404527/tel-0.1.7.1_3.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828025000-19804-404529/tel-0.1.7.1_3.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366366: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
1: Upgrade to 0.19.4.
2: Stagify.

PR: ports/193071
Submitted by:   
-

  Build ID:  20140828023800-37300
  Job owner: vani...@freebsd.org
  Buildtime: 13 minutes
  Enddate:   Thu, 28 Aug 2014 02:51:12 GMT

  Revision:  366366
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366366

-

Port:net/prosearch 0.19.4

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828023800-37300-404523/prosearch-0.19.4.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828023800-37300-404525/prosearch-0.19.4.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366365: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Fix build on 10+
-

  Build ID:  20140828022601-19255
  Job owner: ad...@freebsd.org
  Buildtime: 3 minutes
  Enddate:   Thu, 28 Aug 2014 02:28:45 GMT

  Revision:  366365
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366365

-

Port:sysutils/bsdmoted 0.4.0

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ad...@freebsd.org/20140828022601-19255-404519/bsdmoted-0.4.0.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ad...@freebsd.org/20140828022601-19255-404521/bsdmoted-0.4.0.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366364: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Upgrade to 0.14, remove BROKEN, fix pkg-plist.

PR: ports/193068
Submitted by:   maintainer
-

  Build ID:  20140828022000-42561
  Job owner: vani...@freebsd.org
  Buildtime: 3 minutes
  Enddate:   Thu, 28 Aug 2014 02:23:24 GMT

  Revision:  366364
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366364

-

Port:net-p2p/p5-Net-DirectConnect 0.14

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828022000-42561-404515/p5-Net-DirectConnect-0.14.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140828022000-42561-404517/p5-Net-DirectConnect-0.14.log


--
Buildarchive URL: 
redports 
___
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"


Re: Building subversion-1.8.10 under poudriere

2014-08-27 Thread Mark Linimon
On Wed, Aug 27, 2014 at 05:30:22PM -0500, Lawrence K. Chen, P.Eng. wrote:
> Wonder if there's still time to now see what ports I have installed that
> haven't been staged yet?

This doesn't quite answer your question, but there's a portsmon page
listing all nonstaged ports:

http://portsmon.freebsd.org/portsconcordancefornostage.py?sortby=portname

The current count shown is 637.

mcl
___
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"


auditing port options and following default option value changes

2014-08-27 Thread Don Lewis
I'm pretty much ready to throw in the towel on upgrading ports in place
with portupgrade and I'm planning on switching to poudriere.  As part of
this conversion, I'd like to figure out what ports have non-default
options and which options are set to non-default values.  Then I can
figure out whether I want to set each option back to default or
propagate the non-default value to poudriere.

Also, since the option files for each port contain the values for all
the options, if I have a port with one non-default option value set, how
can I follow updates to the default values of the other options?

___
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"


Re: Building subversion-1.8.10 under poudriere

2014-08-27 Thread Lawrence K. Chen, P.Eng.


On 08/27/14 17:30, Lawrence K. Chen, P.Eng. wrote:
> 
> 
> On 08/27/14 08:41, Adam McDougall wrote:
>> On 08/27/2014 09:09, Willem Jan Withagen wrote:
>>> On 2014-08-27 14:41, Dimitry Andric wrote:

 This is a problem in the devel/apr1 port.  It checks for modf(), finds
 it in libc, then assumes isnan() also comes from libc.  However, that
 does not work for static linking.

 Please apply the attached patch for apr1, which I have been using for
 some time now.
>>>
>>> Hi Dimitry,
>>>
>>> So this is due to me wanting to link things static?
>>> Then I'll reconfig subversion to dynamic linking.
>>> Because I don't have a clue (yet) as to how to get (and keep) custom
>>> patches in a poudriere environment.
>>>
>>> Thanx for the reply,
>>> --WjW
>>>
>>
>> I keep custom patches this way:
>>
>> /usr/local/etc/poudriere.d/my-appropriate-make.conf:
>>
>> .if ${.CURDIR:M*/mail/mutt}
>> EXTRA_PATCHES+= /distfiles/mypatches/patch-mail-mutt-fix-imap-append
>> .endif
>>
>> You may also be interested in things like:
>> .if ${.CURDIR:M*/security/krb5}
>> CONFIGURE_ARGS+=--localstatedir=/var/db
>> WITH_OPENSSL_PORT=yes
>> .endif
>>
>> I suggest using this method in poudriere's make.conf for port building
>> options:
>> DEFAULT_VERSIONS=   perl5=5.16 php=5.4 mysql=5.5 apache=2.2 pgsql=8.4
>> # Global port options
>> OPTIONS_UNSET+=AVAHI BONJOUR CUPS MDNS PULSEAUDIO
>> # specific port options:
>> mail_dovecot_SET=GSSAPI
>> mail_dovecot_UNSET=MANAGESIEVE
>>
>> That way you only change the options you desire and aren't hardcoding
>> any of the other port options in case the default changes in the future,
>> possibly in a critical way (threading for example).
>>
>> The path to the patch must be a proper path within port building jails
>> and I believe poudriere mounts it's distfiles directory on /distfiles.
>> It has to be a path that is available within port building jails.  I
>> picked distfiles because it is available.  One thing I like about
>> EXTRA_PATCHES is it will cause a port build to fail if the file is not
>> found, so if that happens I will know to correct the problem rather than
>> produce unpatched packages.  I add my "mypatches" directory to my
>> standard server backups so it is easy to restore if needed.  Beware
>> running poudriere distclean since it will wipe out unreferenced files in
>> distfiles.
>>
>>
> 
> Hmmm, wonder why I didn't think of that?
> 
> I've been trying to get poudriere workingI did go through the ugly
> exercise of going through all my servers to attempt to unify port options.
> Currently trying to go with two setsone for my headless servers and one
> for servers with heads :)  Though there's still enough difference that it
> might not be possible.  Though I've also thought of additional sets to
> generate packages for updates I haven't done yet (which is one of reasons
> driving trying to get things working, I haven't upgraded from apache 2.2 to
> 2.4 yet)
> 
> What I settled on instead of to create a tree with my extra patches, and use
> portshaker to merge
> 
> Other delays in getting this going, is that I've been trying to use CFEngine
> to handle the consolidation of options and pkglists and driving portshaker and
> poudriere
> 
> I did a bulk run of everything from my headless servers this morningof
> 622, only one failed, one skipped, and one ignored.
> 
> The failed port was 'x11-toolkits/ocaml-lablgtk2', could probably get around
> it by changing port option for no-X11 for unison on these servers.  The
> skipped port was unison, where the failed port is a dependency.  Probably
> don't need X11 graphics support in unison on these servers (even though
> one of the servers starts Xvfb during bootbecause it runs an application
> that needs X during startup, but never again once its runningLinux version
> probably has the same weird issue, except none of my Linux servers were
> headless...so it was never noticed.  Killed off the last Linux server on
> August 10th...)  Which is why I didn't do "OPTIONS_UNSET= X11" in make.conf
> for this setbut I almost did.
> 
> The ignored port was because I had missed setting a required setting in
> make.conf (its missing on all my servers...but haven't had to update that port
> since it got installed, so didn't notice the settings had disappeared.)
> 
> Now I'm having trouble because I have ports installed (namely gnome related)
> that had long ago disappeared
> 
> Wonder if there's still time to now see what ports I have installed that
> haven't been staged yet?
> 

And, now another poudriere bulk run is in progressthe final obstacle was
that I some how had a dependency loop...

pulseaudio-0.9.23_2 -> jackit-0.121.3_5 -> doxygen-1.8.7_1,1 ->
tex-web2c-20140525 -> zziplib-0.13.62_1 -> sdl-1.2.15_4,2 -> pulseaudio-0.9.23_2

Wonder how that came to beforget why I had turned on JACK in pulseaudio on
one system, its not set on the othersso changing that broke t

Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion

2014-08-27 Thread Lawrence K. Chen, P.Eng.


On 08/27/14 17:09, Torfinn Ingolfsen wrote:
> Hello,
> 
> On Wed, Aug 27, 2014 at 5:07 PM, Kurt Jaeger  wrote:
>> Hi!
>>> I didn't figure it out from the man page at least.
>>> Trying the simple solution doesn't work:
>>> root@kg-vm2# freebsd-update fetch
>>
>> Try
>>
>> freebsd-update -r 8.4-RELEASE upgrade
> 
> this one appears to work (and yes, I should have figured it out from
> the man page):
> root@kg-vm2#  freebsd-update -r 8.4-RELEASE upgrade
> Looking up update.FreeBSD.org mirrors... 5 mirrors found.
> Fetching metadata signature for 8.3-RC2 from update5.freebsd.org... done.
> Fetching metadata index... done.
> Fetching 1 metadata files... done.
> Inspecting system... done.
> 
> The following components of FreeBSD seem to be installed:
> kernel/generic src/base src/bin src/cddl src/contrib src/crypto src/etc
> src/games src/gnu src/include src/krb5 src/lib src/libexec src/release
> src/rescue src/sbin src/secure src/share src/sys src/tools src/ubin
> src/usbin world/base world/doc world/games world/lib32 world/manpages
> 
> The following components of FreeBSD do not seem to be installed:
> world/catpages world/dict world/info world/proflibs
> 
> Does this look reasonable (y/n)? y
> 
> Fetching metadata signature for 8.4-RELEASE from update5.freebsd.org... done.
> Fetching metadata index... done.
> Fetching 1 metadata patches. done.
> Applying metadata patches... done.
> Fetching 1 metadata files... done.
> Inspecting system... done.
> Fetching files from 8.3-RC2 for merging... done.
> Preparing to download files... done.
> Fetching 34433 
> patches.102030405060708090100110120
> 
> 
> So perhaps the freebsd-update method should be documented as "the way out"?
> 

I missed the start of this threadbut two months ago, had a customer with a
FreeBSD 9.0 system (with jails) that had wanted to upgrade Jenkins ... where
after doing an 'ezjail-admin update -P' ran into similar issues from 
bsd.port.mk.

Using freebse-update to upgrade to 9.1-RELEASE went a lot better than I
expected, including upgrading the jails...something its previous admin had
said wasn't possible, hence the lack of updates/upgrades.

At the time, I was partly hoping that 9.3 would make an early appearance, even
though it would be difficult to know if there would be any surprisesbeyond
the ones I had prepared for, having run into such issues when I updated some
servers from 9.1 to 9.2.

But, I opted to only take them to 9.1, since at the time...9.2 was going to
EOL at the end of September, while 9.1 wouldn't EOL until the end of the year.
 And, I had been told that they're moving sometime next quarter, so it'll be
somebody else's problem when they need to upgrade again.

Not sure about the fate of the other two production 9.1 servers.

-- 
Who: Lawrence K. Chen, P.Eng. - W0LKC - Sr. Unix Systems Administrator
For: Enterprise Server Technologies (EST) -- & SafeZone Ally
___
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"


Re: Building subversion-1.8.10 under poudriere

2014-08-27 Thread Lawrence K. Chen, P.Eng.


On 08/27/14 08:41, Adam McDougall wrote:
> On 08/27/2014 09:09, Willem Jan Withagen wrote:
>> On 2014-08-27 14:41, Dimitry Andric wrote:
>>>
>>> This is a problem in the devel/apr1 port.  It checks for modf(), finds
>>> it in libc, then assumes isnan() also comes from libc.  However, that
>>> does not work for static linking.
>>>
>>> Please apply the attached patch for apr1, which I have been using for
>>> some time now.
>>
>> Hi Dimitry,
>>
>> So this is due to me wanting to link things static?
>> Then I'll reconfig subversion to dynamic linking.
>> Because I don't have a clue (yet) as to how to get (and keep) custom
>> patches in a poudriere environment.
>>
>> Thanx for the reply,
>> --WjW
>>
> 
> I keep custom patches this way:
> 
> /usr/local/etc/poudriere.d/my-appropriate-make.conf:
> 
> .if ${.CURDIR:M*/mail/mutt}
> EXTRA_PATCHES+= /distfiles/mypatches/patch-mail-mutt-fix-imap-append
> .endif
> 
> You may also be interested in things like:
> .if ${.CURDIR:M*/security/krb5}
> CONFIGURE_ARGS+=--localstatedir=/var/db
> WITH_OPENSSL_PORT=yes
> .endif
> 
> I suggest using this method in poudriere's make.conf for port building
> options:
> DEFAULT_VERSIONS=   perl5=5.16 php=5.4 mysql=5.5 apache=2.2 pgsql=8.4
> # Global port options
> OPTIONS_UNSET+=AVAHI BONJOUR CUPS MDNS PULSEAUDIO
> # specific port options:
> mail_dovecot_SET=GSSAPI
> mail_dovecot_UNSET=MANAGESIEVE
> 
> That way you only change the options you desire and aren't hardcoding
> any of the other port options in case the default changes in the future,
> possibly in a critical way (threading for example).
> 
> The path to the patch must be a proper path within port building jails
> and I believe poudriere mounts it's distfiles directory on /distfiles.
> It has to be a path that is available within port building jails.  I
> picked distfiles because it is available.  One thing I like about
> EXTRA_PATCHES is it will cause a port build to fail if the file is not
> found, so if that happens I will know to correct the problem rather than
> produce unpatched packages.  I add my "mypatches" directory to my
> standard server backups so it is easy to restore if needed.  Beware
> running poudriere distclean since it will wipe out unreferenced files in
> distfiles.
> 
> 

Hmmm, wonder why I didn't think of that?

I've been trying to get poudriere workingI did go through the ugly
exercise of going through all my servers to attempt to unify port options.
Currently trying to go with two setsone for my headless servers and one
for servers with heads :)  Though there's still enough difference that it
might not be possible.  Though I've also thought of additional sets to
generate packages for updates I haven't done yet (which is one of reasons
driving trying to get things working, I haven't upgraded from apache 2.2 to
2.4 yet)

What I settled on instead of to create a tree with my extra patches, and use
portshaker to merge

Other delays in getting this going, is that I've been trying to use CFEngine
to handle the consolidation of options and pkglists and driving portshaker and
poudriere

I did a bulk run of everything from my headless servers this morningof
622, only one failed, one skipped, and one ignored.

The failed port was 'x11-toolkits/ocaml-lablgtk2', could probably get around
it by changing port option for no-X11 for unison on these servers.  The
skipped port was unison, where the failed port is a dependency.  Probably
don't need X11 graphics support in unison on these servers (even though
one of the servers starts Xvfb during bootbecause it runs an application
that needs X during startup, but never again once its runningLinux version
probably has the same weird issue, except none of my Linux servers were
headless...so it was never noticed.  Killed off the last Linux server on
August 10th...)  Which is why I didn't do "OPTIONS_UNSET= X11" in make.conf
for this setbut I almost did.

The ignored port was because I had missed setting a required setting in
make.conf (its missing on all my servers...but haven't had to update that port
since it got installed, so didn't notice the settings had disappeared.)

Now I'm having trouble because I have ports installed (namely gnome related)
that had long ago disappeared

Wonder if there's still time to now see what ports I have installed that
haven't been staged yet?

-- 
Who: Lawrence K. Chen, P.Eng. - W0LKC - Sr. Unix Systems Administrator
For: Enterprise Server Technologies (EST) -- & SafeZone Ally
___
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"


[QAT] 366336: 1x fail, 3x success

2014-08-27 Thread Ports-QAT
- Fix build on head

Approved by:portmgr (implicit)
-

  Build ID:  20140827180400-55829
  Job owner: bdrew...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 22:31:17 GMT

  Revision:  366336
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366336

-

Port:lang/sml-mode.el 3.9.5_5

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~bdrew...@freebsd.org/20140827180400-55829-404415/sml-mode-3.9.5_5.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~bdrew...@freebsd.org/20140827180400-55829-404416/sml-mode-3.9.5_5.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~bdrew...@freebsd.org/20140827180400-55829-404417/sml-mode-3.9.5_5.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366363: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
devel/py-cffi: add run path to the built library

- USES python
-

  Build ID:  2014082700-56629
  Job owner: w...@freebsd.org
  Buildtime: 3 minutes
  Enddate:   Wed, 27 Aug 2014 22:24:42 GMT

  Revision:  366363
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366363

-

Port:devel/py-cffi 

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~w...@freebsd.org/2014082700-56629-404512/py27-cffi-0.8.6_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~w...@freebsd.org/2014082700-56629-404513/py27-cffi-0.8.6_1.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366362: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
www/squid33: Upgrade version 3.3.11 => 3.3.13

Refactored the makefile again, added urls for known bugs in the makefile,
Removed FS_COSS from options (broken everywhere).  The new versions bring
in fixes from upstream too.

PR: 192983
Collaboration:  timp87 and ohauer@
-

  Build ID:  20140827215600-13108
  Job owner: mar...@freebsd.org
  Buildtime: 24 minutes
  Enddate:   Wed, 27 Aug 2014 22:20:18 GMT

  Revision:  366362
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366362

-

Port:www/squid33 3.3.13

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mar...@freebsd.org/20140827215600-13108-404508/squid33-3.3.13.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366361: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Fix @dirrm auto-generation for PORTDOCS/PORTEXAMPLES/PORTDATA with globs.

Fix up net-mgmt/netmond pkg-plist for @mode (regression with pkg from
r347404 committed by rene@) and remove two @dirrm lines that are now excess.

Exp-run completed.

PR: 191746
Reviewed by:antoine
Approved by:portmgr (antoine)
-

  Build ID:  20140827215400-7565
  Job owner: mand...@freebsd.org
  Buildtime: 25 minutes
  Enddate:   Wed, 27 Aug 2014 22:19:27 GMT

  Revision:  366361
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366361

-

Port:net-mgmt/netmond 2.2b6_7

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mand...@freebsd.org/20140827215400-7565-404504/netmond-2.2b6_7.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mand...@freebsd.org/20140827215400-7565-404505/netmond-2.2b6_7.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366360: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Stage japanese/xyaku

PR: 193058
Submitted by:   turutani
-

  Build ID:  20140827212000-46712
  Job owner: mar...@freebsd.org
  Buildtime: 58 minutes
  Enddate:   Wed, 27 Aug 2014 22:18:18 GMT

  Revision:  366360
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366360

-

Port:japanese/xyaku 1.4.0_5

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mar...@freebsd.org/20140827212000-46712-404500/ja-xyaku-1.4.0_5.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mar...@freebsd.org/20140827212000-46712-404501/ja-xyaku-1.4.0_5.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366359: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
- Strip library
- Shorten MASTER_SITES

PR: 192110
Submitted by:   amdmi3
Approved by:maintainer timeout
-

  Build ID:  20140827211600-459
  Job owner: amd...@freebsd.org
  Buildtime: 61 minutes
  Enddate:   Wed, 27 Aug 2014 22:17:13 GMT

  Revision:  366359
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366359

-

Port:devel/ossp-al 0.9.3_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827211600-459-404496/ossp-al-0.9.3_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827211600-459-404497/ossp-al-0.9.3_1.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366351: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
- Drop .la files, no dependees require them

Approved by:portmgr blanket
-

  Build ID:  20140827204401-41226
  Job owner: amd...@freebsd.org
  Buildtime: 85 minutes
  Enddate:   Wed, 27 Aug 2014 22:09:03 GMT

  Revision:  366351
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366351

-

Port:multimedia/libva-vdpau-driver 0.7.4_5

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827204401-41226-404464/libva-vdpau-driver-0.7.4_5.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366358: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
Sanitize @mode u+s to @mode 04555 and bump PORTREVISION.

PR: 185285 (regression)
Approved by:portmgr (antoine)
-

  Build ID:  20140827211200-63493
  Job owner: mand...@freebsd.org
  Buildtime: 64 minutes
  Enddate:   Wed, 27 Aug 2014 22:16:12 GMT

  Revision:  366358
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366358

-

Port:mail/qpopper 4.1.0_3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mand...@freebsd.org/20140827211200-63493-404492/qpopper-4.1.0_3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366352: 2x fail, 2x ignored: this port needs libdrm version that is available when with_new_xorg is set

2014-08-27 Thread Ports-QAT
- Drop .la files, no dependees require them

Approved by:portmgr blanket
-

  Build ID:  20140827204401-38904
  Job owner: amd...@freebsd.org
  Buildtime: 86 minutes
  Enddate:   Wed, 27 Aug 2014 22:10:03 GMT

  Revision:  366352
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366352

-

Port:multimedia/libva-intel-driver 1.3.1_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   IGNORED: THIS PORT NEEDS LIBDRM VERSION THAT IS AVAILABLE 
WHEN WITH_NEW_XORG IS SET

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   IGNORED: THIS PORT NEEDS LIBDRM VERSION THAT IS AVAILABLE 
WHEN WITH_NEW_XORG IS SET


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366349: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
- Fix build by providing LIBS
- Fix plist

Approved by:portmgr blanket
-

  Build ID:  20140827204400-11712
  Job owner: amd...@freebsd.org
  Buildtime: 83 minutes
  Enddate:   Wed, 27 Aug 2014 22:07:06 GMT

  Revision:  366349
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366349

-

Port:archivers/rpm4 4.11.2_2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827204400-11712-404456/rpm4-4.11.2_2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827204400-11712-404457/rpm4-4.11.2_2.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366357: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
japanese/edict-utf-8: Update WWW

This was originally a staging PR, but vanilla staged it before the PR
was processed.  He missed the WWW update though, so I'll do that now.

PR: 193060
Submitted by:   turutani
-

  Build ID:  20140827211000-49106
  Job owner: mar...@freebsd.org
  Buildtime: 65 minutes
  Enddate:   Wed, 27 Aug 2014 22:15:17 GMT

  Revision:  366357
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366357

-

Port:japanese/edict-utf-8 20100420

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mar...@freebsd.org/20140827211000-49106-404488/ja-edict-utf-8-20100420.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mar...@freebsd.org/20140827211000-49106-404489/ja-edict-utf-8-20100420.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366356: 2x fail, 2x dud

2014-08-27 Thread Ports-QAT
Parts of Russia will change times on 2014-10-26.
Australia will now use Axxx.
Time zone name changes for Asia/Novokuznetsk and Xinjiang and Samoa
and America/Metlakatla.

And lots of historical changes (See
http://mm.icann.org/pipermail/tz-announce/2014-August/23.html
for the full details.)
-

  Build ID:  20140827210601-47145
  Job owner: ed...@freebsd.org
  Buildtime: 68 minutes
  Enddate:   Wed, 27 Aug 2014 22:14:12 GMT

  Revision:  366356
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366356

-

Port:misc/zoneinfo 2014.f

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   DUD

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   DUD


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366355: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Bump PORTREVISION after pkg-plist fix.

Submitted by:   bapt
Approved by:portmgr (bapt)
-

  Build ID:  20140827210400-47832
  Job owner: mand...@freebsd.org
  Buildtime: 69 minutes
  Enddate:   Wed, 27 Aug 2014 22:13:12 GMT

  Revision:  366355
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366355

-

Port:sysutils/3dm 2.11.00.021_1,1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mand...@freebsd.org/20140827210400-47832-404480/3dm-2.11.00.021_1,1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mand...@freebsd.org/20140827210400-47832-404481/3dm-2.11.00.021_1,1.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366344: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
sysutils/rubygem-hammer_cli: update to 0.1.3

PR: 193013
Submitted by:   Michael Moll 
-

  Build ID:  20140827195600-46696
  Job owner: swi...@freebsd.org
  Buildtime: 2 hours
  Enddate:   Wed, 27 Aug 2014 22:01:45 GMT

  Revision:  366344
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366344

-

Port:sysutils/rubygem-hammer_cli 0.1.3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20140827195600-46696-404436/rubygem-hammer_cli-0.1.3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366354: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Siren is a text-based audio player for UNIX-like operating systems. It
supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file
formats.

WWW: http://www.kariliq.nl/siren/
-

  Build ID:  20140827205600-25636
  Job owner: olivi...@freebsd.org
  Buildtime: 76 minutes
  Enddate:   Wed, 27 Aug 2014 22:12:12 GMT

  Revision:  366354
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366354

-

Port:audio/siren 0.4

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20140827205600-25636-404476/siren-0.4.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~olivi...@freebsd.org/20140827205600-25636-404477/siren-0.4.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366353: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Fix up @mode line to use 0400.

PR: 191115
Approved by: portmgr (bapt)
-

  Build ID:  20140827205200-23870
  Job owner: mand...@freebsd.org
  Buildtime: 79 minutes
  Enddate:   Wed, 27 Aug 2014 22:11:07 GMT

  Revision:  366353
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366353

-

Port:sysutils/3dm 2.11.00.021,1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mand...@freebsd.org/20140827205200-23870-404472/3dm-2.11.00.021,1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~mand...@freebsd.org/20140827205200-23870-404473/3dm-2.11.00.021,1.log


--
Buildarchive URL: 
redports 
___
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"


Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion

2014-08-27 Thread Torfinn Ingolfsen
Hello,

On Wed, Aug 27, 2014 at 5:07 PM, Kurt Jaeger  wrote:
> Hi!
>> I didn't figure it out from the man page at least.
>> Trying the simple solution doesn't work:
>> root@kg-vm2# freebsd-update fetch
>
> Try
>
> freebsd-update -r 8.4-RELEASE upgrade

this one appears to work (and yes, I should have figured it out from
the man page):
root@kg-vm2#  freebsd-update -r 8.4-RELEASE upgrade
Looking up update.FreeBSD.org mirrors... 5 mirrors found.
Fetching metadata signature for 8.3-RC2 from update5.freebsd.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/generic src/base src/bin src/cddl src/contrib src/crypto src/etc
src/games src/gnu src/include src/krb5 src/lib src/libexec src/release
src/rescue src/sbin src/secure src/share src/sys src/tools src/ubin
src/usbin world/base world/doc world/games world/lib32 world/manpages

The following components of FreeBSD do not seem to be installed:
world/catpages world/dict world/info world/proflibs

Does this look reasonable (y/n)? y

Fetching metadata signature for 8.4-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.
Inspecting system... done.
Fetching files from 8.3-RC2 for merging... done.
Preparing to download files... done.
Fetching 34433 
patches.102030405060708090100110120


So perhaps the freebsd-update method should be documented as "the way out"?
-- 
Regards,
Torfinn Ingolfsen
___
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"


[QAT] 366350: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
- Drop .la files, no dependees require them

Approved by:portmgr blanket
-

  Build ID:  20140827204401-33783
  Job owner: amd...@freebsd.org
  Buildtime: 84 minutes
  Enddate:   Wed, 27 Aug 2014 22:08:03 GMT

  Revision:  366350
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366350

-

Port:multimedia/libmpeg2 0.5.1_6

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827204401-33783-404460/libmpeg2-0.5.1_6.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366346: 3x fail, 1x success

2014-08-27 Thread Ports-QAT
Update ---> 4.2.7p465 ---> 4.2.7p466
-

  Build ID:  20140827200600-37594
  Job owner: c...@freebsd.org
  Buildtime: 2 hours
  Enddate:   Wed, 27 Aug 2014 22:03:54 GMT

  Revision:  366346
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366346

-

Port:net/ntp-devel 4.2.7p466

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~c...@freebsd.org/20140827200600-37594-40/ntp-devel-4.2.7p466.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366347: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Add missing libs
-

  Build ID:  20140827201200-55510
  Job owner: t...@freebsd.org
  Buildtime: 113 minutes
  Enddate:   Wed, 27 Aug 2014 22:05:02 GMT

  Revision:  366347
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366347

-

Port:emulators/hercules 3.10_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140827201200-55510-404448/hercules-3.10_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140827201200-55510-404449/hercules-3.10_1.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366342: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Add USES=libtool and INSTALL_TARGET=install-strip
-

  Build ID:  20140827194600-65070
  Job owner: t...@freebsd.org
  Buildtime: 2 hours
  Enddate:   Wed, 27 Aug 2014 21:59:45 GMT

  Revision:  366342
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366342

-

Port:sysutils/fusefs-libs 2.9.3_3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140827194600-65070-404428/fusefs-libs-2.9.3_3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140827194600-65070-404429/fusefs-libs-2.9.3_3.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366343: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Convert to USES=libtool:keepla
-

  Build ID:  20140827195600-52632
  Job owner: t...@freebsd.org
  Buildtime: 2 hours
  Enddate:   Wed, 27 Aug 2014 22:00:50 GMT

  Revision:  366343
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366343

-

Port:emulators/hercules 3.10_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140827195600-52632-404432/hercules-3.10_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140827195600-52632-404433/hercules-3.10_1.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366348: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
- Fix shebangs
- Strip libraries
-

  Build ID:  20140827202600-46519
  Job owner: amd...@freebsd.org
  Buildtime: 100 minutes
  Enddate:   Wed, 27 Aug 2014 22:06:02 GMT

  Revision:  366348
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366348

-

Port:emulators/xsystem35 1.7.2_17

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827202600-46519-404452/xsystem35-1.7.2_17.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827202600-46519-404453/xsystem35-1.7.2_17.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366345: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
sysutils/rubygem-hammer_cli_foreman: update to 0.1.3

PR: 193014
Submitted by:   Michael Moll  (maintainer)
-

  Build ID:  2014082721-38227
  Job owner: swi...@freebsd.org
  Buildtime: 2 hours
  Enddate:   Wed, 27 Aug 2014 22:02:50 GMT

  Revision:  366345
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366345

-

Port:sysutils/rubygem-hammer_cli_foreman 0.1.3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/2014082721-38227-404440/rubygem-hammer_cli_foreman-0.1.3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/2014082721-38227-404441/rubygem-hammer_cli_foreman-0.1.3.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366341: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Convert to USES=libtool.  Because the bundled libtool is too old to work
with devel/libltdl libtoolize and other autotools are needed.
-

  Build ID:  20140827191401-2116
  Job owner: t...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Wed, 27 Aug 2014 21:58:16 GMT

  Revision:  366341
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366341

-

Port:emulators/tme 0.8_5

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140827191401-2116-404424/tme-0.8_5.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140827191401-2116-404425/tme-0.8_5.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366337: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Add debug output to staticFiltering unit test

Reviewed by:bdrewery
Approved by:bdrewery
-

  Build ID:  20140827182600-18098
  Job owner: gre...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 21:57:15 GMT

  Revision:  366337
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366337

-

Port:devel/ice 3.5.1_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~gre...@freebsd.org/20140827182600-18098-404420/Ice-3.5.1_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~gre...@freebsd.org/20140827182600-18098-404421/Ice-3.5.1_1.log


--
Buildarchive URL: 
redports 
___
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"


Re: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.

2014-08-27 Thread Bryan Drewery
On 8/27/2014 2:21 PM, Bryan Drewery wrote:
> On 8/27/2014 1:29 PM, Michael Jung wrote:
>> NIX THIS!
>>
>> Damn, I ran this on a box with the SSP repository configured.  Hope no-one 
>> wasted any time on this.
>>
>> Pkg has updated on numerous other machines without incident.
>>
>> :-(
>>
>> -Original Message-
>> From: Michael Jung 
>> Sent: Wednesday, August 27, 2014 1:10 PM
>> To: 'Ports FreeBSD'; p...@freebsd.org; po...@freebsd.org
>> Subject: RE: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.
>>
>> Following your instructions:
>>
>> root@bsd11:/usr/home/mikej # pkg -v
>> 1.3.6
>> root@bsd11:/usr/home/mikej # pkg update -f Updating repository catalogue 
>> Fetching meta.txz: 100% of 944 B Fetching digests.txz: 100% of 2 MB Fetching 
>> packagesite.txz: 100% of 5 MB
>>
>> Adding new entries: 100%
>> Incremental update completed, 23246 packages processed:
>> 0 packages updated, 0 removed and 23246 added.
>> root@bsd11:/usr/home/mikej # pkg install ports-mgmt/pkg Updating repository 
>> catalogue FreeBSD_ssp repository is up-to-date All repositories are 
>> up-to-date pkg~ports-mgmt/pkg has no direct installation candidates, change 
>> it to pkg~ports-mgmt/pkg-devel [Y/n]:
>>
>> This is not what I expected.
>>
>> --mikej
>>
> 
> I forgot to mention that SSP packages are a bit behind in getting the
> proper pkg version out. But it's not a big deal, you can just switch to
> pkg-devel for now. After the full set it pushed out it will move back to
> pkg-1.3.7. pkg-devel is nearly the same as 1.3.7.
> 
> 

I should explain why it even proposes pkg-devel...

Due to needing to rebuild the packages for the past week with 1.3.7 I
was faced with a bit of a chicken-and-egg situation with publishing our
packages.

So I put the fix into pkg-devel and rebuilt the packages for the
previous week using pkg-devel.

Last night when 1.3.7 was released I updated pkg on the build systems
and rebuilt only Pkg on them. This then published all of the packages
for the past week, this morning.

"Rebuilt only Pkg" also means churning through about 1000 other packages
that tend to rebuild every time we do a build, regardless of them being
updated. We're working towards resolving that. This adds delay to the
final rebuild I had planned.

For the normal repositories this was all completed before the publish
this morning.

The SSP builder though is building far more than the normal builders and
was still building all of last week's packages as of this morning. So I
was unable to get it to use 1.3.7 before publishing the staged packages
for the past week.

There is no real issue with this. pkg-devel has no major updates and has
only been used for testing recent 1.3 fixes. Once the SSP repository is
published with the 1.3.7 build then it will propose pkg-1.3.7 again as I
no longer built the repository with pkg-devel.

-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.

2014-08-27 Thread Bryan Drewery
On 8/27/2014 1:29 PM, Michael Jung wrote:
> NIX THIS!
> 
> Damn, I ran this on a box with the SSP repository configured.  Hope no-one 
> wasted any time on this.
> 
> Pkg has updated on numerous other machines without incident.
> 
> :-(
> 
> -Original Message-
> From: Michael Jung 
> Sent: Wednesday, August 27, 2014 1:10 PM
> To: 'Ports FreeBSD'; p...@freebsd.org; po...@freebsd.org
> Subject: RE: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.
> 
> Following your instructions:
> 
> root@bsd11:/usr/home/mikej # pkg -v
> 1.3.6
> root@bsd11:/usr/home/mikej # pkg update -f Updating repository catalogue 
> Fetching meta.txz: 100% of 944 B Fetching digests.txz: 100% of 2 MB Fetching 
> packagesite.txz: 100% of 5 MB
> 
> Adding new entries: 100%
> Incremental update completed, 23246 packages processed:
> 0 packages updated, 0 removed and 23246 added.
> root@bsd11:/usr/home/mikej # pkg install ports-mgmt/pkg Updating repository 
> catalogue FreeBSD_ssp repository is up-to-date All repositories are 
> up-to-date pkg~ports-mgmt/pkg has no direct installation candidates, change 
> it to pkg~ports-mgmt/pkg-devel [Y/n]:
> 
> This is not what I expected.
> 
> --mikej
> 

I forgot to mention that SSP packages are a bit behind in getting the
proper pkg version out. But it's not a big deal, you can just switch to
pkg-devel for now. After the full set it pushed out it will move back to
pkg-1.3.7. pkg-devel is nearly the same as 1.3.7.


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.

2014-08-27 Thread Juanitou

Following your instructions:

root at bsd11  
:/usr/home/mikej # pkg 
-v
1.3.6
root at bsd11  
:/usr/home/mikej # pkg 
update -f
Updating repository catalogue
Well, I don’t know if it matters in your case, but the instructions are 
to run 'pkg update -f' *after* upgrading to pkg-1.3.7.


Hope it helps,
Juan
___
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"


RE: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.

2014-08-27 Thread Michael Jung
NIX THIS!

Damn, I ran this on a box with the SSP repository configured.  Hope no-one 
wasted any time on this.

Pkg has updated on numerous other machines without incident.

:-(

-Original Message-
From: Michael Jung 
Sent: Wednesday, August 27, 2014 1:10 PM
To: 'Ports FreeBSD'; p...@freebsd.org; po...@freebsd.org
Subject: RE: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.

Following your instructions:

root@bsd11:/usr/home/mikej # pkg -v
1.3.6
root@bsd11:/usr/home/mikej # pkg update -f Updating repository catalogue 
Fetching meta.txz: 100% of 944 B Fetching digests.txz: 100% of 2 MB Fetching 
packagesite.txz: 100% of 5 MB

Adding new entries: 100%
Incremental update completed, 23246 packages processed:
0 packages updated, 0 removed and 23246 added.
root@bsd11:/usr/home/mikej # pkg install ports-mgmt/pkg Updating repository 
catalogue FreeBSD_ssp repository is up-to-date All repositories are up-to-date 
pkg~ports-mgmt/pkg has no direct installation candidates, change it to 
pkg~ports-mgmt/pkg-devel [Y/n]:

This is not what I expected.

--mikej

-Original Message-
From: owner-freebsd-sta...@freebsd.org 
[mailto:owner-freebsd-sta...@freebsd.org] On Behalf Of Bryan Drewery
Sent: Wednesday, August 27, 2014 11:28 AM
To: p...@freebsd.org; po...@freebsd.org
Subject: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.

Pkg 1.3.7 is now released. The port is updated. pkg.FreeBSD.org packages are 
now published with fixed shared libraries.

It was found that 'pkg update -f' may be required as well.

Here are the updated instructions:

- Binary package users should run 'pkg update -f' and 'pkg check -Ba'
after upgrading to pkg-1.3.7 and before updating any other packages.
This avoids needing to reinstall anything not needed due to changed shared 
libraries.
   For binary package users:
# pkg install ports-mgmt/pkg
# pkg update -f
# pkg check -Ba
# pkg upgrade
   For port users:
# portsnap fetch update
# make -C /usr/ports/ports-mgmt/pkg build deinstall install clean
# pkg check -Ba
- People building packages for serving to other systems need to rebuild
  all packages with 1.3.7.


The previous announcement explaining this in more detail is at 
http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/86.html


--
Regards,
Bryan Drewery



GoPai.com | Facebook.com/PaymentAlliance
 

CONFIDENTIALITY NOTE: This message is intended only for the use
of the individual or entity to whom it is addressed and may 
contain information that is privileged, confidential, and 
exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby 
notified that any dissemination, distribution or copying 
of this communication is strictly prohibited. If you have 
received this transmission in error, please notify us by 
telephone at (502) 212-4001 or notify us at PAI , Dept. 99, 
6060 Dutchmans Lane, Suite 320, Louisville, KY 40205




___
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"

[QAT] 366329: 2x fail, 2x ???

2014-08-27 Thread Ports-QAT
java/eclipse: Set a default theme and external browser

PR: 192696
Submitted by:   Jimmy Kelley 
Reviewed by:swills (mentor), marino (mentor)
Approved by:mentors (implicit)
-

  Build ID:  20140827142400-52228
  Job owner: ro...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 17:58:56 GMT

  Revision:  366329
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366329

-

Port:java/eclipse 4.3.2_2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   ???
  Log: 
https://qat.redports.org//~ro...@freebsd.org/20140827142400-52228-404388/eclipse-4.3.2_2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   ???
  Log: 
https://qat.redports.org//~ro...@freebsd.org/20140827142400-52228-404389/eclipse-4.3.2_2.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366335: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
- Fix plist issues
- Bump revision
-

  Build ID:  20140827170800-62417
  Job owner: vsevo...@freebsd.org
  Buildtime: 7 minutes
  Enddate:   Wed, 27 Aug 2014 17:15:26 GMT

  Revision:  366335
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366335

-

Port:security/libsodium 0.7.0_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827170800-62417-404411/libsodium-0.7.0_1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827170800-62417-404412/libsodium-0.7.0_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


RE: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.

2014-08-27 Thread Michael Jung
Following your instructions:

root@bsd11:/usr/home/mikej # pkg -v
1.3.6
root@bsd11:/usr/home/mikej # pkg update -f
Updating repository catalogue
Fetching meta.txz: 100% of 944 B
Fetching digests.txz: 100% of 2 MB
Fetching packagesite.txz: 100% of 5 MB

Adding new entries: 100%
Incremental update completed, 23246 packages processed:
0 packages updated, 0 removed and 23246 added.
root@bsd11:/usr/home/mikej # pkg install ports-mgmt/pkg
Updating repository catalogue
FreeBSD_ssp repository is up-to-date
All repositories are up-to-date
pkg~ports-mgmt/pkg has no direct installation candidates, change it to 
pkg~ports-mgmt/pkg-devel [Y/n]:

This is not what I expected.

--mikej

-Original Message-
From: owner-freebsd-sta...@freebsd.org 
[mailto:owner-freebsd-sta...@freebsd.org] On Behalf Of Bryan Drewery
Sent: Wednesday, August 27, 2014 11:28 AM
To: p...@freebsd.org; po...@freebsd.org
Subject: Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.

Pkg 1.3.7 is now released. The port is updated. pkg.FreeBSD.org packages
are now published with fixed shared libraries.

It was found that 'pkg update -f' may be required as well.

Here are the updated instructions:

- Binary package users should run 'pkg update -f' and 'pkg check -Ba'
after upgrading to pkg-1.3.7 and before updating any other packages.
This avoids needing to reinstall anything not needed due to changed
shared libraries.
   For binary package users:
# pkg install ports-mgmt/pkg
# pkg update -f
# pkg check -Ba
# pkg upgrade
   For port users:
# portsnap fetch update
# make -C /usr/ports/ports-mgmt/pkg build deinstall install clean
# pkg check -Ba
- People building packages for serving to other systems need to rebuild
  all packages with 1.3.7.


The previous announcement explaining this in more detail is at
http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/86.html


-- 
Regards,
Bryan Drewery



GoPai.com | Facebook.com/PaymentAlliance
 

CONFIDENTIALITY NOTE: This message is intended only for the use
of the individual or entity to whom it is addressed and may 
contain information that is privileged, confidential, and 
exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby 
notified that any dissemination, distribution or copying 
of this communication is strictly prohibited. If you have 
received this transmission in error, please notify us by 
telephone at (502) 212-4001 or notify us at PAI , Dept. 99, 
6060 Dutchmans Lane, Suite 320, Louisville, KY 40205




___
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"

[QAT] 366334: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
- Update to 3.17.7

Changes:
  * Use PM_SU_CMD for pkg set -o
-

  Build ID:  20140827163400-23605
  Job owner: bdrew...@freebsd.org
  Buildtime: 25 minutes
  Enddate:   Wed, 27 Aug 2014 16:58:59 GMT

  Revision:  366334
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366334

-

Port:ports-mgmt/portmaster 3.17.7

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~bdrew...@freebsd.org/20140827163400-23605-404407/portmaster-3.17.7.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~bdrew...@freebsd.org/20140827163400-23605-404408/portmaster-3.17.7.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366333: 5x fail, 3x success

2014-08-27 Thread Ports-QAT
- Update GeoIP to 1.6.2 and switch to its new github location.

- Add net/geoipupdate, the formal tool to fetch updates. It is for paid
  subscribers. People using the free version should continue using the
  geoipupdate.sh script in net/GeoIP.

This program is used to fetch the GeoIP2 and GeoIP databases. It requires
an active GeoIP subscription.

Please see https://www.maxmind.com/en/geolocation_landing for details about
obtaining a subscription.

If you wish to install the free versions of the GeoIP databases, please
use the geoipudate.sh script provided in net/GeoIP.

WWW: https://github.com/maxmind/geoipupdate
-

  Build ID:  20140827155400-14822
  Job owner: ad...@freebsd.org
  Buildtime: 64 minutes
  Enddate:   Wed, 27 Aug 2014 16:57:51 GMT

  Revision:  366333
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366333

-

Port:net/GeoIP 1.6.2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ad...@freebsd.org/20140827155400-14822-404400/GeoIP-1.6.2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ad...@freebsd.org/20140827155400-14822-404401/GeoIP-1.6.2.log

-

Port:net/geoipupdate 2.0.2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ad...@freebsd.org/20140827155400-14822-404404/geoipupdate-2.0.2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366331: 2x fail, 1x depend (ignored: is only for i386, while you are running amd64 in databases/oracle7-client), 1x success

2014-08-27 Thread Ports-QAT
databases/yasql: support stage

PR: 193028
Submitted by:   Ports Fury
-

  Build ID:  20140827145600-7727
  Job owner: w...@freebsd.org
  Buildtime: 2 hours
  Enddate:   Wed, 27 Aug 2014 16:55:48 GMT

  Revision:  366331
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366331

-

Port:databases/yasql 1.83_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   DEPEND (IGNORED: IS ONLY FOR I386, WHILE YOU ARE RUNNING 
AMD64 IN DATABASES/ORACLE7-CLIENT)

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~w...@freebsd.org/20140827145600-7727-404397/yasql-1.83_1.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366330: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
1: Stagify.
2: Add LICENSE & LICENSE_FILE.
-

  Build ID:  20140827143400-33868
  Job owner: vani...@freebsd.org
  Buildtime: 2 hours
  Enddate:   Wed, 27 Aug 2014 16:54:48 GMT

  Revision:  366330
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366330

-

Port:net/rude 0.70_4

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140827143400-33868-404392/rude-0.70_4.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140827143400-33868-404393/rude-0.70_4.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366328: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
- Update to 2.7.1
-

  Build ID:  20140827141000-30379
  Job owner: g...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Wed, 27 Aug 2014 16:52:39 GMT

  Revision:  366328
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366328

-

Port:devel/tclthread 2.7.1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~g...@freebsd.org/20140827141000-30379-404384/tclthread-2.7.1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~g...@freebsd.org/20140827141000-30379-404385/tclthread-2.7.1.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366322: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
- Update to checkin 7c2b030b2b

Changes:
  * testport: Detect invalid origin in -o
  * Still symlink logs to errors/ for 'stuck_in_queue'
  * Add a jail:start hook. Can be used to customize the jail for builds on
startup.
  * jail -u: Stop trying to nullmount /usr/src on top of itself, and
fix /compat warning.
  * bulk -t/testport: Only show NEEDED libraries using readelf(1) rather than
ldd(1) which was showing indirect library dependencies.
  * bulk -R / NO_RESTRICTED: Show which files are being removed by
clean_restricted
  * Fix showing missing MOVED as a warning
  * jail -i: Fix to not require a ports tree
  * bulk -i: Fix installation of ports-mgmt/pkg
-

  Build ID:  20140827131000-28366
  Job owner: bdrew...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:43:59 GMT

  Revision:  366322
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366322

-

Port:ports-mgmt/poudriere-devel 3.0.99.20140827

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~bdrew...@freebsd.org/20140827131000-28366-404360/poudriere-devel-3.0.99.20140827.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~bdrew...@freebsd.org/20140827131000-28366-404361/poudriere-devel-3.0.99.20140827.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366327: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
- Update to 1.0.1
-

  Build ID:  20140827140600-13431
  Job owner: g...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Wed, 27 Aug 2014 16:51:43 GMT

  Revision:  366327
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366327

-

Port:databases/tdbc 1.0.1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~g...@freebsd.org/20140827140600-13431-404380/tdbc-1.0.1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~g...@freebsd.org/20140827140600-13431-404381/tdbc-1.0.1.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366326: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
1: Stagify.
2: add LICENSE & LICENSE_FILE
-

  Build ID:  20140827140400-41253
  Job owner: vani...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Wed, 27 Aug 2014 16:50:44 GMT

  Revision:  366326
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366326

-

Port:net/scr_ipfm 0.64

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140827140400-41253-404376/scr_ipfm-0.64.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140827140400-41253-404377/scr_ipfm-0.64.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366325: 2x fail, 2x finished

2014-08-27 Thread Ports-QAT
Update to 1.30
-

  Build ID:  20140827135600-12336
  Job owner: eha...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Wed, 27 Aug 2014 16:49:51 GMT

  Revision:  366325
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366325

-

Port:lang/p5-Expect 1.30

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FINISHED

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FINISHED


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366324: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Stagify.
-

  Build ID:  20140827135000-28271
  Job owner: vani...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Wed, 27 Aug 2014 16:45:59 GMT

  Revision:  366324
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366324

-

Port:net/sendsms 0.2.4

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140827135000-28271-404368/sendsms-0.2.4.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vani...@freebsd.org/20140827135000-28271-404369/sendsms-0.2.4.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366323: 2x fail, 1x ???, 1x success

2014-08-27 Thread Ports-QAT
Update to 2.6.4 release.
-

  Build ID:  20140827133600-4320
  Job owner: a...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Wed, 27 Aug 2014 16:44:58 GMT

  Revision:  366323
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366323

-

Port:databases/mongodb 

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   ???
  Log: 
https://qat.redports.org//~a...@freebsd.org/20140827133600-4320-404364/mongodb-2.6.4.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~a...@freebsd.org/20140827133600-4320-404365/mongodb-2.6.4.log


--
Buildarchive URL: 
redports 
___
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"


Re: what's up with portsmon?

2014-08-27 Thread Bryan Drewery
On 8/26/2014 6:34 PM, Don Lewis wrote:
> I poked around on one of the pkg.freebsd.org, and stuff looks pretty old
> there as well.  For instance, the timestamps of the files under
> freebsd:10:x86:32/latest/ are 13-Aug-2014.  Some of the other OS/ARCH
> combinations are a little bit newer, but only a day or so.  The
> timestamps on the new_xorg directorys are 20-Aug, but the contents are
> appear to be several days older than that.

The package builds for last week were delayed waiting for Pkg 1.3.7 to
release. They are all now published.

This week's packages are being built/published on the normal schedule.

-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


[QAT] 366320: 2x fail, 2x patch

2014-08-27 Thread Ports-QAT
audio/gogglesmm: update to 0.13.2

PR: 193024
Submitted by:   Ports Fury
-

  Build ID:  20140827125400-55859
  Job owner: w...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:42:58 GMT

  Revision:  366320
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366320

-

Port:audio/gogglesmm 0.13.2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   PATCH
  Log: 
https://qat.redports.org//~w...@freebsd.org/20140827125400-55859-404356/gogglesmm-0.13.2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   PATCH
  Log: 
https://qat.redports.org//~w...@freebsd.org/20140827125400-55859-404357/gogglesmm-0.13.2.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366319: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Update to 5.0 release.
-

  Build ID:  20140827125200-4026
  Job owner: a...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:41:58 GMT

  Revision:  366319
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366319

-

Port:java/proguard 5.0

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~a...@freebsd.org/20140827125200-4026-404352/proguard-5.0.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~a...@freebsd.org/20140827125200-4026-404353/proguard-5.0.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366318: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
devel/py-pbr: Update to 0.10.0

- Update to 0.10.0
- Add LICENSE_FILE
- Modernise Python framework entries
-

  Build ID:  20140827125000-35138
  Job owner: ko...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:40:58 GMT

  Revision:  366318
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366318

-

Port:devel/py-pbr 

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ko...@freebsd.org/20140827125000-35138-404348/py27-pbr-0.10.0.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ko...@freebsd.org/20140827125000-35138-404349/py27-pbr-0.10.0.log


--
Buildarchive URL: 
redports 
___
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"


Re: what's up with portsmon?

2014-08-27 Thread Don Lewis
On 27 Aug, Mark Linimon wrote:
> On Tue, Aug 26, 2014 at 04:34:01PM -0700, Don Lewis wrote:
>> What's going on with portsmon.freebsd.org these days?   A number of my
>> ports have been updated quite a while ago, but there isn't any updated
>> build status on portsmon.
> 
> portsmon suffered some bitrot when a vuxml URL grew a "|" in it.  This
> caused index updates to not be updated.  I fixed the bitrot last Sunday
> but I should probably do a force-rebuild of the metadata.
> 
>> I poked around on one of the pkg.freebsd.org, and stuff looks pretty
>> old there as well.  For instance, the timestamps of the files under
>> freebsd:10:x86:32/latest/ are 13-Aug-2014.
> 
> portsmon only knows about the packages provided by pkg.freebsd.org.
> That's a question for the currently active portmgrs.

That's sounds reasonable for a ports consumer who wants to know what
packages are available.

Where do the error logs come from?  I didn't see them on the
pkg.freebsd.org miror that I looked at (and it would be silly to mirror
them).

It might be nice to be able to get an earlier indication of breakage,
before the update to pkg.freebsd.org.  I've gotten a message from
pkg-fallout@ as a ports maintainer, but when I broke openoffice-4, the
only indication was its portsmon status page.

>> But ... if I go to this page
>>  and select the
>> 84amd64-default link, I end up at
>> .  If I then
>> click on the "logs/" link, I find a bunch of build logs dated
>> 24-Aug-2014.  Looking at protobuf-c-1.0.1.log, it looks like the build
>> was a success.
> 
> IIUC, the build machines' outputs (e.g. *.isc.freebsd.org) are not 
> automatically
> uploaded to pkg.freebsd.org in order to provide a sanity check.

That sounds like a reasonable precaution in case something goes off the
rails.

>> Other observations:
>> 
>>   It would probably be helpful if the individual port pages reported
>>   the status for the new_xorg versions.
> 
> portsmon never had the idea of "multiple repositories" engineered into it.
> This would take a bit of retrofitting.  I'll put it on the todo list.
> 
> A shortcut would be to build a "new-xorg only" version of portsmon.  I
> would need to get clusteradm to provision me a new, separate, jail to do
> that.  (I have an outstanding request for another one anyways that seems
> to be stalled.)

Looks like there's yet another for ssp ...

>>   It would be nice if there was a way to find out what the ports build
>>   cluster was currently working on.  Things like the svn revision of the
>>   ports tree, what OS and ARCH versions were currently being built, and
>>   how far along the build was (basically what you see when you type ^T
>>   during a poudriere run), and what's next the the queue.
> 
> portsmon is not really tightly coupled to the build machines.  I suppose
> I could teach it more about poudriere but that makes the code a lot more
> specific than it is right now.

It might make more sense for the build machines to have a cron job that
periodically generates a status page and point to that.

A list of the package sets that haven't yet been uploaded to the pkg
mirrors would also be nice to have since that isn't done automagically.


___
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"


[QAT] 366317: 2x fail, 1x leftovers, 1x linker_error

2014-08-27 Thread Ports-QAT
Update to fit the recent libsodium.
-

  Build ID:  20140827124000-10410
  Job owner: vsevo...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:39:54 GMT

  Revision:  366317
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366317

-

Port:dns/curvedns 0.88.b_6

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827124000-10410-404344/curvedns-0.88.b_6.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LINKER_ERROR
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827124000-10410-404345/curvedns-0.88.b_6.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366316: 6x fail, 5x leftovers, 1x ignored: is marked as broken on i386: '__stack_chk_fail_local' isn't defined

2014-08-27 Thread Ports-QAT
- Update libsodium to 0.7.0
- Take maintainership
- Update revisions of dependent ports
-

  Build ID:  20140827123200-45701
  Job owner: vsevo...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:38:54 GMT

  Revision:  366316
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366316

-

Port:dns/dnscrypt-proxy 1.4.0_3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827123200-45701-404332/dnscrypt-proxy-1.4.0_3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827123200-45701-404333/dnscrypt-proxy-1.4.0_3.log

-

Port:net-im/tox 0.140814_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827123200-45701-404336/toxcore-0.140814_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   IGNORED: IS MARKED AS BROKEN ON I386: 
'__STACK_CHK_FAIL_LOCAL' ISN'T DEFINED

-

Port:security/libsodium 0.7.0

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827123200-45701-404340/libsodium-0.7.0.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827123200-45701-404341/libsodium-0.7.0.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366315: 1x fail, 3x success

2014-08-27 Thread Ports-QAT
Update to 5.5.16 release.
-

  Build ID:  20140827122200-22283
  Job owner: a...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:35:18 GMT

  Revision:  366315
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366315

-

Port:lang/php55 5.5.16

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~a...@freebsd.org/20140827122200-22283-404327/php55-5.5.16.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~a...@freebsd.org/20140827122200-22283-404328/php55-5.5.16.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~a...@freebsd.org/20140827122200-22283-404329/php55-5.5.16.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366314: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
Update to 5.4.32 release.
-

  Build ID:  20140827122200-10125
  Job owner: a...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:33:52 GMT

  Revision:  366314
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366314

-

Port:lang/php5 5.4.32

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~a...@freebsd.org/20140827122200-10125-404324/php5-5.4.32.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~a...@freebsd.org/20140827122200-10125-404325/php5-5.4.32.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366313: 1x fail, 3x success

2014-08-27 Thread Ports-QAT
devel/concurrencykit: Update to 0.4.3

- Update to 0.4.3
- Add LICENSE_FILE
-

  Build ID:  20140827122200-42241
  Job owner: ko...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:32:48 GMT

  Revision:  366313
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366313

-

Port:devel/concurrencykit 0.4.3

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ko...@freebsd.org/20140827122200-42241-404319/concurrencykit-0.4.3.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ko...@freebsd.org/20140827122200-42241-404320/concurrencykit-0.4.3.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~ko...@freebsd.org/20140827122200-42241-404321/concurrencykit-0.4.3.log


--
Buildarchive URL: 
redports 
___
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"


[QAT] 366312: 4x fail, 4x success

2014-08-27 Thread Ports-QAT
Fix build on 8 and 9 where there is no std::strtoull.

Do not bump revision since package content is unchanged.
-

  Build ID:  20140827121000-7424
  Job owner: vsevo...@freebsd.org
  Buildtime: 4 hours
  Enddate:   Wed, 27 Aug 2014 16:31:52 GMT

  Revision:  366312
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366312

-

Port:math/clasp 3.1.0

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827121000-7424-404312/clasp-3.1.0.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827121000-7424-404313/clasp-3.1.0.log

-

Port:math/gringo 4.4.0_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827121000-7424-404316/gringo-4.4.0_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~vsevo...@freebsd.org/20140827121000-7424-404317/gringo-4.4.0_1.log


--
Buildarchive URL: 
redports 
___
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"


Pkg 1.3.7 out. Special handling recommended to avoid reinstalls.

2014-08-27 Thread Bryan Drewery
Pkg 1.3.7 is now released. The port is updated. pkg.FreeBSD.org packages
are now published with fixed shared libraries.

It was found that 'pkg update -f' may be required as well.

Here are the updated instructions:

- Binary package users should run 'pkg update -f' and 'pkg check -Ba'
after upgrading to pkg-1.3.7 and before updating any other packages.
This avoids needing to reinstall anything not needed due to changed
shared libraries.
   For binary package users:
# pkg install ports-mgmt/pkg
# pkg update -f
# pkg check -Ba
# pkg upgrade
   For port users:
# portsnap fetch update
# make -C /usr/ports/ports-mgmt/pkg build deinstall install clean
# pkg check -Ba
- People building packages for serving to other systems need to rebuild
  all packages with 1.3.7.


The previous announcement explaining this in more detail is at
http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/86.html


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: New Netdisco2 port and multiple port submission question

2014-08-27 Thread geoffroy desvernay
> Hi Geoffroy,
> 
> Either (shar/diff) is fine, but diffs can help with (inline) review, or
> in the event further changes are needed.
> 
> With svn diffs, you can also include changes such as adding the ports to
> the relevant category/Makefile as well (which are needed for new ports),
> save committer time, and gets you familiar with our side of the process.
> 
Well, I'll try this way then :)

> The multiple ports question is less concrete, as its a balance between
> overhead per PR (with perhaps a single committer), and isolated changes.
> 
> If it were me, I'd create a single issue report, with one patch per
> port, named perfectly (with descriptions)
> 
> Mention in the submission which are dependencies of which and go from there.
> 
> More important than submission formats however, are:
> 
> - portlint output is clean (see ports-mgmt/portlint)
Already portlint lover…
> - Build/Package QA and tested with poudriere or redports
> 
…and in process of configuring poudriere for QA :)

> Jump on #freebsd-ports (freenode) or #bsdports (efnet) if you have any
> questions, and have fun!
> 

Thank you !
-- 
*geoffroy desvernay*
C.R.I - Administration systèmes et réseaux
Ecole Centrale de Marseille



signature.asc
Description: OpenPGP digital signature


[QAT] 366311: 2x fail, 2x success

2014-08-27 Thread Ports-QAT
- Drop .la files, no dependees require them

Approved by:portmgr blanket
-

  Build ID:  20140827115400-57464
  Job owner: amd...@freebsd.org
  Buildtime: 5 hours
  Enddate:   Wed, 27 Aug 2014 16:29:47 GMT

  Revision:  366311
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=366311

-

Port:graphics/libcaca 0.99.b18_8

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827115400-57464-404308/libcaca-0.99.b18_8.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20140827115400-57464-404309/libcaca-0.99.b18_8.log


--
Buildarchive URL: 
redports 
___
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"


Re: New Netdisco2 port and multiple port submission question

2014-08-27 Thread geoffroy desvernay
On 08/27/2014 17:34, Kurt Jaeger wrote:
> Hi!
> 
>> I've packaged netdisco 2 (L2-3 network management tool) and some perl
>> modules to get it work.
>>
>> http://netdisco.org/
>> https://metacpan.org/pod/App::Netdisco
>>
>> Please test this if interested, I'll make a PR after some feedback :)
>>
>> I have some questions for skilled porters:
>>  * What about the naming of the netdisco2 port, I choose
>> 'p5-App-Netdisco' since this is a perl module, but I'm not sure
> 
> Well, there already is a net-mgmt/netdisco/ port for 1.3.3 -- why
> the change to p5-App-Netdisco ? Is netdisco2 an upgrade for netdisco ?
> 
> If yes, why not use the same port ? net-mgmt/netdisco ?
> 
This is a rewrite of the program, in the form of a perl module (it
wasn't till there)

The 1.3.3 release is not deprecated, and v2 is young: I didn't want to
break things…

>>  * How to submit some ports at once (just attach all to PR ?)
> 
> Put the links to the download-URLs into the PR.
> 
>>  * Is a shar archive still needed, or a tarball ?
> 
> I would not mind the format, as long as it's not exotic,
> but there seems no real consensus on the format.
> 
>> Here are the ports, extract them in the root of a port tree.
>>
>> http://dgeo.perso.ec-m.fr/ports/p5-App-Netdisco.tar.xz
>> http://dgeo.perso.ec-m.fr/ports/p5-Algorithm-Cron.tar.xz
> 
> Warning: prerequisite Time::timegm 0 not found.
> 
> Can you provide a build/run dependency ?
> 
Done :)

>> http://dgeo.perso.ec-m.fr/ports/p5-AnyEvent-DNS-EtcHosts.tar.xz
>> http://dgeo.perso.ec-m.fr/ports/p5-App-local-lib-helper.tar.xz
> 
> Warning: prerequisite local::lib 0 not found.
> 
> See above.
Done too. All packages updated

> 
>> http://dgeo.perso.ec-m.fr/ports/p5-MCE.tar.xz
>> http://dgeo.perso.ec-m.fr/ports/p5-Template-Plugin-CSV.tar.xz
>> http://dgeo.perso.ec-m.fr/ports/p5-Time-timegm.tar.xz
>> http://dgeo.perso.ec-m.fr/ports/p5-URL-Encode.tar.xz
> 

Thank you !
-- 
*geoffroy desvernay*
C.R.I - Administration systèmes et réseaux
Ecole Centrale de Marseille
Tel: (+33|0)4 91 05 45 24
Fax: (+33|0)4 91 05 44 26




signature.asc
Description: OpenPGP digital signature


Re: New Netdisco2 port and multiple port submission question

2014-08-27 Thread Kubilay Kocak
On 28/08/2014 1:19 AM, geoffroy desvernay wrote:
> Hi,
> 
> I've packaged netdisco 2 (L2-3 network management tool) and some perl
> modules to get it work.
> 
> http://netdisco.org/
> https://metacpan.org/pod/App::Netdisco
> 
> Please test this if interested, I'll make a PR after some feedback :)
> 
> I have some questions for skilled porters:
>  * What about the naming of the netdisco2 port, I choose
> 'p5-App-Netdisco' since this is a perl module, but I'm not sure
>  * How to submit some ports at once (just attach all to PR ?)
>  * Is a shar archive still needed, or a tarball ?
> 
> Here are the ports, extract them in the root of a port tree.
> 
> http://dgeo.perso.ec-m.fr/ports/p5-App-Netdisco.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-Algorithm-Cron.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-AnyEvent-DNS-EtcHosts.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-App-local-lib-helper.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-MCE.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-Template-Plugin-CSV.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-Time-timegm.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-URL-Encode.tar.xz
> 
> Hope this can serve…
> 

Hi Geoffroy,

Either (shar/diff) is fine, but diffs can help with (inline) review, or
in the event further changes are needed.

With svn diffs, you can also include changes such as adding the ports to
the relevant category/Makefile as well (which are needed for new ports),
save committer time, and gets you familiar with our side of the process.

The multiple ports question is less concrete, as its a balance between
overhead per PR (with perhaps a single committer), and isolated changes.

If it were me, I'd create a single issue report, with one patch per
port, named perfectly (with descriptions)

Mention in the submission which are dependencies of which and go from there.

More important than submission formats however, are:

- portlint output is clean (see ports-mgmt/portlint)
- Build/Package QA and tested with poudriere or redports

Jump on #freebsd-ports (freenode) or #bsdports (efnet) if you have any
questions, and have fun!

Hope that helps.

koobs
___
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"

Re: New Netdisco2 port and multiple port submission question

2014-08-27 Thread Kurt Jaeger
Hi!

> I've packaged netdisco 2 (L2-3 network management tool) and some perl
> modules to get it work.
> 
> http://netdisco.org/
> https://metacpan.org/pod/App::Netdisco
> 
> Please test this if interested, I'll make a PR after some feedback :)
> 
> I have some questions for skilled porters:
>  * What about the naming of the netdisco2 port, I choose
> 'p5-App-Netdisco' since this is a perl module, but I'm not sure

Well, there already is a net-mgmt/netdisco/ port for 1.3.3 -- why
the change to p5-App-Netdisco ? Is netdisco2 an upgrade for netdisco ?

If yes, why not use the same port ? net-mgmt/netdisco ?

>  * How to submit some ports at once (just attach all to PR ?)

Put the links to the download-URLs into the PR.

>  * Is a shar archive still needed, or a tarball ?

I would not mind the format, as long as it's not exotic,
but there seems no real consensus on the format.

> Here are the ports, extract them in the root of a port tree.
> 
> http://dgeo.perso.ec-m.fr/ports/p5-App-Netdisco.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-Algorithm-Cron.tar.xz

Warning: prerequisite Time::timegm 0 not found.

Can you provide a build/run dependency ?

> http://dgeo.perso.ec-m.fr/ports/p5-AnyEvent-DNS-EtcHosts.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-App-local-lib-helper.tar.xz

Warning: prerequisite local::lib 0 not found.

See above.

> http://dgeo.perso.ec-m.fr/ports/p5-MCE.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-Template-Plugin-CSV.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-Time-timegm.tar.xz
> http://dgeo.perso.ec-m.fr/ports/p5-URL-Encode.tar.xz

-- 
p...@opsec.eu+49 171 3101372 6 years to go !
___
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"


Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion

2014-08-27 Thread Mathieu Arnold

+--On 27 août 2014 17:07:41 +0200 Kurt Jaeger  wrote:
| Hi!
|> I didn't figure it out from the man page at least.
|> Trying the simple solution doesn't work:
|> root@kg-vm2# freebsd-update fetch
| 
| Try
| 
| freebsd-update -r 8.4-RELEASE upgrade

And if that says it can't find stuff because it's a -RC2, you can always
run:

env UNAME_r=8.3-RELEASE freebsd-update -r 8.4-RELEASE upgrade

-- 
Mathieu Arnold
___
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"

New Netdisco2 port and multiple port submission question

2014-08-27 Thread geoffroy desvernay
Hi,

I've packaged netdisco 2 (L2-3 network management tool) and some perl
modules to get it work.

http://netdisco.org/
https://metacpan.org/pod/App::Netdisco

Please test this if interested, I'll make a PR after some feedback :)

I have some questions for skilled porters:
 * What about the naming of the netdisco2 port, I choose
'p5-App-Netdisco' since this is a perl module, but I'm not sure
 * How to submit some ports at once (just attach all to PR ?)
 * Is a shar archive still needed, or a tarball ?

Here are the ports, extract them in the root of a port tree.

http://dgeo.perso.ec-m.fr/ports/p5-App-Netdisco.tar.xz
http://dgeo.perso.ec-m.fr/ports/p5-Algorithm-Cron.tar.xz
http://dgeo.perso.ec-m.fr/ports/p5-AnyEvent-DNS-EtcHosts.tar.xz
http://dgeo.perso.ec-m.fr/ports/p5-App-local-lib-helper.tar.xz
http://dgeo.perso.ec-m.fr/ports/p5-MCE.tar.xz
http://dgeo.perso.ec-m.fr/ports/p5-Template-Plugin-CSV.tar.xz
http://dgeo.perso.ec-m.fr/ports/p5-Time-timegm.tar.xz
http://dgeo.perso.ec-m.fr/ports/p5-URL-Encode.tar.xz

Hope this can serve…
-- 
*geoffroy desvernay*
C.R.I - Administration systèmes et réseaux
Ecole Centrale de Marseille




signature.asc
Description: OpenPGP digital signature


Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion

2014-08-27 Thread Kurt Jaeger
Hi!
> I didn't figure it out from the man page at least.
> Trying the simple solution doesn't work:
> root@kg-vm2# freebsd-update fetch

Try

freebsd-update -r 8.4-RELEASE upgrade

-- 
p...@opsec.eu+49 171 3101372 6 years to go !
___
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"


Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion

2014-08-27 Thread Torfinn Ingolfsen
On Wed, Aug 27, 2014 at 4:53 PM, Royce Williams  wrote:
>
> Just because it says RC doesn't mean that it can't be upgraded with
> freebsd-update.
>
> If freebsd-update was used to bump to BETA, RC, PRERELEASE, etc. then
> it can be used to bump again to RELEASE.  (I assume that this
> functionality isn't going away just because of package changes.)
>
> Actually, can freebsd-update be used to switch from tracking STABLE to
> tracking a subsequent release?  I know that the diffs aren't on the
> freebsd-update servers for that, but could it be forced, and then
> follow up with a manual merge of /etc changes?
>

I didn't figure it out from the man page at least.
Trying the simple solution doesn't work:
root@kg-vm2# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 5 mirrors found.
Fetching public key from update2.freebsd.org... done.
Fetching metadata signature for 8.3-RC2 from update2.freebsd.org... done.
Fetching metadata index... done.
Fetching 1 metadata files... done.
Inspecting system... done.
Preparing to download files... done.

No updates needed to update system to 8.3-RC2-p0.

WARNING: FreeBSD 8.3-RC2 HAS PASSED ITS END-OF-LIFE DATE.
Any security issues discovered after Fri May 25 02:00:00 CEST 2012
will not have been corrected.


HTH
-- 
Regards,
Torfinn
___
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"


Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion

2014-08-27 Thread Torfinn Ingolfsen
On Wed, Aug 27, 2014 at 5:04 AM, James R. Van Artsdalen  wrote:
> Which branch of ports did Torfinn use?

no branch, simply portsnap fetch; portsnap extract.


>
> fetch branch ports/branches/RELEASE_8_4_0/ and see if that works.

Hmm, checking the man page for portsnap - it doesn't look like (to me
at least) it supports getting branches of ports...
So where are the instructions for that operation?

(and thanks to all who replied with instructions on how to fix the
actual problem (getting a make binary, getting a static subersion and
so on) I knew some of them, and learned a few new ones)

The point being; assuming the worst situation; that I was
inexperienced with FreeBSD and only had this one machine with FreeBSD
available, I would expect and want the system to tell me about the
problem in a useful way which would give me breadcrumbs / clues
pointers / to a solution, be it in /usr/ports/UPDATING or otherwise
(but it should be somewhere I would expect it, for POLA reasons).

-- 
mvh
Torfinn
___
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"


Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion

2014-08-27 Thread Royce Williams
On Wed, Aug 27, 2014 at 6:38 AM, Michael Gmelin  wrote:
> On Wed, 27 Aug 2014 10:26:42 +0200
> Michelle Sullivan  wrote:
>
>> Daniel Austin via freebsd-ports wrote:
>> >
>> > On 27/08/2014 03:13, Alfred Perlstein wrote:
>> >>> While I understandthe need to get rid of the old system, three
>> >>> needs ot be
>> >>> a clear path for those wanting ot update old versions. I hit this
>> >>> yesterday
>> >>> trying to upgrade a 9.0-RC2 system and it was a real pain.
>> >> Can't just do a checkout on an older machine and tar/rsync it over?
>> >
>> > Or download the src tarballs from a current release from one of the
>> > FTP mirrors?
>> >
>> > Or, if currently on a -RELEASE, use freebsd-update first?
>> >
>>
>> Subject says the system is 8.3-RC2 ... so not on a -RELEASE
>
> I think he was answering the general "there needs to be a clear path
> for those wanting to update old versions" requirement. Upgrading from
> RC, downloading src.txz seems like a reasonable approach.

Just because it says RC doesn't mean that it can't be upgraded with
freebsd-update.

If freebsd-update was used to bump to BETA, RC, PRERELEASE, etc. then
it can be used to bump again to RELEASE.  (I assume that this
functionality isn't going away just because of package changes.)

Actually, can freebsd-update be used to switch from tracking STABLE to
tracking a subsequent release?  I know that the diffs aren't on the
freebsd-update servers for that, but could it be forced, and then
follow up with a manual merge of /etc changes?

Royce
___
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"


Re: I want to upgrade an old (8.3-RC2) FReeBSD installation, but can't install subversion

2014-08-27 Thread Michael Gmelin
On Wed, 27 Aug 2014 10:26:42 +0200
Michelle Sullivan  wrote:

> Daniel Austin via freebsd-ports wrote:
> >
> > On 27/08/2014 03:13, Alfred Perlstein wrote:
> >>> While I understandthe need to get rid of the old system, three
> >>> needs ot be
> >>> a clear path for those wanting ot update old versions. I hit this
> >>> yesterday
> >>> trying to upgrade a 9.0-RC2 system and it was a real pain.
> >> Can't just do a checkout on an older machine and tar/rsync it over?
> >
> > Or download the src tarballs from a current release from one of the
> > FTP mirrors?
> >
> > Or, if currently on a -RELEASE, use freebsd-update first?
> >
> 
> Subject says the system is 8.3-RC2 ... so not on a -RELEASE
> 

I think he was answering the general "there needs to be a clear path
for those wanting to update old versions" requirement. Upgrading from
RC, downloading src.txz seems like a reasonable approach.

-- 
Michael Gmelin
___
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"


Re: Building subversion-1.8.10 under poudriere

2014-08-27 Thread Adam McDougall
On 08/27/2014 09:09, Willem Jan Withagen wrote:
> On 2014-08-27 14:41, Dimitry Andric wrote:
>>
>> This is a problem in the devel/apr1 port.  It checks for modf(), finds
>> it in libc, then assumes isnan() also comes from libc.  However, that
>> does not work for static linking.
>>
>> Please apply the attached patch for apr1, which I have been using for
>> some time now.
> 
> Hi Dimitry,
> 
> So this is due to me wanting to link things static?
> Then I'll reconfig subversion to dynamic linking.
> Because I don't have a clue (yet) as to how to get (and keep) custom
> patches in a poudriere environment.
> 
> Thanx for the reply,
> --WjW
> 

I keep custom patches this way:

/usr/local/etc/poudriere.d/my-appropriate-make.conf:

.if ${.CURDIR:M*/mail/mutt}
EXTRA_PATCHES+= /distfiles/mypatches/patch-mail-mutt-fix-imap-append
.endif

You may also be interested in things like:
.if ${.CURDIR:M*/security/krb5}
CONFIGURE_ARGS+=--localstatedir=/var/db
WITH_OPENSSL_PORT=yes
.endif

I suggest using this method in poudriere's make.conf for port building
options:
DEFAULT_VERSIONS=   perl5=5.16 php=5.4 mysql=5.5 apache=2.2 pgsql=8.4
# Global port options
OPTIONS_UNSET+=AVAHI BONJOUR CUPS MDNS PULSEAUDIO
# specific port options:
mail_dovecot_SET=GSSAPI
mail_dovecot_UNSET=MANAGESIEVE

That way you only change the options you desire and aren't hardcoding
any of the other port options in case the default changes in the future,
possibly in a critical way (threading for example).

The path to the patch must be a proper path within port building jails
and I believe poudriere mounts it's distfiles directory on /distfiles.
It has to be a path that is available within port building jails.  I
picked distfiles because it is available.  One thing I like about
EXTRA_PATCHES is it will cause a port build to fail if the file is not
found, so if that happens I will know to correct the problem rather than
produce unpatched packages.  I add my "mypatches" directory to my
standard server backups so it is easy to restore if needed.  Beware
running poudriere distclean since it will wipe out unreferenced files in
distfiles.


___
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"


Re: Building subversion-1.8.10 under poudriere

2014-08-27 Thread Willem Jan Withagen

On 2014-08-27 15:09, Willem Jan Withagen wrote:

On 2014-08-27 14:41, Dimitry Andric wrote:

On 27 Aug 2014, at 14:15, Willem Jan Withagen  wrote:

Starting to use poudriere, and I'm pleasantly surprised. And even
more after the first install steps. Don't have to go to all the
different servers copy my ports-configs, and build...

So I'm trying to get subversion build in poudriere for 9.3 amd and I
keep running into:


cd subversion/svn && /bin/sh
/wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10/libtool
--tag=CC --silent --mode=link clang -all-static
-Werror=unknown-warning-option -O2 -pipe -fpic -DPIC
-fno-strict-aliasing-L/usr/local/lib -L/usr/local/lib/db5
-L/usr/local/lib  -rpath /usr/local/lib  -o svn  add-cmd.lo
blame-cmd.lo cat-cmd.lo changelist-cmd.lo checkout-cmd.lo
cl-conflicts.lo cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo
copy-cmd.lo delete-cmd.lo deprecated.lo diff-cmd.lo export-cmd.lo
file-merge.lo help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo
lock-cmd.lo log-cmd.lo merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo
move-cmd.lo notify.lo patch-cmd.lo propdel-cmd.lo propedit-cmd.lo
propget-cmd.lo proplist-cmd.lo props.lo propset-cmd.lo
relocate-cmd.lo resolve-cmd.lo resolved-cmd.lo revert-cmd.lo
status-cmd.lo status.lo svn.lo switch-cmd.lo unlock-cmd.lo
update-cmd.lo upgrade-cmd.lo util.lo
../../subversion/libsvn_client/libsvn_client-1.la
../../subversion/libsvn_wc

/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la
../../subversion/libsvn_delta/libsvn_delta-1.la
../../subversion/libsvn_diff/libsvn_diff-1.la
../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib
-laprutil-1 -ldb-5.3 -lgdbm -lexpat -liconv -L/usr/local/lib -lapr-1
-lcrypt -pthread -lintl

/usr/local/lib/libapr-1.a(apr_snprintf.o): In function `apr_vformatter':
strings/apr_snprintf.c:(.text+0x61c): undefined reference to `isnan'
clang: error: linker command failed with exit code 1 (use -v to see
invocation)


This is a problem in the devel/apr1 port.  It checks for modf(), finds
it in libc, then assumes isnan() also comes from libc.  However, that
does not work for static linking.

Please apply the attached patch for apr1, which I have been using for
some time now.


Hi Dimitry,

So this is due to me wanting to link things static?
Then I'll reconfig subversion to dynamic linking.
Because I don't have a clue (yet) as to how to get (and keep) custom
patches in a poudriere environment.


Right,

At least that was also the different between building via poudriere or 
just natively on the host: Static linking.

Atleast I now have a set of packesg that I can distribute.

Thanx for fixing my problem,
--WjW

___
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"


Re: Building subversion-1.8.10 under poudriere

2014-08-27 Thread Willem Jan Withagen

On 2014-08-27 14:41, Dimitry Andric wrote:

On 27 Aug 2014, at 14:15, Willem Jan Withagen  wrote:

Starting to use poudriere, and I'm pleasantly surprised. And even more after 
the first install steps. Don't have to go to all the different servers copy my 
ports-configs, and build...

So I'm trying to get subversion build in poudriere for 9.3 amd and I keep 
running into:


cd subversion/svn && /bin/sh 
/wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10/libtool --tag=CC --silent 
--mode=link clang -all-static -Werror=unknown-warning-option -O2 -pipe -fpic -DPIC 
-fno-strict-aliasing-L/usr/local/lib -L/usr/local/lib/db5 -L/usr/local/lib  -rpath 
/usr/local/lib  -o svn  add-cmd.lo blame-cmd.lo cat-cmd.lo changelist-cmd.lo 
checkout-cmd.lo cl-conflicts.lo cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo 
copy-cmd.lo delete-cmd.lo deprecated.lo diff-cmd.lo export-cmd.lo file-merge.lo 
help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo lock-cmd.lo log-cmd.lo merge-cmd.lo 
mergeinfo-cmd.lo mkdir-cmd.lo move-cmd.lo notify.lo patch-cmd.lo propdel-cmd.lo 
propedit-cmd.lo propget-cmd.lo proplist-cmd.lo props.lo propset-cmd.lo relocate-cmd.lo 
resolve-cmd.lo resolved-cmd.lo revert-cmd.lo status-cmd.lo status.lo svn.lo 
switch-cmd.lo unlock-cmd.lo update-cmd.lo upgrade-cmd.lo util.lo 
../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_wc

/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la 
../../subversion/libsvn_delta/libsvn_delta-1.la 
../../subversion/libsvn_diff/libsvn_diff-1.la 
../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib -laprutil-1 
-ldb-5.3 -lgdbm -lexpat -liconv -L/usr/local/lib -lapr-1 -lcrypt -pthread -lintl

/usr/local/lib/libapr-1.a(apr_snprintf.o): In function `apr_vformatter':
strings/apr_snprintf.c:(.text+0x61c): undefined reference to `isnan'
clang: error: linker command failed with exit code 1 (use -v to see invocation)


This is a problem in the devel/apr1 port.  It checks for modf(), finds
it in libc, then assumes isnan() also comes from libc.  However, that
does not work for static linking.

Please apply the attached patch for apr1, which I have been using for
some time now.


Hi Dimitry,

So this is due to me wanting to link things static?
Then I'll reconfig subversion to dynamic linking.
Because I don't have a clue (yet) as to how to get (and keep) custom 
patches in a poudriere environment.


Thanx for the reply,
--WjW

___
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"


Re: Building subversion-1.8.10 under poudriere

2014-08-27 Thread Dimitry Andric
On 27 Aug 2014, at 14:15, Willem Jan Withagen  wrote:
> Starting to use poudriere, and I'm pleasantly surprised. And even more after 
> the first install steps. Don't have to go to all the different servers copy 
> my ports-configs, and build...
> 
> So I'm trying to get subversion build in poudriere for 9.3 amd and I keep 
> running into:
> 
> 
> cd subversion/svn && /bin/sh 
> /wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10/libtool --tag=CC 
> --silent --mode=link clang -all-static -Werror=unknown-warning-option -O2 
> -pipe -fpic -DPIC -fno-strict-aliasing-L/usr/local/lib 
> -L/usr/local/lib/db5 -L/usr/local/lib  -rpath /usr/local/lib  -o svn  
> add-cmd.lo blame-cmd.lo cat-cmd.lo changelist-cmd.lo checkout-cmd.lo 
> cl-conflicts.lo cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo 
> copy-cmd.lo delete-cmd.lo deprecated.lo diff-cmd.lo export-cmd.lo 
> file-merge.lo help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo lock-cmd.lo 
> log-cmd.lo merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo move-cmd.lo notify.lo 
> patch-cmd.lo propdel-cmd.lo propedit-cmd.lo propget-cmd.lo proplist-cmd.lo 
> props.lo propset-cmd.lo relocate-cmd.lo resolve-cmd.lo resolved-cmd.lo 
> revert-cmd.lo status-cmd.lo status.lo svn.lo switch-cmd.lo unlock-cmd.lo 
> update-cmd.lo upgrade-cmd.lo util.lo 
> ../../subversion/libsvn_client/libsvn_client-1.la 
> ../../subversion/libsvn_wc/libsvn_wc-1.la 
> ../../subversion/libsvn_ra/libsvn_ra-1.la 
> ../../subversion/libsvn_delta/libsvn_delta-1.la 
> ../../subversion/libsvn_diff/libsvn_diff-1.la 
> ../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib -laprutil-1 
> -ldb-5.3 -lgdbm -lexpat -liconv -L/usr/local/lib -lapr-1 -lcrypt -pthread 
> -lintl
> /usr/local/lib/libapr-1.a(apr_snprintf.o): In function `apr_vformatter':
> strings/apr_snprintf.c:(.text+0x61c): undefined reference to `isnan'
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)

This is a problem in the devel/apr1 port.  It checks for modf(), finds
it in libc, then assumes isnan() also comes from libc.  However, that
does not work for static linking.

Please apply the attached patch for apr1, which I have been using for
some time now.

-Dimitry


devel__apr1-3.diff
Description: Binary data



signature.asc
Description: Message signed with OpenPGP using GPGMail


Building subversion-1.8.10 under poudriere

2014-08-27 Thread Willem Jan Withagen

Hi,

Starting to use poudriere, and I'm pleasantly surprised. And even more 
after the first install steps. Don't have to go to all the different 
servers copy my ports-configs, and build...


So I'm trying to get subversion build in poudriere for 9.3 amd and I 
keep running into:



cd subversion/svn && /bin/sh 
/wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10/libtool 
--tag=CC --silent --mode=link clang -all-static 
-Werror=unknown-warning-option -O2 -pipe -fpic -DPIC 
-fno-strict-aliasing-L/usr/local/lib -L/usr/local/lib/db5 
-L/usr/local/lib  -rpath /usr/local/lib  -o svn  add-cmd.lo blame-cmd.lo 
cat-cmd.lo changelist-cmd.lo checkout-cmd.lo cl-conflicts.lo 
cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo copy-cmd.lo 
delete-cmd.lo deprecated.lo diff-cmd.lo export-cmd.lo file-merge.lo 
help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo lock-cmd.lo log-cmd.lo 
merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo move-cmd.lo notify.lo 
patch-cmd.lo propdel-cmd.lo propedit-cmd.lo propget-cmd.lo 
proplist-cmd.lo props.lo propset-cmd.lo relocate-cmd.lo resolve-cmd.lo 
resolved-cmd.lo revert-cmd.lo status-cmd.lo status.lo svn.lo 
switch-cmd.lo unlock-cmd.lo update-cmd.lo upgrade-cmd.lo util.lo 
../../subversion/libsvn_client/libsvn_client-1.la 
../../subversion/libsvn_wc/libsvn_wc-1.la 
../../subversion/libsvn_ra/libsvn_ra-1.la 
../../subversion/libsvn_delta/libsvn_delta-1.la 
../../subversion/libsvn_diff/libsvn_diff-1.la 
../../subversion/libsvn_subr/libsvn_subr-1.la -L/usr/local/lib 
-laprutil-1 -ldb-5.3 -lgdbm -lexpat -liconv -L/usr/local/lib -lapr-1 
-lcrypt -pthread -lintl

/usr/local/lib/libapr-1.a(apr_snprintf.o): In function `apr_vformatter':
strings/apr_snprintf.c:(.text+0x61c): undefined reference to `isnan'
clang: error: linker command failed with exit code 1 (use -v to see 
invocation)

*** [subversion/svn/svn] Error code 1

Stop in /wrkdirs/usr/ports/devel/subversion/work/subversion-1.8.10.
*** [do-build] Error code 1

Stop in /usr/ports/devel/subversion.
===>  Cleaning for subversion-1.8.10_1



If I build just "by hand"  in /usr/ports it all just works fine.
Trashing the whole config and restarting does not help.

So one way or another the compiling/building oversees the fact that in 
 isnan() is a macro, and expects to link against a function to 
be supplied by a library.


Any suggestions as to how to fix this?

Normally I'd just try to whack the source into a working version, and go 
make && make install.

But how to do something like this under poudriere

Thanx,
--WjW

___
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"


Re: Quarterly ports trees not getting security updates?

2014-08-27 Thread Tijl Coosemans
On Tue, 26 Aug 2014 20:15:50 -0400 J David  wrote:
> When the quarterly ports trees were introduced, they were described as
> including security, build, and runtime fixes for 3 months.
> 
> This is a great idea, and with 2014Q2 it seemed to work pretty well.
> However, it doesn't seem like 2014Q3 is getting security fixes.
> 
> For example, the openssl port has never been updated since branch;
> it's still on 1.0.1_13, which has 9 open CVE's against it.  Other
> ports have similar issues (e.g. serf and subversion).
> 
> What could a non-expert such as myself do to help with this?  Is it
> just a matter of trying to identify the relevant commits from the head
> of the ports tree, or is there more to it?

In Q3 a lot of people were on vacation of course, but the main problem
I think is that few if any committers are dogfooding the quarterly
branches so we are simply not giving enough attention to it.

Personally I find 3 months to be too long.  I think 1 month would fit
people's update schedules better.  I tend to update my machines roughly
once a month, the FreeBSD cluster machines are updated once a month,
there's Microsoft's monthly patch Tuesday, etc.  One month is also long
enough to introduce major updates at the beginning of the month and
have everything working by the end of the month, yet short enough that
most updates can wait until the next snapshot and don't have to be
merged.  And important security fixes will be easier to merge to a one
month old ports tree than a 3 month old one.
___
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 ports you maintain which are out of date

2014-08-27 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, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
deskutils/genius| 1.0.17  | 1.0.18
+-+
emulators/linux_base-gentoo-stage3  | 20140812| 20140826
+-+
emulators/linux_dist-gentoo-stage3  | 20140812| 20140826
+-+
multimedia/libmtp   | 1.1.6   | 1.1.8
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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"


  1   2   >