cvs commit: ports/x11-toolkits/swt Makefile

2006-12-02 Thread Martin Wilke
miwi2006-12-02 08:20:38 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/swt Makefile 
  Log:
  - Fix wrong enty.
  
  Submitted by: Maintainer (on irc)
  
  Revision  ChangesPath
  1.2   +1 -1  ports/x11-toolkits/swt/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/chinese/wangttf Makefile distinfo pkg-descr ports/chinese/wangttf/files wangttf.txt

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 08:45:38 UTC

  FreeBSD ports repository

  Added files:
chinese/wangttf  Makefile distinfo pkg-descr 
chinese/wangttf/files wangttf.txt 
  Log:
  - Summon chinese/wangttf. Update will be in next commit.
  
  PR: 106149
  Submitted by:   chinsan
  
  Revision  ChangesPath
  1.19  +50 -0 ports/chinese/wangttf/Makefile (new)
  1.6   +126 -0ports/chinese/wangttf/distinfo (new)
  1.4   +101 -0ports/chinese/wangttf/files/wangttf.txt (new)
  1.4   +3 -0  ports/chinese/wangttf/pkg-descr (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/geom/eli g_eli.c

2006-12-02 Thread Pawel Jakub Dawidek
pjd 2006-12-02 08:49:40 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/geom/eli g_eli.c 
  Log:
  MFC:sys/geom/eli/g_eli.c1.32,1.33
  
  Skip disabled CPU, because after we sched_bind() to a disabled CPU,
  we won't be able to exit from the thread.
  
  Function g_eli_cpu_is_disabled() stoled from kern_pmc.c.
  
  PR: 104669
  Reported by:Nikolay Mirin <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.3.2.13  +16 -1 src/sys/geom/eli/g_eli.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/geom/eli g_eli.c

2006-12-02 Thread Pawel Jakub Dawidek
pjd 2006-12-02 08:52:40 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6_2)
sys/geom/eli g_eli.c 
  Log:
  MFC:sys/geom/eli/g_eli.c1.32,1.33
  
  Skip disabled CPU, because after we sched_bind() to a disabled CPU,
  we won't be able to exit from the thread.
  
  Function g_eli_cpu_is_disabled() stoled from kern_pmc.c.
  
  PR: kern/104669
  Reported by:Nikolay Mirin <[EMAIL PROTECTED]>
  Approved by:re (kensmith)
  
  Revision  ChangesPath
  1.3.2.12.2.1  +16 -1 src/sys/geom/eli/g_eli.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/p5-Time-HiRes Makefile distinfo

2006-12-02 Thread Anton Berezin
tobez   2006-12-02 08:57:06 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Time-HiRes  Makefile distinfo 
  Log:
  Update to 1.97.
  
  Submitted by:   Christopher Boumenot <[EMAIL PROTECTED]>
  PR: 106178
  
  Revision  ChangesPath
  1.39  +1 -1  ports/devel/p5-Time-HiRes/Makefile
  1.32  +3 -3  ports/devel/p5-Time-HiRes/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/net if.c

2006-12-02 Thread Robert Watson

On Fri, 1 Dec 2006, Alfred Perlstein wrote:


* Gleb Smirnoff <[EMAIL PROTECTED]> [061130 09:46] wrote:

On Thu, Nov 30, 2006 at 08:26:34PM +0300, Ruslan Ermilov wrote:
R> BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers?

It isn't. AFAIR, Robert promised to remove all !MPSAFE NIC drivers before 
RELENG_7.


Other than performance issues, what's the point of doing this?

To me that sounds like we'd lose all of usb ethernet as it stands.  I'm fine 
with fixing usb ethernet, but not under some thread-model of developement.


You have been pointed to the USB stack rewrite for 7.x at least three times in 
the last 24 hours.  Getting developers involved in reviewing and testing this 
work would be very useful.


The point of removing compatibility code for non-MPSAFE drivers is to remove 
compatibility code for non-MPSAFE drivers.  For entertainment value, grep -i 
giant in src/sys/net.  We go through some odd contortions to acquire Giant 
where it is needed, defer work to run under Giant, and so on.


Robert N M Watson
Computer Laboratory
University of Cambridge
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/nfsserver nfs_serv.c

2006-12-02 Thread Pawel Jakub Dawidek
pjd 2006-12-02 09:00:09 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/nfsservernfs_serv.c 
  Log:
  MFC:sys/nfsserver/nfs_serv.c1.167
  
  Protect nfsm_srvpathsiz() call with the nfsd_mtx lock.
  
  Reviewed by:mohans
  Requested by:   kib
  
  Revision   ChangesPath
  1.156.2.7  +6 -5  src/sys/nfsserver/nfs_serv.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/nfsserver nfs_serv.c

2006-12-02 Thread Pawel Jakub Dawidek
pjd 2006-12-02 09:02:30 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6_2)
sys/nfsservernfs_serv.c 
  Log:
  MFC:sys/nfsserver/nfs_serv.c1.167
  
  Protect nfsm_srvpathsiz() call with the nfsd_mtx lock.
  
  Reviewed by:mohans
  Requested by:   kib
  Approved by:re (rwatson)
  
  Revision   ChangesPath
  1.156.2.6.2.1  +6 -5  src/sys/nfsserver/nfs_serv.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/share/man/man4 bce.4 polling.4

2006-12-02 Thread Christian Brueffer
brueffer2006-12-02 09:03:06 UTC

  FreeBSD src repository

  Modified files:
share/man/man4   bce.4 polling.4 
  Log:
  bce(4) does not work correctly in polling(4) mode for now.
  
  Revision  ChangesPath
  1.4   +1 -2  src/share/man/man4/bce.4
  1.26  +1 -2  src/share/man/man4/polling.4
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/share/man/man4 bce.4 polling.4

2006-12-02 Thread Christian Brueffer
brueffer2006-12-02 09:05:22 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
share/man/man4   bce.4 polling.4 
  Log:
  MFC:
  
  bce(4) does not work correctly in polling(4) mode for now.
  
  Revision  ChangesPath
  1.2.2.2   +1 -2  src/share/man/man4/bce.4
  1.19.2.5  +1 -2  src/share/man/man4/polling.4
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/geom/journal g_journal.c

2006-12-02 Thread Pawel Jakub Dawidek
pjd 2006-12-02 09:10:29 UTC

  FreeBSD src repository

  Modified files:
sys/geom/journal g_journal.c 
  Log:
  Softc may be NULL in g_journal_orphan(), so don't be surprised.
  
  Revision  ChangesPath
  1.9   +4 -3  src/sys/geom/journal/g_journal.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/p5-Regexp-Assemble Makefile distinfo

2006-12-02 Thread Yen-Ming Lee
leeym   2006-12-02 09:16:14 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Regexp-Assemble Makefile distinfo 
  Log:
  - update to 0.28
  
  PR: 106184
  Submitted by:   Christopher Boumenot 
  
  Revision  ChangesPath
  1.11  +1 -1  ports/devel/p5-Regexp-Assemble/Makefile
  1.11  +3 -3  ports/devel/p5-Regexp-Assemble/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/lang/gcc41 Makefile distinfo

2006-12-02 Thread Gerald Pfeifer
gerald  2006-12-02 09:18:57 UTC

  FreeBSD ports repository

  Modified files:
lang/gcc41   Makefile distinfo 
  Log:
  Update to the 20061201 snapshot of GCC 4.1.2.
  
  Revision  ChangesPath
  1.300 +1 -1  ports/lang/gcc41/Makefile
  1.182 +18 -18ports/lang/gcc41/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/chinese/wangttf Makefile distinfo pkg-descr ports/chinese/wangttf/files wangttf.txt

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 09:32:25 UTC

  FreeBSD ports repository

  Modified files:
