cvs commit: ports/www/links Makefile
demon 2010-04-14 08:12:54 UTC FreeBSD ports repository Modified files: www/linksMakefile Log: Use DESKTOP_ENTRIES. Submitted by: Warren Block Revision ChangesPath 1.61 +7 -0 ports/www/links/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/libkate Makefile distinfo pkg-plist
mm 2010-04-14 08:46:09 UTC FreeBSD ports repository Modified files: multimedia/libkate Makefile distinfo pkg-plist Log: - Update to 0.3.7 - Make HTML docs optional PR: ports/145236 Submitted by: myself Approved by:maintainer (timeout) Revision ChangesPath 1.5 +16 -13ports/multimedia/libkate/Makefile 1.2 +3 -3 ports/multimedia/libkate/distinfo 1.2 +3 -97 ports/multimedia/libkate/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/ffmpeg2theora Makefile
mm 2010-04-14 08:46:43 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg2theora Makefile Log: - Update libkate dependency (shlib bump) Revision ChangesPath 1.6 +2 -2 ports/multimedia/ffmpeg2theora/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/thundercache Makefile distinfo pkg-plist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Apr 13, 2010 at 11:42:31PM +0300, Ion-Mihai Tetcu wrote: > > The Restless Daemon identified a depend_package error while trying to build: > thundercache-4.0_3 maintained by eks...@freebsdbrasil.com.br > Makefile ident: $FreeBSD: ports/www/thundercache/Makefile,v 1.7 2010/04/13 > 15:54:47 garga Exp $ > > Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/thundercache-4.0_3.log > : > > > == > > To initialize the database, run > > /usr/local/etc/rc.d/postgresql initdb > > You can then start PostgreSQL by running: > > /usr/local/etc/rc.d/postgresql start > > For postmaster settings, see ~pgsql/data/postgresql.conf > > NB. FreeBSD's PostgreSQL port logs to syslog by default > See ~pgsql/data/postgresql.conf for more info > > == > > To run PostgreSQL at startup, add > 'postgresql_enable="YES"' to /etc/rc.conf > > > pkg_add pcre-8.00.tbz > pkg_add libxml2-2.7.6_2.tbz > pkg_add pkg-config-0.23_1.tbz > skipping pkg-config-0.23_1, already added > pkg_add php5-5.3.2.tbz > pkg_add php5-curl-5.3.2.tbz > pkg_add php5-bcmath-5.3.2.tbz > pkg_add php5-pdo-5.3.2.tbz > pkg_add libmcrypt-2.5.8.tbz > pkg_add libltdl-2.2.6b.tbz > pkg_add php5-mcrypt-5.3.2.tbz > pkg_add php5-hash-5.3.2.tbz > pkg_add php5-session-5.3.2.tbz > pkg_add postgresql-client-8.2.15_1.tbz > pkg_add: package 'postgresql-client-8.2.15_1' conflicts with > postgresql-client-8.4.3_1 > pkg_add: package 'postgresql-client-8.2.15_1' conflicts with > postgresql-client-8.4.3_1 > pkg_add: please use pkg_delete first to remove conflicting package(s) or -f > to force installation > error in dependency postgresql-client-8.2.15_1.tbz, exiting > > PortsMon page for the port: > http://portsmon.freebsd.org/portoverview.py?category=www&portname=thundercache > > 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, The problem here seems not to be a port problem, thundercache requires pgsql 8.4, and the default version on ports tree is 8.2, so, php5-pgsql was built using 8.2 version, and the package try to add it as a dependency. Take a look: ga...@botelhor:~/prs/thundercache> make all-depends-list /usr/ports/www/apache20 /usr/ports/ftp/curl /usr/ports/databases/postgresql84-client /usr/ports/databases/postgresql84-server /usr/ports/lang/php5 /usr/ports/ftp/php5-curl /usr/ports/math/php5-bcmath /usr/ports/databases/php5-pdo /usr/ports/security/php5-mcrypt /usr/ports/security/php5-hash /usr/ports/www/php5-session /usr/ports/databases/php5-pgsql /usr/ports/lang/perl5.10 /usr/ports/devel/autoconf262 /usr/ports/devel/libtool22 /usr/ports/textproc/expat2 /usr/ports/converters/libiconv /usr/ports/security/ca_root_nss /usr/ports/devel/gmake /usr/ports/devel/gettext /usr/ports/devel/pkg-config /usr/ports/devel/pcre /usr/ports/textproc/libxml2 /usr/ports/security/libmcrypt /usr/ports/devel/libltdl22 /usr/ports/databases/postgresql82-client /usr/ports/devel/m4 /usr/ports/misc/help2man /usr/ports/devel/autoconf-wrapper /usr/ports/devel/p5-Locale-gettext ga...@botelhor:~/prs/thundercache> make DEFAULT_PGSQL_VER=84 all-depends-list /usr/ports/www/apache20 /usr/ports/ftp/curl /usr/ports/databases/postgresql84-client /usr/ports/databases/postgresql84-server /usr/ports/lang/php5 /usr/ports/ftp/php5-curl /usr/ports/math/php5-bcmath /usr/ports/databases/php5-pdo /usr/ports/security/php5-mcrypt /usr/ports/security/php5-hash /usr/ports/www/php5-session /usr/ports/databases/php5-pgsql /usr/ports/lang/perl5.10 /usr/ports/devel/autoconf262 /usr/ports/devel/libtool22 /usr/ports/textproc/expat2 /usr/ports/converters/libiconv /usr/ports/security/ca_root_nss /usr/ports/devel/gmake /usr/ports/devel/gettext /usr/ports/devel/pkg-config /usr/ports/devel/pcre /usr/ports/textproc/libxml2 /usr/ports/security/libmcrypt /usr/ports/devel/libltdl22 /usr/ports/devel/m4 /usr/ports/misc/help2man /usr/ports/devel/autoconf-wrapper /usr/ports/devel/p5-Locale-gettext - -- Renato Botelho GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc Help fight continental drift. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvFotIACgkQ6CRbiSJE7ambHwCeIhrb5pxSNIkH8EcoucQfFMHb Gj8AoIpk4QiKIg1u+JsCEGl460F2JkZP =WYTE -END PGP SIGNATURE- ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "c
cvs commit: ports/security/whatweb/files patch-whatweb
niels 2010-04-14 11:52:50 UTC FreeBSD ports repository Modified files: security/whatweb/files patch-whatweb Log: Fix plugins location patch Approved by:miwi (mentor) Revision ChangesPath 1.2 +3 -9 ports/security/whatweb/files/patch-whatweb ___ 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/whatweb Makefile
niels 2010-04-14 11:57:00 UTC FreeBSD ports repository Modified files: security/whatweb Makefile Log: Bumped PORTREVISION due to new patch Approved by:miwi (mentor) Revision ChangesPath 1.2 +1 -0 ports/security/whatweb/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/p5-openxpki Makefile
wen 2010-04-14 12:10:00 UTC FreeBSD ports repository Modified files: security/p5-openxpki Makefile Log: - Fix build with openssl PR: ports/145620 Submitted by: Sergei Vyshenski (maintainer) Revision ChangesPath 1.20 +11 -3 ports/security/p5-openxpki/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/graphics/xaralx Makefile
vd 2010-04-14 12:44:34 UTC FreeBSD ports repository Modified files: graphics/xaralx Makefile Log: graphics/xaralx, graphics/xaralx-devel: Mark that the ports do not compile with the latest version of png and schedule them for removal since the project has no activity since Summer 2006 when the company was acquired. Should the project become active again, the ports can be resurrected. Revision ChangesPath 1.46 +5 -0 ports/graphics/xaralx/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/graphics/pecl-imagick Makefile distinfo
mm 2010-04-14 13:11:24 UTC FreeBSD ports repository Modified files: graphics/pecl-imagick Makefile distinfo Log: - Update to version 3.0.0 RC1 PR: ports/145241 Submitted by: myself Approved by:maintainer (timeout) Revision ChangesPath 1.24 +1 -2 ports/graphics/pecl-imagick/Makefile 1.12 +3 -3 ports/graphics/pecl-imagick/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-Coro Makefile distinfo
tobez 2010-04-14 13:39:22 UTC FreeBSD ports repository Modified files: devel/p5-CoroMakefile distinfo Log: Update to 5.22. Changes:http://search.cpan.org/dist/Coro/Changes Revision ChangesPath 1.42 +1 -2 ports/devel/p5-Coro/Makefile 1.35 +3 -3 ports/devel/p5-Coro/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-B-Generate Makefile distinfo
tobez 2010-04-14 13:44:53 UTC FreeBSD ports repository Modified files: devel/p5-B-Generate Makefile distinfo Log: Update to 1.27. Changes:http://search.cpan.org/dist/B-Generate/Changes Revision ChangesPath 1.10 +1 -1 ports/devel/p5-B-Generate/Makefile 1.8 +3 -3 ports/devel/p5-B-Generate/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/www/p5-FCGI-Spawn Makefile distinfo pkg-plist
skreuzer2010-04-14 13:48:02 UTC FreeBSD ports repository Modified files: www/p5-FCGI-SpawnMakefile distinfo pkg-plist Log: Update to 0.16.1 PR: ports/144262 Submitted by: Peter Vereshagin Revision ChangesPath 1.6 +34 -3 ports/www/p5-FCGI-Spawn/Makefile 1.6 +3 -3 ports/www/p5-FCGI-Spawn/distinfo 1.2 +7 -0 ports/www/p5-FCGI-Spawn/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/py-distutils-extra Makefile distinfo
wen 2010-04-14 13:48:04 UTC FreeBSD ports repository Modified files: devel/py-distutils-extra Makefile distinfo Log: - Update to 2.18 PR: ports/145698 Submitted by: Ju Pengfei (maintainer) Revision ChangesPath 1.2 +4 -3 ports/devel/py-distutils-extra/Makefile 1.2 +3 -3 ports/devel/py-distutils-extra/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/www/p5-FCGI-Spawn pkg-deinstall pkg-install ports/www/p5-FCGI-Spawn/files fcgi_spawn.in
skreuzer2010-04-14 13:58:53 UTC FreeBSD ports repository Added files: www/p5-FCGI-Spawnpkg-deinstall pkg-install www/p5-FCGI-Spawn/files fcgi_spawn.in Log: I forgot to add some new files so the Previous commit was incomplete. PR: ports/144262 Submitted by: Peter Vereshagin Revision ChangesPath 1.1 +29 -0 ports/www/p5-FCGI-Spawn/files/fcgi_spawn.in (new) 1.1 +16 -0 ports/www/p5-FCGI-Spawn/pkg-deinstall (new) 1.1 +34 -0 ports/www/p5-FCGI-Spawn/pkg-install (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/p5-FCGI-Spawn pkg-message
skreuzer2010-04-14 14:12:41 UTC FreeBSD ports repository Added files: www/p5-FCGI-Spawnpkg-message Log: Include a message upon port installation Revision ChangesPath 1.1 +12 -0 ports/www/p5-FCGI-Spawn/pkg-message (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"
Now OK (Re: cvs commit: ports/www/p5-FCGI-Spawn pkg-message)
www/p5-FCGI-Spawn, 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 Makefile ports/sysutils/bsdmoted Makefile distinfo pkg-descr ports/sysutils/bsdmoted/files patch-Makefile
amdmi3 2010-04-14 15:28:28 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bsdmotedMakefile distinfo pkg-descr sysutils/bsdmoted/files patch-Makefile Log: Wii remote is an innovative hci developed by Nintendo. This project intends to help FreeBSD users use wii remote as mouse. This project is based on bthidd, developed by Maksim Yevmenkin , and information from http://www.wiili.org. WWW:http://sourceforge.net/projects/bsdmoted PR: 144303 Submitted by: Daniel Walter Revision ChangesPath 1.1180+1 -0 ports/sysutils/Makefile 1.1 +18 -0 ports/sysutils/bsdmoted/Makefile (new) 1.1 +3 -0 ports/sysutils/bsdmoted/distinfo (new) 1.1 +11 -0 ports/sysutils/bsdmoted/files/patch-Makefile (new) 1.1 +6 -0 ports/sysutils/bsdmoted/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/multimedia/vlc Makefile ports/multimedia/vlc/files extra-patch-modules_access_v4l2.c
amdmi3 2010-04-14 16:22:21 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Added files: multimedia/vlc/files extra-patch-modules_access_v4l2.c Log: - Fix build on 6.x PR: 144086 Submitted by: Mark Andrews Approved by:maintainer timeout Revision ChangesPath 1.216 +4 -0 ports/multimedia/vlc/Makefile 1.1 +71 -0 ports/multimedia/vlc/files/extra-patch-modules_access_v4l2.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"
Re: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent
Le 14/04/2010 à 19:39:56+0200, Albert Shih a écrit > Le 14/04/2010 à 08:06:30+0200, Alex Dupre a écrit > > Troy ha scritto: > > > When I go to login to the horde framework I'm getting the following > > > errors in the web browsers: > > > > > > Deprecated: Assigning the return value of new by reference is deprecated > > > in /usr/local/share/pear/Log.php on line 169 > > > > Disable the error logging to the web browser... > > > > > Well that's just solve the problem about the message. Not the problem about > horde. > > For me after 2 hours of trying I can make horde working with PHP5.3 > Sorry my answer is little short. This is what I've do: Upgrade all php5 ports following the /usr/ports/UPDATING --> work fine --> Horde don't work Upgrade all packages pecl/pear --> work fine --> Horde don't work Change php.ini --> Horde don't work When I say horde don't work that's mean I've got plenty of message about deprecated function if I don't disable the reporting in php.ini But in any case I just got a blank page in the firefox. Regards. JAS -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: Mer 14 avr 2010 19:42:30 CEST ___ 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: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent
Le 14/04/2010 à 08:06:30+0200, Alex Dupre a écrit > Troy ha scritto: > > When I go to login to the horde framework I'm getting the following > > errors in the web browsers: > > > > Deprecated: Assigning the return value of new by reference is deprecated > > in /usr/local/share/pear/Log.php on line 169 > > Disable the error logging to the web browser... > > Well that's just solve the problem about the message. Not the problem about horde. For me after 2 hours of trying I can make horde working with PHP5.3 Anyone have succefully do that ? Regards. JAS -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: Mer 14 avr 2010 19:38:44 CEST ___ 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/fatback Makefile ports/sysutils/fatback/files patch-const patch-display patch-trim patch-warnings
ehaupt 2010-04-14 19:04:01 UTC FreeBSD ports repository Modified files: sysutils/fatback Makefile Added files: sysutils/fatback/files patch-const patch-display patch-trim patch-warnings Log: - Fix several dangerous bugs as well as a few warnings - Regenerate the Lex and Yacc C-files from their .l and .y sources instead of using, what the author built on his system in 2001. - Use FreeBSD's getopt function(s) instead of those bundled with the source. - Bump PORTREVISION Submitted by: mi Revision ChangesPath 1.5 +5 -1 ports/sysutils/fatback/Makefile 1.1 +71 -0 ports/sysutils/fatback/files/patch-const (new) 1.1 +125 -0ports/sysutils/fatback/files/patch-display (new) 1.1 +42 -0 ports/sysutils/fatback/files/patch-trim (new) 1.1 +36 -0 ports/sysutils/fatback/files/patch-warnings (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/vuxml vuln.xml
avilla 2010-04-14 19:04:39 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Document KDM local privilege escalation vulnerability. Approved by:tabthorpe (mentor), delphij (secteam) Revision ChangesPath 1.2136+36 -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/sysutils/magicrescue Makefile distinfo pkg-descr pkg-plist
ehaupt 2010-04-14 19:12:54 UTC FreeBSD ports repository Modified files: sysutils/magicrescue Makefile distinfo pkg-descr pkg-plist Log: Update to 1.1.9 Revision ChangesPath 1.13 +2 -2 ports/sysutils/magicrescue/Makefile 1.7 +3 -3 ports/sysutils/magicrescue/distinfo 1.2 +1 -1 ports/sysutils/magicrescue/pkg-descr 1.5 +3 -0 ports/sysutils/magicrescue/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/xscreensaver Makefile distinfo
dougb 2010-04-14 19:21:01 UTC FreeBSD ports repository Modified files: x11/xscreensaver Makefile distinfo Log: Distfile was silently re-rolled to include the po/ directory, and include it in SUBDIRS. This makes USE_GETTEXT required as well, so bump PORTREVISION. Revision ChangesPath 1.112 +2 -1 ports/x11/xscreensaver/Makefile 1.57 +3 -3 ports/x11/xscreensaver/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: www/share/sgml usergroups.xml
jkois 2010-04-14 19:33:22 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Remove "The Hungarian BSD Group - http://www.bsd.hu"; from the list. The site - has no contact information - does not provide any useful information - has not seen any update since its creation in 11/2009 - consists mainly of links to different Wordpress sites Revision ChangesPath 1.89 +1 -14 www/share/sgml/usergroups.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 GIDs UIDs ports/irc Makefile ports/irc/minbif Makefile distinfo pkg-descr ports/irc/minbif/files minbif.in pkg-message.in
beat2010-04-14 19:42:36 UTC FreeBSD ports repository Modified files: .UIDs GIDs irc Makefile Added files: irc/minbif Makefile distinfo pkg-descr irc/minbif/files minbif.in pkg-message.in Log: Minbif aims to use the libpurple library from the Pidgin project to provide an IRC-friendly instant messaging client. WWW: http://minbif.im Submitted by: Frank Steinborn Revision ChangesPath 1.91 +2 -1 ports/GIDs 1.106 +2 -1 ports/UIDs 1.197 +1 -0 ports/irc/Makefile 1.1 +110 -0ports/irc/minbif/Makefile (new) 1.1 +3 -0 ports/irc/minbif/distinfo (new) 1.1 +35 -0 ports/irc/minbif/files/minbif.in (new) 1.1 +18 -0 ports/irc/minbif/files/pkg-message.in (new) 1.1 +4 -0 ports/irc/minbif/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: www/share/sgml usergroups.xml
jkois 2010-04-14 19:45:39 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Remove www.nlfug.nl from the list. - The site has not been updated in the last 2 years (at least). - And all mailinglists are basically dead since at least 2005. Revision ChangesPath 1.90 +1 -16 www/share/sgml/usergroups.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: www/share/sgml usergroups.xml
jkois 2010-04-14 19:50:30 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Remove "The Cosmo-Project" from the list. - The site has not been updated in the last 2 years. - Does not contain any usergroup specific information. Revision ChangesPath 1.91 +1 -11 www/share/sgml/usergroups.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"
Now OK (Re: cvs commit: ports GIDs UIDs ports/irc Makefile ports/irc/minbif Makefile distinfo pkg-descr ports/irc/minbif/files minbif.in pkg-message.in)
irc/minbif, 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/security/krb5 Makefile ports/security/krb5-17 Makefile
pav 2010-04-14 20:21:10 UTC FreeBSD ports repository Modified files: security/krb5Makefile security/krb5-17 Makefile Log: - Mark BROKEN: does not compile Reported by:pointyhat Revision ChangesPath 1.140 +2 -0 ports/security/krb5-17/Makefile 1.135 +2 -0 ports/security/krb5/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/graphics/luxrender Makefile
pav 2010-04-14 20:26:05 UTC FreeBSD ports repository Modified files: graphics/luxrender Makefile Log: - Mark BROKEN on 6.X: does not configure Reported by:pointyhat Revision ChangesPath 1.4 +7 -1 ports/graphics/luxrender/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/rtmpdump Makefile
pav 2010-04-14 20:28:39 UTC FreeBSD ports repository Modified files: multimedia/rtmpdump Makefile Log: - Mark BROKEN on 6.X: does not compile Reported by:pointyhat Revision ChangesPath 1.3 +7 -1 ports/multimedia/rtmpdump/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
avilla 2010-04-14 21:46:52 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Do not match x11/kdebase4 in latest KDM vulnerability. Approved by:tabthorpe (mentor) Revision ChangesPath 1.2137+3 -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/net-mgmt/rackmonkey Makefile ports/net-mgmt/rackmonkey/files pkg-message.in
sahil 2010-04-14 22:11:45 UTC FreeBSD ports repository Modified files: net-mgmt/rackmonkey Makefile net-mgmt/rackmonkey/files pkg-message.in Log: - Define additional MASTER_SITES - Fix install in case of non-default ${LOCALBASE} - Fix whitespace/alignment in Makefile header - Tweak pkg-message PR: 145438 Submitted by: Eric F Crist (maintainer) Approved by:itetcu (mentor) Revision ChangesPath 1.4 +8 -6 ports/net-mgmt/rackmonkey/Makefile 1.2 +4 -1 ports/net-mgmt/rackmonkey/files/pkg-message.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/security/vuxml vuln.xml
On Wed, Apr 14, 2010 at 2:46 PM, Alberto Villa wrote: > avilla 2010-04-14 21:46:52 UTC > > FreeBSD ports repository > > Modified files: > security/vuxml vuln.xml > Log: > - Do not match x11/kdebase4 in latest KDM vulnerability. > > Approved by:tabthorpe (mentor) > > Ahh... Sorry, I thought kdebase4 has the name in the form of kdebase4-4.x.y :( Cheers, -- Xin LI http://www.delphij.net ___ 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/springlobby Makefile distinfo
amdmi3 2010-04-14 22:24:36 UTC FreeBSD ports repository Modified files: games/springlobbyMakefile distinfo Log: - Update to 0.68 Revision ChangesPath 1.14 +3 -3 ports/games/springlobby/Makefile 1.9 +3 -3 ports/games/springlobby/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/games/springlobby Makefile distinfo
The Restless Daemon identified a patch error while trying to build: springlobby-0.68 maintained by amd...@freebsd.org Makefile ident: $FreeBSD: ports/games/springlobby/Makefile,v 1.14 2010/04/14 22:24:36 amdmi3 Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/springlobby-0.68.log : SOUND=on (default) "Enable sound" ===> Use 'make config' to modify these settings ---End OPTIONS List--- End Configuration. FETCH_DEPENDS= PATCH_DEPENDS= EXTRACT_DEPENDS= BUILD_DEPENDS=cmake-2.8.0_3.tbz ca_root_nss-3.12.4.tbz curl-7.20.0.tbz boost-libs-1.41.0_1.tbz GeoIP-1.4.6.tbz icu-3.8.1_3.tbz libtorrent-rasterbar-0.14.10.tbz openal-soft-1.12.854.tbz libiconv-1.13.1_1.tbz gettext-0.17_1.tbz png-1.4.1_1.tbz jpeg-8_1.tbz tiff-3.9.2_1.tbz expat-2.0.1_1.tbz libmspack-0.0.20060920.tbz libGLU-7.4.4.tbz atk-1.28.0.tbz gconf2-2.28.0_2.tbz glib-2.22.4.tbz gtk-2.18.7_1.tbz libIDL-0.8.13.tbz libxml2-2.7.6_2.tbz ORBit2-2.14.17.tbz pango-1.26.2_2.tbz wxgtk2-common-2.8.10_4.tbz libX11-1.2.1_1,1.tbz libSM-1.1.0_1,1.tbz libXxf86vm-1.0.2.tbz libXinerama-1.0.3,1.tbz gstreamer-plugins-0.10.28,3.tbz pkg-config-0.23_1.tbz gio-fam-backend-2.22.4.tbz jbigkit-1.6.tbz libGL-7.4.4.tbz libXext-1.0.5,1.tbz libXdamage-1.1.1.tbz libXfixes-4.0.3_1.tbz dbus-glib-0.84.tbz polkit-0.96_1.tbz gnomehier-2.3_12.tbz pcre-8.00.tbz python26-2.6.4.tbz perl-5.10.1.tbz jasper-1.900.1_9.tbz shared-mime-info-0.71.tbz hicolor-icon-theme-0.12.tbz libXrender-0.9.4_1.tbz libXi-1.2.1,1.tbz libXrandr-1.3.0.tbz libXcursor-1.1.9_1.tbz libXcomposite-0.4.0,1.tbz cairo-1.8.8_1,1.tbz xorg-fonts-truetype-7.4.tbz encodings-1.0.2,1.tbz libXft-2.1.14.tbz libxcb-1.5.tbz kbproto-1.0.3.tbz libXau-1.0.4.tbz libXdmcp-1.0.2_1.tbz xproto-7.0.15.tbz libICE-1.0.4_1,1.tbz xf86vidmodeproto-2.2.2.tbz xineramaproto-1.1.2.tbz gstreamer-0.10.28.tbz popt-1.14.tbz liboil-0.3.17.tbz gamin-0.1.10_3.tbz libdrm-2.4.12.tbz dri2proto-2.1.tbz xextproto-7.0.5.tbz damageproto-1.1.0_2.tbz fixesproto-4.0.tbz dbus-1.2.16_1.tbz eggdbus-0.6.tbz gobject-introspection-0.6.7.tbz renderproto-0.9.3.tbz inputproto-1.5.0.tbz randrproto-1.3.0.tbz compositeproto-0.4.tbz freetype2-2.3.11.tbz fontconfig-2.8.0,1.tbz pixman-0.16.6.tbz xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.0.tbz font-misc-meltho-1.0.0_1.tbz font-misc-ethiopic-1.0.0.tbz bitstream-vera-1.10_4.tbz font-util-1.0.1.tbz libpthread-stubs-0.3_3.tbz libXv-1.0.4,1.tbz gnome_subr-1.0.tbz libffi-3.0.9.tbz bison-2.4.1,1.tbz mkfontdir-1.0.4.tbz mkfontscale-1.0.6. tbz videoproto-2.2.2.tbz m4-1.4.14,1.tbz libfontenc-1.0.4.tbz wxgtk2-2.8.10_4.tbz RUN_DEPENDS=ca_root_nss-3.12.4.tbz curl-7.20.0.tbz boost-libs-1.41.0_1.tbz GeoIP-1.4.6.tbz icu-3.8.1_3.tbz libtorrent-rasterbar-0.14.10.tbz openal-soft-1.12.854.tbz libiconv-1.13.1_1.tbz gettext-0.17_1.tbz png-1.4.1_1.tbz jpeg-8_1.tbz tiff-3.9.2_1.tbz expat-2.0.1_1.tbz libmspack-0.0.20060920.tbz libGLU-7.4.4.tbz atk-1.28.0.tbz gconf2-2.28.0_2.tbz glib-2.22.4.tbz gtk-2.18.7_1.tbz libIDL-0.8.13.tbz libxml2-2.7.6_2.tbz ORBit2-2.14.17.tbz pango-1.26.2_2.tbz wxgtk2-common-2.8.10_4.tbz libX11-1.2.1_1,1.tbz libSM-1.1.0_1,1.tbz libXxf86vm-1.0.2.tbz libXinerama-1.0.3,1.tbz gstreamer-plugins-0.10.28,3.tbz pkg-config-0.23_1.tbz gio-fam-backend-2.22.4.tbz jbigkit-1.6.tbz libGL-7.4.4.tbz libXext-1.0.5,1.tbz libXdamage-1.1.1.tbz libXfixes-4.0.3_1.tbz dbus-glib-0.84.tbz polkit-0.96_1.tbz gnomehier-2.3_12.tbz pcre-8.00.tbz python26-2.6.4.tbz perl-5.10.1.tbz jasper-1.900.1_9.tbz shared-mime-info-0.71.tbz hicolor-icon-theme-0.12.tbz libXrender-0.9.4_1.tbz libXi-1.2.1,1.tbz libXrandr-1.3.0.tbz libXcursor-1.1.9_1.tbz libXcomposite-0.4.0,1.tbz cairo-1.8.8_1,1.tbz xorg-fonts-truetype-7.4.tbz encodings-1.0.2,1.tbz libXft-2.1.14.tbz libxcb-1.5.tbz kbproto-1.0.3.tbz libXau-1.0.4.tbz libXdmcp-1.0.2_1.tbz xproto-7.0.15.tbz libICE-1.0.4_1,1.tbz xf86vidmodeproto-2.2.2.tbz xineramaproto-1.1.2.tbz gstreamer-0.10.28.tbz popt-1.14.tbz liboil-0.3.17.tbz gamin-0.1.10_3.tbz libdrm-2.4.12.tbz dri2proto-2.1.tbz xextproto-7.0.5.tbz damageproto-1.1.0_2.tbz fixesproto-4.0.tbz dbus-1.2.16_1.tbz eggdbus-0.6.tbz gobject-introspection-0.6.7.tbz renderproto-0.9.3.tbz inputproto-1.5.0.tbz randrproto-1.3.0.tbz compositeproto-0.4.tbz freetype2-2.3.11.tbz fontconfig-2.8.0,1.tbz pixman-0.16.6.tbz xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.0.tbz font-misc-meltho-1.0.0_1.tbz font-misc-ethiopic-1.0.0.tbz bitstream-vera-1.10_4.tbz font-util-1.0.1.tbz libpthread-stubs-0.3_3.tbz libXv-1.0.4,1.tbz gnome_subr-1.0.tbz libffi-3.0.9.tbz bison-2.4.1,1.tbz mkfontdir-1.0.4.tbz mkfontscale-1.0.6.tbz videoproto-2.2.2 .tbz m4-1.4.14,1.tbz libfontenc-1.0.4.tbz wxgtk2-2.8.10_4.tbz glew-1.5.2.tbz devil-1.7.8_5,1.tbz libogg-1.1.4,4.tbz libvorbis-1.2.3_1,3.tbz libexecinfo-1.1_3.tbz sdl-1.2.14_1,2.tbz libXmu-1.0.4,1.tbz lcms-1.19_1,1.tbz libmng-1.0.10_2.tbz libglut-7.4.4.tbz aalib-1.4.r5_4.tbz libXt-1.0.5_1.tbz spring-0.81.1.3_2.tbz add_pkg ===
cvs commit: ports/astro/xearth/files freebsd.committers.markers
sahil 2010-04-14 22:31:21 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: - Add my coordinates to freebsd.committers.markers Approved by:itetcu (mentor) Revision ChangesPath 1.445 +2 -1 ports/astro/xearth/files/freebsd.committers.markers ___ 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/editors/openoffice.org-3 Makefile
maho2010-04-14 22:44:59 UTC FreeBSD ports repository Modified files: editors/openoffice.org-3 Makefile Log: now spadmin should work correctly cf. http://lists.freebsd.org/pipermail/freebsd-openoffice/2010-April/004526.html and bumped port revision accordingly Submitted by: avg@ (Andriy Gapon) Revision ChangesPath 1.332 +2 -1 ports/editors/openoffice.org-3/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/math/gotoblas Makefile
maho2010-04-14 22:51:53 UTC FreeBSD ports repository Modified files: math/gotoblasMakefile Log: Fix distfile message. add one more mirror. Submitted by: avg@ (Andriy Gapon) Revision ChangesPath 1.21 +5 -2 ports/math/gotoblas/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/games/springlobby Makefile distinfo
The Restless Daemon identified a patch error while trying to build: springlobby-0.68 maintained by amd...@freebsd.org Makefile ident: $FreeBSD: ports/games/springlobby/Makefile,v 1.14 2010/04/14 22:24:36 amdmi3 Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/springlobby-0.68.log : ===> The following configuration options are available for springlobby-0.68: TORRENT=on (default) "Support automatic content downloads via torrent" SOUND=on (default) "Enable sound" ===> Use 'make config' to modify these settings ---End OPTIONS List--- End Configuration. FETCH_DEPENDS= PATCH_DEPENDS= EXTRACT_DEPENDS= BUILD_DEPENDS=cmake-2.8.0_3.tbz ca_root_nss-3.12.4.tbz curl-7.20.0.tbz boost-libs-1.41.0_1.tbz GeoIP-1.4.6.tbz icu-3.8.1_3.tbz libtorrent-rasterbar-0.14.10.tbz openal-soft-1.12.854.tbz libiconv-1.13.1_1.tbz gettext-0.17_1.tbz png-1.4.1_1.tbz jpeg-8_1.tbz tiff-3.9.2_1.tbz expat-2.0.1_1.tbz libmspack-0.0.20060920.tbz libGLU-7.4.4.tbz atk-1.28.0.tbz gconf2-2.28.0_2.tbz glib-2.22.4.tbz gtk-2.18.7_1.tbz libIDL-0.8.13.tbz libxml2-2.7.6_2.tbz ORBit2-2.14.17.tbz pango-1.26.2_2.tbz wxgtk2-common-2.8.10_4.tbz libX11-1.2.1_1,1.tbz libSM-1.1.0_1,1.tbz libXxf86vm-1.0.2.tbz libXinerama-1.0.3,1.tbz gstreamer-plugins-0.10.28,3.tbz pkg-config-0.23_1.tbz gio-fam-backend-2.22.4.tbz jbigkit-1.6.tbz libGL-7.4.4.tbz libXext-1.0.5,1.tbz libXdamage-1.1.1.tbz libXfixes-4.0.3_1.tbz dbus-glib-0.84.tbz polkit-0.96_1.tbz gnomehier-2.3_12.tbz pcre-8.00.tbz python26-2.6.4.tbz perl-5.10.1.tbz jasper-1.900.1_9.tbz shared-mime-info-0.71.tbz hicolor-icon-theme-0.12.tbz libXrender-0.9.4_1.tbz libXi-1.2.1,1.tbz libXrandr-1.3.0.tbz libXcursor-1.1.9_1.tbz libXcomposite-0.4.0,1.tbz cairo-1.8.8_1,1.tbz xorg-fonts-truetype-7.4.tbz encodings-1.0.2,1.tbz libXft-2.1.14.tbz libxcb-1.5.tbz kbproto-1.0.3.tbz libXau-1.0.4.tbz libXdmcp-1.0.2_1.tbz xproto-7.0.15.tbz libICE-1.0.4_1,1.tbz xf86vidmodeproto-2.2.2.tbz xineramaproto-1.1.2.tbz gstreamer-0.10.28.tbz popt-1.14.tbz liboil-0.3.17.tbz gamin-0.1.10_3.tbz libdrm-2.4.12.tbz dri2proto-2.1.tbz xextproto-7.0.5.tbz damageproto-1.1.0_2.tbz fixesproto-4.0.tbz dbus-1.2.16_1.tbz eggdbus-0.6.tbz gobject-introspection-0.6.7.tbz renderproto-0.9.3.tbz inputproto-1.5.0.tbz randrproto-1.3.0.tbz compositeproto-0.4.tbz freetype2-2.3.11.tbz fontconfig-2.8.0,1.tbz pixman-0.16.6.tbz xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.0.tbz font-misc-meltho-1.0.0_1.tbz font-misc-ethiopic-1.0.0.tbz bitstream-vera-1.10_4.tbz font-util-1.0.1.tbz libpthread-stubs-0.3_3.tbz libXv-1.0.4,1.tbz gnome_subr-1.0.tbz libffi-3.0.9.tbz bison-2.4.1,1.tbz mkfontdir-1.0.4.tbz mkfontscale-1.0.6. tbz videoproto-2.2.2.tbz m4-1.4.14,1.tbz libfontenc-1.0.4.tbz wxgtk2-2.8.10_4.tbz RUN_DEPENDS=ca_root_nss-3.12.4.tbz curl-7.20.0.tbz boost-libs-1.41.0_1.tbz GeoIP-1.4.6.tbz icu-3.8.1_3.tbz libtorrent-rasterbar-0.14.10.tbz openal-soft-1.12.854.tbz libiconv-1.13.1_1.tbz gettext-0.17_1.tbz png-1.4.1_1.tbz jpeg-8_1.tbz tiff-3.9.2_1.tbz expat-2.0.1_1.tbz libmspack-0.0.20060920.tbz libGLU-7.4.4.tbz atk-1.28.0.tbz gconf2-2.28.0_2.tbz glib-2.22.4.tbz gtk-2.18.7_1.tbz libIDL-0.8.13.tbz libxml2-2.7.6_2.tbz ORBit2-2.14.17.tbz pango-1.26.2_2.tbz wxgtk2-common-2.8.10_4.tbz libX11-1.2.1_1,1.tbz libSM-1.1.0_1,1.tbz libXxf86vm-1.0.2.tbz libXinerama-1.0.3,1.tbz gstreamer-plugins-0.10.28,3.tbz pkg-config-0.23_1.tbz gio-fam-backend-2.22.4.tbz jbigkit-1.6.tbz libGL-7.4.4.tbz libXext-1.0.5,1.tbz libXdamage-1.1.1.tbz libXfixes-4.0.3_1.tbz dbus-glib-0.84.tbz polkit-0.96_1.tbz gnomehier-2.3_12.tbz pcre-8.00.tbz python26-2.6.4.tbz perl-5.10.1.tbz jasper-1.900.1_9.tbz shared-mime-info-0.71.tbz hicolor-icon-theme-0.12.tbz libXrender-0.9.4_1.tbz libXi-1.2.1,1.tbz libXrandr-1.3.0.tbz libXcursor-1.1.9_1.tbz libXcomposite-0.4.0,1.tbz cairo-1.8.8_1,1.tbz xorg-fonts-truetype-7.4.tbz encodings-1.0.2,1.tbz libXft-2.1.14.tbz libxcb-1.5.tbz kbproto-1.0.3.tbz libXau-1.0.4.tbz libXdmcp-1.0.2_1.tbz xproto-7.0.15.tbz libICE-1.0.4_1,1.tbz xf86vidmodeproto-2.2.2.tbz xineramaproto-1.1.2.tbz gstreamer-0.10.28.tbz popt-1.14.tbz liboil-0.3.17.tbz gamin-0.1.10_3.tbz libdrm-2.4.12.tbz dri2proto-2.1.tbz xextproto-7.0.5.tbz damageproto-1.1.0_2.tbz fixesproto-4.0.tbz dbus-1.2.16_1.tbz eggdbus-0.6.tbz gobject-introspection-0.6.7.tbz renderproto-0.9.3.tbz inputproto-1.5.0.tbz randrproto-1.3.0.tbz compositeproto-0.4.tbz freetype2-2.3.11.tbz fontconfig-2.8.0,1.tbz pixman-0.16.6.tbz xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.0.tbz font-misc-meltho-1.0.0_1.tbz font-misc-ethiopic-1.0.0.tbz bitstream-vera-1.10_4.tbz font-util-1.0.1.tbz libpthread-stubs-0.3_3.tbz libXv-1.0.4,1.tbz gnome_subr-1.0.tbz libffi-3.0.9.tbz bison-2.4.1,1.tbz mkfontdir-1.0.4.tbz mkfontscale-1.0.6.tbz videoproto-2.2.2 .tbz m4-1.4.14,1.tbz libfontenc-1.0.4.tbz wxgtk2-2.8.10_4.tbz glew-1.5.2.tbz devil-1.7.8_5,1.tbz libogg-1.1.4,4.tbz libvorbis-1.2.3_1,3.tbz libexecinfo-1.1_3.tbz sdl-1.2.14_1,2.tbz libXmu-1.0.4,1.tbz lcms-1.19_1,1.tbz libmng-1.0.10_2.tbz libglut-7.4.4.tbz aalib-1
cvs commit: ports/mail/postfix-postfwd Makefile
sahil 2010-04-14 23:07:14 UTC FreeBSD ports repository Modified files: mail/postfix-postfwd Makefile Log: - Update RUN_DEPENDS [1] - Bump PORTREVISION for dependency change - Change my email to sa...@freebsd.org Reported by:Ziaya Syed Hasan [1] Approved by:itetcu (mentor) Revision ChangesPath 1.7 +3 -2 ports/mail/postfix-postfwd/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 modules
edwin 2010-04-15 00:09:12 UTC FreeBSD ports repository Modified files: .modules Log: Ports modules update at Thursday 15 April 2010 at 00:09 Feature safe: yes Revision ChangesPath 1.20756 +1 -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"
cvs commit: ports/games/linwarrior Makefile ports/games/linwarrior/files extra-patch-source-cMech.cpp
amdmi3 2010-04-15 00:14:18 UTC FreeBSD ports repository Modified files: games/linwarrior Makefile Removed files: games/linwarrior/files extra-patch-source-cMech.cpp Log: - Fix build on < 8.x Reported by:pointyhat via pav Revision ChangesPath 1.10 +1 -7 ports/games/linwarrior/Makefile 1.3 +0 -21 ports/games/linwarrior/files/extra-patch-source-cMech.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/games/springlobby/files patch-cmake-package_config.cmake
amdmi3 2010-04-15 00:15:24 UTC FreeBSD ports repository Removed files: games/springlobby/files patch-cmake-package_config.cmake Log: - Forgot to remove unneeded patch Revision ChangesPath 1.2 +0 -21 ports/games/springlobby/files/patch-cmake-package_config.cmake (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: Now OK (Re: cvs commit: ports GIDs UIDs ports/irc Makefile ports/irc/minbif Makefile distinfo pkg-descr ports/irc/minbif/files minbif.in pkg-message.in)
On Wed, 14 Apr 2010 13:11:06 -0700 (PDT) q...@freebsd.org wrote: > irc/minbif, which was previously failing is OK after this commit. > Thanks for fixing it! Failed once because of a bug in QAT -- 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/games/klavaro Makefile distinfo pkg-plist ports/games/klavaro/files patch-data_Makefile.in
amdmi3 2010-04-15 00:22:58 UTC FreeBSD ports repository Modified files: games/klavaroMakefile distinfo pkg-plist Removed files: games/klavaro/files patch-data_Makefile.in Log: - Update to 1.5.0 PR: 145365 Submitted by: "Herbert J. Skuhra" (maintainer) Revision ChangesPath 1.22 +2 -7 ports/games/klavaro/Makefile 1.11 +3 -3 ports/games/klavaro/distinfo 1.2 +0 -11 ports/games/klavaro/files/patch-data_Makefile.in (dead) 1.10 +9 -1 ports/games/klavaro/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/games/springlobby Makefile distinfo)
games/springlobby, 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-drivers Makefile ports/x11-drivers/xf86-video-rdc Makefile distinfo pkg-descr pkg-plist
stas2010-04-15 06:05:30 UTC FreeBSD ports repository Modified files: x11-drivers Makefile Added files: x11-drivers/xf86-video-rdc Makefile distinfo pkg-descr pkg-plist Log: - Add port for xf86-video-rdc, X.Org driver for RDC Semiconductors video chip. WWW:http://www.rdc.com.tw/en/ Revision ChangesPath 1.19 +1 -0 ports/x11-drivers/Makefile 1.1 +25 -0 ports/x11-drivers/xf86-video-rdc/Makefile (new) 1.1 +3 -0 ports/x11-drivers/xf86-video-rdc/distinfo (new) 1.1 +3 -0 ports/x11-drivers/xf86-video-rdc/pkg-descr (new) 1.1 +4 -0 ports/x11-drivers/xf86-video-rdc/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/kvirc-devel Makefile distinfo pkg-plist ports/irc/kvirc-devel/files patch-man-CmakeLists.txt
makc2010-04-15 06:51:50 UTC FreeBSD ports repository Modified files: irc/kvirc-devel Makefile distinfo pkg-plist Removed files: irc/kvirc-devel/files patch-man-CmakeLists.txt Log: Update to 4.0rc2 Add options for enabling or disabling python and perl PR: ports/145278 Submitted by: Chris Petrik (maintainer) Revision ChangesPath 1.66 +26 -13ports/irc/kvirc-devel/Makefile 1.14 +3 -3 ports/irc/kvirc-devel/distinfo 1.2 +0 -14 ports/irc/kvirc-devel/files/patch-man-CmakeLists.txt (dead) 1.19 +6 -4 ports/irc/kvirc-devel/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"