cvs commit: ports/security/donkey Makefile

2010-12-11 Thread Erwin Lansing
erwin   2010-12-11 08:19:58 UTC

  FreeBSD ports repository

  Modified files:
security/donkey  Makefile 
  Log:
  Mark BROKEN on HEAD: does not build.
  
  Revision  ChangesPath
  1.9   +7 -1  ports/security/donkey/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/www Makefile ports/www/qooxdoo Makefile distinfo pkg-descr pkg-plist

2010-12-11 Thread Nicola Vitale
nivit   2010-12-11 08:46:05 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/qooxdoo  Makefile distinfo pkg-descr pkg-plist 
  Log:
  qooxdoo is a comprehensive and innovative Ajax application
  framework. Leveraging object-oriented JavaScript allows developers to
  build impressive cross-browser applications. No HTML, CSS nor DOM
  knowledge is needed.
  
  It includes a platform-independent development tool chain, a
  state-of-the-art GUI toolkit and an advanced client-server
  communication layer.
  
  WWW:http://qooxdoo.org/
  
  Revision  ChangesPath
  1.2775+1 -0  ports/www/Makefile
  1.1   +49 -0 ports/www/qooxdoo/Makefile (new)
  1.1   +2 -0  ports/www/qooxdoo/distinfo (new)
  1.1   +10 -0 ports/www/qooxdoo/pkg-descr (new)
  1.1   +9980 -0   ports/www/qooxdoo/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/editors/openoffice.org-3-devel Makefile distinfo

2010-12-11 Thread QAT

The Restless Daemon identified a etc lib sql error while trying to build:
 openoffice.org-3.4.20101210 maintained by openoff...@freebsd.org
 Makefile ident: $FreeBSD: ports/editors/openoffice.org-3-devel/Makefile,v 
1.497 2010/12/11 06:40:50 maho Exp $

Excerpt from 
http://QAT.TecNik93.com/logs/8-STABLE-NPD/openoffice.org-3.4.20101210.log :


Entering 
/work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m95/sw/source/filter


Entering 
/work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m95/sw/source/core


Entering 
/work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m95/sw/source/ui


Entering /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m95/sw/util


Entering 
/work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m95/sw/qa/complex/checkColor


Entering 
/work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m95/sw/qa/complex/accessibility


Entering 
/work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m95/sw/qa/unoapi

sw deliver

1 module(s): 
jfreereport
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making 
/work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m95/jfreereport/java/libbase

Attention: if you fix the errors in above module(s) you may prolongue your the 
build issuing command:

build --from jfreereport

*** Error code 1

Stop in /a/ports/editors/openoffice.org-3-devel.

build of /usr/ports/editors/openoffice.org-3-devel ended at Sat Dec 11 08:52:14 
UTC 2010

The tarballed WRKDIR can be found here:
http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/openoffice.org-3.4.20101210.tbz

PortsMon page for the port:
http://portsmon.freebsd.org/portoverview.py?category=editors&portname=openoffice.org-3-devel

The build which triggered this BotMail was done under
tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8
with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the
"official" up-to-date Ports Tree, with the following vars set:
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.

A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."


-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> ite...@freebsd.org, PGP Key ID 057E9F8B493A297B
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/devel/py-virtualenv Makefile distinfo pkg-plist

2010-12-11 Thread Nicola Vitale
nivit   2010-12-11 10:10:44 UTC

  FreeBSD ports repository

  Modified files:
devel/py-virtualenv  Makefile distinfo pkg-plist 
  Log:
  - Add setuptools-0.6c11.egg to DISTFILES to fix package building when Python 
version is 2.7 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=152990 ). It's a 
temporary solution, pending the next distribution contains that file [1]
  - Remove PYEASYINSTALL_* variables
  - Set USE_PYTHON to -2.7
  - Use %%PYVER%% for the filename of the setuptools egg inside pkg-plist 
(don't bump PORTREVISION, because there are not significant changes for the end 
user/package)
  
  PR: ports/152990
  Submitted by:   danger
  
  Revision  ChangesPath
  1.20  +18 -4 ports/devel/py-virtualenv/Makefile
  1.17  +2 -1  ports/devel/py-virtualenv/distinfo
  1.12  +2 -2  ports/devel/py-virtualenv/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/games/linux-darwinia-demo Makefile

2010-12-11 Thread Marcus von Appen
mva 2010-12-11 11:59:10 UTC

  FreeBSD ports repository

  Modified files:
games/linux-darwinia-demo Makefile 
  Log:
  - Add amd64 as supported arch
  
  Revision  ChangesPath
  1.7   +1 -1  ports/games/linux-darwinia-demo/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/games/linux-uplink-demo Makefile

2010-12-11 Thread Marcus von Appen
mva 2010-12-11 12:02:05 UTC

  FreeBSD ports repository

  Modified files:
games/linux-uplink-demo Makefile 
  Log:
  - Add amd64 as supported arch
  
  Revision  ChangesPath
  1.7   +1 -1  ports/games/linux-uplink-demo/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: www/en/projects newbies.sgml

2010-12-11 Thread Ryusuke SUZUKI
ryusuke 2010-12-11 12:14:14 UTC

  FreeBSD doc repository

  Modified files:
en/projects  newbies.sgml 
  Log:
  Update the paragraph about ppp.
  
  Reviewed by: gjb (via freebsd-doc@)
  
  Revision  ChangesPath
  1.59  +5 -6  www/en/projects/newbies.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: www/en/projects newbies.sgml

2010-12-11 Thread Ryusuke SUZUKI
ryusuke 2010-12-11 12:21:41 UTC

  FreeBSD doc repository

  Modified files:
en/projects  newbies.sgml 
  Log:
  s/FreeBSD/&os;/
  
  Revision  ChangesPath
  1.60  +36 -36www/en/projects/newbies.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: CVSROOT access

2010-12-11 Thread Marc Fonvieille
blackend2010-12-11 12:56:13 UTC

  FreeBSD doc repository

  Modified files:
.access 
  Log:
  Reclaim doc commit bits from the following committers who have been
  inactive in doc/www for more than a year:
  
  ache, bvs, hmp and jesusr.
  
  Thanks for all the doc related work you did in past.
  
  Approved by:doceng
  
  Revision  ChangesPath
  1.633 +0 -4  CVSROOT/access
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: www/ja/projects newbies.sgml

2010-12-11 Thread Ryusuke SUZUKI
ryusuke 2010-12-11 13:44:57 UTC

  FreeBSD doc repository

  Modified files:
ja/projects  newbies.sgml 
  Log:
  Merge the following from the English version:
  
  1.58 -> 1.60www/ja/projects/newbies.sgml
  
  Revision  ChangesPath
  1.38  +41 -42www/ja/projects/newbies.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/textproc/p5-XML-TreeBuilder Makefile distinfo pkg-plist

2010-12-11 Thread Frederic Culot
culot   2010-12-11 14:12:38 UTC

  FreeBSD ports repository

  Modified files:
textproc/p5-XML-TreeBuilder Makefile distinfo pkg-plist 
  Log:
  - Update to 4.0
  - TEST_DEPENDS added
  - Take maintainership
  
  Changes:http://search.cpan.org/dist/XML-TreeBuilder/Changes
  Approved by:wen@ (mentor)
  
  Revision  ChangesPath
  1.11  +9 -4  ports/textproc/p5-XML-TreeBuilder/Makefile
  1.5   +2 -3  ports/textproc/p5-XML-TreeBuilder/distinfo
  1.5   +0 -2  ports/textproc/p5-XML-TreeBuilder/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/java/netbeans3 Makefile

2010-12-11 Thread Ion-Mihai Tetcu
itetcu  2010-12-11 15:40:03 UTC

  FreeBSD ports repository

  Modified files:
java/netbeans3   Makefile 
  Log:
  Mark for deletion on 2011-03-31
  
  Revision  ChangesPath
  1.23  +3 -0  ports/java/netbeans3/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/java/netbeans4 Makefile

2010-12-11 Thread Ion-Mihai Tetcu
itetcu  2010-12-11 15:43:28 UTC

  FreeBSD ports repository

  Modified files:
java/netbeans4   Makefile 
  Log:
  Mark for removal on 2011-03-31.
  
  Revision  ChangesPath
  1.26  +3 -0  ports/java/netbeans4/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/java/netbeans5 Makefile distinfo

2010-12-11 Thread Ion-Mihai Tetcu
itetcu  2010-12-11 15:48:47 UTC

  FreeBSD ports repository

  Modified files:
java/netbeans5   Makefile distinfo 
  Log:
  - mark broken because it doesn't fetch
  - schedule for removal on 2011-03-31
  
  Reported by:QAT
  
  Revision  ChangesPath
  1.29  +4 -0  ports/java/netbeans5/Makefile
  1.9   +0 -1  ports/java/netbeans5/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/java/netbeans3 Makefile)

2010-12-11 Thread QAT
java/netbeans3, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/java/netbeans4 Makefile)

2010-12-11 Thread QAT
java/netbeans4, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/x11-toolkits/gtkextra2 Makefile distinfo ports/x11-toolkits/gtkextra2/files patch-gtkextra_gtkitementry.c

2010-12-11 Thread Marcelo Araujo
araujo  2010-12-11 16:34:54 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/gtkextra2 Makefile distinfo 
x11-toolkits/gtkextra2/files patch-gtkextra_gtkitementry.c 
  Log:
  - Update to 2.1.2.
  
  PR: ports/151558
  Submitted by:   KATO Tsuguru 
  
  Revision  ChangesPath
  1.38  +10 -9 ports/x11-toolkits/gtkextra2/Makefile
  1.12  +2 -3  ports/x11-toolkits/gtkextra2/distinfo
  1.3   +4 -110
ports/x11-toolkits/gtkextra2/files/patch-gtkextra_gtkitementry.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/games/gnubg Makefile distinfo ports/devel/gpsim Makefile distinfo

2010-12-11 Thread Marcelo Araujo
araujo  2010-12-11 16:37:25 UTC

  FreeBSD ports repository

  Modified files:
games/gnubg  Makefile distinfo 
devel/gpsim  Makefile distinfo 
  Log:
  - Chase recent x11-toolkits/gtkextra2 update.
  - Drop MD5 checksum.
  - BUMP PORTREVISION.
  
  Revision  ChangesPath
  1.17  +1 -1  ports/devel/gpsim/Makefile
  1.3   +0 -1  ports/devel/gpsim/distinfo
  1.37  +1 -1  ports/games/gnubg/Makefile
  1.8   +0 -2  ports/games/gnubg/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils Makefile ports/sysutils/graid5 Makefile distinfo pkg-descr pkg-plist

2010-12-11 Thread Lev A. Serebryakov
lev 2010-12-11 16:50:46 UTC

  FreeBSD ports repository

  Modified files:
sysutils Makefile 
  Added files:
sysutils/graid5  Makefile distinfo pkg-descr pkg-plist 
  Log:
Add graid5 port: geom_raid5 class which implements software RAID5.
It is FreeBSD 8.x-ported version of old'n'good geom_raid5 by Arne Worner.
  
  Revision  ChangesPath
  1.1252+1 -0  ports/sysutils/Makefile
  1.1   +42 -0 ports/sysutils/graid5/Makefile (new)
  1.1   +2 -0  ports/sysutils/graid5/distinfo (new)
  1.1   +5 -0  ports/sysutils/graid5/pkg-descr (new)
  1.1   +6 -0  ports/sysutils/graid5/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/print/lyx Makefile distinfo pkg-plist

2010-12-11 Thread Nicola Vitale
nivit   2010-12-11 17:40:26 UTC

  FreeBSD ports repository

  Modified files:
print/lyxMakefile distinfo pkg-plist 
  Log:
  - Update to 1.6.8
  
  PR: ports/152572
  Submitted by:   Aldis Berjoza  (maintainer)
  
  Revision  ChangesPath
  1.128 +1 -2  ports/print/lyx/Makefile
  1.41  +2 -3  ports/print/lyx/distinfo
  1.43  +15 -2 ports/print/lyx/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/www/trac-mercurial distinfo

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 17:42:40 UTC

  FreeBSD ports repository

  Modified files:
www/trac-mercurial   distinfo 
  Log:
  - Fix distinfo
  
  Reported by:QAT
  
  Revision  ChangesPath
  1.4   +1 -1  ports/www/trac-mercurial/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/sysutils/puppet Makefile distinfo pkg-plist

2010-12-11 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 12/11/10 03:24, Russell Jackson wrote:
> On 12/10/2010 06:11 PM, q...@freebsd.org wrote:
>>
>> ===>   Building package for puppet-2.6.4
>> tar: etc/puppet/auth.conf: Cannot stat: No such file or directory
>> tar: Error exit delayed from previous errors.
>> pkg_create: make_dist: tar command failed with code 256
>> *** Error code 1
>>
>> Stop in /a/ports/sysutils/puppet.
>> Deleting puppet-2.6.4
>> pkg_delete: file '/usr/local/etc/puppet/auth.conf' doesn't exist
>> pkg_delete: couldn't entirely delete package (perhaps the packing list is
>> incorrectly specified?)
>> =>  Deleting /var/run/puppet if empty...
>> =>  Deleting /var/puppet if empty...
>> 
>>
>> === Checking filesystem state
>> list of extra files and directories in / (not present before this port
>> was installed but present after it was deinstalled)
>> 432931004 drwxr-xr-x2 root
>> wheel 512 Dec 11 02:11 etc/puppet
>> 432931018 -rw-r--r--1 root
>> wheel2346 Dec 11 02:11 etc/puppet/auth.conf
>> 
>> build of /usr/ports/sysutils/puppet ended at Sat Dec 11 02:11:56 UTC 2010

I got this error in my tb too.  Which is why I added the
etc/puppet/auth.conf to pkg-plist; then it worked fine.


I'm quite confused by the error though.  Tar can't find it, but later
mtree says it wasn't there before but is now.




- -- 
- 
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (FreeBSD)

iD8DBQFNA7hQdbiP+9ubjBwRAtWNAJ4q6hTKpYxQqEQHI0rucSOnS4VwvACeORvp
5w8ZAn1rYgE+v7EsNFU/ABY=
=29Ck
-END PGP SIGNATURE-
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/lang/perl5.8 Makefile ports/lang/perl5.12 Makefile

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 17:46:13 UTC

  FreeBSD ports repository

  Modified files:
lang/perl5.8 Makefile 
lang/perl5.12Makefile 
  Log:
  - Support = in hostnames compatiable with misc/149510.
duplicate fix in other perl ports
  
  PR: ports/148255
  Submitted by:   Anonymous 
  Approved by:maintainer timeout (skv ; 121 days)
  
  Revision  ChangesPath
  1.129 +1 -1  ports/lang/perl5.12/Makefile
  1.115 +1 -1  ports/lang/perl5.8/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/databases/sqlite3 Makefile

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 17:48:46 UTC

  FreeBSD ports repository

  Modified files:
databases/sqlite3Makefile 
  Log:
  - WITH_GCOV breaks nss
  
  Submitted by:   nork, gabor
  Approved by:pavelivol...@googlemail.com (maintainer)
  
  Revision  ChangesPath
  1.53  +2 -1  ports/databases/sqlite3/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/www/trac-mercurial distinfo

2010-12-11 Thread QAT
The Restless Daemon identified a mtree error while trying to build:
 trac-mercurial-0.12.0.1 maintained by bro...@freebsd.org
 Makefile ident: $FreeBSD: ports/www/trac-mercurial/Makefile,v 1.6 2010/12/10 
23:06:56 pgollucci Exp $

Excerpt from 
http://QAT.TecNik93.com/logs/8-STABLE-NPD/trac-mercurial-0.12.0.1.log :

Installing trac-admin script to /usr/local/bin
Installing tracd script to /usr/local/bin

Using /usr/local/lib/python2.6/site-packages/Trac-0.12-py2.6.egg
Searching for Genshi==0.6
Best match: Genshi 0.6
Processing Genshi-0.6-py2.6.egg
Genshi 0.6 is already the active version in easy-install.pth

Using /usr/local/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg
Searching for setuptools==0.6c11
Best match: setuptools 0.6c11
Processing setuptools-0.6c11-py2.6.egg
setuptools 0.6c11 is already the active version in easy-install.pth
Installing easy_install script to /usr/local/bin
Installing easy_install-2.6 script to /usr/local/bin

Using /usr/local/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg
Finished processing dependencies for TracMercurial==0.12.0.23dev
===>   Registering installation for trac-mercurial-0.12.0.1


===>  Building package for trac-mercurial-0.12.0.1
tar: lib/python2.6/site-packages/TracMercurial-0.12.0.1-py2.6.egg: Cannot stat: 
No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /a/ports/www/trac-mercurial.
Deleting trac-mercurial-0.12.0.1
pkg_delete: file 
'/usr/local/lib/python2.6/site-packages/TracMercurial-0.12.0.1-py2.6.egg' 
doesn't exist
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)


=== Checking filesystem state
list of extra files and directories in / (not present before this port was 
installed but present after it was deinstalled)
43245337   96 -rw-r--r--1 root wheel   47359 
Dec 11 17:51 
usr/local/lib/python2.6/site-packages/TracMercurial-0.12.0.23dev-py2.6.egg

build of /usr/ports/www/trac-mercurial ended at Sat Dec 11 17:51:50 UTC 2010

The tarballed WRKDIR can be found here:
http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/trac-mercurial-0.12.0.1.tbz

PortsMon page for the port:
http://portsmon.freebsd.org/portoverview.py?category=www&portname=trac-mercurial

The build which triggered this BotMail was done under
tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8
with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the
"official" up-to-date Ports Tree, with the following vars set:
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.

A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/www/trac-mercurial Makefile

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 17:54:06 UTC

  FreeBSD ports repository

  Modified files:
www/trac-mercurial   Makefile 
  Log:
  - egg version != software version (yay!)
  
  Reported by:QAT
  
  Revision  ChangesPath
  1.7   +1 -1  ports/www/trac-mercurial/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/sysutils/puppet Makefile distinfo pkg-plist

2010-12-11 Thread Ion-Mihai Tetcu
On Sat, 11 Dec 2010 17:43:44 +
"Philip M. Gollucci"  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 12/11/10 03:24, Russell Jackson wrote:
> > On 12/10/2010 06:11 PM, q...@freebsd.org wrote:
> >>
> >> ===>   Building package for puppet-2.6.4
> >> tar: etc/puppet/auth.conf: Cannot stat: No such file or directory
> >> tar: Error exit delayed from previous errors.
> >> pkg_create: make_dist: tar command failed with code 256
> >> *** Error code 1
> >>
> >> Stop in /a/ports/sysutils/puppet.
> >> Deleting puppet-2.6.4
> >> pkg_delete: file '/usr/local/etc/puppet/auth.conf' doesn't exist
> >> pkg_delete: couldn't entirely delete package (perhaps the packing
> >> list is incorrectly specified?)
> >> =>  Deleting /var/run/puppet if empty...
> >> =>  Deleting /var/puppet if empty...
> >> 
> >>
> >> === Checking filesystem state
> >> list of extra files and directories in / (not present before this
> >> port was installed but present after it was deinstalled)
> >> 432931004 drwxr-xr-x2 root
> >> wheel 512 Dec 11 02:11 etc/puppet
> >> 432931018 -rw-r--r--1 root
> >> wheel2346 Dec 11 02:11 etc/puppet/auth.conf
> >> 
> >> build of /usr/ports/sysutils/puppet ended at Sat Dec 11 02:11:56
> >> UTC 2010
> 
> I got this error in my tb too.  Which is why I added the
> etc/puppet/auth.conf to pkg-plist; then it worked fine.
> 
> 
> I'm quite confused by the error though.  Tar can't find it, but later
> mtree says it wasn't there before but is now.


An extra space in the plist on that line?

-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


Re: cvs commit: ports/www/trac-mercurial Makefile

2010-12-11 Thread Ion-Mihai Tetcu
On Sat, 11 Dec 2010 17:54:06 + (UTC)
"Philip M. Gollucci"  wrote:

> pgollucci2010-12-11 17:54:06 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> www/trac-mercurial   Makefile 
>   Log:
>   - egg version != software version (yay!)
>   
>   Reported by:QAT
>   
>   Revision  ChangesPath
>   1.7   +1 -1  ports/www/trac-mercurial/Makefile

Joy!

-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


cvs commit: ports/converters/p5-Unicode-Stringprep pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 18:11:44 UTC

  FreeBSD ports repository

  Modified files:
converters/p5-Unicode-Stringprep pkg-plist 
  Log:
  - Fix pkg-plist
  
  Reported by:pointyhat via erwin
  Pointyhat to:   timur
  
  Revision  ChangesPath
  1.2   +3 -0  ports/converters/p5-Unicode-Stringprep/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/www/trac-mercurial Makefile)

2010-12-11 Thread QAT
www/trac-mercurial, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/converters/p5-Unicode-Stringprep pkg-plist)

2010-12-11 Thread QAT
converters/p5-Unicode-Stringprep, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/graphics Makefile ports/graphics/rubygem-image_science Makefile distinfo pkg-descr

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 18:18:03 UTC

  FreeBSD ports repository

  Modified files:
graphics Makefile 
  Added files:
graphics/rubygem-image_science Makefile distinfo pkg-descr 
  Log:
  - relocated port into correct category
  
  Reported by:freebsdpo...@chillibear.com (maintainer)
  
  Revision  ChangesPath
  1.1364+1 -0  ports/graphics/Makefile
  1.1   +27 -0 ports/graphics/rubygem-image_science/Makefile (new)
  1.1   +2 -0  ports/graphics/rubygem-image_science/distinfo (new)
  1.1   +5 -0  ports/graphics/rubygem-image_science/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports MOVED ports/devel Makefile ports/devel/rubygem-image_science Makefile distinfo pkg-descr

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 18:19:13 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
develMakefile 
  Removed files:
devel/rubygem-image_science Makefile distinfo pkg-descr 
  Log:
  Changed category
  
  Revision  ChangesPath
  1.2312+2 -1  ports/MOVED
  1.4167+0 -1  ports/devel/Makefile
  1.2   +0 -27 ports/devel/rubygem-image_science/Makefile (dead)
  1.2   +0 -2  ports/devel/rubygem-image_science/distinfo (dead)
  1.3   +0 -5  ports/devel/rubygem-image_science/pkg-descr (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/graphics/webp Makefile distinfo

2010-12-11 Thread Johan van Selst
johans  2010-12-11 18:32:03 UTC

  FreeBSD ports repository

  Modified files:
graphics/webpMakefile distinfo 
  Log:
  Update webp to 0.0.5
  
  Revision  ChangesPath
  1.5   +1 -1  ports/graphics/webp/Makefile
  1.5   +2 -2  ports/graphics/webp/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils/rubygem-ohai Makefile

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 18:42:22 UTC

  FreeBSD ports repository

  Modified files:
sysutils/rubygem-ohai Makefile 
  Log:
  - help QAT out
  
  Revision  ChangesPath
  1.9   +0 -0  ports/sysutils/rubygem-ohai/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/converters/p5-URI-UTF8-Punycode pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 18:51:26 UTC

  FreeBSD ports repository

  Modified files:
converters/p5-URI-UTF8-Punycode pkg-plist 
  Log:
  - Fix pkg-plist
  
  Reported by:QAT
  QAT hat to: timur
  
  Revision  ChangesPath
  1.2   +5 -1  ports/converters/p5-URI-UTF8-Punycode/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/net/googlecl Makefile distinfo ports/net/googlecl/files patch-setup.py

2010-12-11 Thread Li-Wen Hsu
lwhsu   2010-12-11 18:51:52 UTC

  FreeBSD ports repository

  Modified files:
net/googlecl Makefile distinfo 
net/googlecl/files   patch-setup.py 
  Log:
  - Update to 0.9.11
  - Respect NO_INSTALL_MANPAGES
  
  PR: ports/153011
  Submitted by:   Sofian Brabez 
  
  Revision  ChangesPath
  1.7   +5 -2  ports/net/googlecl/Makefile
  1.6   +2 -3  ports/net/googlecl/distinfo
  1.2   +7 -7  ports/net/googlecl/files/patch-setup.py
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/converters/p5-URI-UTF8-Punycode pkg-plist)

2010-12-11 Thread QAT
converters/p5-URI-UTF8-Punycode, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils/rubygem-ohai Makefile

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 19:09:41 UTC

  FreeBSD ports repository

  Modified files:
sysutils/rubygem-ohai Makefile 
  Log:
  - Mark broken, version incompatability
  
  Reported by:pointyhat via erwin
  
  Revision  ChangesPath
  1.10  +3 -1  ports/sysutils/rubygem-ohai/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/devel/eric4 Makefile.inc distinfo ports/french/eric4 distinfo ports/german/eric4 distinfo ports/russian/eric4 distinfo

2010-12-11 Thread Boris Samorodov
bsam2010-12-11 19:24:01 UTC

  FreeBSD ports repository

  Modified files:
devel/eric4  Makefile.inc distinfo 
french/eric4 distinfo 
german/eric4 distinfo 
russian/eric4distinfo 
  Log:
  Update to version 4.4.10.
  
  Revision  ChangesPath
  1.39  +2 -2  ports/devel/eric4/Makefile.inc
  1.37  +2 -3  ports/devel/eric4/distinfo
  1.37  +2 -3  ports/french/eric4/distinfo
  1.37  +2 -3  ports/german/eric4/distinfo
  1.37  +2 -3  ports/russian/eric4/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils/rsyslog3 Makefile ports/sysutils/rsyslog3/files extra-patch-tools__omusrmsg.c patch-tools__omusrmsg.c

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 20:26:45 UTC

  FreeBSD ports repository

  Modified files:
sysutils/rsyslog3Makefile 
  Added files:
sysutils/rsyslog3/files extra-patch-tools__omusrmsg.c 
  Removed files:
sysutils/rsyslog3/files patch-tools__omusrmsg.c 
  Log:
  - Unbreak: Conditionalize the utmpx patch based on OSVERSION
  
  Revision  ChangesPath
  1.55  +6 -1  ports/sysutils/rsyslog3/Makefile
  1.1   +105 -0
ports/sysutils/rsyslog3/files/extra-patch-tools__omusrmsg.c (new)
  1.2   +0 -105ports/sysutils/rsyslog3/files/patch-tools__omusrmsg.c 
(dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/multimedia/minitube Makefile distinfo pkg-plist

2010-12-11 Thread Max Brazhnikov
makc2010-12-11 20:27:44 UTC

  FreeBSD ports repository

  Modified files:
multimedia/minitube  Makefile distinfo pkg-plist 
  Log:
  Update to 1.3
  
  Revision  ChangesPath
  1.10  +1 -1  ports/multimedia/minitube/Makefile
  1.9   +2 -3  ports/multimedia/minitube/distinfo
  1.8   +1 -0  ports/multimedia/minitube/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/Mk bsd.sites.mk

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 20:39:30 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.sites.mk 
  Log:
  this site only carries the ubuntu bits now
  
  Reported by:distilator
  
  Revision  ChangesPath
  1.520 +1 -4  ports/Mk/bsd.sites.mk
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/Mk bsd.sites.mk

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 20:41:16 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.sites.mk 
  Log:
  - site is toast
  
  Reported by:distilator, confirmed from several geo-disperse locations
  
  Revision  ChangesPath
  1.521 +1 -2  ports/Mk/bsd.sites.mk
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/Mk bsd.sites.mk

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 20:42:48 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.sites.mk 
  Log:
  - site no longer carries these bits
  
  Reported by:distilator
  
  Revision  ChangesPath
  1.522 +1 -3  ports/Mk/bsd.sites.mk
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/cad/netgen Makefile

2010-12-11 Thread Pav Lucistnik
pav 2010-12-11 21:03:36 UTC

  FreeBSD ports repository

  Modified files:
cad/netgen   Makefile 
  Log:
  - Fix for new tix
  
  PR: ports/153014
  Submitted by:   maintainer
  
  Revision  ChangesPath
  1.26  +2 -2  ports/cad/netgen/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils Makefile ports/sysutils/py-stdiff Makefile distinfo pkg-descr pkg-plist ports/sysutils/py-stdiff/files patch-setup.py

2010-12-11 Thread Marcelo Araujo
araujo  2010-12-11 21:09:43 UTC

  FreeBSD ports repository

  Modified files:
sysutils Makefile 
  Added files:
sysutils/py-stdiff   Makefile distinfo pkg-descr pkg-plist 
sysutils/py-stdiff/files patch-setup.py 
  Log:
  Spot The Difference is a file integrity checker. Its goal is to detect signs 
of
  intrusion by looking for suspicious changes in system files. Crackers, in 
fact,
  to do their evil or just to make sure they can work their way back into the
  system, often change some configuration files, executables and/or log files
  (usually with rootkits); thus leaving signs of the break-in.
  
  WWW: http://www.kernel-panic.it/software/stdiff/
  
  Revision  ChangesPath
  1.1253+15 -14ports/sysutils/Makefile
  1.1   +33 -0 ports/sysutils/py-stdiff/Makefile (new)
  1.1   +2 -0  ports/sysutils/py-stdiff/distinfo (new)
  1.1   +11 -0 ports/sysutils/py-stdiff/files/patch-setup.py (new)
  1.1   +7 -0  ports/sysutils/py-stdiff/pkg-descr (new)
  1.1   +33 -0 ports/sysutils/py-stdiff/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/textproc/py-4suite-xml Makefile pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 21:19:41 UTC

  FreeBSD ports repository

  Modified files:
textproc/py-4suite-xml Makefile pkg-plist 
  Log:
  - Fix pkg-plist with NOPORTDOCS
  - while here pet portlint
  
  Reported by:QAT
  
  Revision  ChangesPath
  1.10  +1 -2  ports/textproc/py-4suite-xml/Makefile
  1.6   +3 -3  ports/textproc/py-4suite-xml/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/databases/php5-redis Makefile distinfo

2010-12-11 Thread Martin Matuska
mm  2010-12-11 21:27:13 UTC

  FreeBSD ports repository

  Modified files:
databases/php5-redis Makefile distinfo 
  Log:
  - Update to 2.0.12
  
  PR: ports/152775
  Approved by:Benedikt Niessen  (maintainer)
  
  Revision  ChangesPath
  1.2   +10 -6 ports/databases/php5-redis/Makefile
  1.2   +2 -3  ports/databases/php5-redis/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/comms/umcs7840 Makefile

2010-12-11 Thread Pav Lucistnik
pav 2010-12-11 21:39:06 UTC

  FreeBSD ports repository

  Modified files:
comms/umcs7840   Makefile 
  Log:
  - Two-way unbreak: .eliif->.elif and fix OSVERSION usage
  
  Reported by:world+dog
  With hat:   portmgr
  
  Revision  ChangesPath
  1.3   +4 -2  ports/comms/umcs7840/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/irc/irchat-pj-emacs21 pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 21:52:36 UTC

  FreeBSD ports repository

  Modified files:
irc/irchat-pj-emacs21 pkg-plist 
  Log:
  - Fix pkg-plist when NOPORTDOCS
  
  Reported by:QAT
  
  Revision  ChangesPath
  1.2   +10 -10ports/irc/irchat-pj-emacs21/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/www Makefile ports/www/p5-Perlanet Makefile distinfo pkg-descr pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 21:54:08 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/p5-Perlanet  Makefile distinfo pkg-descr pkg-plist 
  Log:
  Perlanet is a program for creating programs that aggregate web feeds
  (both RSS and Atom). Web pages like this are often called "Planets"
  after the Python software which originally popularised them. Perlanet
  is a planet builder written in Perl - hence "Perlanet".
  
  WWW:http://search.cpan.org/dist/Perlanet/
  
  PR: ports/153005
  Submitted by:   Gea-Suan Lin 
  
  Revision  ChangesPath
  1.2776+1 -0  ports/www/Makefile
  1.1   +52 -0 ports/www/p5-Perlanet/Makefile (new)
  1.1   +2 -0  ports/www/p5-Perlanet/distinfo (new)
  1.1   +6 -0  ports/www/p5-Perlanet/pkg-descr (new)
  1.1   +15 -0 ports/www/p5-Perlanet/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/www Makefile ports/www/p5-Tatsumaki Makefile distinfo pkg-descr pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 21:54:28 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/p5-Tatsumaki Makefile distinfo pkg-descr pkg-plist 
  Log:
  Tatsumaki is a toy port of Tornado for Perl using Plack (with
  non-blocking extensions) and AnyEvent.
  
  It allows you to write a web application that does a immediate
  response with template rendering, IO-bound delayed response (like
  fetching third party API or XML feeds), server push streaming and
  long-poll Comet in a clean unified API.
  
  WWW:http://search.cpan.org/dist/Tatsumaki/
  
  PR: ports/153007
  Submitted by:   Gea-Suan Lin 
  
  Revision  ChangesPath
  1.2777+1 -0  ports/www/Makefile
  1.1   +39 -0 ports/www/p5-Tatsumaki/Makefile (new)
  1.1   +2 -0  ports/www/p5-Tatsumaki/distinfo (new)
  1.1   +9 -0  ports/www/p5-Tatsumaki/pkg-descr (new)
  1.1   +17 -0 ports/www/p5-Tatsumaki/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/irc/irchat-pj-xemacs21-mule Makefile

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 21:58:28 UTC

  FreeBSD ports repository

  Modified files:
irc/irchat-pj-xemacs21-mule Makefile 
  Log:
  - help QAT out
  
  Revision  ChangesPath
  1.8   +0 -0  ports/irc/irchat-pj-xemacs21-mule/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/sysutils/puppet Makefile distinfo pkg-plist

2010-12-11 Thread Olli Hauer
On 2010-12-11 18:43, Philip M. Gollucci wrote:
> On 12/11/10 03:24, Russell Jackson wrote:
>> On 12/10/2010 06:11 PM, q...@freebsd.org wrote:
>>>
>>> ===>   Building package for puppet-2.6.4
>>> tar: etc/puppet/auth.conf: Cannot stat: No such file or directory
>>> tar: Error exit delayed from previous errors.
>>> pkg_create: make_dist: tar command failed with code 256
>>> *** Error code 1
>>>
>>> Stop in /a/ports/sysutils/puppet.
>>> Deleting puppet-2.6.4
>>> pkg_delete: file '/usr/local/etc/puppet/auth.conf' doesn't exist
>>> pkg_delete: couldn't entirely delete package (perhaps the packing list is
>>> incorrectly specified?)
>>> =>  Deleting /var/run/puppet if empty...
>>> =>  Deleting /var/puppet if empty...
>>> 
>>>
>>> === Checking filesystem state
>>> list of extra files and directories in / (not present before this port
>>> was installed but present after it was deinstalled)
>>> 432931004 drwxr-xr-x2 root
>>> wheel 512 Dec 11 02:11 etc/puppet
>>> 432931018 -rw-r--r--1 root
>>> wheel2346 Dec 11 02:11 etc/puppet/auth.conf
>>> 
>>> build of /usr/ports/sysutils/puppet ended at Sat Dec 11 02:11:56 UTC 2010
> 
> I got this error in my tb too.  Which is why I added the
> etc/puppet/auth.conf to pkg-plist; then it worked fine.
> 
> 
> I'm quite confused by the error though.  Tar can't find it, but later
> mtree says it wasn't there before but is now.
> 