chinese/wangttf  Makefile distinfo pkg-descr 
chinese/wangttf/files wangttf.txt 
  Log:
  - some fonts are removed from master sites
  
  PR: 106149
  Submitted by:   chinsan
  
  Revision  ChangesPath
  1.20  +20 -19ports/chinese/wangttf/Makefile
  1.7   +30 -90ports/chinese/wangttf/distinfo
  1.5   +9 -35 ports/chinese/wangttf/files/wangttf.txt
  1.5   +1 -1  ports/chinese/wangttf/pkg-descr
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: www/en/gnome news.xml

2006-12-02 Thread Marc Fonvieille
blackend2006-12-02 09:34:22 UTC

  FreeBSD doc repository

  Modified files:
en/gnome news.xml 
  Log:
  Typos.
  
  Revision  ChangesPath
  1.132 +3 -3  www/en/gnome/news.xml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/games/xtet42 Makefile pkg-plist

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 09:40:15 UTC

  FreeBSD ports repository

  Modified files:
games/xtet42 Makefile pkg-plist 
  Log:
  - Respect X11BASE
  - Move to LOCALBASE
  - Use MANPREFIX
  
  PR: 106015
  Submitted by:   rafan
  Approved by:Gianmarco Giovannelli  (maintainer)
  
  Revision  ChangesPath
  1.11  +16 -11ports/games/xtet42/Makefile
  1.2   +5 -5  ports/games/xtet42/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-12-02 Thread Erwin Lansing
erwin   2006-12-02 09:56:39 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
lua50-filename --> ports/devel/lua50-filename
  
  Revision  ChangesPath
  1.16729   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/usr.sbin/sysinstall menus.c

2006-12-02 Thread Erwin Lansing
erwin   2006-12-02 09:58:01 UTC

  FreeBSD src repository (ports committer)

  Modified files:
usr.sbin/sysinstall  menus.c 
  Log:
  Add ftp.il.freebsd.org to the IPv6 server section.
  
  Submitted by:   Rostislav Krasny <[EMAIL PROTECTED]>
  Reviewed by:simon (also previous commit)
  MFC:3 days
  
  Revision  ChangesPath
  1.420 +2 -0  src/usr.sbin/sysinstall/menus.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/textproc/rubygem-syntax pkg-plist

2006-12-02 Thread Dirk Meyer
dinoex  2006-12-02 10:24:34 UTC

  FreeBSD ports repository

  Modified files:
textproc/rubygem-syntax pkg-plist 
  Log:
  - extend plist, as docs/ri are now build
  
  Revision  ChangesPath
  1.2   +94 -50ports/textproc/rubygem-syntax/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/netinet/libalias alias.c

2006-12-02 Thread Paolo Pisati
piso2006-12-02 10:30:23 UTC

  FreeBSD src repository

  Modified files:
sys/netinet/libalias alias.c 
  Log:
  Forced commit to use the correct PR syntax.
  
  PR: kern/106112
  Noted by:   ru
  
  Revision  ChangesPath
  1.57  +0 -0  src/sys/netinet/libalias/alias.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/textproc/ruby-htmlrepair Makefile

2006-12-02 Thread Erwin Lansing
erwin   2006-12-02 10:33:19 UTC

  FreeBSD ports repository

  Modified files:
textproc/ruby-htmlrepair Makefile 
  Log:
  - Deprecate
  - Set EXPIRATION_DATE
  
  PR: 106160
  Submitted by:   gabor
  
  Revision  ChangesPath
  1.6   +3 -0  ports/textproc/ruby-htmlrepair/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/textproc/ruby-html-parser Makefile

2006-12-02 Thread Erwin Lansing
erwin   2006-12-02 10:34:19 UTC

  FreeBSD ports repository

  Modified files:
textproc/ruby-html-parser Makefile 
  Log:
  - Deprecate
  - Set EXPIRATION_DATE
  
  PR: 106161
  Submitted by:   gabor
  
  Revision  ChangesPath
  1.12  +3 -0  ports/textproc/ruby-html-parser/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/textproc/ruby-gdome Makefile

2006-12-02 Thread Erwin Lansing
erwin   2006-12-02 10:35:41 UTC

  FreeBSD ports repository

  Modified files:
textproc/ruby-gdome  Makefile 
  Log:
  - Add new MASTER_SITE
  - portlint(1)
  
  PR: 106163
  Submitted by:   gabor
  
  Revision  ChangesPath
  1.15  +2 -1  ports/textproc/ruby-gdome/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/textproc/p5-Search-Saryer Makefile

2006-12-02 Thread Erwin Lansing
erwin   2006-12-02 10:36:48 UTC

  FreeBSD ports repository

  Modified files:
textproc/p5-Search-Saryer Makefile 
  Log:
  - Deprecate
  - Set EXPIRATION_DATE
  - portlint(1)
  
  PR: 106164
  Submitted by:   gabor
  
  Revision  ChangesPath
  1.11  +3 -1  ports/textproc/p5-Search-Saryer/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/vuxml vuln.xml

2006-12-02 Thread Stanislav Sedov
stas2006-12-02 11:41:50 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Document the SGI Image File heap overflow vulnerability in ImageMagick
  
  Revision  ChangesPath
  1.1230+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 "[EMAIL PROTECTED]"


cvs commit: ports/multimedia/nxtvepg Makefile ports/multimedia/nxtvepg/files patch-Makefile.bsd

2006-12-02 Thread Simon Barner
barner  2006-12-02 11:49:44 UTC

  FreeBSD ports repository

  Modified files:
multimedia/nxtvepg   Makefile 
multimedia/nxtvepg/files patch-Makefile.bsd 
  Log:
  Make fully "X11BASE-clean".
  
  Revision  ChangesPath
  1.13  +3 -3  ports/multimedia/nxtvepg/Makefile
  1.3   +29 -4 ports/multimedia/nxtvepg/files/patch-Makefile.bsd
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils/linux-megacli Makefile

2006-12-02 Thread Pav Lucistnik
pav 2006-12-02 12:12:07 UTC

  FreeBSD ports repository

  Modified files:
sysutils/linux-megacli Makefile 
  Log:
  - Fix build on pointyhat: make sure extract depends are present in build phase
  
  PR: ports/106203
  Submitted by:   Ruben van Staveren <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.2   +3 -0  ports/sysutils/linux-megacli/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/chinese Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 12:15:31 UTC

  FreeBSD ports repository

  Modified files:
chinese  Makefile 
  Log:
  - Connect wangttf
  
  Revision  ChangesPath
  1.240 +1 -0  ports/chinese/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports MOVED

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 12:16:37 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
  Log:
  - chinese/wangttf is summoned
  
  Revision  ChangesPath
  1.1192+1 -2  ports/MOVED
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: www/en where.sgml

2006-12-02 Thread Daniel Gerzo
danger  2006-12-02 12:17:39 UTC

  FreeBSD doc repository

  Modified files:
en   where.sgml 
  Log:
  - Fix table rendering
  - List architectures in proper order [1]
  
  Approved by: keramida (mentor), trhodes (mentor)
  PR: www/105205 [1]
  
  Revision  ChangesPath
  1.87  +13 -13www/en/where.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 12:17:54 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  - chinese/wangttf is back
  
  Revision  ChangesPath
  1.16730   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/vietnamese/xvnkb Makefile ports/vietnamese/xvnkb/files patch-config__configure

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 12:20:36 UTC

  FreeBSD ports repository

  Modified files:
vietnamese/xvnkb Makefile 
vietnamese/xvnkb/files patch-config__configure 
  Log:
  - Respect X11BASE
The previous one does not work as expected. You also need to change
tools/Makefile.dep.
  - Remove some unnecessary variables
  - configure already supports custom X11 path via XLIB_DIR, use that.
  
  PR: 106020
  Submitted by:   rafan
  Approved by:Nguyen Tam Chinh  (maintainer)
  
  Revision  ChangesPath
  1.8   +5 -4  ports/vietnamese/xvnkb/Makefile
  1.2   +7 -11 ports/vietnamese/xvnkb/files/patch-config__configure
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils/asmem Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 12:21:47 UTC

  FreeBSD ports repository

  Modified files:
sysutils/asmem   Makefile 
  Log:
  - Fix build, set correct Xpm path
  
  Reported by:pointyhat
  
  Revision  ChangesPath
  1.17  +3 -0  ports/sysutils/asmem/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net/boinc-client Makefile

2006-12-02 Thread Pav Lucistnik
pav 2006-12-02 12:33:29 UTC

  FreeBSD ports repository

  Modified files:
net/boinc-client Makefile 
  Log:
  - Attempt to make it X11BASE aware
  
  Reported by:krismail
  
  Revision  ChangesPath
  1.22  +1 -0  ports/net/boinc-client/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net/ldapdiff Makefile distinfo

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 12:45:41 UTC

  FreeBSD ports repository

  Modified files:
net/ldapdiff Makefile distinfo 
  Log:
  - Update to 1.2.2
  
  PR: 105770
  Submitted by:   chinsan (maintainer)
  
  Revision  ChangesPath
  1.15  +3 -3  ports/net/ldapdiff/Makefile
  1.10  +3 -3  ports/net/ldapdiff/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils/p5-File-Next Makefile distinfo

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 12:46:03 UTC

  FreeBSD ports repository

  Modified files:
sysutils/p5-File-Next Makefile distinfo 
  Log:
  - Update to 0.30
  
  PR: 105771
  Submitted by:   chinsan (maintainer)
  
  Revision  ChangesPath
  1.3   +3 -1  ports/sysutils/p5-File-Next/Makefile
  1.2   +3 -3  ports/sysutils/p5-File-Next/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/textproc/p5-ack Makefile distinfo

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 12:46:31 UTC

  FreeBSD ports repository

  Modified files:
textproc/p5-ack  Makefile distinfo 
  Log:
  - Update to 1.30
  
  PR: 105772
  Submitted by:   chinsan (maintainer)
  
  Revision  ChangesPath
  1.5   +2 -2  ports/textproc/p5-ack/Makefile
  1.4   +3 -3  ports/textproc/p5-ack/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/ascd Makefile ports/audio/ascd/files install

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 12:48:16 UTC

  FreeBSD ports repository

  Modified files:
audio/ascd   Makefile 
  Removed files:
audio/ascd/files install 
  Log:
  - Respect X11BASE by handling theme installation in Makefile
  
  Reported by:pointyhat
  
  Revision  ChangesPath
  1.22  +5 -2  ports/audio/ascd/Makefile
  1.3   +0 -14 ports/audio/ascd/files/install (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net/mpich2 Makefile

2006-12-02 Thread Thierry Thomas
thierry 2006-12-02 12:57:59 UTC

  FreeBSD ports repository

  Modified files:
net/mpich2   Makefile 
  Log:
  Disable Fortran 90 module while gfortran is broken.
  
  Revision  ChangesPath
  1.52  +9 -10 ports/net/mpich2/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/math/elmer-umfpack Makefile

2006-12-02 Thread Thierry Thomas
Le Ven  1 déc 06 à  0:23:42 +0100, Kris Kennaway <[EMAIL PROTECTED]>
 écrivait :
> kris2006-11-30 23:23:42 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> math/elmer-umfpack   Makefile 
>   Log:
>   BROKEN: Configure fails

Actually these elmer- ports and mumps are not BROKEN, but gfortran
should been marked IGNORE.
-- 
Th. Thomas.


pgpShmrwJX4Wb.pgp
Description: PGP signature


cvs commit: ports/news/PicMonger Makefile ports/news/PicMonger/files patch-ErrorLogger.cpp patch-Exceptions.cpp patch-FileTypeState.cpp patch-FilenameCleaner.cpp patch-GroupState.cpp patch-GroupState.

2006-12-02 Thread Pav Lucistnik
pav 2006-12-02 13:05:53 UTC

  FreeBSD ports repository

  Modified files:
news/PicMonger   Makefile 
news/PicMonger/files patch-ad 
  Added files:
news/PicMonger/files patch-ErrorLogger.cpp 
 patch-Exceptions.cpp 
 patch-FileTypeState.cpp 
 patch-FilenameCleaner.cpp 
 patch-GroupState.cpp patch-GroupState.h 
 patch-HtmlPage.cpp patch-HtmlPage.h 
 patch-InetSocket.cpp 
 patch-NewsScanner.cpp 
 patch-OptionsTab.cpp patch-imlib.h 
  Log:
  - Unbreak: fix build on 5.X and above
  
  PR: ports/106201
  Submitted by:   Peter Johnson <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.19  +2 -8  ports/news/PicMonger/Makefile
  1.1   +11 -0 ports/news/PicMonger/files/patch-ErrorLogger.cpp (new)
  1.1   +53 -0 ports/news/PicMonger/files/patch-Exceptions.cpp (new)
  1.1   +14 -0 ports/news/PicMonger/files/patch-FileTypeState.cpp (new)
  1.1   +14 -0 ports/news/PicMonger/files/patch-FilenameCleaner.cpp 
(new)
  1.1   +12 -0 ports/news/PicMonger/files/patch-GroupState.cpp (new)
  1.1   +10 -0 ports/news/PicMonger/files/patch-GroupState.h (new)
  1.1   +11 -0 ports/news/PicMonger/files/patch-HtmlPage.cpp (new)
  1.1   +10 -0 ports/news/PicMonger/files/patch-HtmlPage.h (new)
  1.1   +20 -0 ports/news/PicMonger/files/patch-InetSocket.cpp (new)
  1.1   +11 -0 ports/news/PicMonger/files/patch-NewsScanner.cpp (new)
  1.1   +11 -0 ports/news/PicMonger/files/patch-OptionsTab.cpp (new)
  1.2   +9 -3  ports/news/PicMonger/files/patch-ad
  1.1   +11 -0 ports/news/PicMonger/files/patch-imlib.h (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/math/ploticus Makefile

2006-12-02 Thread Mark Linimon
linimon 2006-12-02 13:06:39 UTC

  FreeBSD ports repository

  Modified files:
math/ploticusMakefile 
  Log:
  Respect X11BASE.
  
  PR: ports/106159
  Submitted by:   rafan
  
  Revision  ChangesPath
  1.25  +4 -0  ports/math/ploticus/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/multimedia/lsdvd Makefile ports/multimedia/lsdvd/files patch-ocode.c

2006-12-02 Thread Pav Lucistnik
pav 2006-12-02 13:06:55 UTC

  FreeBSD ports repository

  Modified files:
multimedia/lsdvd Makefile 
  Added files:
multimedia/lsdvd/files patch-ocode.c 
  Log:
  - Fix runtime crash in machine readable output
  
  PR: ports/105847
  Submitted by:   Ulrich Spoerlein <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.13  +1 -0  ports/multimedia/lsdvd/Makefile
  1.1   +12 -0 ports/multimedia/lsdvd/files/patch-ocode.c (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/arm/xscale/i80321 i80321_space.c

2006-12-02 Thread Olivier Houchard
cognet  2006-12-02 13:37:29 UTC

  FreeBSD src repository

  Modified files:
sys/arm/xscale/i80321 i80321_space.c 
  Log:
  Provide stream operations.
  
  Revision  ChangesPath
  1.7   +36 -0 src/sys/arm/xscale/i80321/i80321_space.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/mail/asmail Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 13:40:53 UTC

  FreeBSD ports repository

  Modified files:
mail/asmail  Makefile 
  Log:
  - Fix Xpm path
  
  Reported by:pointyhat
  
  Revision  ChangesPath
  1.25  +4 -1  ports/mail/asmail/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/mail/asmail Makefile ports/sysutils/asmem Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 13:50:17 UTC

  FreeBSD ports repository

  Modified files:
mail/asmail  Makefile 
sysutils/asmem   Makefile 
  Log:
  - Xpm is in X11BASE, not LOCALBASE
  
  Revision  ChangesPath
  1.26  +2 -2  ports/mail/asmail/Makefile
  1.18  +2 -2  ports/sysutils/asmem/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/modules Makefile

2006-12-02 Thread Alexander Leidinger
netchild2006-12-02 13:58:13 UTC

  FreeBSD src repository

  Modified files:
sys/modules  Makefile 
  Log:
  Add the linux module to the amd64 build, all symbols can now be resolved.
  
  Revision  ChangesPath
  1.514 +1 -0  src/sys/modules/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/asmix Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 13:58:42 UTC

  FreeBSD ports repository

  Modified files:
audio/asmix  Makefile 
  Log:
  - Fix Xpm path
  
  Reported by:pointyhat
  
  Revision  ChangesPath
  1.7   +3 -0  ports/audio/asmix/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/archivers/p5-Compress-Zlib Makefile distinfo pkg-plist ports/archivers/p5-Compress-Zlib/files patch-config.in

2006-12-02 Thread Dmitry Sivachenko
demon   2006-12-02 14:05:25 UTC

  FreeBSD ports repository

  Modified files:
archivers/p5-Compress-Zlib Makefile distinfo pkg-plist 
  Removed files:
archivers/p5-Compress-Zlib/files patch-config.in 
  Log:
  Update to 2.001.
  
  PR: 105532
  Submitted by:   Thomas Abthorpe<[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.42  +5 -1  ports/archivers/p5-Compress-Zlib/Makefile
  1.24  +3 -3  ports/archivers/p5-Compress-Zlib/distinfo
  1.5   +0 -15 ports/archivers/p5-Compress-Zlib/files/patch-config.in 
(dead)
  1.9   +8 -8  ports/archivers/p5-Compress-Zlib/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/p5-Tree-Simple Makefile distinfo

2006-12-02 Thread Dmitry Sivachenko
demon   2006-12-02 14:12:13 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Tree-Simple Makefile distinfo 
  Log:
  Update to 1.17.
  
  PR: 106180
  Submitted by:   Christopher Boumenot <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.10  +2 -2  ports/devel/p5-Tree-Simple/Makefile
  1.9   +3 -3  ports/devel/p5-Tree-Simple/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11-toolkits/fltk Makefile distinfo pkg-plist ports/x11-toolkits/fltk/files patch-ab patch-documentation-Makefile patch-src-Makefile

2006-12-02 Thread Dmitry Sivachenko
demon   2006-12-02 14:16:56 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/fltkMakefile distinfo pkg-plist 
x11-toolkits/fltk/files patch-ab patch-documentation-Makefile 
patch-src-Makefile 
  Log:
  Update to 1.1.7
  
  PR: 106146
  Submitted by:   KATO Tsuguru <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.41  +8 -3  ports/x11-toolkits/fltk/Makefile
  1.15  +3 -3  ports/x11-toolkits/fltk/distinfo
  1.6   +7 -7  ports/x11-toolkits/fltk/files/patch-ab
  1.3   +8 -8  
ports/x11-toolkits/fltk/files/patch-documentation-Makefile
  1.4   +27 -22ports/x11-toolkits/fltk/files/patch-src-Makefile
  1.10  +127 -0ports/x11-toolkits/fltk/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/p5-Test-Base Makefile distinfo

2006-12-02 Thread Anton Berezin
tobez   2006-12-02 14:40:56 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-Test-Base   Makefile distinfo 
  Log:
  Update to 0.53.
  
  PR: 106173
  Submitted by:   Christopher Boumenot <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.9   +1 -1  ports/devel/p5-Test-Base/Makefile
  1.9   +3 -3  ports/devel/p5-Test-Base/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/tclcl Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 14:42:03 UTC

  FreeBSD ports repository

  Modified files:
devel/tclcl  Makefile 
  Log:
  - Respect X11BASE
  
  Reported by:pointyhat
  
  Revision  ChangesPath
  1.17  +2 -1  ports/devel/tclcl/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/p5-CPAN-Mini Makefile distinfo

2006-12-02 Thread Anton Berezin
tobez   2006-12-02 14:49:05 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-CPAN-Mini   Makefile distinfo 
  Log:
  Update to 0.552.
  
  Revision  ChangesPath
  1.8   +1 -1  ports/devel/p5-CPAN-Mini/Makefile
  1.8   +3 -3  ports/devel/p5-CPAN-Mini/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/math/p5-Math-Round Makefile distinfo

2006-12-02 Thread Yen-Ming Lee
leeym   2006-12-02 14:51:07 UTC

  FreeBSD ports repository

  Modified files:
math/p5-Math-Round   Makefile distinfo 
  Log:
  - update to 0.06
  
  Revision  ChangesPath
  1.2   +1 -1  ports/math/p5-Math-Round/Makefile
  1.4   +3 -3  ports/math/p5-Math-Round/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/dns/p5-Data-Validate-Domain Makefile distinfo

2006-12-02 Thread Anton Berezin
tobez   2006-12-02 14:52:38 UTC

  FreeBSD ports repository

  Modified files:
dns/p5-Data-Validate-Domain Makefile distinfo 
  Log:
  Update to 0.04.
  
  Revision  ChangesPath
  1.2   +1 -1  ports/dns/p5-Data-Validate-Domain/Makefile
  1.2   +3 -3  ports/dns/p5-Data-Validate-Domain/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/compat/linux linux_misc.c

2006-12-02 Thread Alexander Leidinger
netchild2006-12-02 14:56:26 UTC

  FreeBSD src repository

  Modified files:
sys/compat/linux linux_misc.c 
  Log:
  MFP4 (108673, 110519, 110874):
  - Currently LINUX_MAX_COMM_LEN is smaller than MAXCOMLEN, but in case
this will change we have a buffer overflow. Apply some defensive
programming to DTRT when this should happen.
  - Use copyinstr() instead of copyin where appropriate.
* Fallback to copyin() in case of ENAMETOOLONG. [1]
* Use the right source and destination (it was wrong before).
  - Use strlcpy instead of strcpy.
  - Properly lock the read case (PR_GET_NAME) like the write case.
  
  Reviewed by:rwatson (except [1])
  Suggested by:   rwatson [1]
  
  Revision  ChangesPath
  1.198 +30 -5 src/sys/compat/linux/linux_misc.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/p5-IO-Socket-SSL Makefile distinfo

2006-12-02 Thread Yen-Ming Lee
leeym   2006-12-02 14:59:15 UTC

  FreeBSD ports repository

  Modified files:
security/p5-IO-Socket-SSL Makefile distinfo 
  Log:
  - update to 1.02
  
  Revision  ChangesPath
  1.14  +1 -1  ports/security/p5-IO-Socket-SSL/Makefile
  1.10  +3 -3  ports/security/p5-IO-Socket-SSL/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/vuxml vuln.xml

2006-12-02 Thread Martin Wilke
miwi2006-12-02 15:09:59 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Add a entry for www/tDiary, www/tDiary-devel
  
  Reviewed by:simon
  
  Revision  ChangesPath
  1.1231+26 -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 "[EMAIL PROTECTED]"


cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml

2006-12-02 Thread Chin-San Huang
chinsan 2006-12-02 15:16:15 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/books/faq book.sgml 
  Log:
  - correct typo.
In fact, the keyboard device is /dev/ukbd0 when USB keyboard is connected 
only.
  
  PR: docs/89747
  Submitted by:   me
  Approved by:delphij (mentor)
  
  Revision  ChangesPath
  1.790 +2 -2  doc/en_US.ISO8859-1/books/faq/book.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/p5-IPC-Cmd Makefile distinfo ports/devel/p5-IPC-Cmd/files patch-IPC-Cmd.pm

2006-12-02 Thread Anton Berezin
tobez   2006-12-02 15:22:54 UTC

  FreeBSD ports repository

  Modified files:
devel/p5-IPC-Cmd Makefile distinfo 
devel/p5-IPC-Cmd/files patch-IPC-Cmd.pm 
  Log:
  Update to 0.36.
  
  Parts of PR 105780 by chinsan were used in this commit.
  
  Revision  ChangesPath
  1.3   +3 -3  ports/devel/p5-IPC-Cmd/Makefile
  1.4   +3 -3  ports/devel/p5-IPC-Cmd/distinfo
  1.2   +13 -21ports/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/poco pkg-plist

2006-12-02 Thread Wes Peters
wes 2006-12-02 15:29:03 UTC

  FreeBSD ports repository

  Modified files:
devel/poco   pkg-plist 
  Log:
  Clean up after myself properly.
  
  Revision  ChangesPath
  1.2   +8 -0  ports/devel/poco/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c inphy.c ip1000phy.c lxtphy.c mii_physubr.c miivar.h nsgphy.c nsphy.c pnaphy.c qsphy.c rgephy.c rlphy.c tdkphy.c tlphy.c xmphy.c

2006-12-02 Thread Marius Strobl
marius  2006-12-02 15:32:34 UTC

  FreeBSD src repository

  Modified files:
sys/dev/mii  acphy.c amphy.c bmtphy.c brgphy.c ciphy.c 
 inphy.c ip1000phy.c lxtphy.c 
 mii_physubr.c miivar.h nsgphy.c nsphy.c 
 pnaphy.c qsphy.c rgephy.c rlphy.c 
 tdkphy.c tlphy.c xmphy.c 
  Log:
  Add a helper function mii_phy_dev_probe(), which wraps around the
  mii_phy_match() API and takes care of the PHY device probe based on
  the struct mii_phydesc array and the match return value provided.
  Convert PHY drivers to take advantage of mii_phy_dev_probe(),
  converting drivers to provide a mii_phydesc table in the first
  place where necessary.
  
  Reviewed by:yongari
  MFC after:  2 weeks
  
  Revision  ChangesPath
  1.19  +7 -13 src/sys/dev/mii/acphy.c
  1.20  +7 -15 src/sys/dev/mii/amphy.c
  1.12  +18 -29src/sys/dev/mii/bmtphy.c
  1.47  +1 -10 src/sys/dev/mii/brgphy.c
  1.7   +8 -22 src/sys/dev/mii/ciphy.c
  1.16  +10 -32src/sys/dev/mii/inphy.c
  1.2   +2 -12 src/sys/dev/mii/ip1000phy.c
  1.18  +6 -10 src/sys/dev/mii/lxtphy.c
  1.28  +13 -1 src/sys/dev/mii/mii_physubr.c
  1.20  +1 -0  src/sys/dev/mii/miivar.h
  1.24  +2 -13 src/sys/dev/mii/nsgphy.c
  1.27  +6 -10 src/sys/dev/mii/nsphy.c
  1.18  +7 -13 src/sys/dev/mii/pnaphy.c
  1.18  +6 -10 src/sys/dev/mii/qsphy.c
  1.12  +6 -10 src/sys/dev/mii/rgephy.c
  1.25  +15 -14src/sys/dev/mii/rlphy.c
  1.20  +6 -8  src/sys/dev/mii/tdkphy.c
  1.21  +6 -10 src/sys/dev/mii/tlphy.c
  1.20  +7 -16 src/sys/dev/mii/xmphy.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/devel/poco pkg-plist

2006-12-02 Thread Wes Peters


On Dec 2, 2006, at 7:29 AM, Wes Peters wrote:


wes 2006-12-02 15:29:03 UTC

  FreeBSD ports repository

  Modified files:
devel/poco   pkg-plist
  Log:
  Clean up after myself properly.

  Revision  ChangesPath
  1.2   +8 -0  ports/devel/poco/pkg-plist


Should have included:

Poked-by:   kris/pointyhat

--
   Where am I, and what am I doing in this handbasket?
Wes Peters  
[EMAIL PROTECTED]


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


cvs commit: ports/japanese/eb Makefile distinfo pkg-plist

2006-12-02 Thread Pav Lucistnik
pav 2006-12-02 16:06:25 UTC

  FreeBSD ports repository

  Modified files:
japanese/eb  Makefile distinfo pkg-plist 
  Log:
  - Update to 4.3
  
  PR: ports/106220
  Submitted by:   KIMURA Yasuhiro <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.58  +2 -3  ports/japanese/eb/Makefile
  1.31  +3 -9  ports/japanese/eb/distinfo
  1.20  +1 -1  ports/japanese/eb/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/vuxml vuln.xml

2006-12-02 Thread Simon L. Nielsen
simon   2006-12-02 16:06:27 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  Fix markup in last entry so the file is valid XML again.
  
  Pointy hat to:  simon
  
  Revision  ChangesPath
  1.1232+3 -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 "[EMAIL PROTECTED]"


cvs commit: ports/japanese/eblook Makefile ports/japanese/ebnetd Makefile ports/japanese/ebview Makefile ports/japanese/ebview-gtk2 Makefile ports/japanese/ruby-eb Makefile

2006-12-02 Thread Pav Lucistnik
pav 2006-12-02 16:06:44 UTC

  FreeBSD ports repository

  Modified files:
japanese/eblook  Makefile 
japanese/ebnetd  Makefile 
japanese/ebview  Makefile 
japanese/ebview-gtk2 Makefile 
japanese/ruby-eb Makefile 
  Log:
  - Chase japanese/eb update
  
  Revision  ChangesPath
  1.19  +2 -2  ports/japanese/eblook/Makefile
  1.39  +2 -2  ports/japanese/ebnetd/Makefile
  1.37  +2 -2  ports/japanese/ebview-gtk2/Makefile
  1.26  +2 -2  ports/japanese/ebview/Makefile
  1.21  +2 -1  ports/japanese/ruby-eb/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/japanese/eblook Makefile

2006-12-02 Thread Pav Lucistnik
pav 2006-12-02 16:10:02 UTC

  FreeBSD ports repository

  Modified files:
japanese/eblook  Makefile 
  Log:
  - Take maintainership
  
  PR: ports/106221
  Submitted by:   KIMURA Yasuhiro <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.20  +1 -1  ports/japanese/eblook/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/p5-WWW-Myspace Makefile distinfo pkg-plist

2006-12-02 Thread Yen-Ming Lee
leeym   2006-12-02 16:12:04 UTC

  FreeBSD ports repository

  Modified files:
www/p5-WWW-Myspace   Makefile distinfo pkg-plist 
  Log:
  - update to 0.60
  
  Revision  ChangesPath
  1.8   +1 -1  ports/www/p5-WWW-Myspace/Makefile
  1.8   +3 -3  ports/www/p5-WWW-Myspace/distinfo
  1.2   +4 -1  ports/www/p5-WWW-Myspace/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/japanese/tdiary Makefile

2006-12-02 Thread Martin Wilke
miwi2006-12-02 16:42:30 UTC

  FreeBSD ports repository

  Modified files:
japanese/tdiary  Makefile 
  Log:
  - Update to 2.0.3
  
  PR: ports/106215
  Submitted by:   TAKATSU Tomonari <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.8   +8 -4  ports/japanese/tdiary/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/tdiary-devel Makefile distinfo ports/www/tdiary-devel/files pkg-message.in

2006-12-02 Thread Martin Wilke
miwi2006-12-02 16:43:50 UTC

  FreeBSD ports repository

  Modified files:
www/tdiary-devel Makefile distinfo 
www/tdiary-devel/files pkg-message.in 
  Log:
  - Update to 2.1.4
  
  PR: ports/106209
  Submitted by:   TAKATSU Tomonari <[EMAIL PROTECTED]> (maintainer)
  Security:   
http://www.vuxml.org/freebsd/666b8c9e-8212-11db-851e-0016179b2dd5.html
  
  Revision  ChangesPath
  1.22  +14 -4 ports/www/tdiary-devel/Makefile
  1.13  +3 -0  ports/www/tdiary-devel/distinfo
  1.3   +3 -5  ports/www/tdiary-devel/files/pkg-message.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/tdiary Makefile distinfo ports/www/tdiary/files pkg-message.in

2006-12-02 Thread Martin Wilke
miwi2006-12-02 16:45:03 UTC

  FreeBSD ports repository

  Modified files:
www/tdiary   Makefile distinfo 
www/tdiary/files pkg-message.in 
  Log:
  - Update to 2.0.3
  
  PR: ports/106208
  Submitted by:   TAKATSU Tomonari <[EMAIL PROTECTED]> (maintainer)
  Security:   
http://www.vuxml.org/freebsd/666b8c9e-8212-11db-851e-0016179b2dd5.html
  
  Revision  ChangesPath
  1.19  +10 -11ports/www/tdiary/Makefile
  1.10  +3 -3  ports/www/tdiary/distinfo
  1.3   +3 -5  ports/www/tdiary/files/pkg-message.in
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/multimedia/avidemux2 Makefile distinfo pkg-descr pkg-message pkg-plist ports/multimedia/avidemux2/files patch-avidemux_ADM_codecs_ADM_x264.cpp

2006-12-02 Thread Martin Wilke
miwi2006-12-02 16:52:55 UTC

  FreeBSD ports repository

  Modified files:
multimedia/avidemux2 Makefile distinfo pkg-descr pkg-plist 
  Removed files:
multimedia/avidemux2 pkg-message 
multimedia/avidemux2/files 
   patch-avidemux_ADM_codecs_ADM_x264.cpp 
  Log:
  - Update to 2.3.0
  
  PR: 105938
  Submitted by:   Anish Mistry <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.42  +27 -27ports/multimedia/avidemux2/Makefile
  1.17  +3 -3  ports/multimedia/avidemux2/distinfo
  1.2   +0 -20 
ports/multimedia/avidemux2/files/patch-avidemux_ADM_codecs_ADM_x264.cpp (dead)
  1.3   +1 -1  ports/multimedia/avidemux2/pkg-descr
  1.2   +0 -3  ports/multimedia/avidemux2/pkg-message (dead)
  1.5   +16 -0 ports/multimedia/avidemux2/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11-toolkits/p5-Tk-TableMatrix Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 17:03:01 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/p5-Tk-TableMatrix Makefile 
  Log:
  - Respect X11BASE
  
  Reported by:pointyhat
  
  Revision  ChangesPath
  1.11  +1 -0  ports/x11-toolkits/p5-Tk-TableMatrix/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/sound/pci/hda hdac.c

2006-12-02 Thread Ariff Abdullah
ariff   2006-12-02 17:12:25 UTC

  FreeBSD src repository

  Modified files:
sys/dev/sound/pci/hda hdac.c 
  Log:
  Add support for Apple Intel/Mac.
  
   - Playback and headphone/speaker automute works.
   - Recording untested due to me being deaf doing back-and-forth
 remote debugging.
  
  Free Macbook donation is highly appreciated :)
  
  Tested by:  Dennis Pielken <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.12  +48 -10src/sys/dev/sound/pci/hda/hdac.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/dokuwiki-devel Makefile distinfo pkg-plist ports/www/dokuwiki-devel/files patch-install.php

2006-12-02 Thread Chin-San Huang
chinsan 2006-12-02 17:19:12 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
www/dokuwiki-devel   Makefile distinfo pkg-plist 
  Added files:
www/dokuwiki-devel/files patch-install.php 
  Log:
  - Update to 2006-11-27
  
  Noticed by: Gustavo Fukao 
  Approved by:delphij (mentor)
  
  Revision  ChangesPath
  1.31  +10 -7 ports/www/dokuwiki-devel/Makefile
  1.17  +3 -3  ports/www/dokuwiki-devel/distinfo
  1.1   +10 -0 ports/www/dokuwiki-devel/files/patch-install.php (new)
  1.7   +138 -11   ports/www/dokuwiki-devel/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/accessibility/ruby-atk pkg-plist ports/databases/ruby-libgda pkg-plist ports/devel/ruby-gconf2 pkg-plist ports/devel/ruby-glib2 pkg-plist ports/devel/ruby-gnomevfs pkg-plist ports/de

2006-12-02 Thread Stanislav Sedov
stas2006-12-02 18:34:38 UTC

  FreeBSD ports repository

  Modified files:
accessibility/ruby-atk pkg-plist 
databases/ruby-libgda pkg-plist 
devel/ruby-gconf2pkg-plist 
devel/ruby-glib2 pkg-plist 
devel/ruby-gnomevfs  pkg-plist 
devel/ruby-libglade2 pkg-plist 
graphics/ruby-gdk_pixbuf2 pkg-plist 
graphics/ruby-gnomecanvas2 pkg-plist 
graphics/ruby-libart2 pkg-plist 
graphics/ruby-rsvg2  pkg-plist 
multimedia/ruby-gst  pkg-plist 
print/ruby-gnomeprint pkg-plist 
www/ruby-gtkhtml2pkg-plist 
www/ruby-gtkmozembed/files patch-extconf.rb 
www/ruby-gtkmozembed pkg-plist 
x11-toolkits/ruby-gnomeprintui pkg-plist 
x11-toolkits/ruby-gtk2 pkg-plist 
x11-toolkits/ruby-gtkglext pkg-plist 
x11-toolkits/ruby-gtksourceview pkg-plist 
x11-toolkits/ruby-panelapplet pkg-plist 
x11-toolkits/ruby-pango pkg-plist 
x11/ruby-gnome2  Makefile.common distinfo pkg-plist 
  Removed files:
www/ruby-gtkmozembed/files 
   patch-.._glib_src_lib_mkmf-gnome2.rb 
  Log:
  - Update to current snapshot (should fix compatiblity problems with the new
gnome)
  - PREFIX-cleaness
  
  Approved by:mezz (maintainer, implicitly)
  
  Revision  ChangesPath
  1.4   +6 -1  ports/accessibility/ruby-atk/pkg-plist
  1.3   +9 -3  ports/databases/ruby-libgda/pkg-plist
  1.6   +10 -4 ports/devel/ruby-gconf2/pkg-plist
  1.10  +10 -4 ports/devel/ruby-glib2/pkg-plist
  1.3   +10 -4 ports/devel/ruby-gnomevfs/pkg-plist
  1.10  +12 -6 ports/devel/ruby-libglade2/pkg-plist
  1.10  +10 -4 ports/graphics/ruby-gdk_pixbuf2/pkg-plist
  1.4   +10 -4 ports/graphics/ruby-gnomecanvas2/pkg-plist
  1.7   +9 -3  ports/graphics/ruby-libart2/pkg-plist
  1.2   +9 -2  ports/graphics/ruby-rsvg2/pkg-plist
  1.7   +10 -4 ports/multimedia/ruby-gst/pkg-plist
  1.3   +10 -4 ports/print/ruby-gnomeprint/pkg-plist
  1.3   +9 -3  ports/www/ruby-gtkhtml2/pkg-plist
  1.3   +0 -13 
ports/www/ruby-gtkmozembed/files/patch-.._glib_src_lib_mkmf-gnome2.rb (dead)
  1.2   +5 -5  ports/www/ruby-gtkmozembed/files/patch-extconf.rb
  1.2   +10 -4 ports/www/ruby-gtkmozembed/pkg-plist
  1.2   +10 -4 ports/x11-toolkits/ruby-gnomeprintui/pkg-plist
  1.28  +17 -8 ports/x11-toolkits/ruby-gtk2/pkg-plist
  1.2   +9 -3  ports/x11-toolkits/ruby-gtkglext/pkg-plist
  1.2   +10 -4 ports/x11-toolkits/ruby-gtksourceview/pkg-plist
  1.2   +9 -3  ports/x11-toolkits/ruby-panelapplet/pkg-plist
  1.6   +9 -3  ports/x11-toolkits/ruby-pango/pkg-plist
  1.27  +4 -3  ports/x11/ruby-gnome2/Makefile.common
  1.30  +3 -3  ports/x11/ruby-gnome2/distinfo
  1.11  +12 -6 ports/x11/ruby-gnome2/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11/wmmenu Makefile pkg-plist ports/x11/wmmenu/files patch-Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 18:46:33 UTC

  FreeBSD ports repository

  Modified files:
x11/wmmenu   Makefile pkg-plist 
x11/wmmenu/files patch-Makefile 
  Log:
  - Respect X11BASE
Previous change does not work. One need to set XROOT = $(X11BASE)
  - Use DOCSDIR
  - No need to use 'install' target for LIB_DEPENDS
  
  PR: ports/106217
  Submitted by:   rafan
  Approved by:Jeremy Karlson  (maintainer)
  
  Revision  ChangesPath
  1.16  +1 -1  ports/x11/wmmenu/Makefile
  1.2   +16 -6 ports/x11/wmmenu/files/patch-Makefile
  1.4   +4 -4  ports/x11/wmmenu/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/net if.c

2006-12-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
Robert Watson <[EMAIL PROTECTED]> writes:
: On Fri, 1 Dec 2006, Alfred Perlstein wrote:
: 
: > * Gleb Smirnoff <[EMAIL PROTECTED]> [061130 09:46] wrote:
: >> On Thu, Nov 30, 2006 at 08:26:34PM +0300, Ruslan Ermilov wrote:
: >> R> BTW, is if_{watchdog|timer} also dangerous for !MPSAFE drivers?
: >>
: >> It isn't. AFAIR, Robert promised to remove all !MPSAFE NIC drivers before 
: >> RELENG_7.
: >
: > Other than performance issues, what's the point of doing this?
: >
: > To me that sounds like we'd lose all of usb ethernet as it stands.  I'm 
fine 
: > with fixing usb ethernet, but not under some thread-model of developement.
: 
: You have been pointed to the USB stack rewrite for 7.x at least three times 
in 
: the last 24 hours.  Getting developers involved in reviewing and testing this 
: work would be very useful.

I can't stress this reviewing part enough.  The new code is very
different from the old code, and there's quite a bit of change to plow
through.  The more eyes we have, the better.  I've had mixed luck with
the new code myself, but mostly good luck.

Warner

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


Re: cvs commit: ports/accessibility/ruby-atk pkg-plist ports/databases/ruby-libgda pkg-plist ports/devel/ruby-gconf2 pkg-plist ports/devel/ruby-glib2 pkg-plist ports/devel/ruby-gnomevfs pkg-plist port

2006-12-02 Thread Jeremy Messenger
On Sat, 02 Dec 2006 12:34:38 -0600, Stanislav Sedov <[EMAIL PROTECTED]>  
wrote:



stas2006-12-02 18:34:38 UTC

  FreeBSD ports repository

  Modified files:
accessibility/ruby-atk pkg-plist
databases/ruby-libgda pkg-plist
devel/ruby-gconf2pkg-plist
devel/ruby-glib2 pkg-plist
devel/ruby-gnomevfs  pkg-plist
devel/ruby-libglade2 pkg-plist
graphics/ruby-gdk_pixbuf2 pkg-plist
graphics/ruby-gnomecanvas2 pkg-plist
graphics/ruby-libart2 pkg-plist
graphics/ruby-rsvg2  pkg-plist
multimedia/ruby-gst  pkg-plist
print/ruby-gnomeprint pkg-plist
www/ruby-gtkhtml2pkg-plist
www/ruby-gtkmozembed/files patch-extconf.rb
www/ruby-gtkmozembed pkg-plist
x11-toolkits/ruby-gnomeprintui pkg-plist
x11-toolkits/ruby-gtk2 pkg-plist
x11-toolkits/ruby-gtkglext pkg-plist
x11-toolkits/ruby-gtksourceview pkg-plist
x11-toolkits/ruby-panelapplet pkg-plist
x11-toolkits/ruby-pango pkg-plist
x11/ruby-gnome2  Makefile.common distinfo pkg-plist
  Removed files:
www/ruby-gtkmozembed/files
   patch-.._glib_src_lib_mkmf-gnome2.rb
  Log:
  - Update to current snapshot (should fix compatiblity problems with  
the new

gnome)
  - PREFIX-cleaness


Thanks!


 Approved by:mezz (maintainer, implicitly)


To let anyone know about that I am sharing those ports with stas, so he  
can poke anything.


Cheers,
Mezz


--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
http://wiki.freebsd.org/multimedia  -  [EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/x11-toolkits/Xaw3d Makefile

2006-12-02 Thread Dirk Meyer
dinoex  2006-12-02 19:31:57 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/Xaw3d   Makefile 
  Log:
  - take maintainership
  
  Revision  ChangesPath
  1.48  +1 -1  ports/x11-toolkits/Xaw3d/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/fs/unionfs union.h union_subr.c union_vfsops.c union_vnops.c src/sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c

2006-12-02 Thread Craig Rodrigues
rodrigc 2006-12-02 19:35:56 UTC

  FreeBSD src repository

  Modified files:
sys/fs/unionfs   union.h union_subr.c union_vfsops.c 
 union_vnops.c 
sbin/mount_unionfs   Makefile mount_unionfs.8 mount_unionfs.c 
  Log:
  Many, many thanks to Masanori OZAWA <[EMAIL PROTECTED]>
  and Daichi GOTO <[EMAIL PROTECTED]> for submitting this
  major rewrite of unionfs.  This rewrite was done to
  try to solve many of the longstanding crashing and locking
  issues in the existing unionfs implementation.  This
  implementation also adds a 'MASQUERADE mode', which allows
  the user to set different user, group, and file permission
  modes in the upper layer.
  
  Submitted by:   daichi, Masanori OZAWA
  Reviewed by:rodrigc (modified for minor style issues)
  
  Revision  Changes  Path
  1.13  +1 -1src/sbin/mount_unionfs/Makefile
  1.21  +184 -23 src/sbin/mount_unionfs/mount_unionfs.8
  1.25  +107 -74 src/sbin/mount_unionfs/mount_unionfs.c
  1.33  +87 -92  src/sys/fs/unionfs/union.h
  1.87  +948 -1080   src/sys/fs/unionfs/union_subr.c
  1.79  +394 -332src/sys/fs/unionfs/union_vfsops.c
  1.135 +1864 -1613  src/sys/fs/unionfs/union_vnops.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/multimedia/replex Makefile

2006-12-02 Thread Dirk Meyer
dinoex  2006-12-02 19:36:18 UTC

  FreeBSD ports repository

  Modified files:
multimedia/replexMakefile 
  Log:
  - take maintainership
  
  Revision  ChangesPath
  1.13  +1 -1  ports/multimedia/replex/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/mii brgphy.c ciphy.c mlphy.c rgephy.c tdkphy.c tlphy.c xmphy.c

2006-12-02 Thread Marius Strobl
marius  2006-12-02 19:36:25 UTC

  FreeBSD src repository

  Modified files:
sys/dev/mii  brgphy.c ciphy.c mlphy.c rgephy.c 
 tdkphy.c tlphy.c xmphy.c 
  Log:
  Some style changes to a couple of PHY drivers:
  - Fix some whitespace nits.
  - Fix some spelling in comments.
  - Use MII_ANEGTICKS instead of 5.
  - Don't define variables in nested scope.
  - Remove superfluous returns at the end of void functions.
  - Remove unused static global rgephy_mii_model.
  - Remove dupe $Id$ in tdkphy(4).
  - Sort brgphys table.
  
  MFC after:  2 weeks
  
  Revision  ChangesPath
  1.48  +22 -30src/sys/dev/mii/brgphy.c
  1.8   +2 -8  src/sys/dev/mii/ciphy.c
  1.22  +6 -12 src/sys/dev/mii/mlphy.c
  1.13  +9 -18 src/sys/dev/mii/rgephy.c
  1.21  +1 -9  src/sys/dev/mii/tdkphy.c
  1.22  +9 -10 src/sys/dev/mii/tlphy.c
  1.21  +4 -7  src/sys/dev/mii/xmphy.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/databases Makefile ports/databases/emma Makefile distinfo pkg-descr pkg-plist

2006-12-02 Thread Pav Lucistnik
pav 2006-12-02 19:41:38 UTC

  FreeBSD ports repository

  Modified files:
databasesMakefile 
  Added files:
databases/emma   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Emma is a graphical toolkit for MySQL database developers and administrators.
  It provides dialogs to create or modify MySQL databases, tables and
  associated indexes.  It has a built-in syntax highlighting SQL editor with
  table- and fieldname tab-completion and automatic SQL statement formatting.
  The results of an executed query are displayed in a resultset where the 
record-
  data can be edited by the user, if the SQL statement allows for it. The SQL
  editor and resultset-view are grouped in tabs. Results can be exported to CSV
  files. Multiple simultaneously opened MySQL connections are possible.
  
  WWW: http://www.fastflo.de/projects/emma
  
  PR: ports/106229
  Submitted by:   Junji NAKANISHI <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.567 +1 -0  ports/databases/Makefile
  1.1   +25 -0 ports/databases/emma/Makefile (new)
  1.1   +3 -0  ports/databases/emma/distinfo (new)
  1.1   +10 -0 ports/databases/emma/pkg-descr (new)
  1.1   +45 -0 ports/databases/emma/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2006-12-02 Thread Pav Lucistnik
pav 2006-12-02 19:42:12 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  emma --> ports/databases/emma
  
  Revision  ChangesPath
  1.16731   +1 -0  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/audio/libmad Makefile ports/audio/madplay Makefile

2006-12-02 Thread Dirk Meyer
dinoex  2006-12-02 19:44:32 UTC

  FreeBSD ports repository

  Modified files:
audio/libmad Makefile 
audio/madplayMakefile 
  Log:
  - take maintainership
  Submit:ted by:
  Revi:rewed by:
  
  Revision  ChangesPath
  1.11  +1 -1  ports/audio/libmad/Makefile
  1.11  +1 -1  ports/audio/madplay/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/sys/fs/unionfs union.h union_subr.c union_vfsops.c union_vnops.c src/sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c

2006-12-02 Thread Scott Long

Craig Rodrigues wrote:

rodrigc 2006-12-02 19:35:56 UTC

  FreeBSD src repository

  Modified files:
sys/fs/unionfs   union.h union_subr.c union_vfsops.c 
 union_vnops.c 
sbin/mount_unionfs   Makefile mount_unionfs.8 mount_unionfs.c 
  Log:


What about the VFS changes that were also made in the latest patchset?

Scott

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


cvs commit: src/sys/dev/mii rgephy.c

2006-12-02 Thread Marius Strobl
marius  2006-12-02 19:48:54 UTC

  FreeBSD src repository

  Modified files:
sys/dev/mii  rgephy.c 
  Log:
  - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurations
with multiple PHYs and un-comment case IFM_NONE in case MII_MEDIACHG
rgephy_service(). There doesn't seem to be a problem with isolating
RTL8169S and their internal PHY.
  - Take advantage of mii_phy_add_media(). [1]
  
  Obtained from:  NetBSD [1]
  Tested by:  yongari
  MFC after:  2 weeks
  
  Revision  ChangesPath
  1.14  +3 -13 src/sys/dev/mii/rgephy.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/graphics/pixelize Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 19:53:41 UTC

  FreeBSD ports repository

  Modified files:
graphics/pixelizeMakefile 
  Log:
  - IMLIB_CONFIG is defined in bsd.gnome.mk
  
  Revision  ChangesPath
  1.10  +0 -1  ports/graphics/pixelize/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/graphics/libungif Makefile

2006-12-02 Thread Dirk Meyer
dinoex  2006-12-02 19:55:59 UTC

  FreeBSD ports repository

  Modified files:
graphics/libungifMakefile 
  Log:
  - take maintainership
  
  Revision  ChangesPath
  1.36  +1 -1  ports/graphics/libungif/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/games/xboing Makefile

2006-12-02 Thread Dirk Meyer
dinoex  2006-12-02 20:00:51 UTC

  FreeBSD ports repository

  Modified files:
games/xboing Makefile 
  Log:
  - take maintainership
  
  Revision  ChangesPath
  1.25  +1 -1  ports/games/xboing/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/math/elmer-umfpack Makefile

2006-12-02 Thread Kris Kennaway
On Sat, Dec 02, 2006 at 02:00:21PM +0100, Thierry Thomas wrote:
> Le Ven  1 d?c 06 ?  0:23:42 +0100, Kris Kennaway <[EMAIL PROTECTED]>
>  ?crivait?:
> > kris2006-11-30 23:23:42 UTC
> > 
> >   FreeBSD ports repository
> > 
> >   Modified files:
> > math/elmer-umfpack   Makefile 
> >   Log:
> >   BROKEN: Configure fails
> 
> Actually these elmer- ports and mumps are not BROKEN, but gfortran
> should been marked IGNORE.

Can you take this up with the gfortran maintainer and/or submit the
relevant change?

Thanks,
Kris




pgpFVycmqlsKB.pgp
Description: PGP signature


cvs commit: ports/games/xzip Makefile pkg-descr

2006-12-02 Thread Dirk Meyer
dinoex  2006-12-02 20:13:40 UTC

  FreeBSD ports repository

  Modified files:
games/xzip   Makefile pkg-descr 
  Log:
  - take maintainership
  - a few cleanups
  
  Revision  ChangesPath
  1.16  +9 -9  ports/games/xzip/Makefile
  1.2   +0 -3  ports/games/xzip/pkg-descr
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/mii tdkphy.c

2006-12-02 Thread Marius Strobl
marius  2006-12-02 20:16:45 UTC

  FreeBSD src repository

  Modified files:
sys/dev/mii  tdkphy.c 
  Log:
  - Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurations
with multiple PHYs. There doesn't seem to be a problem with isolating
78Q2120 per se nor in combination with the NICs they're used with and
tdkphy(4) was already adding IFM_NONE anyway.
  - Set MIIF_NOLOOP as loopback doesn't work with this PHY. The MIIF_NOLOOP
flag currently triggers nothing but hopefully will be respected by
mii_phy_setmedia() later on.
  - Use mii_phy_add_media() instead of mii_add_media() so the latter can
be eventually retired.
  - Take advantage of mii_phy_setmedia().
  
  Thanks to Hans-Joerg Sirtl for lending me test hardware.
  
  Obtained from:  NetBSD tqphy(4)
  MFC after:  2 weeks
  
  Revision  ChangesPath
  1.22  +9 -37 src/sys/dev/mii/tdkphy.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/polish/tleenx2 Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 20:31:17 UTC

  FreeBSD ports repository

  Modified files:
polish/tleenx2   Makefile 
  Log:
  - Respect X11BASE
  
  PR: ports/106228
  Submitted by:   rafan
  Approved by:Maciek Korze  (maintainer)
  
  Revision  ChangesPath
  1.6   +3 -0  ports/polish/tleenx2/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/games/xzip pkg-descr

2006-12-02 Thread Dirk Meyer
dinoex  2006-12-02 20:32:52 UTC

  FreeBSD ports repository

  Modified files:
games/xzip   pkg-descr 
  Log:
  - add url for more games
  
  Revision  ChangesPath
  1.3   +3 -0  ports/games/xzip/pkg-descr
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/biology/phylip Makefile

2006-12-02 Thread Rong-En Fan
rafan   2006-12-02 20:34:11 UTC

  FreeBSD ports repository

  Modified files:
biology/phylip   Makefile 
  Log:
  - Respect X11BASE
  
  Approved by:maintainer (implicit)
  
  Revision  ChangesPath
  1.14  +1 -1  ports/biology/phylip/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/games/xinfocom pkg-descr

2006-12-02 Thread Dirk Meyer
dinoex  2006-12-02 20:34:27 UTC

  FreeBSD ports repository

  Modified files:
games/xinfocom   pkg-descr 
  Log:
  - add url for more games
  - add homepage
  
  Revision  ChangesPath
  1.3   +5 -0  ports/games/xinfocom/pkg-descr
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/java/phpeclipse Makefile

2006-12-02 Thread Ion-Mihai Tetcu
itetcu  2006-12-02 20:34:27 UTC

  FreeBSD ports repository

  Modified files:
java/phpeclipse  Makefile 
  Log:
  - portlint
  
  PR: ports/105455
  Submitted by:   Dominic Fandrey (maintainer)
  
  Revision  ChangesPath
  1.12  +4 -4  ports/java/phpeclipse/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >