cvs commit: ports/security/sudo Makefile

2012-06-18 Thread Wesley Shields
wxs 2012-06-19 01:38:09 UTC

  FreeBSD ports repository

  Modified files:
security/sudoMakefile 
  Log:
  Add option to enable OPIE support (off by default). [1]
  While here, convert to new-style options.
  
  PR: ports/168812 [1]
  Submitted by:   Zak Blacher  [1]
  
  Revision  ChangesPath
  1.148 +28 -19ports/security/sudo/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/net/libpcap Makefile distinfo

2012-06-18 Thread Wesley Shields
wxs 2012-06-19 01:38:43 UTC

  FreeBSD ports repository

  Modified files:
net/libpcap  Makefile distinfo 
  Log:
  Update to 1.3.0.
  While here convert to new-style options.
  
  Revision  ChangesPath
  1.27  +14 -5 ports/net/libpcap/Makefile
  1.13  +2 -2  ports/net/libpcap/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/net/tcpdump Makefile distinfo

2012-06-18 Thread Wesley Shields
wxs 2012-06-19 01:39:43 UTC

  FreeBSD ports repository

  Modified files:
net/tcpdump  Makefile distinfo 
  Log:
  Update to 4.3.0.
  Don't specify major version for libpcap dependency.
  While here convert to new-style options.
  
  Revision  ChangesPath
  1.32  +24 -19ports/net/tcpdump/Makefile
  1.13  +2 -2  ports/net/tcpdump/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/bsdconfig Makefile distinfo pkg-descr

2012-06-20 Thread Wesley Shields
wxs 2012-06-20 16:58:13 UTC

  FreeBSD ports repository

  Modified files:
sysutils Makefile 
  Added files:
sysutils/bsdconfig   Makefile distinfo pkg-descr 
  Log:
  bsdconfig is a robust utility for configuring/managing various aspects of the
  FreeBSD Operating System. Feature-highlights include (but are not limited to):
- Modular, stable, efficient and i18n-compatible.
- Easily maintained/extendable sh(1) source/syntax.
- Works with both dialog(1) in base and Xdialog(1) from ports (x11/xdialog).
- rc.conf(5) configuration/management based on sysutils/sysrc
- Timezone configuration based on sysutils/tzdialog
- Networking management based on sysutils/host-setup
  
  WWW: http://druidbsd.sourceforge.net/
  
  PR: ports/169257
  Submitted by:   dteske@
  
  Revision  ChangesPath
  1.1417+1 -0  ports/sysutils/Makefile
  1.1   +227 -0ports/sysutils/bsdconfig/Makefile (new)
  1.1   +4 -0  ports/sysutils/bsdconfig/distinfo (new)
  1.1   +10 -0 ports/sysutils/bsdconfig/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/security/sudo Makefile

2012-06-21 Thread Wesley Shields
wxs 2012-06-21 13:01:13 UTC

  FreeBSD ports repository

  Modified files:
security/sudoMakefile 
  Log:
  Fix typo.
  
  PR: ports/169284
  Submitted by:   From: Bryan Drewery 
  
  Revision  ChangesPath
  1.149 +1 -1  ports/security/sudo/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/x11/etoile Makefile

2012-06-21 Thread Wesley Shields
wxs 2012-06-21 16:43:20 UTC

  FreeBSD ports repository

  Modified files:
x11/etoile   Makefile 
  Log:
  Adjust deprecation message as discussed on ports@.
  
  Revision  ChangesPath
  1.22  +1 -1  ports/x11/etoile/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/bsdconfig Makefile distinfo

2012-06-21 Thread Wesley Shields
wxs 2012-06-21 16:58:23 UTC

  FreeBSD ports repository

  Modified files:
sysutils/bsdconfig   Makefile distinfo 
  Log:
  Update to 0.7.1.
  
  PR: ports/169280
  Submitted by:   dteske@ (maintainer)
  
  Revision  ChangesPath
  1.2   +2 -2  ports/sysutils/bsdconfig/Makefile
  1.2   +4 -4  ports/sysutils/bsdconfig/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/bsdconfig Makefile distinfo

2012-06-21 Thread Wesley Shields
wxs 2012-06-22 01:46:16 UTC

  FreeBSD ports repository

  Modified files:
sysutils/bsdconfig   Makefile distinfo 
  Log:
  Update to 0.7.2.
  
  "When editing a user's password or account expiration property, choosing 
cancel
  or pressing ESC while editing the value manually would cause the value to be
  blanked rather than preserved. This has been fixed and pressing ESC (or
  choosing cancel) now preserves the value as expected.
  
  Executing "bsdconfig foo" when LANG is set to "EN_US.ISO8859-1" produces a
  non-i18n-compatible error message: "bsdconfig: foo: not found" (when it should
  produce: "bsdconfig: foo: NOT FOUND"). This has been fixed by adding the
  appropriate i18n messages and changing the code to use them.
  
  Executing "bsdconfig -h" when LANG is set to an unknown language (for which
  there are no bsdconfig localized language files), the output did not display
  appropriately. This has been fixed.
  
  Executing "bsdconfig timezone -h" (for example) when LANG is set to an unkown
  language had similar issues to the above."
  
  PR: ports/169306
  Submitted by:   dteske@
  
  Revision  ChangesPath
  1.3   +2 -2  ports/sysutils/bsdconfig/Makefile
  1.3   +4 -4  ports/sysutils/bsdconfig/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/emulators/dynagen Makefile pkg-deinstall pkg-install pkg-plist ports/emulators/dynagen/files patch-setup.py

2012-06-21 Thread Wesley Shields
wxs 2012-06-22 01:49:00 UTC

  FreeBSD ports repository

  Modified files:
emulators/dynagenMakefile 
emulators/dynagen/files patch-setup.py 
  Added files:
emulators/dynagenpkg-deinstall pkg-install 
  Removed files:
emulators/dynagenpkg-plist 
  Log:
  Fix RUN_DEPENDS.
  Add LICENSE.
  Switch to PLIST_FILES.
  
  PR: ports/168937
  Submitted by:   Pavel I Volkov  (maintainer)
  
  Revision  ChangesPath
  1.17  +49 -18ports/emulators/dynagen/Makefile
  1.3   +3 -4  ports/emulators/dynagen/files/patch-setup.py
  1.1   +6 -0  ports/emulators/dynagen/pkg-deinstall (new)
  1.1   +4 -0  ports/emulators/dynagen/pkg-install (new)
  1.7   +0 -78 ports/emulators/dynagen/pkg-plist (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/sysutils Makefile ports/sysutils/bsdinfo Makefile distinfo pkg-descr

2012-06-22 Thread Wesley Shields
wxs 2012-06-22 13:54:24 UTC

  FreeBSD ports repository

  Modified files:
sysutils Makefile 
  Added files:
sysutils/bsdinfo Makefile distinfo pkg-descr 
  Log:
  This is a FreeBSD attempt to implement archey-like terminal system information
  display utility. It is just an esthetic way to display system information.
  Right now it doesn't have any configurable options (different themes, switches
  to change behaviour, etc), but I will add such features in the future, 
perhaps.
  
  WWW: https://github.com/samaelszafran/bsdinfo
  
  PR: ports/168832
  Submitted by:   s...@samu.pl
  
  Revision  ChangesPath
  1.1418+1 -0  ports/sysutils/Makefile
  1.1   +29 -0 ports/sysutils/bsdinfo/Makefile (new)
  1.1   +2 -0  ports/sysutils/bsdinfo/distinfo (new)
  1.1   +7 -0  ports/sysutils/bsdinfo/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/ports-mgmt/psearch Makefile distinfo

2012-06-25 Thread Wesley Shields
wxs 2012-06-25 16:44:28 UTC

  FreeBSD ports repository

  Modified files:
ports-mgmt/psearch   Makefile distinfo 
  Log:
  Update to 2.0.2
  
  PR: ports/169078
  Submitted by:   Kimmo Paasiala 
  Approved by:Benjamin Lutz  (maintainer)
  
  Revision  ChangesPath
  1.7   +1 -1  ports/ports-mgmt/psearch/Makefile
  1.7   +2 -2  ports/ports-mgmt/psearch/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/security/vuxml vuln.xml

2012-06-27 Thread Wesley Shields
On Wed, Jun 27, 2012 at 03:34:44PM +, Ryan Steinmetz wrote:
> zi  2012-06-27 15:34:44 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> security/vuxml   vuln.xml 
>   Log:
>   - Document recent FreeBSD SA's for 2012: SA-12:04.sysret,
>   SA-12:03.bind, SA-12:02.crypt, SA-12:01.openssl
>   
>   Reviewed by:wxs

Thanks! I had been meaning to do this but keep running out of time to do
it.

It would be nice if these were prepared by someone(TM) and committed
along with the fixes. Getting these out to portaudit users is a useful
thing to do. I don't want to add on to secteam's work but I do want to
at least bring it up as something we should formalize for SAs.

Before anyone asks: yes, if I knew about SAs going out ahead of time I
would make sure I prepare the updates to go in time. It's just so
annoying to do after-the-fact that I kept putting it off.

-- WXS
___
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/php-xdebug Makefile distinfo

2012-07-02 Thread Wesley Shields
wxs 2012-07-02 19:51:24 UTC

  FreeBSD ports repository

  Modified files:
devel/php-xdebug Makefile distinfo 
  Log:
  Update to 2.2.0 and work on php54.
  
  PR: ports/168583
  Submitted by:   Oleg Ginzburg 
  Approved by:Bill Moran  (maintainer)
  
  Revision  ChangesPath
  1.26  +2 -4  ports/devel/php-xdebug/Makefile
  1.19  +2 -2  ports/devel/php-xdebug/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/vuxml vuln.xml

2012-07-02 Thread Wesley Shields
wxs 2012-07-02 20:05:25 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  Document phplist SQL injection and XSS.
  
  Submitted by:   Krzysztof Stryjek 
  
  Revision  ChangesPath
  1.2748+35 -1 ports/security/vuxml/vuln.xml
___
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/phplist Makefile distinfo

2012-07-02 Thread Wesley Shields
wxs 2012-07-03 02:06:24 UTC

  FreeBSD ports repository

  Modified files:
mail/phplist Makefile distinfo 
  Log:
  Update to 2.10.18
  
  PR: ports/169600
  Submitted by:   Krzysztof Stryjek  (maintainer)
  Security:   fd8bac56-c444-11e1-864b-001cc0877741
  
  Revision  ChangesPath
  1.11  +1 -1  ports/mail/phplist/Makefile
  1.7   +2 -2  ports/mail/phplist/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/git Makefile distinfo pkg-plist

2012-07-06 Thread Wesley Shields
wxs 2012-07-07 03:07:57 UTC

  FreeBSD ports repository

  Modified files:
devel/gitMakefile distinfo pkg-plist 
  Log:
  Update to 1.7.11.1
  Convert to optionsNG
  Fix updating /etc/shells when using the package [1]
  
  Submitted by:   Marin Atanasov Nikolov [1]
  
  Revision  ChangesPath
  1.140 +47 -38ports/devel/git/Makefile
  1.102 +6 -6  ports/devel/git/distinfo
  1.103 +39 -3 ports/devel/git/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/mail/dovecot Makefile

2012-07-09 Thread Wesley Shields
wxs 2012-07-09 19:24:21 UTC

  FreeBSD ports repository

  Modified files:
mail/dovecot Makefile 
  Log:
  Don't check WITH_FOO && !WITHOUT_FOO. [1]
  Remove gssapi patch that is no longer needed. [2]
  
  These both apply to mail/dovecot2 also. I will be working with the
  maintainer there to get these committed.
  
  PR: ports/167824 [1]
  ports/
  Submitted by:   Dmitry Afanasiev  [1]
  Leon Messner  [2]
  Approved by:maintainer timeout
  
  Revision  ChangesPath
  1.121 +9 -14 ports/mail/dovecot/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/mail/dovecot2 Makefile

2012-07-10 Thread Wesley Shields
wxs 2012-07-10 12:57:48 UTC

  FreeBSD ports repository

  Modified files:
mail/dovecot2Makefile 
  Log:
  Remove unnecessary gssapi replacement.
  
  Approved by:Attila Nagy 
  
  Revision  ChangesPath
  1.20  +0 -5  ports/mail/dovecot2/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/arduino Makefile distinfo pkg-descr pkg-plist

2012-07-12 Thread Wesley Shields
wxs 2012-07-12 18:50:36 UTC

  FreeBSD ports repository

  Modified files:
devel/arduinoMakefile distinfo pkg-descr pkg-plist 
  Log:
  Update to 1.0.1.
  Convert to optionsNG.
  
  PR: ports/169790
  Submitted by:   wblock@ (maintainer)
  
  Revision  ChangesPath
  1.11  +11 -30ports/devel/arduino/Makefile
  1.7   +2 -2  ports/devel/arduino/distinfo
  1.4   +3 -0  ports/devel/arduino/pkg-descr
  1.8   +192 -148  ports/devel/arduino/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/devel/arduino/files patch-hardware-arduino-cores-arduino-Print.cpp

2012-07-12 Thread Wesley Shields
wxs 2012-07-13 00:48:08 UTC

  FreeBSD ports repository

  Removed files:
devel/arduino/files  
 patch-hardware-arduino-cores-arduino-Print.cpp 
  Log:
  Remove file that should have been removed in previous commit.
  
  Approved by:wblock@ (maintainer)
  
  Revision  ChangesPath
  1.2   +0 -12 