Indeed, the port installs this file but to "/etc/pupped"
instead  "${prefix}/etc/puppet".

There is a new option in install.rb (--[no]-configs and --configdir=)
and they defaults to "/etc/puppet" and do install.

The following patch disables the install of auth.conf and for safekeeping
change the patch in install.rb.

Index: Makefile
===
RCS file: /home/pcvs/ports/sysutils/puppet/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile10 Dec 2010 23:07:24 -  1.21
+++ Makefile11 Dec 2010 21:49:01 -
@@ -51,6 +51,7 @@

 post-patch:
@${REINPLACE_CMD} -e "s|/etc/puppet|${PREFIX}/etc/puppet|" \
+   ${WRKSRC}/install.rb \
${WRKSRC}/lib/puppet/reference/configuration.rb \
${WRKSRC}/lib/puppet/defaults.rb \
${WRKSRC}/lib/puppet/util/run_mode.rb
@@ -66,7 +67,7 @@
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} 
PRE-INSTALL

 do-install:
-   @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb
+   @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb
--no-configs

 post-install:
${INSTALL} -d ${PREFIX}/etc/${PORTNAME}
Index: pkg-plist
===
RCS file: /home/pcvs/ports/sysutils/puppet/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist   10 Dec 2010 23:07:24 -  1.9
+++ pkg-plist   11 Dec 2010 21:49:01 -
@@ -9,6 +9,5 @@
 sbin/puppetmasterd
 sbin/puppetqd
 sbin/puppetrun
-etc/puppet/puppet.conf-dist
-etc/puppet/auth.conf
+%%ETCDIR%%/puppet.conf-dist
 @dirrmtry etc/puppet
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/textproc/py-4suite-xml Makefile pkg-plist)

2010-12-11 Thread QAT
textproc/py-4suite-xml, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/devel/xmltooling pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 22:08:10 UTC

  FreeBSD ports repository

  Modified files:
devel/xmltooling pkg-plist 
  Log:
  - Fix pkg-plist in NOPORTDOCS case
  
  Reported by:QAT
  
  Revision  ChangesPath
  1.4   +7 -7  ports/devel/xmltooling/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/rsyslog3 Makefile ports/sysutils/rsyslog3/files)

2010-12-11 Thread QAT
sysutils/rsyslog3, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/mail/fetchmail Makefile distinfo ports/mail/fetchmail/files patch-de5f30df

2010-12-11 Thread Matthias Andree
mandree 2010-12-11 22:27:06 UTC

  FreeBSD ports repository

  Modified files:
mail/fetchmail   Makefile distinfo 
  Removed files:
mail/fetchmail/files patch-de5f30df 
  Log:
  Update to new upstream release 6.3.19.
  
  Approved by:  Corey Halpin (maintainer)
  Submitted by: mandree
  PR:   ports/152999
  
  Revision  ChangesPath
  1.214 +2 -2  ports/mail/fetchmail/Makefile
  1.139 +2 -2  ports/mail/fetchmail/distinfo
  1.2   +0 -28 ports/mail/fetchmail/files/patch-de5f30df (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/devel/omniNotify Makefile pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 22:27:09 UTC

  FreeBSD ports repository

  Modified files:
devel/omniNotify Makefile pkg-plist 
  Log:
  - Fix pkg-plist in NOPORTEXAMPLES case
  
  Reported by:QAT
  
  Revision  ChangesPath
  1.15  +1 -1  ports/devel/omniNotify/Makefile
  1.2   +164 -164  ports/devel/omniNotify/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/korean/bitchx Makefile pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 22:45:43 UTC

  FreeBSD ports repository

  Modified files:
korean/bitchxMakefile pkg-plist 
  Log:
  - Setup DATADIR, DOCSDIR
  - Fix NO* vars
  
  Reported by:QAT
  
  Revision  ChangesPath
  1.26  +9 -6  ports/korean/bitchx/Makefile
  1.6   +961 -961  ports/korean/bitchx/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/dns/opendnssec Makefile distinfo

2010-12-11 Thread Nicola Vitale
nivit   2010-12-11 22:48:20 UTC

  FreeBSD ports repository

  Modified files:
dns/opendnssec   Makefile distinfo 
  Log:
  - Add databases/sqlite3 to BUILD_DEPENDS (minimal version required 3.4.2)
  - Bump PORTREVISION
  - Remove MD5 checksum from distinfo
  
  PR: ports/152542
  Submitted by:   Jaap Akkerhuis  (maintainer)
  
  Revision  ChangesPath
  1.8   +3 -1  ports/dns/opendnssec/Makefile
  1.7   +0 -1  ports/dns/opendnssec/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/sysutils/puppet Makefile distinfo pkg-plist

2010-12-11 Thread Russell Jackson

On 12/11/2010 02:00 PM, Olli Hauer wrote:

On 2010-12-11 18:43, Philip M. Gollucci wrote:

On 12/11/10 03:24, Russell Jackson wrote:

On 12/10/2010 06:11 PM, q...@freebsd.org wrote:


===>Building package for puppet-2.6.4
tar: etc/puppet/auth.conf: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /a/ports/sysutils/puppet.
Deleting puppet-2.6.4
pkg_delete: file '/usr/local/etc/puppet/auth.conf' doesn't exist
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
=>   Deleting /var/run/puppet if empty...
=>   Deleting /var/puppet if empty...


=== Checking filesystem state
list of extra files and directories in / (not present before this port
was installed but present after it was deinstalled)
432931004 drwxr-xr-x2 root
wheel 512 Dec 11 02:11 etc/puppet
432931018 -rw-r--r--1 root
wheel2346 Dec 11 02:11 etc/puppet/auth.conf

build of /usr/ports/sysutils/puppet ended at Sat Dec 11 02:11:56 UTC 2010


I got this error in my tb too.  Which is why I added the
etc/puppet/auth.conf to pkg-plist; then it worked fine.


I'm quite confused by the error though.  Tar can't find it, but later
mtree says it wasn't there before but is now.



Indeed, the port installs this file but to "/etc/pupped"
instead  "${prefix}/etc/puppet".

There is a new option in install.rb (--[no]-configs and --configdir=)
and they defaults to "/etc/puppet" and do install.

The following patch disables the install of auth.conf and for safekeeping
change the patch in install.rb.

Index: Makefile
===
RCS file: /home/pcvs/ports/sysutils/puppet/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile10 Dec 2010 23:07:24 -  1.21
+++ Makefile11 Dec 2010 21:49:01 -
@@ -51,6 +51,7 @@

  post-patch:
 @${REINPLACE_CMD} -e "s|/etc/puppet|${PREFIX}/etc/puppet|" \
+   ${WRKSRC}/install.rb \
 ${WRKSRC}/lib/puppet/reference/configuration.rb \
 ${WRKSRC}/lib/puppet/defaults.rb \
 ${WRKSRC}/lib/puppet/util/run_mode.rb
@@ -66,7 +67,7 @@
 @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} 
PRE-INSTALL

  do-install:
-   @cd ${WRKSRC}&&  ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb
+   @cd ${WRKSRC}&&  ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb
--no-configs

  post-install:
 ${INSTALL} -d ${PREFIX}/etc/${PORTNAME}
Index: pkg-plist
===
RCS file: /home/pcvs/ports/sysutils/puppet/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist   10 Dec 2010 23:07:24 -  1.9
+++ pkg-plist   11 Dec 2010 21:49:01 -
@@ -9,6 +9,5 @@
  sbin/puppetmasterd
  sbin/puppetqd
  sbin/puppetrun
-etc/puppet/puppet.conf-dist
-etc/puppet/auth.conf
+%%ETCDIR%%/puppet.conf-dist
  @dirrmtry etc/puppet


Sorry about this. I was in too much of a rush to get this out and didn't notice this 
change in behavior in install.rb.


I think the above patch is fine for now. My puppet installs are working without 
auth.conf.

Do I need to submit another PR with this patch?

--
Russell A. Jackson 
Network Analyst
California State University, Bakersfield

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/sysutils/puppet Makefile distinfo pkg-plist

2010-12-11 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'll apply it momentarily.


>> ===
>> RCS file: /home/pcvs/ports/sysutils/puppet/Makefile,v
>> retrieving revision 1.21
>> diff -u -r1.21 Makefile
>> --- Makefile10 Dec 2010 23:07:24 -  1.21
>> +++ Makefile11 Dec 2010 21:49:01 -
>> @@ -51,6 +51,7 @@
>>
>>   post-patch:
>>  @${REINPLACE_CMD} -e "s|/etc/puppet|${PREFIX}/etc/puppet|" \
>> +   ${WRKSRC}/install.rb \
>>  ${WRKSRC}/lib/puppet/reference/configuration.rb \
>>  ${WRKSRC}/lib/puppet/defaults.rb \
>>  ${WRKSRC}/lib/puppet/util/run_mode.rb
>> @@ -66,7 +67,7 @@
>>  @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
>> ${PKGNAME} PRE-INSTALL
>>
>>   do-install:
>> -   @cd ${WRKSRC}&&  ${SETENV} PREFIX=${PREFIX} ${RUBY}
>> ${WRKSRC}/install.rb
>> +   @cd ${WRKSRC}&&  ${SETENV} PREFIX=${PREFIX} ${RUBY}
>> ${WRKSRC}/install.rb
>> --no-configs
>>
>>   post-install:
>>  ${INSTALL} -d ${PREFIX}/etc/${PORTNAME}
>> Index: pkg-plist
>> ===
>> RCS file: /home/pcvs/ports/sysutils/puppet/pkg-plist,v
>> retrieving revision 1.9
>> diff -u -r1.9 pkg-plist
>> --- pkg-plist   10 Dec 2010 23:07:24 -  1.9
>> +++ pkg-plist   11 Dec 2010 21:49:01 -
>> @@ -9,6 +9,5 @@
>>   sbin/puppetmasterd
>>   sbin/puppetqd
>>   sbin/puppetrun
>> -etc/puppet/puppet.conf-dist
>> -etc/puppet/auth.conf
>> +%%ETCDIR%%/puppet.conf-dist
>>   @dirrmtry etc/puppet


- -- 
- 
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (FreeBSD)

iD8DBQFNBANUdbiP+9ubjBwRAjY3AJ9CKeFXTn1hjklEbiz6x9/ODHUxIACggy/O
wZ2EX1ZRLYA/dKIBEBrCwHk=
=xIOV
-END PGP SIGNATURE-
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/japanese/prime Makefile pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 23:27:01 UTC

  FreeBSD ports repository

  Modified files:
japanese/prime   Makefile pkg-plist 
  Log:
  - Fix NO* case [1]
while here
- use USE_RUBY_FEATURES
- LOCALBASE is part of PLIST_SUB by default
  
  Reported by:QAT [1]
  
  Revision  ChangesPath
  1.14  +1 -3  ports/japanese/prime/Makefile
  1.4   +7 -7  ports/japanese/prime/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/irc/irchat-pj-emacs21 pkg-plist)

2010-12-11 Thread QAT
irc/irchat-pj-emacs21, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/x11-toolkits/pangomm Makefile distinfo

2010-12-11 Thread Koop Mast
kwm 2010-12-11 23:40:21 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/pangomm Makefile distinfo 
  Log:
  Update to 2.26.3.
  
  Revision  ChangesPath
  1.8   +2 -2  ports/x11-toolkits/pangomm/Makefile
  1.5   +2 -3  ports/x11-toolkits/pangomm/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils/puppet Makefile pkg-plist ports/sysutils/puppet/files pkg-message.in

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-11 23:49:52 UTC

  FreeBSD ports repository

  Modified files:
sysutils/puppet  Makefile pkg-plist 
sysutils/puppet/files pkg-message.in 
  Log:
  - Fix auth.conf confusion
  - Use ETCDIR
  - Fix minor typo
  
  Reported by:QAT
  Submitted by:   ohauer
  Approved by:Russell Jackson  (maintainer)
  
  Revision  ChangesPath
  1.22  +7 -5  ports/sysutils/puppet/Makefile
  1.4   +1 -1  ports/sysutils/puppet/files/pkg-message.in
  1.10  +3 -4  ports/sysutils/puppet/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Re: cvs commit: ports/sysutils/puppet Makefile distinfo pkg-plist

2010-12-11 Thread olli hauer
On 2010-12-12 00:03, Philip M. Gollucci wrote:
> I'll apply it momentarily.
> 



This patch is a way better (use ETCDIR instead etc/$portname)


Index: Makefile
===
RCS file: /home/pcvs/ports/sysutils/puppet/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile10 Dec 2010 23:07:24 -  1.21
+++ Makefile11 Dec 2010 23:28:01 -
@@ -50,7 +50,8 @@
 .include 

 post-patch:
-   @${REINPLACE_CMD} -e "s|/etc/puppet|${PREFIX}/etc/puppet|" \
+   @${REINPLACE_CMD} -e "s|/etc/puppet|${ETCDIR}|" \
+   ${WRKSRC}/install.rb \
${WRKSRC}/lib/puppet/reference/configuration.rb \
${WRKSRC}/lib/puppet/defaults.rb \
${WRKSRC}/lib/puppet/util/run_mode.rb
@@ -66,16 +67,16 @@
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} 
PRE-INSTALL

 do-install:
-   @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb
+   @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb
--no-configs

 post-install:
-   ${INSTALL} -d ${PREFIX}/etc/${PORTNAME}
+   ${INSTALL} -d ${ETCDIR}
${RUBY} -I ${RUBY_SITELIBDIR} ${PREFIX}/sbin/puppetmasterd \
-   --confdir=${PREFIX}/etc/${PORTNAME} \
+   --confdir=${ETCDIR} \
--rundir=${PUPPET_RUNDIR} \
--genconfig | \
${SED} -e 's/genconfig = true/# genconfig = false/' \
-   > ${PREFIX}/etc/${PORTNAME}/puppet.conf-dist
+   > ${ETCDIR}/puppet.conf-dist
@${ECHO} ${RUBY_SITELIBDIR}/puppet.rb | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type f | \
@@ -89,6 +90,7 @@
 .endif
 .if !defined(NOPORTEXAMPLES)
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
+   ${INSTALL} ${WRKSRC}/conf/auth.conf ${EXAMPLESDIR}/etc
 .endif
@${CAT} ${PKGMESSAGE}

Index: pkg-plist
===
RCS file: /home/pcvs/ports/sysutils/puppet/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist   10 Dec 2010 23:07:24 -  1.9
+++ pkg-plist   11 Dec 2010 23:28:01 -
@@ -9,6 +9,5 @@
 sbin/puppetmasterd
 sbin/puppetqd
 sbin/puppetrun
-etc/puppet/puppet.conf-dist
-etc/puppet/auth.conf
-...@dirrmtry etc/puppet
+%%ETCDIR%%/puppet.conf-dist
+...@dirrmtry %%ETCDIR%%
Index: files/pkg-message.in
===
RCS file: /home/pcvs/ports/sysutils/puppet/files/pkg-message.in,v
retrieving revision 1.3
diff -u -r1.3 pkg-message.in
--- files/pkg-message.in4 Aug 2010 17:06:24 -   1.3
+++ files/pkg-message.in11 Dec 2010 23:28:01 -
@@ -8,7 +8,7 @@
puppetmaster_enable="YES"

 Individual config files such as %%PREFIX%%/etc/puppetmasterd.conf are
-deprecated. Use a single file, %%PREFIX%%/etc/puppet/puppet.conf.
+deprecated. Use a single file, %%ETCDIR%%/puppet.conf.

 The default PID directory is %%PUPPET_RUNDIR%%.

Index: Makefile
===
RCS file: /home/pcvs/ports/sysutils/puppet/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile10 Dec 2010 23:07:24 -  1.21
+++ Makefile11 Dec 2010 23:28:01 -
@@ -50,7 +50,8 @@
 .include 
 
 post-patch:
-   @${REINPLACE_CMD} -e "s|/etc/puppet|${PREFIX}/etc/puppet|" \
+   @${REINPLACE_CMD} -e "s|/etc/puppet|${ETCDIR}|" \
+   ${WRKSRC}/install.rb \
${WRKSRC}/lib/puppet/reference/configuration.rb \
${WRKSRC}/lib/puppet/defaults.rb \
${WRKSRC}/lib/puppet/util/run_mode.rb
@@ -66,16 +67,16 @@
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} 
PRE-INSTALL
 
 do-install:
-   @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb
+   @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} 
${WRKSRC}/install.rb --no-configs
 
 post-install:
-   ${INSTALL} -d ${PREFIX}/etc/${PORTNAME}
+   ${INSTALL} -d ${ETCDIR}
${RUBY} -I ${RUBY_SITELIBDIR} ${PREFIX}/sbin/puppetmasterd \
-   --confdir=${PREFIX}/etc/${PORTNAME} \
+   --confdir=${ETCDIR} \
--rundir=${PUPPET_RUNDIR} \
--genconfig | \
${SED} -e 's/genconfig = true/# genconfig = false/' \
-   > ${PREFIX}/etc/${PORTNAME}/puppet.conf-dist
+   > ${ETCDIR}/puppet.conf-dist
@${ECHO} ${RUBY_SITELIBDIR}/puppet.rb | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type f | \
@@ -89,6 +90,7 @@
 .endif
 .if !defined(NOPORTEXAMPLES)
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
+   ${INSTALL} ${WRKSRC}/conf/auth.conf ${EXAMPLESDIR}/etc
 .endif
@${CAT} ${PKGMESSAGE}
 
Index: pkg-pli

cvs commit: CVSROOT modules

2010-12-11 Thread Edwin Groothuis
edwin   2010-12-12 00:09:08 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  Ports modules update at Sunday 12 December 2010 at 00:09
  Feature safe: yes
  
  Revision  ChangesPath
  1.20998   +0 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/irc/irchat-pj-xemacs21-mule Makefile)

2010-12-11 Thread QAT
irc/irchat-pj-xemacs21-mule, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/devel/xmltooling pkg-plist)

2010-12-11 Thread QAT
devel/xmltooling, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/devel/omniNotify Makefile pkg-plist)

2010-12-11 Thread QAT
devel/omniNotify, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/korean/bitchx Makefile pkg-plist)

2010-12-11 Thread QAT
korean/bitchx, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/databases/mysql-proxy Makefile

2010-12-11 Thread Steve Wills
swills  2010-12-12 00:55:06 UTC

  FreeBSD ports repository

  Modified files:
databases/mysql-proxy Makefile 
  Log:
  - Remove support for building with MySQL 4.1 since it is broken
  
  PR: ports/138533
  Approved by:pgollucci (mentor)
  
  Revision  ChangesPath
  1.23  +1 -1  ports/databases/mysql-proxy/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils/rsyslog5-devel-dbi Makefile ports/sysutils/rsyslog5-devel-gnutls Makefile ports/sysutils/rsyslog5-devel-gssapi Makefile ports/sysutils/rsyslog5-devel-mysql Makefile ports/sy

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 00:58:59 UTC

  FreeBSD ports repository

  Modified files:
sysutils/rsyslog5-devel-dbi Makefile 
sysutils/rsyslog5-devel-gnutls Makefile 
sysutils/rsyslog5-devel-gssapi Makefile 
sysutils/rsyslog5-devel-mysql Makefile 
sysutils/rsyslog5-devel-pgsql Makefile 
sysutils/rsyslog5-devel-relp Makefile 
sysutils/rsyslog5-devel-rfc3195 Makefile 
sysutils/rsyslog5-devel-snmp Makefile 
sysutils/rsyslog5-devel Makefile 
  Log:
  - help QAT out sysutils/rsyslog5-devel is at the correct version
  
  Revision  ChangesPath
  1.7   +0 -0  ports/sysutils/rsyslog5-devel-dbi/Makefile
  1.8   +0 -0  ports/sysutils/rsyslog5-devel-gnutls/Makefile
  1.7   +0 -0  ports/sysutils/rsyslog5-devel-gssapi/Makefile
  1.7   +0 -0  ports/sysutils/rsyslog5-devel-mysql/Makefile
  1.7   +0 -0  ports/sysutils/rsyslog5-devel-pgsql/Makefile
  1.7   +0 -0  ports/sysutils/rsyslog5-devel-relp/Makefile
  1.6   +0 -0  ports/sysutils/rsyslog5-devel-rfc3195/Makefile
  1.8   +0 -0  ports/sysutils/rsyslog5-devel-snmp/Makefile
  1.24  +0 -0  ports/sysutils/rsyslog5-devel/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils/munin-node Makefile ports/sysutils/munin-node/files plugins.conf

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 01:07:10 UTC

  FreeBSD ports repository

  Modified files:
sysutils/munin-node  Makefile 
sysutils/munin-node/files plugins.conf 
  Log:
  - Correct env.logfile setting, the dir is a different setting
  - Bump PORTREVISION
  
  PR: ports/142423
  Submitted by:   Chen-Yu Tsai 
  Approved by:maintainer timeout (des ; 337 days)
  
  Revision  ChangesPath
  1.36  +1 -1  ports/sysutils/munin-node/Makefile
  1.5   +1 -1  ports/sysutils/munin-node/files/plugins.conf
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/mail/t-prot Makefile distinfo

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 01:07:37 UTC

  FreeBSD ports repository

  Modified files:
mail/t-prot  Makefile distinfo 
  Log:
  - Add missing dependency
  - Remove MD5
  - Bump PORTREVISION
  
  PR: ports/151776
  Submitted by:   Tilman Keskinoz 
  Approved by:maintainer timeout (sergei ; 45 days)
  
  Revision  ChangesPath
  1.15  +4 -3  ports/mail/t-prot/Makefile
  1.11  +0 -1  ports/mail/t-prot/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/security/saferpay Makefile ports/security/saferpay/files patch-jConfigurationSetup.cpp patch-jMessageFactory.cpp patch-jMessageFactory.h patch-jMessageObject.cpp patch-jMessageObject

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 01:08:05 UTC

  FreeBSD ports repository

  Modified files:
security/saferpayMakefile 
  Added files:
security/saferpay/files patch-jConfigurationSetup.cpp 
patch-jMessageFactory.cpp 
patch-jMessageFactory.h 
patch-jMessageObject.cpp 
patch-jMessageObject.h 
  Log:
  - Fix build with gcc 4.2 on amd64
Note, this might fix sparc64 too but I can't test it
  - Bump PORTREVISION
  
  PR: ports/152333
  Submitted by:   Peter Klett 
  Approved by:maintainer timeout (mbr ; 24 days)
  
  Revision  ChangesPath
  1.14  +2 -2  ports/security/saferpay/Makefile
  1.1   +11 -0 
ports/security/saferpay/files/patch-jConfigurationSetup.cpp (new)
  1.1   +83 -0 ports/security/saferpay/files/patch-jMessageFactory.cpp 
(new)
  1.1   +38 -0 ports/security/saferpay/files/patch-jMessageFactory.h 
(new)
  1.1   +29 -0 ports/security/saferpay/files/patch-jMessageObject.cpp 
(new)
  1.1   +12 -0 ports/security/saferpay/files/patch-jMessageObject.h 
(new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/www/awstats Makefile distinfo pkg-plist

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 01:08:19 UTC

  FreeBSD ports repository

  Modified files:
www/awstats  Makefile distinfo pkg-plist 
  Log:
  - Update to 7.0
  - Remove MD5
  
  PR: ports/152911
  Submitted by:   Takefu 
  Approved by:s...@os2.kiev.ua (maintainer)
  
  Revision  ChangesPath
  1.44  +4 -2  ports/www/awstats/Makefile
  1.26  +2 -3  ports/www/awstats/distinfo
  1.25  +21 -2 ports/www/awstats/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/www/tomcat55 Makefile distinfo

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 01:09:28 UTC

  FreeBSD ports repository

  Modified files:
www/tomcat55 Makefile distinfo 
  Log:
  - Allow cronolog
  - Update MAINTAINER email
  - Remove MD5
  - Bump PORTREVISION
  
  PR: ports/152975
  Submitted by:   Jason Helfman  (maintainer)
  
  Revision  ChangesPath
  1.56  +23 -2 ports/www/tomcat55/Makefile
  1.26  +0 -4  ports/www/tomcat55/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/mail/assp Makefile distinfo pkg-plist ports/mail/assp/files patch-rebuildspamdb.pl periodic-assp.in

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 01:09:48 UTC

  FreeBSD ports repository

  Modified files:
mail/asspMakefile distinfo pkg-plist 
  Added files:
mail/assp/files  patch-rebuildspamdb.pl periodic-assp.in 
  Log:
  - Update to 1.8.1.5
  - Remove MD5
  
  PR: ports/152977
  Submitted by:   Rusty Nejdl  (maintainer)
  
  Revision  ChangesPath
  1.28  +1 -3  ports/mail/assp/Makefile
  1.16  +3 -3  ports/mail/assp/distinfo
  1.1   +11 -0 ports/mail/assp/files/patch-rebuildspamdb.pl (new)
  1.1   +31 -0 ports/mail/assp/files/periodic-assp.in (new)
  1.13  +8 -1  ports/mail/assp/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/sysutils/grub2 Makefile ports/sysutils/grub2/files patch-bsd-partmap

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 01:11:24 UTC

  FreeBSD ports repository

  Modified files:
sysutils/grub2   Makefile 
  Added files:
sysutils/grub2/files patch-bsd-partmap 
  Log:
  - Allow grub to recognize bsdlabel disklabels.
  - Bump PORTREVISION
  
  PR: ports/152978
  Submitted by:   Rick Richard  (maintainer)
  
  Revision  ChangesPath
  1.5   +1 -0  ports/sysutils/grub2/Makefile
  1.1   +47 -0 ports/sysutils/grub2/files/patch-bsd-partmap (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/chinese/wordpress-zh_TW Makefile distinfo

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 01:11:39 UTC

  FreeBSD ports repository

  Modified files:
chinese/wordpress-zh_TW Makefile distinfo 
  Log:
  - Update to 3.0.3
  
  PR: ports/152984
  Submitted by:   Bo-Yi Wu 
  Approved by:joeh...@gmail.com (maintainer)
  
  Revision  ChangesPath
  1.5   +1 -1  ports/chinese/wordpress-zh_TW/Makefile
  1.5   +2 -2  ports/chinese/wordpress-zh_TW/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/japanese/prime Makefile pkg-plist)

2010-12-11 Thread QAT
japanese/prime, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/french/gimp-help Makefile ports/german/gimp-help Makefile ports/graphics/gimp-help Makefile ports/misc/gimp-help-en Makefile distinfo pkg-plist ports/misc/gimp-help-it Makefile ports

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 01:17:16 UTC

  FreeBSD ports repository

  Modified files:
french/gimp-help Makefile 
german/gimp-help Makefile 
graphics/gimp-help   Makefile 
misc/gimp-help-enMakefile distinfo pkg-plist 
misc/gimp-help-itMakefile 
misc/gimp-help-nnMakefile 
russian/gimp-helpMakefile 
  Log:
  - Updated to 2.6.1.
  
  PR: ports/152989
  Submitted by:   "SimaMoto, RyoTa"  (maintainer)
  
  Revision  ChangesPath
  1.2   +1 -1  ports/french/gimp-help/Makefile
  1.2   +1 -1  ports/german/gimp-help/Makefile
  1.20  +3 -1  ports/graphics/gimp-help/Makefile
  1.2   +4 -4  ports/misc/gimp-help-en/Makefile
  1.2   +26 -39ports/misc/gimp-help-en/distinfo
  1.2   +302 -252  ports/misc/gimp-help-en/pkg-plist
  1.2   +1 -1  ports/misc/gimp-help-it/Makefile
  1.2   +1 -1  ports/misc/gimp-help-nn/Makefile
  1.2   +1 -1  ports/russian/gimp-help/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/puppet Makefile pkg-plist)

2010-12-11 Thread QAT
sysutils/puppet, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/rsyslog5-devel-dbi Makefile ports/sysutils/rsyslog5-devel-gnutls)

2010-12-11 Thread QAT
sysutils/rsyslog5-devel-dbi, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/rsyslog5-devel-dbi Makefile ports/sysutils/rsyslog5-devel-gnutls)

2010-12-11 Thread QAT
sysutils/rsyslog5-devel-gnutls, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/rsyslog5-devel-dbi Makefile ports/sysutils/rsyslog5-devel-gnutls)

2010-12-11 Thread QAT
sysutils/rsyslog5-devel-gssapi, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/rsyslog5-devel-dbi Makefile ports/sysutils/rsyslog5-devel-gnutls)

2010-12-11 Thread QAT
sysutils/rsyslog5-devel-mysql, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/rsyslog5-devel-dbi Makefile ports/sysutils/rsyslog5-devel-gnutls)

2010-12-11 Thread QAT
sysutils/rsyslog5-devel-pgsql, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/rsyslog5-devel-dbi Makefile ports/sysutils/rsyslog5-devel-gnutls)

2010-12-11 Thread QAT
sysutils/rsyslog5-devel-relp, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/rsyslog5-devel-dbi Makefile ports/sysutils/rsyslog5-devel-gnutls)

2010-12-11 Thread QAT
sysutils/rsyslog5-devel-rfc3195, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/sysutils/rsyslog5-devel-dbi Makefile ports/sysutils/rsyslog5-devel-gnutls)

2010-12-11 Thread QAT
sysutils/rsyslog5-devel-snmp, which was previously failing is OK after this 
commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/devel/rubygem-hoe Makefile distinfo

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 02:16:06 UTC

  FreeBSD ports repository

  Modified files:
devel/rubygem-hoeMakefile distinfo 
  Log:
  - Update to 2.8.0
  
  With Hat:   ruby@
  Sponsored by:   RideCharge Inc. / TaxiMagic
  
  Revision  ChangesPath
  1.31  +1 -1  ports/devel/rubygem-hoe/Makefile
  1.24  +2 -2  ports/devel/rubygem-hoe/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/devel/rubygem-json Makefile distinfo

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 02:16:14 UTC

  FreeBSD ports repository

  Modified files:
devel/rubygem-json   Makefile distinfo 
  Log:
  - Update to 1.4.5
  
  With Hat:   ruby@
  Sponsored by:   RideCharge Inc. / TaxiMagic
  
  Revision  ChangesPath
  1.16  +1 -1  ports/devel/rubygem-json/Makefile
  1.11  +2 -2  ports/devel/rubygem-json/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/devel/rubygem-zentest Makefile distinfo

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 02:16:22 UTC

  FreeBSD ports repository

  Modified files:
devel/rubygem-zentest Makefile distinfo 
  Log:
  - Update to 4.4.2
  
  With Hat:   ruby@
  Sponsored by:   RideCharge Inc. / TaxiMagic
  
  Revision  ChangesPath
  1.24  +1 -1  ports/devel/rubygem-zentest/Makefile
  1.19  +2 -2  ports/devel/rubygem-zentest/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


cvs commit: ports/mail/assp Makefile distinfo

2010-12-11 Thread Philip M. Gollucci
pgollucci2010-12-12 02:41:17 UTC

  FreeBSD ports repository

  Modified files:
mail/asspMakefile distinfo 
  Log:
  - Update to 1.8.1.6 to fix fetch [1]
also fix the .sh.in -> .in transition
  
  Reported by:QAT [1]
  
  Revision  ChangesPath
  1.29  +3 -3  ports/mail/assp/Makefile
  1.17  +2 -3  ports/mail/assp/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


Now OK (Re: cvs commit: ports/mail/assp Makefile distinfo)

2010-12-11 Thread QAT
mail/assp, which was previously failing is OK after this commit.
Thanks for fixing it!


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/


Thanks for your work on making FreeBSD better,

--
QAT - your friendly neighborhood Daemon,
preparing  a heck of an error trapping system:
 - "HMC and EOI?"
 - "Halt, Melt and Catch fire or Execute Operator Immediately."

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


  1   2   >