ports/devel/arduino/files/patch-hardware-arduino-cores-arduino-Print.cpp (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/databases/mongodb Makefile distinfo ports/databases/mongodb/files patch-SConstruct

2012-07-13 Thread Wesley Shields
wxs 2012-07-13 20:48:50 UTC

  FreeBSD ports repository

  Modified files:
databases/mongodbMakefile distinfo 
databases/mongodb/files patch-SConstruct 
  Log:
  Update to 2.0.6.
  Convert to optionsNG
  
  PR: ports/169548
  Approved by:m...@derzinn.de (maintainer timeout)
  
  Revision  ChangesPath
  1.27  +8 -7  ports/databases/mongodb/Makefile
  1.22  +2 -2  ports/databases/mongodb/distinfo
  1.6   +4 -16 ports/databases/mongodb/files/patch-SConstruct
___
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/tinyproxy Makefile distinfo pkg-plist ports/www/tinyproxy/files patch-configure patch-etc__Makefile.in patch-src__main.c

2010-06-21 Thread Wesley Shields
wxs 2010-06-22 00:51:38 UTC

  FreeBSD ports repository

  Modified files:
www/tinyproxyMakefile distinfo pkg-plist 
  Added files:
www/tinyproxy/files  patch-configure patch-etc__Makefile.in 
 patch-src__main.c 
  Log:
  Update to 1.8.2.
  Add transparent proxy support.
  Don't be so silent when building.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.31  +30 -9 ports/www/tinyproxy/Makefile
  1.17  +3 -3  ports/www/tinyproxy/distinfo
  1.1   +11 -0 ports/www/tinyproxy/files/patch-configure (new)
  1.1   +15 -0 ports/www/tinyproxy/files/patch-etc__Makefile.in (new)
  1.1   +32 -0 ports/www/tinyproxy/files/patch-src__main.c (new)
  1.8   +2 -6  ports/www/tinyproxy/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/tinyproxy/files patch-aa

2010-06-21 Thread Wesley Shields
wxs 2010-06-22 01:04:54 UTC

  FreeBSD ports repository

  Removed files:
www/tinyproxy/files  patch-aa 
  Log:
  Remove patch forgot in previous commit.
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.7   +0 -12 ports/www/tinyproxy/files/patch-aa (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/math Makefile ports/math/liblbfgs Makefile distinfo pkg-descr ports/math/liblbfgs/files patch-lib_arithmetic_sse_double.h

2010-06-21 Thread Wesley Shields
wxs 2010-06-22 01:55:00 UTC

  FreeBSD ports repository

  Modified files:
math Makefile 
  Added files:
math/liblbfgsMakefile distinfo pkg-descr 
math/liblbfgs/files  patch-lib_arithmetic_sse_double.h 
  Log:
  This library is a C port of the implementation of Limited-memory
  Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.
  The original FORTRAN source code is available at:
  http://www.ece.northwestern.edu/~nocedal/lbfgs.html
  
  WWW:http://www.chokkan.org/software/liblbfgs/
  
  PR: ports/147670
  Submitted by:   Hung-Yi Chen 
  Feature safe:   yes
  
  Revision  ChangesPath
  1.659 +1 -0  ports/math/Makefile
  1.1   +42 -0 ports/math/liblbfgs/Makefile (new)
  1.1   +3 -0  ports/math/liblbfgs/distinfo (new)
  1.1   +19 -0 
ports/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h (new)
  1.1   +6 -0  ports/math/liblbfgs/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/x11/xdotool Makefile distinfo

2010-06-23 Thread Wesley Shields
wxs 2010-06-24 01:44:52 UTC

  FreeBSD ports repository

  Modified files:
x11/xdotool  Makefile distinfo 
  Log:
  Update to 2.20100623.2949
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.20  +1 -1  ports/x11/xdotool/Makefile
  1.17  +3 -3  ports/x11/xdotool/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/x11/keynav Makefile distinfo ports/x11/keynav/files patch-Makefile patch-keynav.c

2010-06-23 Thread Wesley Shields
wxs 2010-06-24 01:45:39 UTC

  FreeBSD ports repository

  Modified files:
x11/keynav   Makefile distinfo 
  Added files:
x11/keynav/files patch-Makefile 
  Removed files:
x11/keynav/files patch-keynav.c 
  Log:
  Update to 0.20100601.2912
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.15  +10 -4 ports/x11/keynav/Makefile
  1.12  +3 -3  ports/x11/keynav/distinfo
  1.1   +16 -0 ports/x11/keynav/files/patch-Makefile (new)
  1.2   +0 -19 ports/x11/keynav/files/patch-keynav.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"


Re: cvs commit: ports/lang/gprolog Makefile

2010-06-25 Thread Wesley Shields
On Fri, Jun 25, 2010 at 04:22:07PM +0200, Stefan Walter wrote:
> Hi,
> 
> q...@freebsd.org, 25.06.10, 15:08h CEST:
> 
> > The Restless Daemon identified a mtree error while trying to build:
> >  gprolog-1.3.1 maintained by po...@freebsd.org
> >  Makefile ident: $FreeBSD: ports/lang/gprolog/Makefile,v 1.28 2010/06/25 
> > 13:05:33 stefan Exp $
> > 
> > Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/gprolog-1.3.1.log :
> 
> I'm unable to reproduce this on a tinderbox. It doesn't leave any files
> behind there...

Did you define NOPORTDOCS=yes?

-- WXS
___
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/audio/exaile Makefile distinfo pkg-plist

2010-06-28 Thread Wesley Shields
wxs 2010-06-28 23:37:22 UTC

  FreeBSD ports repository

  Modified files:
audio/exaile Makefile distinfo pkg-plist 
  Log:
  Update to 0.3.2
  
  PR: ports/148154
  Submitted by:   Joseph S. Atkinson  (maintainer)
  Feature safe:   yes
  
  Revision  ChangesPath
  1.25  +10 -5 ports/audio/exaile/Makefile
  1.12  +3 -3  ports/audio/exaile/distinfo
  1.10  +95 -60ports/audio/exaile/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/devel/git Makefile distinfo pkg-plist ports/devel/git/files git_daemon.in patch-gitk-git__gitk

2010-07-04 Thread Wesley Shields
wxs 2010-07-04 18:49:44 UTC

  FreeBSD ports repository

  Modified files:
devel/gitMakefile distinfo pkg-plist 
devel/git/files  git_daemon.in 
  Removed files:
devel/git/files  patch-gitk-git__gitk 
  Log:
  Update to 1.7.1.1
  Conditionally depend on python now. Earlier releases required python, this
  release does not. [1]
  Strip binaries before install. [2]
  Add ${PREFIX}/libexec/git-core to rc script PATH. Not having this causes
  git-daemon to be unable to exec upload-pack. Users always had to restart
  the RC script once the box was booted in order to fix this. [3]
  Properly fix bug when using gitk that "wish" is not found. [4]
  
  Changelog for 1.7.1.1:
  http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.1.txt
  
  PR: [1]: ports/146605
  [2]: ports/146961
  [3]: ports/148337
  Submitted by:   [1]: Alex Kozlov 
  [2]: Anonymous 
  [3]: Marin Atanasov Nikolov 
  [4]: N.J. Thomas (private mail)
  Feature safe:   yes
  
  Revision  ChangesPath
  1.87  +16 -6 ports/devel/git/Makefile
  1.61  +18 -18ports/devel/git/distinfo
  1.6   +3 -1  ports/devel/git/files/git_daemon.in
  1.2   +0 -10 ports/devel/git/files/patch-gitk-git__gitk (dead)
  1.57  +12 -11ports/devel/git/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/security/sudo Makefile distinfo pkg-plist

2010-07-04 Thread Wesley Shields
wxs 2010-07-04 18:56:44 UTC

  FreeBSD ports repository

  Modified files:
security/sudoMakefile distinfo pkg-plist 
  Log:
  Update to 1.7.3
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.109 +3 -3  ports/security/sudo/Makefile
  1.66  +3 -3  ports/security/sudo/distinfo
  1.18  +1 -1  ports/security/sudo/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/x11-clocks/xdaliclock Makefile distinfo

2010-07-04 Thread Wesley Shields
wxs 2010-07-04 21:46:56 UTC

  FreeBSD ports repository

  Modified files:
x11-clocks/xdaliclock Makefile distinfo 
  Log:
  Update to 2.34
  
  Feature safe:   yes
  
  Revision  ChangesPath
  1.43  +1 -1  ports/x11-clocks/xdaliclock/Makefile
  1.21  +3 -3  ports/x11-clocks/xdaliclock/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/sudo Makefile

2010-07-05 Thread Wesley Shields
wxs 2010-07-05 16:34:02 UTC

  FreeBSD ports repository

  Modified files:
security/sudoMakefile 
  Log:
  Remove unsupported argument to configure.
  
  PR: ports/148378
  Submitted by:   Jeremy Chadwick 
  Feature safe:   yes
  
  Revision  ChangesPath
  1.110 +0 -1  ports/security/sudo/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/git Makefile pkg-plist

2010-07-05 Thread Wesley Shields
wxs 2010-07-05 23:51:16 UTC

  FreeBSD ports repository

  Modified files:
devel/gitMakefile pkg-plist 
  Log:
  Make modification of /etc/shells optional (default to on). No need to
  bump PORTREVISION for this as there is no functional change.
  
  PR: ports/146605
  Submitted by:   Alex Kozlov 
  Feature safe:   yes
  
  Revision  ChangesPath
  1.88  +11 -3 ports/devel/git/Makefile
  1.58  +2 -2  ports/devel/git/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: CVSROOT access

2010-07-09 Thread Wesley Shields
wxs 2010-07-10 01:38:34 UTC

  FreeBSD ports repository

  Modified files:
.access 
  Log:
  Forced commit to note that sahil@ is flying solo. Go forth and collect
  the pointyhats!
  
  Discussed with: itetcu@
  
  Revision  ChangesPath
  1.919 +0 -0  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: ports/net/xprobe Makefile pkg-plist ports/net/xprobe/files patch-Makefile.in patch-libs-external-USI++-src-ip.cc patch-libs-external-USI++-src-misc.cc patch-libs-external-USI++-src-usi++-t

2010-07-09 Thread Wesley Shields
wxs 2010-07-10 03:45:11 UTC

  FreeBSD ports repository

  Modified files:
net/xprobe   Makefile pkg-plist 
  Added files:
net/xprobe/files patch-Makefile.in 
 patch-libs-external-USI++-src-ip.cc 
 patch-libs-external-USI++-src-misc.cc 
 patch-libs-external-USI++-src-usi++-tcp.h 
 patch-src-Makefile.in 
  Log:
  Fix build with gcc45
  Don't overwrite configuration file on install
  Mark MAKE_JOBS_SAFE
  
  PR: ports/148451
  Submitted by:   swel...@gmail.com
  
  Revision  ChangesPath
  1.13  +8 -13 ports/net/xprobe/Makefile
  1.1   +30 -0 ports/net/xprobe/files/patch-Makefile.in (new)
  1.1   +10 -0 
ports/net/xprobe/files/patch-libs-external-USI++-src-ip.cc (new)
  1.1   +10 -0 
ports/net/xprobe/files/patch-libs-external-USI++-src-misc.cc (new)
  1.1   +11 -0 
ports/net/xprobe/files/patch-libs-external-USI++-src-usi++-tcp.h (new)
  1.1   +10 -0 ports/net/xprobe/files/patch-src-Makefile.in (new)
  1.4   +4 -2  ports/net/xprobe/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/multimedia/vlc Makefile Makefile.inc distinfo ports/multimedia/vlc/files extra-patch-modules__access__v4l2.c extra-patch-modules__misc__inhibit__xdg.c extra-patch-modules__misc__inhi

2010-07-10 Thread Wesley Shields
wxs 2010-07-11 02:06:56 UTC

  FreeBSD ports repository

  Modified files:
multimedia/vlc   Makefile distinfo 
  Added files:
multimedia/vlc/files extra-patch-modules__access__v4l2.c 
 extra-patch-modules__misc__inhibit__xdg.c 
 extra-patch-modules__misc__inhibit__xscreensaver.c 
 patch-modules__Makefile.am 
 patch-modules__Makefile.in 
 patch-modules__access__file.c 
 patch-modules__access__v4l.c 
 patch-modules__gui__qt4__util__customwidgets.cpp 
  Removed files:
multimedia/vlc   Makefile.inc 
multimedia/vlc/files extra-patch-modules_access_v4l2.c 
 extra-patch-src_misc_thread.c 
 patch-configure-dvbpsi 
 patch-modules_access_pvr.c 
 patch-modules_codec_png.c patch-v4l 
  Log:
  Update to 1.1.0.
  Add LICENSE information.
  Most of the Makefile has been re-worked.
  
  PR: ports/148237
  Submitted by:   Joseph S. Atkinson 
  
  Revision  ChangesPath
  1.225 +438 -335  ports/multimedia/vlc/Makefile
  1.30  +0 -309ports/multimedia/vlc/Makefile.inc (dead)
  1.37  +3 -3  ports/multimedia/vlc/distinfo
  1.1   +71 -0 
ports/multimedia/vlc/files/extra-patch-modules__access__v4l2.c (new)
  1.1   +31 -0 
ports/multimedia/vlc/files/extra-patch-modules__misc__inhibit__xdg.c (new)
  1.1   +25 -0 
ports/multimedia/vlc/files/extra-patch-modules__misc__inhibit__xscreensaver.c 
(new)
  1.2   +0 -71 
ports/multimedia/vlc/files/extra-patch-modules_access_v4l2.c (dead)
  1.2   +0 -11 ports/multimedia/vlc/files/extra-patch-src_misc_thread.c 
(dead)
  1.2   +0 -20 ports/multimedia/vlc/files/patch-configure-dvbpsi (dead)
  1.1   +30 -0 ports/multimedia/vlc/files/patch-modules__Makefile.am 
(new)
  1.1   +33 -0 ports/multimedia/vlc/files/patch-modules__Makefile.in 
(new)
  1.3   +11 -0 ports/multimedia/vlc/files/patch-modules__access__file.c 
(new)
  1.1   +75 -0 ports/multimedia/vlc/files/patch-modules__access__v4l.c 
(new)
  1.1   +11 -0 
ports/multimedia/vlc/files/patch-modules__gui__qt4__util__customwidgets.cpp 
(new)
  1.2   +0 -12 ports/multimedia/vlc/files/patch-modules_access_pvr.c 
(dead)
  1.2   +0 -20 ports/multimedia/vlc/files/patch-modules_codec_png.c 
(dead)
  1.5   +0 -75 ports/multimedia/vlc/files/patch-v4l (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/net/isc-dhcp41-server Makefile distinfo pkg-deinstall pkg-plist ports/net/isc-dhcp41-server/files isc-dhcpd.in patch-server__Makefile.am

2010-07-11 Thread Wesley Shields
wxs 2010-07-12 01:54:26 UTC

  FreeBSD ports repository

  Modified files:
net/isc-dhcp41-server Makefile distinfo pkg-plist 
net/isc-dhcp41-server/files isc-dhcpd.in 
  Added files:
net/isc-dhcp41-server/files patch-server__Makefile.am 
  Removed files:
net/isc-dhcp41-server pkg-deinstall 
  Log:
  [1]: Don't remove /var/db/dhcpd on deinstall. This was breaking chroot setups
   on upgrade.
  [2]: Install more man pages.
  [3]: Add LDAP configuration support. This was present in the other port.
  
  PR: [1]: ports/147857
  [2]: ports/147917
  [3]: ports/147869
  Submitted by:   [1]: Henno Schooljan 
  [2]: Craig Leres 
  [3]: Alexander V. Ribchansky 
  
  Revision  ChangesPath
  1.5   +59 -4 ports/net/isc-dhcp41-server/Makefile
  1.3   +3 -0  ports/net/isc-dhcp41-server/distinfo
  1.2   +1 -101ports/net/isc-dhcp41-server/files/isc-dhcpd.in
  1.1   +15 -0 
ports/net/isc-dhcp41-server/files/patch-server__Makefile.am (new)
  1.2   +0 -22 ports/net/isc-dhcp41-server/pkg-deinstall (dead)
  1.3   +4 -1  ports/net/isc-dhcp41-server/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/empty Makefile distinfo pkg-plist

2010-07-12 Thread Wesley Shields
wxs 2010-07-12 14:09:44 UTC

  FreeBSD ports repository

  Modified files:
net/emptyMakefile distinfo pkg-plist 
  Log:
  Update to 0.6.18b
  Add license information
  Use PORTEXAMPLES instead of PORTDOCS in some cases.
  
  PR: ports/147916
  Submitted by:   Bapt 
  Approved by:zmey20...@yahoo.com (maintainer timeout)
  
  Revision  ChangesPath
  1.10  +4 -1  ports/net/empty/Makefile
  1.9   +3 -3  ports/net/empty/distinfo
  1.2   +9 -9  ports/net/empty/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/audio/aumix Makefile distinfo ports/audio/aumix/files patch-src_common.c

2010-07-12 Thread Wesley Shields
wxs 2010-07-12 14:12:24 UTC

  FreeBSD ports repository

  Modified files:
audio/aumix  Makefile distinfo 
  Removed files:
audio/aumix/filespatch-src_common.c 
  Log:
  Update to 2.9.1
  Add license information
  Switch to OPTIONS (and general cleanup because of this)
  
  PR: ports/147922
  Submitted by:   Bapt 
  Approved by:unix4...@gulic.org (maintainer)
  
  Revision  ChangesPath
  1.53  +15 -24ports/audio/aumix/Makefile
  1.23  +3 -3  ports/audio/aumix/distinfo
  1.2   +0 -12 ports/audio/aumix/files/patch-src_common.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/lang/clisp Makefile distinfo pkg-plist ports/lang/clisp/files patch-modules__postgresql__config.h.in patch-src__makemake.in

2010-07-12 Thread Wesley Shields
wxs 2010-07-12 14:17:13 UTC

  FreeBSD ports repository

  Modified files:
lang/clisp   Makefile distinfo pkg-plist 
lang/clisp/files patch-modules__postgresql__config.h.in 
 patch-src__makemake.in 
  Log:
  Update to 2.4.9
  
  Changes can be found here:
  
http://clisp.cvs.sourceforge.net/viewvc/clisp/clisp/src/NEWS?revision=clisp_2_49-2010-07-07
  
  and more in the ChangeLog.
  
  The new dynamic modules is not enabled for this port.
  
  PR: ports/148512
  Submitted by:   Joseph S. Atkinson  (maintainer)
  
  Revision  ChangesPath
  1.69  +7 -5  ports/lang/clisp/Makefile
  1.21  +3 -3  ports/lang/clisp/distinfo
  1.2   +9 -7  
ports/lang/clisp/files/patch-modules__postgresql__config.h.in
  1.4   +6 -24 ports/lang/clisp/files/patch-src__makemake.in
  1.21  +86 -82ports/lang/clisp/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/multimedia/vlc Makefile ports/multimedia/vlc/files extra-patch-modules__access__file.c extra-patch-modules__access__fs.c

2010-07-12 Thread Wesley Shields
wxs 2010-07-13 00:35:53 UTC

  FreeBSD ports repository

  Modified files:
multimedia/vlc   Makefile 
  Added files:
multimedia/vlc/files extra-patch-modules__access__file.c 
 extra-patch-modules__access__fs.c 
  Log:
  7.3 and older does not have fdopendir(3). Add some EXTRA_PATCHES to not use
  it. The weird part is that fdopendir(3) was being detected as available
  when it isn't. The root cause is still being investigated.
  
  Submitted by:   Joseph Atkinson  (maintainer, private 
mail)
  
  Revision  ChangesPath
  1.226 +5 -0  ports/multimedia/vlc/Makefile
  1.1   +18 -0 
ports/multimedia/vlc/files/extra-patch-modules__access__file.c (new)
  1.1   +12 -0 
ports/multimedia/vlc/files/extra-patch-modules__access__fs.c (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/multimedia/vlc Makefile

2010-07-13 Thread Wesley Shields
wxs 2010-07-14 01:22:28 UTC

  FreeBSD ports repository

  Modified files:
multimedia/vlc   Makefile 
  Log:
  Properly fix build on 7.x. The proper OSVERSION check should be 703100.
  
  Also fix a bizarre scenario where ${FAKEDIR}/share/kde4 was not being created.
  The root cause of this is still not determined but this should fix it for now.
  
  Submitted by:   Joseph Atkinson 
  
  Revision  ChangesPath
  1.227 +4 -3  ports/multimedia/vlc/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/multimedia/vlc Makefile

2010-07-14 Thread Wesley Shields
wxs 2010-07-14 13:12:52 UTC

  FreeBSD ports repository

  Modified files:
multimedia/vlc   Makefile 
  Log:
  Fix typo with gnomevfs (should be gnomevfs2).
  Fix last commit (missing "fi").
  
  Submitted by:   Joseph S. Atkinson 
  
  Revision  ChangesPath
  1.228 +3 -2  ports/multimedia/vlc/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: CVSROOT access

2010-07-14 Thread Wesley Shields
wxs 2010-07-15 00:41:35 UTC

  FreeBSD ports repository

  Modified files:
.access 
  Log:
  Welcome Joseph S. Atkinson (jsa@) to the family. He has been working 
diligently
  on many PRs so it is time we punish him with a commit bit.
  
  He has expressed interest in helping out multimedia@ and gn...@.
  
  Koop Mast (kwm@) has agreed to co-mentor him with me.
  
  Approved by:portmgr
  Account by: dhw
  
  Revision  ChangesPath
  1.922 +1 -0  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: ports/multimedia/vlc Makefile ports/multimedia/vlc/files extra-patch-modules__access__v4l2.c

2010-07-15 Thread Wesley Shields
wxs 2010-07-15 12:25:47 UTC

  FreeBSD ports repository

  Modified files:
multimedia/vlc   Makefile 
  Removed files:
multimedia/vlc/files extra-patch-modules__access__v4l2.c 
  Log:
  Add option to support portaudio (off by default).
  
  Remove support for 6.x. VLC does not work there and with the upcoming EOL
  people should be moving off of it.
  
  Submitted by:   Joseph S. Atkinson 
  
  Revision  ChangesPath
  1.229 +11 -6 ports/multimedia/vlc/Makefile
  1.2   +0 -71 
ports/multimedia/vlc/files/extra-patch-modules__access__v4l2.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"


Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers

2010-07-15 Thread Wesley Shields
On Fri, Jul 16, 2010 at 12:44:09AM +, Joseph S. Atkinson wrote:
> jsa 2010-07-16 00:44:09 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> astro/xearth/files   freebsd.committers.markers 
>   Log:
>   Nervously welcoming myself to the family.
>   
>   Add myself to all the appropriate places, upload my pgp key, and announce
>   my arrival to the FreeBSD world.
>   
>   Approved by:wxs@

I forgot to ask that he put (mentor) in the approved by line. The other
introductory commits to doc and www also had this problem.

Sorry for the mistake.

-- WXS
___
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/bacula-bat Makefile pkg-plist ports/sysutils/bacula-docs Makefile distinfo ports/sysutils/bacula-server Makefile distinfo pkg-plist pkg-plist.client ports/sysutils/bacula-se

2010-07-16 Thread Wesley Shields
wxs 2010-07-17 01:00:47 UTC

  FreeBSD ports repository

  Modified files:
sysutils/bacula-bat  Makefile pkg-plist 
sysutils/bacula-docs Makefile distinfo 
sysutils/bacula-server Makefile distinfo pkg-plist 
   pkg-plist.client 
sysutils/bacula-server/files pkg-message.server.in 
net-mgmt/nagios-check_bacula Makefile pkg-plist 
  Added files:
sysutils/bacula-server/files patch-configure 
 patch-src-cats-Makefile.in 
 patch-src-findlib-Makefile.in 
 patch-src-lib-Makefile.in 
 patch-src-lib-crypto.c 
 patch-src-lib-tls.c 
  Removed files:
sysutils/bacula-server/files 
 
patch-bacula-src-cats-make_catalog_backup.pl.in 
 patch-src-cats-update_postgresql_tables.in 
 patch-src-dird-ua_prune.c 
  Log:
  Update sysutils/bacula-bat, sysutils/bacula-docs, sysutils/bacula-server,
  sysutils/bacula-client and net-mgmt/nagios-check_bacula to 5.0.2.
  
  PR: ports/146766
  Submitted by:   Allan Jude 
  Approved by:Dan Langille  (maintainer)
  
  Revision  ChangesPath
  1.9   +28 -12ports/net-mgmt/nagios-check_bacula/Makefile
  1.3   +1 -1  ports/net-mgmt/nagios-check_bacula/pkg-plist
  1.11  +29 -14ports/sysutils/bacula-bat/Makefile
  1.2   +2 -0  ports/sysutils/bacula-bat/pkg-plist
  1.21  +1 -1  ports/sysutils/bacula-docs/Makefile
  1.21  +6 -6  ports/sysutils/bacula-docs/distinfo
  1.125 +21 -36ports/sysutils/bacula-server/Makefile
  1.52  +3 -3  ports/sysutils/bacula-server/distinfo
  1.2   +0 -14 
ports/sysutils/bacula-server/files/patch-bacula-src-cats-make_catalog_backup.pl.in
 (dead)
  1.11  +11 -0 ports/sysutils/bacula-server/files/patch-configure (new)
  1.6   +11 -0 
ports/sysutils/bacula-server/files/patch-src-cats-Makefile.in (new)
  1.2   +0 -11 
ports/sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in 
(dead)
  1.2   +0 -11 
ports/sysutils/bacula-server/files/patch-src-dird-ua_prune.c (dead)
  1.1   +11 -0 
ports/sysutils/bacula-server/files/patch-src-findlib-Makefile.in (new)
  1.1   +29 -0 
ports/sysutils/bacula-server/files/patch-src-lib-Makefile.in (new)
  1.1   +25 -0 
ports/sysutils/bacula-server/files/patch-src-lib-crypto.c (new)
  1.1   +11 -0 ports/sysutils/bacula-server/files/patch-src-lib-tls.c 
(new)
  1.5   +15 -1 ports/sysutils/bacula-server/files/pkg-message.server.in
  1.25  +6 -6  ports/sysutils/bacula-server/pkg-plist
  1.11  +13 -13ports/sysutils/bacula-server/pkg-plist.client
___
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/bacula-client-devel Makefile ports/sysutils/bacula-server-devel Makefile distinfo pkg-deinstall pkg-deinstall.client pkg-descr pkg-install pkg-instal

2010-07-16 Thread Wesley Shields
wxs 2010-07-17 01:06:45 UTC

  FreeBSD ports repository

  Modified files:
sysutils Makefile 
  Removed files:
sysutils/bacula-client-devel Makefile 
sysutils/bacula-server-devel Makefile distinfo pkg-deinstall 
 pkg-deinstall.client pkg-descr 
 pkg-install pkg-install.client 
 pkg-plist pkg-plist.client 
sysutils/bacula-server-devel/files bacula-barcodes 
   bacula-dir.in bacula-fd.in 
   bacula-sd.conf.in 
   bacula-sd.in chio-bacula 
   patch-scripts-Makefile.in 
   patch-src-console-Makefile.in 
   patch-src_cats_sql.c 
   patch-src_lib_jcr.c 
   pkg-message.client.in 
   pkg-message.server.in 
  Log:
  Remove the -devel versions of these ports. They are woefully outdated.
  
  Approved by:Dan Langille  (maintainer, via IRC)
  
  Revision  ChangesPath
  1.1202+0 -2  ports/sysutils/Makefile
  1.8   +0 -21 ports/sysutils/bacula-client-devel/Makefile (dead)
  1.39  +0 -310ports/sysutils/bacula-server-devel/Makefile (dead)
  1.20  +0 -3  ports/sysutils/bacula-server-devel/distinfo (dead)
  1.2   +0 -51 ports/sysutils/bacula-server-devel/files/bacula-barcodes 
(dead)
  1.4   +0 -30 ports/sysutils/bacula-server-devel/files/bacula-dir.in 
(dead)
  1.5   +0 -30 ports/sysutils/bacula-server-devel/files/bacula-fd.in 
(dead)
  1.2   +0 -20 
ports/sysutils/bacula-server-devel/files/bacula-sd.conf.in (dead)
  1.5   +0 -30 ports/sysutils/bacula-server-devel/files/bacula-sd.in 
(dead)
  1.3   +0 -200ports/sysutils/bacula-server-devel/files/chio-bacula 
(dead)
  1.5   +0 -11 
ports/sysutils/bacula-server-devel/files/patch-scripts-Makefile.in (dead)
  1.2   +0 -19 
ports/sysutils/bacula-server-devel/files/patch-src-console-Makefile.in (dead)
  1.2   +0 -11 
ports/sysutils/bacula-server-devel/files/patch-src_cats_sql.c (dead)
  1.2   +0 -13 
ports/sysutils/bacula-server-devel/files/patch-src_lib_jcr.c (dead)
  1.2   +0 -23 
ports/sysutils/bacula-server-devel/files/pkg-message.client.in (dead)
  1.2   +0 -66 
ports/sysutils/bacula-server-devel/files/pkg-message.server.in (dead)
  1.2   +0 -32 ports/sysutils/bacula-server-devel/pkg-deinstall (dead)
  1.3   +0 -31 ports/sysutils/bacula-server-devel/pkg-deinstall.client 
(dead)
  1.2   +0 -13 ports/sysutils/bacula-server-devel/pkg-descr (dead)
  1.3   +0 -62 ports/sysutils/bacula-server-devel/pkg-install (dead)
  1.3   +0 -43 ports/sysutils/bacula-server-devel/pkg-install.client 
(dead)
  1.7   +0 -64 ports/sysutils/bacula-server-devel/pkg-plist (dead)
  1.5   +0 -21 ports/sysutils/bacula-server-devel/pkg-plist.client 
(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 MOVED

2010-07-16 Thread Wesley Shields
wxs 2010-07-17 01:08:15 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
  Log:
  Document sysutils/bacula-server-devel and sysutils/bacula-client-devel 
removal.
  
  Revision  ChangesPath
  1.2172+3 -1  ports/MOVED
___
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/java Makefile ports/java/eclipse-v4all Makefile distinfo pkg-descr pkg-plist

2010-07-17 Thread Wesley Shields
On Sat, Jul 17, 2010 at 02:15:47AM +, Greg Lewis wrote:
> glewis  2010-07-17 02:15:47 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> java Makefile 
>   Removed files:
> java/eclipse-v4all   Makefile distinfo pkg-descr pkg-plist 
>   Log:
>   . Remove deprecated port eclipse-v4all which was scheduled for removal
> 2010-06-08.

What about the addition to MOVED?

-- WXS
___
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/bacula-server pkg-deinstall.client pkg-deinstall.server ports/sysutils/bacula-server/files patch-src-dird-Makefile.in patch-src-stored-Makefile.in patch-src-tools-Makefile.i

2010-07-21 Thread Wesley Shields
wxs 2010-07-21 16:59:10 UTC

  FreeBSD ports repository

  Modified files:
sysutils/bacula-server pkg-deinstall.client 
   pkg-deinstall.server 
  Added files:
sysutils/bacula-server/files patch-src-dird-Makefile.in 
 patch-src-stored-Makefile.in 
 patch-src-tools-Makefile.in 
  Log:
  Fix upgrades when using WITH_POSTGRESQL.
  Whitespace and period fixes in pkg-deinstall.*.
  
  Approved by:Dan Langille  (maintainer)
  Discussed on:   ports@
  
  Revision  ChangesPath
  1.1   +17 -0 
ports/sysutils/bacula-server/files/patch-src-dird-Makefile.in (new)
  1.1   +62 -0 
ports/sysutils/bacula-server/files/patch-src-stored-Makefile.in (new)
  1.1   +77 -0 
ports/sysutils/bacula-server/files/patch-src-tools-Makefile.in (new)
  1.4   +1 -1  ports/sysutils/bacula-server/pkg-deinstall.client
  1.3   +2 -2  ports/sysutils/bacula-server/pkg-deinstall.server
___
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/ucarp Makefile ports/net/ucarp/files patch-examples:bsd:vip-down.sh patch-examples:bsd:vip-up.sh ucarp.in

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:21:55 UTC

  FreeBSD ports repository

  Modified files:
net/ucarpMakefile 
net/ucarp/files  ucarp.in 
  Added files:
net/ucarp/files  patch-examples:bsd:vip-down.sh 
 patch-examples:bsd:vip-up.sh 
  Log:
  Install ucarp management scripts.
  Cosmetic fixes to RC script and add support for ucarp_passfile and
  ucarp_xparam.
  
  PR: ports/148012
  Submitted by:   Alexey V.Degtyarev  (maintainer)
  
  Revision  ChangesPath
  1.11  +15 -1 ports/net/ucarp/Makefile
  1.1   +24 -0 ports/net/ucarp/files/patch-examples:bsd:vip-down.sh 
(new)
  1.1   +24 -0 ports/net/ucarp/files/patch-examples:bsd:vip-up.sh (new)
  1.3   +108 -60   ports/net/ucarp/files/ucarp.in
___
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/ossec-hids-server Makefile distinfo pkg-plist ports/security/ossec-hids-server/files patch-attack_rules.xml patch-mcafee_av_rules.xml patch-symantec-av_rules.xml

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:26:53 UTC

  FreeBSD ports repository

  Modified files:
security/ossec-hids-server Makefile distinfo pkg-plist 
  Removed files:
security/ossec-hids-server/files patch-attack_rules.xml 
 patch-mcafee_av_rules.xml 
 patch-symantec-av_rules.xml 
  Log:
  Update to 2.4.1
  
  PR: ports/148057
  Submitted by:   Marco Re 
  Approved by:valerio.dae...@gmail.com (maintainer timeout)
  
  Revision  ChangesPath
  1.11  +1 -1  ports/security/ossec-hids-server/Makefile
  1.7   +3 -3  ports/security/ossec-hids-server/distinfo
  1.2   +0 -16 
ports/security/ossec-hids-server/files/patch-attack_rules.xml (dead)
  1.2   +0 -18 
ports/security/ossec-hids-server/files/patch-mcafee_av_rules.xml (dead)
  1.2   +0 -17 
ports/security/ossec-hids-server/files/patch-symantec-av_rules.xml (dead)
  1.9   +59 -41ports/security/ossec-hids-server/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/security/ossec-hids-client pkg-plist.client

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:27:49 UTC

  FreeBSD ports repository

  Modified files:
security/ossec-hids-client pkg-plist.client 
  Log:
  Chase update to 2.4.1
  
  PR: ports/148057
  Submitted by:   Marco Re 
  Approved by:valerio.dae...@gmail.com (maintainer timeout)
  
  Revision  ChangesPath
  1.6   +5 -2  ports/security/ossec-hids-client/pkg-plist.client
___
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/ssltunnel-server Makefile distinfo

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:29:37 UTC

  FreeBSD ports repository

  Modified files:
net/ssltunnel-server Makefile distinfo 
  Log:
  Update to 1.18 and unbreak on CURRENT.
  
  PR: ports/148140
  Submitted by:   Chris Rees  (maintainer)
  
  Revision  ChangesPath
  1.6   +8 -5  ports/net/ssltunnel-server/Makefile
  1.6   +3 -3  ports/net/ssltunnel-server/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/net/ssltunnel-client Makefile distinfo

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:30:13 UTC

  FreeBSD ports repository

  Modified files:
net/ssltunnel-client Makefile distinfo 
  Log:
  Update to 1.18
  
  PR: ports/148141
  Submitted by:   Chris Rees  (maintainer)
  
  Revision  ChangesPath
  1.9   +2 -1  ports/net/ssltunnel-client/Makefile
  1.6   +3 -3  ports/net/ssltunnel-client/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/net/rabbitmq Makefile distinfo pkg-plist ports/net/rabbitmq/files patch-rabbitmqctl pkg-message.in

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:33:09 UTC

  FreeBSD ports repository

  Modified files:
net/rabbitmq Makefile distinfo pkg-plist 
  Added files:
net/rabbitmq/files   patch-rabbitmqctl 
  Removed files:
net/rabbitmq/files   pkg-message.in 
  Log:
  Update to 1.8.0
  
  PR: ports/148456
  Submitted by:   Phillip  (maintainer)
  
  Revision  ChangesPath
  1.13  +4 -6  ports/net/rabbitmq/Makefile
  1.7   +3 -3  ports/net/rabbitmq/distinfo
  1.1   +20 -0 ports/net/rabbitmq/files/patch-rabbitmqctl (new)
  1.2   +0 -16 ports/net/rabbitmq/files/pkg-message.in (dead)
  1.8   +26 -5 ports/net/rabbitmq/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 UPDATING

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:33:44 UTC

  FreeBSD ports repository

  Modified files:
.UPDATING 
  Log:
  Add a note about database change in new rabbitmq.
  
  PR: ports/148456
  Submitted by:   Phillip 
  
  Revision  ChangesPath
  1.948 +11 -1 ports/UPDATING
___
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-mgmt/collectd Makefile

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:34:48 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt/collectdMakefile 
  Log:
  Add libltdl as a depdency.
  
  PR: ports/148696
  Submitted by:   Benjamin Lee 
  Approved by:Krzysztof Stryjek  (maintainer)
  
  Revision  ChangesPath
  1.15  +1 -1  ports/net-mgmt/collectd/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/science/p5-Chemistry-File-SMILES Makefile distinfo

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:41:47 UTC

  FreeBSD ports repository

  Modified files:
science/p5-Chemistry-File-SMILES Makefile distinfo 
  Log:
  Update to 0.47
  
  PR: ports/148721
  Submitted by:   Steve Wills  (maintainer)
  
  Revision  ChangesPath
  1.2   +1 -1  ports/science/p5-Chemistry-File-SMILES/Makefile
  1.2   +3 -3  ports/science/p5-Chemistry-File-SMILES/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/p5-POSIX-strptime Makefile distinfo

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:42:41 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-POSIX-strptime Makefile distinfo 
  Log:
  Update to 0.10
  
  PR: ports/148725
  Submitted by:   Douglas William Thrift  
(maintainer)
  
  Revision  ChangesPath
  1.6   +1 -1  ports/devel/p5-POSIX-strptime/Makefile
  1.4   +3 -3  ports/devel/p5-POSIX-strptime/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/p5-Set-ConsistentHash Makefile distinfo

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:43:28 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Set-ConsistentHash Makefile distinfo 
  Log:
  Update to 0.92.
  Pass maintainer to perl@
  
  PR: ports/148798
  Submitted by:   Gea-Suan Lin  (old maintainer)
  
  Revision  ChangesPath
  1.2   +2 -2  ports/devel/p5-Set-ConsistentHash/Makefile
  1.2   +3 -3  ports/devel/p5-Set-ConsistentHash/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/net-mgmt/jnettop Makefile

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:44:28 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt/jnettop Makefile 
  Log:
  Fix this port when using Endace DAG card.
  
  PR: ports/14880
  Submitted by:   Ryan Steinmetz  (maintainer)
  
  Revision  ChangesPath
  1.3   +6 -0  ports/net-mgmt/jnettop/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/misc/heyu2 Makefile distinfo

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 13:46:48 UTC

  FreeBSD ports repository

  Modified files:
misc/heyu2   Makefile distinfo 
  Log:
  Update to 2.9.0
  
  PR: ports/148714
  Submitted by:   Michael Stowe  (maintainer)
  
  Revision  ChangesPath
  1.47  +1 -1  ports/misc/heyu2/Makefile
  1.40  +3 -3  ports/misc/heyu2/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/net-mgmt/collectd Makefile

2010-07-22 Thread Wesley Shields
wxs 2010-07-22 14:41:03 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt/collectdMakefile 
  Log:
  Previous commit was a whitespace only fix. This commit actually adds
  libltdl as a dependency.
  
  PR: ports/148696
  Submitted by:   Benjamin Lee 
  Approved by:Krzysztof Stryjek  (maintainer)
  Noticed by: pgollucci@
  
  Revision  ChangesPath
  1.16  +2 -1  ports/net-mgmt/collectd/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/security/vuxml vuln.xml

2010-07-22 Thread Wesley Shields
wxs 2010-07-23 00:37:11 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  Document buffer overflow when parsing gitdir.
  While here, tidy up a whitespace problem.
  
  Revision  ChangesPath
  1.2189+31 -2 ports/security/vuxml/vuln.xml
___
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/git Makefile ports/devel/git/files patch-setup.c

2010-07-22 Thread Wesley Shields
wxs 2010-07-23 00:38:55 UTC

  FreeBSD ports repository

  Modified files:
devel/gitMakefile 
  Added files:
devel/git/files  patch-setup.c 
  Log:
  Address buffer overflow vulnerability. This is a patch pulled from upstream
  until 1.7.2 is release real soon now.
  
  Security:   827bc2b7-95ed-11df-9160-00e0815b8da8
  
  Revision  ChangesPath
  1.89  +1 -0  ports/devel/git/Makefile
  1.1   +11 -0 ports/devel/git/files/patch-setup.c (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/textproc Makefile ports/textproc/mini-xml Makefile distinfo pkg-descr pkg-plist ports/textproc/mini-xml/files patch-Makefile.in patch-configure

2010-07-25 Thread Wesley Shields
wxs 2010-07-25 11:24:16 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
textproc Makefile 
  Removed files:
textproc/mini-xmlMakefile distinfo pkg-descr pkg-plist 
textproc/mini-xml/files patch-Makefile.in patch-configure 
  Log:
  Remove textproc/mini-xml as it is outdated and a duplicate of textproc/mxml.
  Technically, textproc/mini-xml was added to the tree first but it has been
  outdated for a while now.
  
  PR: ports/148775
  Submitted by:   Bapt 
  
  Revision  ChangesPath
  1.2180+2 -1  ports/MOVED
  1.1474+0 -1  ports/textproc/Makefile
  1.8   +0 -44 ports/textproc/mini-xml/Makefile (dead)
  1.6   +0 -3  ports/textproc/mini-xml/distinfo (dead)
  1.2   +0 -33 ports/textproc/mini-xml/files/patch-Makefile.in (dead)
  1.2   +0 -16 ports/textproc/mini-xml/files/patch-configure (dead)
  1.3   +0 -22 ports/textproc/mini-xml/pkg-descr (dead)
  1.3   +0 -16 ports/textproc/mini-xml/pkg-plist (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/audio/zynaddsubfx Makefile

2010-07-25 Thread Wesley Shields
wxs 2010-07-25 14:17:02 UTC

  FreeBSD ports repository

  Modified files:
audio/zynaddsubfxMakefile 
  Log:
  Unbreak INDEX by chasing textproc/mini-xml removal.
  
  Pointyhat to:   wxs@ :(
  
  Revision  ChangesPath
  1.14  +2 -2  ports/audio/zynaddsubfx/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/security/libgcrypt Makefile distinfo pkg-plist

2010-07-26 Thread Wesley Shields
wxs 2010-07-27 01:24:39 UTC

  FreeBSD ports repository

  Modified files:
security/libgcrypt   Makefile distinfo pkg-plist 
  Log:
  Update to 1.4.6.
  
  PR: ports/148755
  Submitted by:   Hirohisa Yamaguchi  (maintainer)
  
  Revision  ChangesPath
  1.47  +3 -2  ports/security/libgcrypt/Makefile
  1.18  +3 -3  ports/security/libgcrypt/distinfo
  1.11  +1 -1  ports/security/libgcrypt/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/deskutils/chmsee Makefile ports/devel/libzrtpcpp Makefile ports/devel/srecord Makefile ports/emulators/fuse Makefile ports/emulators/libspectrum Makefile ports/games/libggz Makefile

2010-07-26 Thread Wesley Shields
wxs 2010-07-27 01:25:20 UTC

  FreeBSD ports repository

  Modified files:
deskutils/chmsee Makefile 
devel/libzrtpcpp Makefile 
devel/srecordMakefile 
emulators/fuse   Makefile 
emulators/libspectrum Makefile 
games/libggz Makefile 
graphics/telak   Makefile 
irc/irssi-otrMakefile 
mail/wmbiff  Makefile 
misc/metalink-tools  Makefile 
net-im/mcabber   Makefile 
net-p2p/gnunet   Makefile 
net/clamzMakefile 
net/csync2   Makefile 
net/cyphesis Makefile 
net/remmina  Makefile 
net/wiresharkMakefile 
security/dirmngr Makefile 
security/fiked   Makefile 
security/gnupg   Makefile 
security/gnutls  Makefile 
security/gnutls-devel Makefile 
security/gsasl   Makefile 
security/libgnome-keyring Makefile 
security/libssh  Makefile 
security/opencdk Makefile 
security/openvas-libnasl Makefile 
security/p5-Crypt-GCrypt Makefile 
security/pinentryMakefile 
security/seccure Makefile 
security/shishi  Makefile 
security/vpncMakefile 
sysutils/fusefs-cryptofs Makefile 
textproc/libxslt Makefile 
net-im/climm Makefile 
net/netatalk Makefile 
security/libotr  Makefile 
security/libssh2 Makefile 
security/pidgin-otr  Makefile 
sysutils/freeipmiMakefile 
  Log:
  Chase security/libgcrypt shlib bump.
  
  PR: ports/148755
  Submitted by:   Hirohisa Yamaguchi 
  
  Revision  ChangesPath
  1.26  +2 -2  ports/deskutils/chmsee/Makefile
  1.10  +2 -2  ports/devel/libzrtpcpp/Makefile
  1.6   +2 -1  ports/devel/srecord/Makefile
  1.24  +2 -2  ports/emulators/fuse/Makefile
  1.17  +2 -1  ports/emulators/libspectrum/Makefile
  1.28  +2 -2  ports/games/libggz/Makefile
  1.22  +2 -2  ports/graphics/telak/Makefile
  1.6   +2 -2  ports/irc/irssi-otr/Makefile
  1.42  +2 -2  ports/mail/wmbiff/Makefile
  1.8   +2 -1  ports/misc/metalink-tools/Makefile
  1.79  +1 -0  ports/net-im/climm/Makefile
  1.40  +2 -2  ports/net-im/mcabber/Makefile
  1.78  +2 -2  ports/net-p2p/gnunet/Makefile
  1.3   +2 -2  ports/net/clamz/Makefile
  1.17  +2 -2  ports/net/csync2/Makefile
  1.41  +2 -2  ports/net/cyphesis/Makefile
  1.89  +1 -0  ports/net/netatalk/Makefile
  1.16  +2 -2  ports/net/remmina/Makefile
  1.157 +2 -1  ports/net/wireshark/Makefile
  1.45  +2 -1  ports/security/dirmngr/Makefile
  1.12  +2 -1  ports/security/fiked/Makefile
  1.131 +2 -2  ports/security/gnupg/Makefile
  1.72  +2 -1  ports/security/gnutls-devel/Makefile
  1.82  +2 -2  ports/security/gnutls/Makefile
  1.46  +2 -2  ports/security/gsasl/Makefile
  1.3   +2 -2  ports/security/libgnome-keyring/Makefile
  1.19  +1 -1  ports/security/libotr/Makefile
  1.12  +2 -1  ports/security/libssh/Makefile
  1.26  +1 -0  ports/security/libssh2/Makefile
  1.34  +2 -2  ports/security/opencdk/Makefile
  1.10  +2 -1  ports/security/openvas-libnasl/Makefile
  1.15  +2 -1  ports/security/p5-Crypt-GCrypt/Makefile
  1.32  +1 -1  ports/security/pidgin-otr/Makefile
  1.55  +2 -2  ports/security/pinentry/Makefile
  1.5   +2 -2  ports/security/seccure/Makefile
  1.41  +2 -2  ports/security/shishi/Makefile
  1.45  +2 -2  ports/security/vpnc/Makefile
  1.35  +1 -1  ports/sysutils/freeipmi/Makefile
  1.5   +2 -2  ports/sysutils/fusefs-cryptofs/Makefile
  1.97  +2 -2  ports/textproc/libxslt/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/mongodb/files mongod.in

2010-07-27 Thread Wesley Shields
wxs 2010-07-27 11:24:46 UTC

  FreeBSD ports repository

  Modified files:
databases/mongodb/files mongod.in 
  Log:
  Fix a typo in the RC script.
  
  Approved by:m...@derzinn.de (maintainer, private mail)
  
  Revision  ChangesPath
  1.3   +1 -1  ports/databases/mongodb/files/mongod.in
___
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 UPDATING

2010-07-27 Thread Wesley Shields
wxs 2010-07-27 11:43:01 UTC

  FreeBSD ports repository

  Modified files:
.UPDATING 
  Log:
  Add a note about security/libgcrypt shlib bump.
  
  Revision  ChangesPath
  1.949 +12 -1 ports/UPDATING
___
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 UPDATING

2010-07-28 Thread Wesley Shields
wxs 2010-07-28 13:18:15 UTC

  FreeBSD ports repository

  Modified files:
.UPDATING 
  Log:
  We are in 2010, not 2009. That will teach me to copy/paste old entries. ;)
  
  Noticed by: romain@
  
  Revision  ChangesPath
  1.951 +3 -3  ports/UPDATING
___
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/abby Makefile ports/multimedia/clive Makefile ports/multimedia/clive-utils Makefile ports/multimedia/quvi Makefile ports/multimedia/umph Makefile

2010-07-28 Thread Wesley Shields
wxs 2010-07-28 14:37:03 UTC

  FreeBSD ports repository

  Modified files:
multimedia/abby  Makefile 
multimedia/clive Makefile 
multimedia/clive-utils Makefile 
multimedia/quvi  Makefile 
multimedia/umph  Makefile 
  Log:
  Reset maintainer. Thank you Toni for your work on these.
  
  Discussed on:   ports@
  
  Revision  ChangesPath
  1.14  +1 -1  ports/multimedia/abby/Makefile
  1.9   +1 -1  ports/multimedia/clive-utils/Makefile
  1.49  +1 -1  ports/multimedia/clive/Makefile
  1.6   +1 -1  ports/multimedia/quvi/Makefile
  1.2   +1 -1  ports/multimedia/umph/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/multimedia/cclive Makefile

2010-07-28 Thread Wesley Shields
wxs 2010-07-28 14:37:36 UTC

  FreeBSD ports repository

  Modified files:
multimedia/ccliveMakefile 
  Log:
  Pass maintainer to Julien Laffaye. Thank you Toni for your work on this port.
  
  Discussed on:   ports@
  
  Revision  ChangesPath
  1.27  +1 -1  ports/multimedia/cclive/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/multimedia/quvi Makefile ports/multimedia/umph Makefile

2010-07-28 Thread Wesley Shields
wxs 2010-07-28 16:58:15 UTC

  FreeBSD ports repository

  Modified files:
multimedia/quvi  Makefile 
multimedia/umph  Makefile 
  Log:
  Pass maintainership of these two ports to Sunpoet.
  
  Revision  ChangesPath
  1.7   +1 -1  ports/multimedia/quvi/Makefile
  1.3   +1 -1  ports/multimedia/umph/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/security/vuxml vuln.xml

2010-08-04 Thread Wesley Shields
wxs 2010-08-04 14:47:39 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  Whitespace fixes.
  
  Revision  ChangesPath
  1.2195+4 -4  ports/security/vuxml/vuln.xml
___
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/mongodb Makefile distinfo ports/databases/mongodb/files mongod.in

2010-08-09 Thread Wesley Shields
wxs 2010-08-10 02:45:17 UTC

  FreeBSD ports repository

  Modified files:
databases/mongodbMakefile distinfo 
databases/mongodb/files mongod.in 
  Log:
  Update to 1.6.0 and fix a typo in the RC script.
  
  PR: ports/149467
  Submitted by:   Mirko Zinn  (maintainer)
  
  Revision  ChangesPath
  1.12  +1 -1  ports/databases/mongodb/Makefile
  1.11  +3 -3  ports/databases/mongodb/distinfo
  1.4   +2 -2  ports/databases/mongodb/files/mongod.in
___
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/databases/mongodb Makefile distinfo ports/databases/mongodb/files mongod.in

2010-08-10 Thread Wesley Shields
On Mon, Aug 09, 2010 at 08:26:21PM -0700, Doug Barton wrote:
> On 08/09/2010 19:45, Wesley Shields wrote:
> > wxs 2010-08-10 02:45:17 UTC
> > 
> >   FreeBSD ports repository
> > 
> >   Modified files:
> > databases/mongodbMakefile distinfo 
> > databases/mongodb/files mongod.in 
> >   Log:
> >   Update to 1.6.0 and fix a typo in the RC script.
> >   
> >   PR: ports/149467  
> > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=149467
> >   Submitted by:   Mirko Zinn  (maintainer)
> 
> Overall the rc.d script looks very good. I would add a KEYWORD:
> shutdown, but it's not mandatory.

Thanks for the tip. Since it's not a bug I'll leave it up to the
maintainer to address on the next PR.

-- WXS
___
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/mongodb-devel Makefile

2010-08-10 Thread Wesley Shields
wxs 2010-08-10 11:45:47 UTC

  FreeBSD ports repository

  Modified files:
databases/mongodb-devel Makefile 
  Log:
  This port is older than databases/mongodb by a fair bit. Mark it as DEPRECATED
  and set an EXPIRATION_DATE for one month from today.
  
  PR: ports/148966
  Submitted by:   wxs@
  Approved by:ivoras@ (maintainer timeout)
  
  Revision  ChangesPath
  1.5   +2 -0  ports/databases/mongodb-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/security/sudo Makefile distinfo pkg-plist ports/security/sudo/files patch-Makefile.in patch-sudoers

2010-08-15 Thread Wesley Shields
wxs 2010-08-16 02:16:26 UTC

  FreeBSD ports repository

  Modified files:
security/sudoMakefile distinfo pkg-plist 
security/sudo/files  patch-sudoers 
  Added files:
security/sudo/files  patch-Makefile.in 
  Log:
  Update to 1.7.4p2.
  
  Revision  ChangesPath
  1.111 +12 -22ports/security/sudo/Makefile
  1.67  +3 -3  ports/security/sudo/distinfo
  1.1   +15 -0 ports/security/sudo/files/patch-Makefile.in (new)
  1.3   +17 -16ports/security/sudo/files/patch-sudoers
  1.19  +9 -4  ports/security/sudo/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/libpcap Makefile

2010-08-15 Thread Wesley Shields
wxs 2010-08-16 02:20:43 UTC

  FreeBSD ports repository

  Modified files:
net/libpcap  Makefile 
  Log:
  Fix building when using WITH_DAG.
  
  PR: ports/149008
  Submitted by:   Ryan Steinmetz 
  
  Revision  ChangesPath
  1.23  +3 -0  ports/net/libpcap/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/security/sudo Makefile pkg-install ports/security/sudo/files patch-Makefile.in

2010-08-16 Thread Wesley Shields
wxs 2010-08-16 13:06:02 UTC

  FreeBSD ports repository

  Modified files:
security/sudoMakefile 
security/sudo/files  patch-Makefile.in 
  Removed files:
security/sudopkg-install 
  Log:
  Fix problems when upgrading using packages:
   - Always install sudoers.sample.
   - There is no need for pkg-install anymore.
   - Bump PORTREVISION.
  
  Revision  ChangesPath
  1.112 +1 -0  ports/security/sudo/Makefile
  1.2   +6 -5  ports/security/sudo/files/patch-Makefile.in
  1.7   +0 -15 ports/security/sudo/pkg-install (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"


Re: cvs commit: ports MOVED ports/security Makefile ports/security/isolate Makefile distinfo pkg-descr

2010-08-17 Thread Wesley Shields
On Tue, Aug 17, 2010 at 01:04:26PM +, Baptiste Daroussin wrote:
> bapt2010-08-17 13:04:26 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> .MOVED 
> security Makefile 
>   Removed files:
> security/isolate Makefile distinfo pkg-descr 
>   Log:
>   Security vulnerability: local root privileges escalation problems

Wow, this seems a little excessive to me. Why was this removed? Is
upstream not going to fix the problem(s)? Isn't marking it broken and a
vuxml entry enough while we give them time to address the problems?

-- WXS
___
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 MOVED ports/security Makefile ports/security/isolate Makefile distinfo pkg-descr

2010-08-17 Thread Wesley Shields
On Tue, Aug 17, 2010 at 02:24:16PM +, Baptiste Daroussin wrote:
> 2010/8/17 Wesley Shields :
> > On Tue, Aug 17, 2010 at 01:04:26PM +, Baptiste Daroussin wrote:
> >> bapt ? ? ? ?2010-08-17 13:04:26 UTC
> >>
> >> ? FreeBSD ports repository
> >>
> >> ? Modified files:
> >> ? ? . ? ? ? ? ? ? ? ? ? ?MOVED
> >> ? ? security ? ? ? ? ? ? Makefile
> >> ? Removed files:
> >> ? ? security/isolate ? ? Makefile distinfo pkg-descr
> >> ? Log:
> >> ? Security vulnerability: local root privileges escalation problems
> >
> > Wow, this seems a little excessive to me. Why was this removed? Is
> > upstream not going to fix the problem(s)? Isn't marking it broken and a
> > vuxml entry enough while we give them time to address the problems?
> >
> > -- WXS
> >
> 
> Sorry my log wasn't descriptive enough. Upstream asked me to remove
> the ports, so did the maintainer.
> 
> Also upstream removed the google code page for the project and
> currently doesn't plan a fix.
> 
> I'll try to make better commit log next time.

I was just curious because this seemed like a knee-jerk reaction on
our part. Turns out that it was directed by upstream and maintainer,
which is completely understandable. I was merely trying to make sure we
avoid knee-jerk reactions. Thank you for the clarification.

-- WXS
___
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/postgrey Makefile distinfo ports/mail/postgrey/files postgrey.in

2010-08-17 Thread Wesley Shields
wxs 2010-08-17 23:52:34 UTC

  FreeBSD ports repository

  Modified files:
mail/postgreyMakefile distinfo 
mail/postgrey/files  postgrey.in 
  Log:
  Update to 1.33 and add Greylist header option to RC script.
  
  PR: ports/148707
  Submitted by:   Sunpoet Po-Chuan Hsieh 
  Reviewed by:maintainer timeout (1 month)
  
  Revision  ChangesPath
  1.23  +3 -3  ports/mail/postgrey/Makefile
  1.14  +3 -3  ports/mail/postgrey/distinfo
  1.5   +4 -2  ports/mail/postgrey/files/postgrey.in
___
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/couchdb Makefile distinfo pkg-plist ports/databases/couchdb/files couchdb.in

2010-08-17 Thread Wesley Shields
wxs 2010-08-18 00:08:12 UTC

  FreeBSD ports repository

  Modified files:
databases/couchdbMakefile distinfo pkg-plist 
databases/couchdb/files couchdb.in 
  Log:
  [1]: Update to 1.0.0
  [2]: Fix bug in RC script
  [3]: Add pre-fetch message about possibly needing to rebuild the views
  
  PR: [1]: ports/148803
  [2]: ports/149028
  [3]: ports/149030
  Submitted by:   [1]: Tomas Sedovic 
  [2]: Till Klampaeckel  (maintainer)
  [3]: Till Klampaeckel  (maintainer)
  Approved by:[1]: Till Klampaeckel  (maintainer)
  
  Revision  ChangesPath
  1.10  +5 -3  ports/databases/couchdb/Makefile
  1.5   +3 -3  ports/databases/couchdb/distinfo
  1.5   +1 -1  ports/databases/couchdb/files/couchdb.in
  1.5   +67 -34ports/databases/couchdb/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/silc-client Makefile ports/net/silc-client/files extra-patch-apps__irssi__src__fe-common__silc__Makefile.in extra-patch-apps__irssi__src__perl__silc__Makefile.PL.in extra-patch-a

2010-08-19 Thread Wesley Shields
wxs 2010-08-19 21:51:28 UTC

  FreeBSD ports repository

  Modified files:
net/silc-client  Makefile 
  Added files:
net/silc-client/files 
  
extra-patch-apps__irssi__src__fe-common__silc__Makefile.in 
  
extra-patch-apps__irssi__src__perl__silc__Makefile.PL.in 
  extra-patch-apps__irssi__src__silc__core__Makefile.in 
  
extra-patch-apps__irssi__src__silc__core__client_ops.c 
  extra-patch-apps__irssi__src__silc__core__silc-core.c 
  
extra-patch-apps__irssi__src__silc__core__silc-expandos.c 
  Log:
  Make net/silc-irssi-plugin work with the newer versions of irssi. The fixes
  were taken from Debian bug report #522080 and #577501. The work to fix this 
was done by Murad Khan (mraoul.free...@gmail.com) and sent to me privately.
  
  PR: ports/140073
  Submitted by:   Nathaniel Filardo 
  
  Revision  ChangesPath
  1.63  +12 -2 ports/net/silc-client/Makefile
  1.1   +48 -0 
ports/net/silc-client/files/extra-patch-apps__irssi__src__fe-common__silc__Makefile.in
 (new)
  1.1   +10 -0 
ports/net/silc-client/files/extra-patch-apps__irssi__src__perl__silc__Makefile.PL.in
 (new)
  1.1   +48 -0 
ports/net/silc-client/files/extra-patch-apps__irssi__src__silc__core__Makefile.in
 (new)
  1.1   +27 -0 
ports/net/silc-client/files/extra-patch-apps__irssi__src__silc__core__client_ops.c
 (new)
  1.1   +10 -0 
ports/net/silc-client/files/extra-patch-apps__irssi__src__silc__core__silc-core.c
 (new)
  1.1   +10 -0 
ports/net/silc-client/files/extra-patch-apps__irssi__src__silc__core__silc-expandos.c
 (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/net/silc-irssi-plugin Makefile pkg-plist

2010-08-19 Thread Wesley Shields
wxs 2010-08-19 21:51:57 UTC

  FreeBSD ports repository

  Modified files:
net/silc-irssi-plugin Makefile pkg-plist 
  Log:
  Remove BROKEN now that the master port has been fixed.
  
  Revision  ChangesPath
  1.10  +0 -2  ports/net/silc-irssi-plugin/Makefile
  1.6   +1 -0  ports/net/silc-irssi-plugin/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/net/silc-irssi-plugin Makefile pkg-plist

2010-08-19 Thread Wesley Shields
On Thu, Aug 19, 2010 at 02:58:06PM -0700, q...@freebsd.org wrote:
> The Restless Daemon identified a linker error while trying to build:
>  silc-irssi-client-1.1.8 maintained by w...@freebsd.org
>  Makefile ident: $FreeBSD: ports/net/silc-irssi-plugin/Makefile,v 1.10 
> 2010/08/19 21:51:56 wxs Exp $
> 
> Excerpt from 
> http://QAT.TecNik93.com/logs/8-STABLE-NPD/silc-irssi-client-1.1.8.log :
> 
> http://www.silcnet.org
> 
> 
> ===>  Building package for silc-irssi-client-1.1.8
> tar: lib/irssi/modules/libfe_common_silc.so.0: Cannot stat: No such file or 
> directory
> tar: Error exit delayed from previous errors.
> pkg_create: make_dist: tar command failed with code 256
> Creating package /tmp/packages/All/silc-irssi-client-1.1.8.tbz
> Registering depends: irssi-0.8.15_2 glib-2.24.2 gettext-0.18_1 
> libiconv-1.13.1_1 glib-1.2.10_13 pcre-8.10 pkg-config-0.25 perl-5.10.1_2 
> python26-2.6.5_1.
> Registering conflicts: silc-toolkit-1.1.* silc-irssi-plugin-1.1.*.
> Creating bzip'd tar ball in '/tmp/packages/All/silc-irssi-client-1.1.8.tbz'
> *** Error code 1
> 
> Stop in /a/ports/net/silc-irssi-plugin.
> Deleting silc-irssi-client-1.1.8
> pkg_delete: file '/usr/local/lib/irssi/modules/libfe_common_silc.so.0' 
> doesn't exist
> pkg_delete: couldn't entirely delete package (perhaps the packing list is
> incorrectly specified?)

I can not duplicate this.

-- WXS
___
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/git Makefile distinfo pkg-plist ports/devel/git/files patch-Documentation__Makefile patch-Makefile patch-setup.c patch-wrapper.c pkg-message.in

2010-08-19 Thread Wesley Shields
wxs 2010-08-20 03:01:29 UTC

  FreeBSD ports repository

  Modified files:
devel/gitMakefile distinfo pkg-plist 
devel/git/files  patch-Documentation__Makefile 
 patch-Makefile patch-wrapper.c 
 pkg-message.in 
  Removed files:
devel/git/files  patch-setup.c 
  Log:
  Update to 1.7.2.2
  
  Revision  ChangesPath
  1.90  +6 -11 ports/devel/git/Makefile
  1.62  +18 -18ports/devel/git/distinfo
  1.5   +3 -2  ports/devel/git/files/patch-Documentation__Makefile
  1.14  +14 -8 ports/devel/git/files/patch-Makefile
  1.2   +0 -11 ports/devel/git/files/patch-setup.c (dead)
  1.2   +4 -4  ports/devel/git/files/patch-wrapper.c
  1.3   +1 -1  ports/devel/git/files/pkg-message.in
  1.59  +30 -9 ports/devel/git/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/silc-client Makefile

2010-08-20 Thread Wesley Shields
wxs 2010-08-20 11:33:15 UTC

  FreeBSD ports repository

  Modified files:
net/silc-client  Makefile 
  Log:
  Forced commit to note that the previous work was done by
  mkhan.free...@gmail.com.
  
  Revision  ChangesPath
  1.64  +0 -0  ports/net/silc-client/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/coreutils Makefile distinfo pkg-plist ports/sysutils/coreutils/files extra-patch-stty.c

2010-08-20 Thread Wesley Shields
wxs 2010-08-20 19:10:38 UTC

  FreeBSD ports repository

  Modified files:
sysutils/coreutils   Makefile distinfo pkg-plist 
sysutils/coreutils/files extra-patch-stty.c 
  Log:
  Update to 8.5
  
  PR: ports/148822
  Submitted by:   Klaus Aehlig 
  Approved by:Jason Harris  (maintainer)
  
  Revision  ChangesPath
  1.29  +6 -3  ports/sysutils/coreutils/Makefile
  1.10  +3 -3  ports/sysutils/coreutils/distinfo
  1.3   +15 -11ports/sysutils/coreutils/files/extra-patch-stty.c
  1.13  +40 -1 ports/sysutils/coreutils/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/security/sudo Makefile distinfo pkg-plist ports/security/sudo/files patch-Makefile.in patch-sudoers

2010-08-21 Thread Wesley Shields
wxs 2010-08-22 01:58:33 UTC

  FreeBSD ports repository

  Modified files:
security/sudoMakefile distinfo pkg-plist 
security/sudo/files  patch-Makefile.in patch-sudoers 
  Log:
  Update to 1.7.4p3
  Install etc/pam.d/sudo and etc/pam.d/sudo.default
  
  Revision  ChangesPath
  1.113 +7 -4  ports/security/sudo/Makefile
  1.68  +3 -3  ports/security/sudo/distinfo
  1.3   +5 -5  ports/security/sudo/files/patch-Makefile.in
  1.4   +2 -2  ports/security/sudo/files/patch-sudoers
  1.20  +4 -0  ports/security/sudo/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/security/sudo Makefile

2010-08-22 Thread Wesley Shields
wxs 2010-08-22 12:32:26 UTC

  FreeBSD ports repository

  Modified files:
security/sudoMakefile 
  Log:
  Strip the binaries by default. No need to bump PORTREVISION for such a
  minor change.
  
  PR: ports/149135
  Submitted by:   Anonymous 
  
  Revision  ChangesPath
  1.114 +2 -0  ports/security/sudo/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/x11/xdotool Makefile distinfo

2010-09-01 Thread Wesley Shields
wxs 2010-09-01 19:39:43 UTC

  FreeBSD ports repository

  Modified files:
x11/xdotool  Makefile distinfo 
  Log:
  Update to 2.20100818.3004
  
  Revision  ChangesPath
  1.21  +1 -1  ports/x11/xdotool/Makefile
  1.18  +3 -3  ports/x11/xdotool/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/audio/ices0 Makefile ports/audio/linux-shoutcast Makefile ports/audio/shoutcast Makefile ports/benchmarks/nbench Makefile ports/devel/libgee Makefile ports/games/avanor Makefile port

2010-09-02 Thread Wesley Shields
wxs 2010-09-02 21:17:34 UTC

  FreeBSD ports repository

  Modified files:
audio/ices0  Makefile 
audio/linux-shoutcast Makefile 
audio/shoutcast  Makefile 
benchmarks/nbenchMakefile 
devel/libgee Makefile 
games/avanor Makefile 
games/crimsonMakefile 
games/wrogue Makefile 
irc/minbif   Makefile 
misc/apparix Makefile 
net-im/pino  Makefile 
net-mgmt/nagios-check_ice Makefile 
net-mgmt/nagios-check_nick Makefile 
net-mgmt/nipper  Makefile 
net/p5-Event-tcp Makefile 
security/py-otr  Makefile 
  Log:
  Reset to po...@. Thanks Frank for your work on these ports.
  
  Discussed on:   ports@
  
  Revision  ChangesPath
  1.15  +1 -1  ports/audio/ices0/Makefile
  1.9   +1 -1  ports/audio/linux-shoutcast/Makefile
  1.16  +1 -1  ports/audio/shoutcast/Makefile
  1.17  +1 -1  ports/benchmarks/nbench/Makefile
  1.2   +1 -1  ports/devel/libgee/Makefile
  1.5   +1 -1  ports/games/avanor/Makefile
  1.39  +1 -1  ports/games/crimson/Makefile
  1.10  +1 -1  ports/games/wrogue/Makefile
  1.5   +1 -1  ports/irc/minbif/Makefile
  1.9   +1 -1  ports/misc/apparix/Makefile
  1.8   +1 -1  ports/net-im/pino/Makefile
  1.2   +1 -1  ports/net-mgmt/nagios-check_ice/Makefile
  1.2   +1 -1  ports/net-mgmt/nagios-check_nick/Makefile
  1.25  +1 -1  ports/net-mgmt/nipper/Makefile
  1.2   +1 -1  ports/net/p5-Event-tcp/Makefile
  1.2   +1 -1  ports/security/py-otr/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/git Makefile distinfo pkg-plist

2010-09-04 Thread Wesley Shields
wxs 2010-09-04 19:45:53 UTC

  FreeBSD ports repository

  Modified files:
devel/gitMakefile distinfo pkg-plist 
  Log:
  Update to 1.7.2.3
  
  Changelog: 
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.2.3.txt
  
  Revision  ChangesPath
  1.91  +1 -1  ports/devel/git/Makefile
  1.63  +18 -18ports/devel/git/distinfo
  1.60  +1 -0  ports/devel/git/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/security/sudo Makefile pkg-plist

2010-09-05 Thread Wesley Shields
wxs 2010-09-05 21:33:42 UTC

  FreeBSD ports repository

  Modified files:
security/sudoMakefile pkg-plist 
  Log:
  Fix package installation by correcting usage of %B and installing a file
  to make sure the empty directory is created.
  
  PR: ports/149912
  Submitted by:   Alexey V.Degtyarev 
  
  Revision  ChangesPath
  1.115 +2 -0  ports/security/sudo/Makefile
  1.21  +2 -1  ports/security/sudo/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"


  1   2   3   4   5   6   7   8   9   10   >