cvs commit: ports/editors/tea Makefile distinfo pkg-plist

2007-08-16 Thread Alexey Dokuchaev
danfe   2007-08-16 07:52:02 UTC

  FreeBSD ports repository

  Modified files:
editors/tea  Makefile distinfo pkg-plist 
  Log:
  Update to version 17.1.4 and thus unbreak.
  
  Revision  ChangesPath
  1.33  +1 -3  ports/editors/tea/Makefile
  1.21  +3 -3  ports/editors/tea/distinfo
  1.18  +40 -40ports/editors/tea/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/www/nginx Makefile distinfo pkg-plist

2007-08-16 Thread Sergey A. Osokin
osa 2007-08-16 08:43:06 UTC

  FreeBSD ports repository

  Modified files:
www/nginxMakefile distinfo pkg-plist 
  Log:
  Update to 0.5.31.
  
  Rewrote pkg-plist as describe in FreeBSD Porter's Handbook,
  section 7.3 for fix package installation. (*)
  
  Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*)
  
  
  
  *) Feature: named locations.
  
  *) Feature: the "proxy_store" and "fastcgi_store" directives.
  
  *) Feature: the "proxy_store_access" and "fastcgi_store_access"
 directives.
  
  
  
  Revision  ChangesPath
  1.127 +1 -1  ports/www/nginx/Makefile
  1.117 +3 -3  ports/www/nginx/distinfo
  1.10  +7 -8  ports/www/nginx/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/www/nginx-devel Makefile distinfo pkg-plist ports/www/nginx-devel/files patch-conf-nginx.conf

2007-08-16 Thread Sergey A. Osokin
osa 2007-08-16 08:56:37 UTC

  FreeBSD ports repository

  Modified files:
www/nginx-devel  Makefile distinfo pkg-plist 
www/nginx-devel/files patch-conf-nginx.conf 
  Log:
  Update to 0.6.7.
  Update patch for nginx.conf.
  Rewrote pkg-plist as describe in FreeBSD Porter's Handbook,
  section 7.3 for fix package installation. (*)
  
  Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*)
  
  
  
  *) Change: now the paths specified in the "include",
 "auth_basic_user_file", "perl_modules", "ssl_certificate",
 "ssl_certificate_key", and "ssl_client_certificate" directives
  are relative to directory of nginx configuration file
  nginx.conf, but no to nginx prefix directory.
  
  *) Change: the --sysconfdir=PATH option in configure was canceled.
  
  *) Change: the special make target "upgrade1" was defined for
 online upgrade of 0.1.x versions.
  
  *) Feature: the "server_name" and "valid_referers" directives
 support regular expressions.
  
  *) Feature: the "server" directive in the "upstream" context
 supports the "backup" parameter.
  
  *) Feature: the ngx_http_perl_module supports the
 $r->discard_request_body.
  
  *) Feature: the "add_header Last-Modified ..." directive changes
 the "Last-Modified" response header line.
  
  *) Bugfix: if an response different than 200 was returned to an
 request with body and connection went to the keep-alive state
 after the request, then nginx returned 400 for the next request.
  
  *) Bugfix: a segmentation fault occurred in worker process if
 invalid address was set in the "auth_http" directive.
  
  *) Bugfix: now nginx uses default listen backlog value 511 on all
 platforms except FreeBSD.
 Thanks to Jiang Hong.
  
  *) Bugfix: a worker process may got caught in an endless loop,
 if an "server" inside "upstream" block was marked as "down";
 bug appeared in 0.6.6.
  
  *) Bugfix: now Solaris sendfilev() is not used to transfer the
 client request body to FastCGI-server via the unix domain
 socket.
  
  
  
  Revision  ChangesPath
  1.128 +1 -1  ports/www/nginx-devel/Makefile
  1.118 +3 -3  ports/www/nginx-devel/distinfo
  1.4   +1 -10 ports/www/nginx-devel/files/patch-conf-nginx.conf
  1.10  +7 -8  ports/www/nginx-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/lang/xotcl Makefile distinfo pkg-plist ports/lang/xotcl/files patch-Makefile.in patch-configure patch-configure.in patch-library::store::XOTclGdbm::configure patch-library::store::XO

2007-08-16 Thread Martin Matuska
mm  2007-08-16 08:57:03 UTC

  FreeBSD ports repository

  Modified files:
lang/xotcl   Makefile distinfo pkg-plist 
lang/xotcl/files patch-Makefile.in 
  Removed files:
lang/xotcl/files patch-configure patch-configure.in 
 patch-library::store::XOTclGdbm::configure 
 patch-library::store::XOTclGdbm::configure.in 
  Log:
  - Update to 1.5.4
  - Remove PORTDOCS from pkg-plist
  
  Approved by:garga (mentor, implicit)
  
  Revision  ChangesPath
  1.12  +5 -6  ports/lang/xotcl/Makefile
  1.3   +3 -3  ports/lang/xotcl/distinfo
  1.3   +4 -20 ports/lang/xotcl/files/patch-Makefile.in
  1.2   +0 -11 ports/lang/xotcl/files/patch-configure (dead)
  1.2   +0 -11 ports/lang/xotcl/files/patch-configure.in (dead)
  1.2   +0 -11 
ports/lang/xotcl/files/patch-library::store::XOTclGdbm::configure (dead)
  1.2   +0 -11 
ports/lang/xotcl/files/patch-library::store::XOTclGdbm::configure.in (dead)
  1.5   +0 -30 ports/lang/xotcl/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/amd64/include specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/coretemp coretemp.c src/sys/i386/include specialreg.h src/sys/modules Makefile src/sys/modules/corete

2007-08-16 Thread Henrik Brix Andersen
On Wed, Aug 15, 2007 at 11:39:44PM +0200, Dag-Erling Smørgrav wrote:
> Initializing sc->sc_tjmax to 100 before the outer if test should fix
> this.  Could you please test the attached patch?

The patch fixes the issue I had:

dev.cpu.0.temperature: 52
dev.cpu.1.temperature: 52

Both readings rise when the load the cores rise.

Regards,
Brix
-- 
Henrik Brix Andersen <[EMAIL PROTECTED]>


pgpEGkh0YmasW.pgp
Description: PGP signature


cvs commit: src/sys/fs/tmpfs tmpfs_vnops.c

2007-08-16 Thread Xin LI
delphij 2007-08-16 11:00:08 UTC

  FreeBSD src repository

  Modified files:
sys/fs/tmpfs tmpfs_vnops.c 
  Log:
  MFp4: rework tmpfs_readdir() logic in terms of correctness.
  
  Approved by:re (tmpfs blanket)
  Tested with:fstest, fsx
  
  Revision  ChangesPath
  1.11  +15 -12src/sys/fs/tmpfs/tmpfs_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/devel/flyspray Makefile distinfo pkg-descr pkg-message pkg-plist ports/devel/flyspray/files README.FreeBSD pkg-message.in

2007-08-16 Thread Ion-Mihai Tetcu
itetcu  2007-08-16 11:23:27 UTC

  FreeBSD ports repository

  Modified files:
devel/flyspray   Makefile distinfo pkg-descr pkg-plist 
devel/flyspray/files README.FreeBSD 
  Added files:
devel/flyspray/files pkg-message.in 
  Removed files:
devel/flyspray   pkg-message 
  Log:
  Upgrade 0.9.9.2: [1]
  - This upgrade deals with an unspecified security problem in 0.9.9.
  - OPTIONaly RUN_DEPEND on Graphviz
  - update pkg-message and Readme.FreeBSD
  
  Drop custom hack and use SUB_FILES for pkg-message [2]
  
  PR: ports/115561 [1]
  Submitted by:   Nick Hilliard (maintainer) [1], itetcu@ (me) [2]
  
  Revision  ChangesPath
  1.8   +15 -9 ports/devel/flyspray/Makefile
  1.7   +3 -3  ports/devel/flyspray/distinfo
  1.4   +2 -2  ports/devel/flyspray/files/README.FreeBSD
  1.1   +7 -0  ports/devel/flyspray/files/pkg-message.in (new)
  1.4   +8 -9  ports/devel/flyspray/pkg-descr
  1.4   +0 -7  ports/devel/flyspray/pkg-message (dead)
  1.6   +79 -22ports/devel/flyspray/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/nucleo/files patch-mandriva-64bit-fixes

2007-08-16 Thread Alexey Dokuchaev
danfe   2007-08-16 11:28:18 UTC

  FreeBSD ports repository

  Added files:
x11-toolkits/nucleo/files patch-mandriva-64bit-fixes 
  Log:
  Fix the build on amd64 (and possibly other 64-bit arches).
  
  Obtained from:  Mandriva SRPM
  
  Revision  ChangesPath
  1.1   +157 -0
ports/x11-toolkits/nucleo/files/patch-mandriva-64bit-fixes (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 access

2007-08-16 Thread Renato Botelho
garga   2007-08-16 11:38:29 UTC

  FreeBSD ports repository

  Modified files:
.access 
  Log:
  Forced commit to note Martin Matuska <[EMAIL PROTECTED]> is now free from
  mentorship. Good luck!!!
  
  Revision  ChangesPath
  1.796 +0 -0  CVSROOT/access
___
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: CVSROOT access

2007-08-16 Thread Renato Botelho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Aug 16, 2007 at 11:38:29AM +, Renato Botelho wrote:
> garga   2007-08-16 11:38:29 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> .access 
>   Log:
>   Forced commit to note Martin Matuska <[EMAIL PROTECTED]> is now free from
>   mentorship. Good luck!!!
>   
>   Revision  ChangesPath
>   1.796 +0 -0  CVSROOT/access

Just to note, the correct Martin's address is [EMAIL PROTECTED]

- -- 
Renato Botelho 
   
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

People will buy anything that's one to a customer.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFGxDir6CRbiSJE7akRArkGAJ0ejeN9TJGHhmsl5snGI30fDNx4OgCeJWz4
e4njLya2oA8mAnaY3e0ftdk=
=uzF+
-END PGP SIGNATURE-
___
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

2007-08-16 Thread Martin Wilke
miwi2007-08-16 11:53:01 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Update the wordpress -- unmoderated comments disclosure entry. Is safe with 
the 2.2.2 Release.
  
  Approved by:simon
  
  Revision  ChangesPath
  1.1400+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 "[EMAIL PROTECTED]"


cvs commit: ports/Mk bsd.sites.mk

2007-08-16 Thread Andrew Pantyukhin
sat 2007-08-16 11:55:02 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.sites.mk 
  Log:
  - Make PORTNAME the default subdir for GNU
  
  Revision  ChangesPath
  1.426 +2 -1  ports/Mk/bsd.sites.mk
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/sysutils Makefile ports/sysutils/ddrescue Makefile distinfo pkg-descr

2007-08-16 Thread Andrew Pantyukhin
sat 2007-08-16 12:13:45 UTC

  FreeBSD ports repository

  Modified files:
sysutils Makefile 
  Added files:
sysutils/ddrescueMakefile distinfo pkg-descr 
  Log:
  Add port sysutils/ddrescue:
  
  GNU ddrescue is a data recovery tool. It copies data from one file or
  block device (hard disc, cdrom, etc) to another, trying hard to rescue
  data in case of read errors. Ddrescue does not truncate the output file
  if not asked to. So, every time you run it on the same output file, it
  tries to fill in the gaps. The basic operation of ddrescue is fully
  automatic. That is, you don't have to wait for an error, stop the
  program, read the log, run it in reverse mode, etc. If you use the
  logfile feature of ddrescue, the data is rescued very efficiently (only
  the needed blocks are read). Also you can interrupt the rescue at any
  time and resume it later at the same point.
  
  Automatic merging of backups: If you have two or more damaged copies of
  a file, cdrom, etc, and run ddrescue on all of them, one at a time,
  with the same output file, you will probably obtain a complete and
  error-free file. This is so because the probability of having damaged
  areas at the same places on different input files is very low. Using
  the logfile, only the needed blocks are read from the second and
  successive copies.
  
  WWW: http://www.gnu.org/software/ddrescue/ddrescue.html
  Author: Antonio Diaz Diaz <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.935 +1 -0  ports/sysutils/Makefile
  1.1   +37 -0 ports/sysutils/ddrescue/Makefile (new)
  1.1   +3 -0  ports/sysutils/ddrescue/distinfo (new)
  1.1   +21 -0 ports/sysutils/ddrescue/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: CVSROOT modules

2007-08-16 Thread Andrew Pantyukhin
sat 2007-08-16 12:14:05 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
ddrescue --> ports/sysutils/ddrescue
  
  Revision  ChangesPath
  1.18547   +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: doc/en_US.ISO8859-1/articles/rc-scripting article.sgml

2007-08-16 Thread Yar Tikhiy
yar 2007-08-16 12:26:14 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/articles/rc-scripting article.sgml 
  Log:
  Clarify the use of the "shutdown" rcorder(8) keyword.
  
  Requested by:   rafan
  Ideas by:   dougb
  
  Revision  ChangesPath
  1.11  +42 -6 doc/en_US.ISO8859-1/articles/rc-scripting/article.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: doc/en_US.ISO8859-1/articles/rc-scripting article.sgml

2007-08-16 Thread Yar Tikhiy
yar 2007-08-16 12:32:52 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/articles/rc-scripting article.sgml 
  Log:
  Correct a typo.
  
  Revision  ChangesPath
  1.12  +1 -1  doc/en_US.ISO8859-1/articles/rc-scripting/article.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/print/cjk-lyx Makefile

2007-08-16 Thread Xin LI
delphij 2007-08-16 12:38:15 UTC

  FreeBSD ports repository

  Modified files:
print/cjk-lyxMakefile 
  Log:
  Unbreak: Use bundled (older) boost instead of the one installed
  by ports.
  
  Submitted by:   maintainer
  PR: ports/115521
  
  Revision  ChangesPath
  1.40  +2 -19 ports/print/cjk-lyx/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: doc/en_US.ISO8859-1/articles/rc-scripting article.sgml

2007-08-16 Thread Yar Tikhiy
yar 2007-08-16 13:08:43 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/articles/rc-scripting article.sgml 
  Log:
  Polish the part on "shutdown" to make it even more precise
  and understandable.
  
  Revision  ChangesPath
  1.13  +18 -8 doc/en_US.ISO8859-1/articles/rc-scripting/article.sgml
___
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/kern kern_thr.c syscalls.master src/sys/sys thr.h

2007-08-16 Thread Kostik Belousov
On Thu, Aug 16, 2007 at 05:26:42AM +, David Xu wrote:
> davidxu 2007-08-16 05:26:42 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
> sys/kern kern_thr.c syscalls.master 
> sys/sys  thr.h 
>   Log:
>   Add thr_kill2 syscall which sends a signal to a thread in another process.
>   
>   Submitted by: Tijl Coosemans tijl at ulyssis dot org
>   Approved by: re (kensmith)
>   
>   Revision  ChangesPath
>   1.62  +55 -0 src/sys/kern/kern_thr.c
>   1.233 +1 -0  src/sys/kern/syscalls.master
>   1.14  +13 -0 src/sys/sys/thr.h

Shall the syscall symbol be added to the lib/libc/sys/Symbol.map ?
Or, is it assumed that syscall would accessible only by syscall(3) ?


pgpFsrNAEWBKv.pgp
Description: PGP signature


cvs commit: ports/www/newsbeuter Makefile distinfo ports/www/newsbeuter/files patch-configcontainer.cpp

2007-08-16 Thread Tilman Linneweh
arved   2007-08-16 13:49:34 UTC

  FreeBSD ports repository

  Modified files:
www/newsbeuter   Makefile distinfo 
  Removed files:
www/newsbeuter/files patch-configcontainer.cpp 
  Log:
  Update to 0.6
  
  Revision  ChangesPath
  1.10  +1 -2  ports/www/newsbeuter/Makefile
  1.4   +3 -3  ports/www/newsbeuter/distinfo
  1.3   +0 -86 ports/www/newsbeuter/files/patch-configcontainer.cpp 
(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-im/jabberd Makefile distinfo

2007-08-16 Thread Martin Matuska
mm  2007-08-16 13:53:01 UTC

  FreeBSD ports repository

  Modified files:
net-im/jabberd   Makefile distinfo 
  Log:
  - Update to 2.1.14
  - Fix TARGETDIR/PREFIX [1]
  
  PR: ports/115307 [1]
  Submitted by:   Michael Nottebrock [1]
  
  Revision  ChangesPath
  1.45  +3 -3  ports/net-im/jabberd/Makefile
  1.18  +3 -3  ports/net-im/jabberd/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/tkstep80 Makefile

2007-08-16 Thread Martin Matuska
mm  2007-08-16 14:20:05 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/tkstep80 Makefile 
  Log:
  - Replace USE_XPM with USE_XORG=xpm
  - Switch to USE_TCL
  - Make portlint happy
  - Bump PORTREVISION
  
  Revision  ChangesPath
  1.44  +5 -6  ports/x11-toolkits/tkstep80/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/deepforest Makefile

2007-08-16 Thread Martin Matuska
mm  2007-08-16 14:26:48 UTC

  FreeBSD ports repository

  Modified files:
archivers/deepforest Makefile 
  Log:
  - Replace USE_X_PREFIX with PREFIX?=${X11BASE}
  - Bump PORTREVISION
  
  Revision  ChangesPath
  1.23  +3 -2  ports/archivers/deepforest/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/kern kern_thr.c syscalls.master src/sys/sys thr.h

2007-08-16 Thread Daniel Eischen

On Thu, 16 Aug 2007, David Xu wrote:


davidxu 2007-08-16 05:26:42 UTC

 FreeBSD src repository

 Modified files:
   sys/kern kern_thr.c syscalls.master
   sys/sys  thr.h
 Log:
 Add thr_kill2 syscall which sends a signal to a thread in another process.


I do not think this is a good idea.  There is no such thing in Solaris,
only Linux seems to have this hideous idea of an API.

--
DE
___
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/archivers/deepforest Makefile

2007-08-16 Thread Rong-En Fan
On Thu, Aug 16, 2007 at 02:26:48PM +, Martin Matuska wrote:
> mm  2007-08-16 14:26:48 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> archivers/deepforest Makefile 
>   Log:
>   - Replace USE_X_PREFIX with PREFIX?=${X11BASE}

I thought PREFIX is a variable for user and on modern
version, we set X11BASE to LOCALBASE. So what you do
here is a no-op.  BTW, IMO I don't think this change
requires PORTREVISION bump. I know the dependencies
are changed (no more xlib dependency), but in this case,
it would be just fine for most users.

Regards,
Rong-En Fan

>   - Bump PORTREVISION
>   
>   Revision  ChangesPath
>   1.23  +3 -2  ports/archivers/deepforest/Makefile
> 


pgprouSdDM1vS.pgp
Description: PGP signature


cvs commit: ports/devel/papi Makefile

2007-08-16 Thread Ion-Mihai Tetcu
itetcu  2007-08-16 15:08:02 UTC

  FreeBSD ports repository

  Modified files:
devel/papi   Makefile 
  Log:
  - it requires the Fortran compiler, bump PORTREVISION
  - it's only for i386 and amd64
  
  PR: ports/115506
  Submitted by:   Harald Servat (maintainer)
  
  Revision  ChangesPath
  1.5   +10 -3 ports/devel/papi/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: doc/en_US.ISO8859-1/articles/rc-scripting article.sgml

2007-08-16 Thread Rong-en Fan
On 8/16/07, Yar Tikhiy <[EMAIL PROTECTED]> wrote:
> yar 2007-08-16 13:08:43 UTC
>
>   FreeBSD doc repository
>
>   Modified files:
> en_US.ISO8859-1/articles/rc-scripting article.sgml
>   Log:
>   Polish the part on "shutdown" to make it even more precise
>   and understandable.

Thank you and Doug both :-)

Regards,
Rong-En Fan

>
>   Revision  ChangesPath
>   1.13  +18 -8 doc/en_US.ISO8859-1/articles/rc-scripting/article.sgml
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-doc
> To unsubscribe, send any mail to "[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/print/ghostscript-gpl Makefile Makefile.inc distinfo pkg-plist ports/print/ghostscript-gpl/files patch-contrib__gdevhl12.c patch-contrib__japanese__gdevfmlbp.c patch-contrib__pcl3__e

2007-08-16 Thread Rong-En Fan
rafan   2007-08-16 15:20:30 UTC

  FreeBSD ports repository

  Modified files:
print/ghostscript-gpl Makefile Makefile.inc distinfo pkg-plist 
print/ghostscript-gpl/files patch-src:fapi_ft.c 
patch-src:unix-gcc.mak 
print/ghostscript-gpl/scripts configure 
  Removed files:
print/ghostscript-gpl/files patch-contrib__gdevhl12.c 
patch-contrib__japanese__gdevfmlbp.c 
patch-contrib__pcl3__eprn__eprnparm.c 
patch-contrib__pcl3__eprn__gdeveprn.c 
patch-contrib__pcl3__eprn__gdeveprn.h 
patch-contrib__pcl3__src__gdevpcl3.c 
patch-lib__ps2epsi.CAN-2004-0967 
patch-lib__pv.sh.CAN-2004-0967 
  Log:
  - Update to 8.60. The contributed drivers made by gs-esp are now merged in,
but still missing improved CJKV font handling functions.
  
  PR: ports/115395
  Submitted by:   KATO Tsuguru 
  
  Revision  ChangesPath
  1.151 +18 -15ports/print/ghostscript-gpl/Makefile
  1.23  +3 -3  ports/print/ghostscript-gpl/Makefile.inc
  1.63  +3 -27 ports/print/ghostscript-gpl/distinfo
  1.2   +0 -11 
ports/print/ghostscript-gpl/files/patch-contrib__gdevhl12.c (dead)
  1.2   +0 -11 
ports/print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c (dead)
  1.2   +0 -238
ports/print/ghostscript-gpl/files/patch-contrib__pcl3__eprn__eprnparm.c (dead)
  1.2   +0 -237
ports/print/ghostscript-gpl/files/patch-contrib__pcl3__eprn__gdeveprn.c (dead)
  1.2   +0 -22 
ports/print/ghostscript-gpl/files/patch-contrib__pcl3__eprn__gdeveprn.h (dead)
  1.2   +0 -314
ports/print/ghostscript-gpl/files/patch-contrib__pcl3__src__gdevpcl3.c (dead)
  1.2   +0 -19 
ports/print/ghostscript-gpl/files/patch-lib__ps2epsi.CAN-2004-0967 (dead)
  1.2   +0 -16 
ports/print/ghostscript-gpl/files/patch-lib__pv.sh.CAN-2004-0967 (dead)
  1.3   +12 -8 ports/print/ghostscript-gpl/files/patch-src:fapi_ft.c
  1.12  +58 -22ports/print/ghostscript-gpl/files/patch-src:unix-gcc.mak
  1.43  +1 -2  ports/print/ghostscript-gpl/pkg-plist
  1.43  +7 -2  ports/print/ghostscript-gpl/scripts/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/print/ghostscript-gpl/files patch-src__devs.mak

2007-08-16 Thread Rong-En Fan
rafan   2007-08-16 15:21:14 UTC

  FreeBSD ports repository

  Added files:
print/ghostscript-gpl/files patch-src__devs.mak 
  Log:
  - Add missing patch in 8.60 update
  
  PR: ports/115395
  Submitted by:   KATO Tsuguru 
  
  Revision  ChangesPath
  1.1   +25 -0 ports/print/ghostscript-gpl/files/patch-src__devs.mak 
(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/archivers/deepforest Makefile ports/editors/muggy Makefile ports/graphics/jgv Makefile ports/misc/seizedesktop Makefile ports/x11-fm/binder Makefile

2007-08-16 Thread Martin Matuska
mm  2007-08-16 15:40:03 UTC

  FreeBSD ports repository

  Modified files:
archivers/deepforest Makefile 
editors/muggyMakefile 
graphics/jgv Makefile 
misc/seizedesktopMakefile 
x11-fm/binderMakefile 
  Log:
  - Remove USE_X_PREFIX (implies USE_XLIB)
  - Bump PORTREVISION
  - Schedule for expiration on 2007-11-16
  
  USE_X_PREFIX is not neccesary (these are script-only ports) and it is
  removed to reduce build times on clusters.
  
  Ports depending on tkstep80 are very old (~1999), not developed and
  unmaintained.
  
  Revision  ChangesPath
  1.24  +2 -1  ports/archivers/deepforest/Makefile
  1.18  +4 -2  ports/editors/muggy/Makefile
  1.19  +4 -2  ports/graphics/jgv/Makefile
  1.17  +4 -2  ports/misc/seizedesktop/Makefile
  1.22  +4 -2  ports/x11-fm/binder/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/liboil Makefile

2007-08-16 Thread Jeremy Messenger
mezz2007-08-16 15:47:30 UTC

  FreeBSD ports repository

  Modified files:
devel/liboil Makefile 
  Log:
  Makes CFLAGS neater (no repetative -O*)
  
  Submitted by:   mi
  
  Revision  ChangesPath
  1.27  +1 -1  ports/devel/liboil/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/archivers/deepforest Makefile

2007-08-16 Thread Kris Kennaway
On Thu, Aug 16, 2007 at 02:26:48PM +, Martin Matuska wrote:
> mm  2007-08-16 14:26:48 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> archivers/deepforest Makefile 
>   Log:
>   - Replace USE_X_PREFIX with PREFIX?=${X11BASE}
>   - Bump PORTREVISION

Why both of these changes?

Kris


pgpOHcVDlgHai.pgp
Description: PGP signature


Re: cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h

2007-08-16 Thread Xin LI

Daniel Eischen wrote:

On Thu, 16 Aug 2007, David Xu wrote:


davidxu 2007-08-16 05:26:42 UTC

 FreeBSD src repository

 Modified files:
   sys/kern kern_thr.c syscalls.master
   sys/sys  thr.h
 Log:
 Add thr_kill2 syscall which sends a signal to a thread in another 
process.


I do not think this is a good idea.  There is no such thing in Solaris,
only Linux seems to have this hideous idea of an API.


I think this would be helpful for applications like Wine.  Is there any 
other way to implement the semantics?


Cheers,
___
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/tkstep80 Makefile ports/graphics/libimg-tkstep80 Makefile

2007-08-16 Thread Martin Matuska
mm  2007-08-16 15:46:52 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/tkstep80 Makefile 
graphics/libimg-tkstep80 Makefile 
  Log:
  - Schedule for expiration
  
  tkstep80 is very old (~1999), not developed and unmaintained
  
  Revision  ChangesPath
  1.2   +3 -0  ports/graphics/libimg-tkstep80/Makefile
  1.45  +3 -0  ports/x11-toolkits/tkstep80/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/libtomoe-gtk Makefile distinfo pkg-plist ports/japanese/scim-tomoe Makefile distinfo ports/japanese/scim-tomoe/files patch-configure patch-src::Makefile.in ports/japanese/to

2007-08-16 Thread Hajimu UMEMOTO
ume 2007-08-16 16:32:28 UTC

  FreeBSD ports repository

  Modified files:
japanese/libtomoe-gtk Makefile distinfo pkg-plist 
japanese/scim-tomoe  Makefile distinfo 
japanese/tomoe   Makefile distinfo pkg-plist 
japanese/tomoe/files patch-configure 
 patch-module::dict::Makefile.in 
japanese/uim-tomoe-gtk Makefile distinfo 
  Added files:
japanese/scim-tomoe/files patch-configure 
japanese/uim-tomoe-gtk/files patch-configure 
  Removed files:
japanese/scim-tomoe/files patch-src::Makefile.in 
japanese/uim-tomoe-gtk/files patch-src::uim-tomoe-gtk.c 
  Log:
  Update to 0.6.0.
  
  Revision  ChangesPath
  1.10  +30 -7 ports/japanese/libtomoe-gtk/Makefile
  1.5   +3 -3  ports/japanese/libtomoe-gtk/distinfo
  1.3   +13 -8 ports/japanese/libtomoe-gtk/pkg-plist
  1.11  +5 -4  ports/japanese/scim-tomoe/Makefile
  1.4   +3 -3  ports/japanese/scim-tomoe/distinfo
  1.3   +13 -0 ports/japanese/scim-tomoe/files/patch-configure (new)
  1.2   +0 -13 ports/japanese/scim-tomoe/files/patch-src::Makefile.in 
(dead)
  1.10  +21 -6 ports/japanese/tomoe/Makefile
  1.5   +3 -3  ports/japanese/tomoe/distinfo
  1.2   +21 -12ports/japanese/tomoe/files/patch-configure
  1.2   +10 -10
ports/japanese/tomoe/files/patch-module::dict::Makefile.in
  1.5   +28 -26ports/japanese/tomoe/pkg-plist
  1.5   +9 -6  ports/japanese/uim-tomoe-gtk/Makefile
  1.2   +3 -3  ports/japanese/uim-tomoe-gtk/distinfo
  1.1   +13 -0 ports/japanese/uim-tomoe-gtk/files/patch-configure (new)
  1.2   +0 -14 
ports/japanese/uim-tomoe-gtk/files/patch-src::uim-tomoe-gtk.c (dead)
___
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/kern kern_thr.c syscalls.master src/sys/sys thr.h

2007-08-16 Thread Daniel Eischen

On Thu, 16 Aug 2007, Xin LI wrote:


Daniel Eischen wrote:

On Thu, 16 Aug 2007, David Xu wrote:


davidxu 2007-08-16 05:26:42 UTC

 FreeBSD src repository

 Modified files:
   sys/kern kern_thr.c syscalls.master
   sys/sys  thr.h
 Log:
 Add thr_kill2 syscall which sends a signal to a thread in another 
process.


I do not think this is a good idea.  There is no such thing in Solaris,
only Linux seems to have this hideous idea of an API.


I think this would be helpful for applications like Wine.  Is there any other 
way to implement the semantics?


I realize what it's for, and I don't agree that it belongs in the
tree.  There are other forms of interprocess communication, pipes,
sockets, even msg queues.  I'm sure you can find a few ways to send
a message to a process to say "send signal X to thread Y" if you
really wanted to.  It looks like even Linux makes you use a thread
group, not a thread.

I don't see where this was discussed on -arch or -current, but
maybe I missed that thread.

--
DE
___
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/jdk16/files patch-hotspot-vm-escape.cpp patch-hotspot-vm-jvm_bsd.cpp patch-hotspot-vm-vmError_bsd.cpp

2007-08-16 Thread Jung-uk Kim
jkim2007-08-16 18:50:39 UTC

  FreeBSD ports repository (src committer)

  Added files:
java/jdk16/files patch-hotspot-vm-escape.cpp 
 patch-hotspot-vm-jvm_bsd.cpp 
 patch-hotspot-vm-vmError_bsd.cpp 
  Log:
  Unbreak build on -CURRENT.
  
  Approved by:glewis (maintainer)
  
  Revision  ChangesPath
  1.1   +27 -0 ports/java/jdk16/files/patch-hotspot-vm-escape.cpp (new)
  1.1   +13 -0 ports/java/jdk16/files/patch-hotspot-vm-jvm_bsd.cpp (new)
  1.1   +11 -0 ports/java/jdk16/files/patch-hotspot-vm-vmError_bsd.cpp 
(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/java/jdk16 Makefile ports/java/jdk16/files plugin_amd64.bz2.uu

2007-08-16 Thread Jung-uk Kim
jkim2007-08-16 18:55:53 UTC

  FreeBSD ports repository (src committer)

  Modified files:
java/jdk16   Makefile 
  Added files:
java/jdk16/files plugin_amd64.bz2.uu 
  Log:
  Add browser plugin support for amd64.  It is turned off by default as it is
  still experimental.
  
  Tested by:  Huang wen hui (hwh at gddsn dot org dot cn)
  Approved by:glewis (maintainer)
  
  Revision  ChangesPath
  1.140 +6 -1  ports/java/jdk16/Makefile
  1.4   +701 -0ports/java/jdk16/files/plugin_amd64.bz2.uu (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/japanese/tomoe Makefile ports/japanese/uim-tomoe-gtk Makefile

2007-08-16 Thread Hajimu UMEMOTO
ume 2007-08-16 19:12:07 UTC

  FreeBSD ports repository

  Modified files:
japanese/tomoe   Makefile 
japanese/uim-tomoe-gtk Makefile 
  Log:
  Use LOCALBASE.
  
  Revision  ChangesPath
  1.11  +1 -1  ports/japanese/tomoe/Makefile
  1.6   +1 -1  ports/japanese/uim-tomoe-gtk/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/tidy-devel Makefile distinfo

2007-08-16 Thread Thierry Thomas
thierry 2007-08-16 20:04:01 UTC

  FreeBSD ports repository

  Modified files:
www/tidy-devel   Makefile distinfo 
  Log:
  Upgrade to the shnapshot of 13 August 2007.
  
  Changelog:
  The configuration option merge-spans  has been added.
  
  Revision  ChangesPath
  1.158 +1 -1  ports/www/tidy-devel/Makefile
  1.137 +3 -3  ports/www/tidy-devel/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/opensolaris/sys proc.h

2007-08-16 Thread Pawel Jakub Dawidek
pjd 2007-08-16 20:33:20 UTC

  FreeBSD src repository

  Modified files:
sys/compat/opensolaris/sys proc.h 
  Log:
  Some ZFS threads needs stack larger than the default 8kB, so use 16kB of
  alternate stack if the default is smaller than 16kB.
  
  Approved by:re (rwatson)
  
  Revision  ChangesPath
  1.2   +9 -2  src/sys/compat/opensolaris/sys/proc.h
___
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/bacula-server Makefile ports/sysutils/bacula-server/files eotmodel-src-stored-dev.c.patch patch-src-dird-dird.c pkg-message.client.in pkg-message.server.in

2007-08-16 Thread Ion-Mihai Tetcu
itetcu  2007-08-16 20:37:40 UTC

  FreeBSD ports repository

  Modified files:
sysutils/bacula-server Makefile 
sysutils/bacula-server/files pkg-message.client.in 
 pkg-message.server.in 
  Added files:
sysutils/bacula-server/files patch-src-dird-dird.c 
  Removed files:
sysutils/bacula-server/files eotmodel-src-stored-dev.c.patch 
  Log:
  - The code had a PID/priv issue. See bug # 932 at  http://bugs.bacula.org/
  In short, it was dropping privs before setting PID. Patch the code locally to
  get FreeBSD users running.
  - While here, if PostgreSQL is not installed, ask for 8.2, not the default of
  8.1.
  - Remove EOT model patch, now in vendor code.
  - Update pkg-message to reflect new version.
  
  PR: 115582
  Submitted by:   Dan Langille (maintainer)
  
  Revision  ChangesPath
  1.90  +2 -0  ports/sysutils/bacula-server/Makefile
  1.2   +0 -10 
ports/sysutils/bacula-server/files/eotmodel-src-stored-dev.c.patch (dead)
  1.1   +33 -0 ports/sysutils/bacula-server/files/patch-src-dird-dird.c 
(new)
  1.2   +0 -8  ports/sysutils/bacula-server/files/pkg-message.client.in
  1.2   +2 -5  ports/sysutils/bacula-server/files/pkg-message.server.in
___
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/archivers/deepforest Makefile

2007-08-16 Thread Martin Matuska
1.) that PREFIX?=${X11BASE} was unnecessary, I have removed it in my
very next commit
2.) USE_X_PREFIX implies USE_XLIB and this port is a clear script-only
ports (interpreted by a old variant of Tk called Tkstep), so removing
reduces dependencies and speeds up package builds (pointyhat,
tinderboxes, ...). This port depends directly on tkstep80 and
libimg-tkstep80.

I have scheduled these very old ports that depend on lang/tkstep80 for
expiration (total: 7 unmaintained ports including lang/tkstep80). This
is software from 1999 that wasn't developed anymore. tkstep80 was
outdated by tk82, that was replaced by tk83 and now we have tk84.

The old Tcl/Tk stuff should be continuously removed from our ports tree,
but of course with caution and respect to maintainers and users (if any).

Thanks,
Martin


Kris Kennaway  wrote / napísal(a):
> On Thu, Aug 16, 2007 at 02:26:48PM +, Martin Matuska wrote:
>   
>> mm  2007-08-16 14:26:48 UTC
>>
>>   FreeBSD ports repository
>>
>>   Modified files:
>> archivers/deepforest Makefile 
>>   Log:
>>   - Replace USE_X_PREFIX with PREFIX?=${X11BASE}
>>   - Bump PORTREVISION
>> 
>
> Why both of these changes?
>
> Kris
>   

___
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/ode Makefile distinfo

2007-08-16 Thread Jose Alonso Cardenas Marquez
acm 2007-08-16 21:08:29 UTC

  FreeBSD ports repository

  Modified files:
devel/odeMakefile distinfo 
  Log:
  - Update to 0.8
  - Add GIMPACT option
  - See ChangeLog at:
  
   http://sourceforge.net/project/shownotes.php?release_id=480493&group_id=24884
  
  Revision  ChangesPath
  1.17  +12 -7 ports/devel/ode/Makefile
  1.6   +3 -3  ports/devel/ode/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/databases/jasperreports Makefile distinfo

2007-08-16 Thread Thierry Thomas
thierry 2007-08-16 21:10:29 UTC

  FreeBSD ports repository

  Modified files:
databases/jasperreports Makefile distinfo 
  Log:
  Upgrade to JasperReports 2.0.0.
  
  Changelog at
  .
  
  Note: it is supported by iReport 2.0.
  
  Revision  ChangesPath
  1.24  +1 -1  ports/databases/jasperreports/Makefile
  1.22  +6 -6  ports/databases/jasperreports/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 Makefile ports/textproc/p5-Data-FormValidator-Constraints-DateTime Makefile distinfo pkg-descr pkg-plist

2007-08-16 Thread Sergey Skvortsov
skv 2007-08-16 21:58:13 UTC

  FreeBSD ports repository

  Modified files:
textproc Makefile 
  Added files:
textproc/p5-Data-FormValidator-Constraints-DateTime Makefile 
distinfo 
pkg-descr 
pkg-plist 
  Log:
  Add p5-Data-FormValidator-Constraints-DateTime 1.09, data::FormValidator
  constraints for dates and times.
  
  Revision  ChangesPath
  1.1172+1 -0  ports/textproc/Makefile
  1.1   +28 -0 
ports/textproc/p5-Data-FormValidator-Constraints-DateTime/Makefile (new)
  1.1   +3 -0  
ports/textproc/p5-Data-FormValidator-Constraints-DateTime/distinfo (new)
  1.1   +8 -0  
ports/textproc/p5-Data-FormValidator-Constraints-DateTime/pkg-descr (new)
  1.1   +4 -0  
ports/textproc/p5-Data-FormValidator-Constraints-DateTime/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

2007-08-16 Thread Sergey Skvortsov
skv 2007-08-16 21:59:24 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-Data-FormValidator-Constraints-DateTime --> 
ports/textproc/p5-Data-FormValidator-Constraints-DateTime
  
  Revision  ChangesPath
  1.18548   +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/textproc/p5-Data-FormValidator pkg-plist

2007-08-16 Thread Sergey Skvortsov
skv 2007-08-16 22:01:59 UTC

  FreeBSD ports repository

  Modified files:
textproc/p5-Data-FormValidator pkg-plist 
  Log:
  Deal with depended ports: @dirrm -> @dirrmtry
  
  Revision  ChangesPath
  1.5   +2 -2  ports/textproc/p5-Data-FormValidator/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/www/squid Makefile

2007-08-16 Thread Andrew Pantyukhin
sat 2007-08-16 22:11:13 UTC

  FreeBSD ports repository

  Modified files:
www/squidMakefile 
  Log:
  - Honor NOPORTEXAMPLES
  
  Approved by:Thomas-Martin Seck <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.201 +2 -0  ports/www/squid/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/gnu/lib/libstdc++ Makefile

2007-08-16 Thread Alexander Kabaev
kan 2007-08-16 23:02:00 UTC

  FreeBSD src repository

  Modified files:
gnu/lib/libstdc++Makefile 
  Log:
  Install etx/numeric_traits.h.
  
  PR: gnu/115250
  Approved by:re (blanket)
  
  Revision  ChangesPath
  1.61  +4 -4  src/gnu/lib/libstdc++/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/kern kern_thr.c syscalls.master src/sys/sys thr.h

2007-08-16 Thread David Xu

Daniel Eischen wrote:

On Thu, 16 Aug 2007, Xin LI wrote:


Daniel Eischen wrote:


On Thu, 16 Aug 2007, David Xu wrote:


davidxu 2007-08-16 05:26:42 UTC

 FreeBSD src repository

 Modified files:
   sys/kern kern_thr.c syscalls.master
   sys/sys  thr.h
 Log:
 Add thr_kill2 syscall which sends a signal to a thread in another 
process.



I do not think this is a good idea.  There is no such thing in Solaris,
only Linux seems to have this hideous idea of an API.



I think this would be helpful for applications like Wine.  Is there 
any other way to implement the semantics?



I realize what it's for, and I don't agree that it belongs in the
tree.  There are other forms of interprocess communication, pipes,
sockets, even msg queues.  I'm sure you can find a few ways to send
a message to a process to say "send signal X to thread Y" if you
really wanted to.  It looks like even Linux makes you use a thread
group, not a thread.

I don't see where this was discussed on -arch or -current, but
maybe I missed that thread.

--
DE



I've CCe'd Tijl Coosemans to check if there is another way to implement
the feature in WINE instead of in kernel. in fact, I have delayed the
the change for a few days, I was thinking you know the patch, but the
fact is not now. PS, the feature is not required by libthr. ;-)

Regards,
David Xu

___
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-fm/gnome-commander2 Makefile distinfo pkg-plist ports/x11-fm/gnome-commander2/files patch-doc__C__gnome-commander.xml

2007-08-16 Thread Marcelo Araujo
araujo  2007-08-17 02:20:57 UTC

  FreeBSD ports repository

  Modified files:
x11-fm/gnome-commander2 Makefile distinfo pkg-plist 
  Removed files:
x11-fm/gnome-commander2/files 
  patch-doc__C__gnome-commander.xml 
  Log:
  - Update to 1.2.4.
  
  Approved by:itetcu (mentor)
  
  Revision  ChangesPath
  1.32  +1 -2  ports/x11-fm/gnome-commander2/Makefile
  1.11  +3 -3  ports/x11-fm/gnome-commander2/distinfo
  1.2   +0 -28 
ports/x11-fm/gnome-commander2/files/patch-doc__C__gnome-commander.xml (dead)
  1.8   +12 -8 ports/x11-fm/gnome-commander2/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/science/elmer-fem Makefile distinfo pkg-plist

2007-08-16 Thread Marcelo Araujo
araujo  2007-08-17 02:26:08 UTC

  FreeBSD ports repository

  Modified files:
science/elmer-femMakefile distinfo pkg-plist 
  Log:
  - Update to 5.3.2.
  
  Approved by:itetcu (mentor)
  
  Revision  ChangesPath
  1.17  +1 -1  ports/science/elmer-fem/Makefile
  1.4   +3 -3  ports/science/elmer-fem/distinfo
  1.4   +2 -1  ports/science/elmer-fem/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/mail/p5-qpsmtpd Makefile ports/mail/p5-qpsmtpd/files qpsmtpd.sh.in

2007-08-16 Thread Marcelo Araujo
araujo  2007-08-17 02:31:45 UTC

  FreeBSD ports repository

  Modified files:
mail/p5-qpsmtpd  Makefile 
mail/p5-qpsmtpd/files qpsmtpd.sh.in 
  Log:
  - Fix RC script.
  - Bump PORTREVISION.
  
  PR: ports/115424
  Submitted by:   Zane C. B. <[EMAIL PROTECTED]> (maintainer)
  Approved by:itetcu (mentor)
  
  Revision  ChangesPath
  1.4   +1 -1  ports/mail/p5-qpsmtpd/Makefile
  1.2   +1 -0  ports/mail/p5-qpsmtpd/files/qpsmtpd.sh.in
___
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/kern kern_thr.c syscalls.master src/sys/sys thr.h

2007-08-16 Thread Daniel Eischen

On Fri, 17 Aug 2007, David Xu wrote:


Daniel Eischen wrote:


I realize what it's for, and I don't agree that it belongs in the
tree.  There are other forms of interprocess communication, pipes,
sockets, even msg queues.  I'm sure you can find a few ways to send
a message to a process to say "send signal X to thread Y" if you
really wanted to.  It looks like even Linux makes you use a thread
group, not a thread.

I don't see where this was discussed on -arch or -current, but
maybe I missed that thread.

--
DE



I've CCe'd Tijl Coosemans to check if there is another way to implement
the feature in WINE instead of in kernel. in fact, I have delayed the
the change for a few days, I was thinking you know the patch, but the
fact is not now. PS, the feature is not required by libthr. ;-)


Yes, I know it's not needed by libthr :-)  I would think you
could use mq_open(), mq_notify() with sigev_notify = SIGEV_SIGNAL,
etc.  When the receiving process gets the signal, it reads
the message queue to get the target thread id and the signal
to send to it.

It would be nice if we (FreeBSD) did have thread groups, and
the ability to (soft) bind them to specific CPUs or CPU sets,
ala Solaris processor_bind(), pset_bind(), etc.  Once you have
these, then I can perhaps see a thrgrp_signal() or something
similar since the thread group would already be managable
outside the context of a process.

--
DE
___
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-im/naim Makefile distinfo

2007-08-16 Thread Beech Rintoul
beech   2007-08-17 03:01:00 UTC

  FreeBSD ports repository

  Modified files:
net-im/naim  Makefile distinfo 
  Log:
  - Update to 0.11.8.3.1
  
  PR: ports/115564
  Reviewed by:Jason Wolfe <[EMAIL PROTECTED]> (maintainer)
  Approved by:sat (mentor)
  
  Revision  ChangesPath
  1.57  +1 -1  ports/net-im/naim/Makefile
  1.31  +3 -3  ports/net-im/naim/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/etc/namedb named.conf

2007-08-16 Thread Doug Barton
dougb   2007-08-17 04:37:02 UTC

  FreeBSD src repository

  Modified files:
etc/namedb   named.conf 
  Log:
  1. Remove root name servers from the list of possible masters in the
  commented out example who have either not responded, or specifically
  asked not to participate because they do not view AXFR as "a production
  service."
  
  2. Add f.root-servers.net to the example after confirmation from
  Paul Vixie.
  
  3. Add a warning to the commented out "root zone slave" example to the
  effect that it requires more attention than a hints file, and provides
  more benefit to larger sites than individual hosts.
  
  4. Correct a typo copied from RFC 2544 which was corrected in a later
  errata, and confirmed in RFC 3330. Update the comment to reflect that
  RFC 3330 got it right and to avoid confusion down the road. 3330 also
  contains a reference back to 2544 for anyone interested in pursuing the
  history. [1]
  
  PR: conf/115573 [1]
  Submitted by:   Oliver Fromme <[EMAIL PROTECTED]> [1]
  
  Approved by:re (kensmith)
  
  Revision  ChangesPath
  1.26  +12 -12src/etc/namedb/named.conf
___
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/etc/namedb named.conf

2007-08-16 Thread Doug Barton
dougb   2007-08-17 04:39:16 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
etc/namedb   named.conf 
  Log:
  MFC 1.26:
  Update root zone slave example, and correct typo copied from RFC 2544.
  
  Since this change entails only comments and a fix to something that
  is actually broken, I'm MFC'ing it sooner rather than later.
  
  Revision  ChangesPath
  1.21.2.6  +12 -12src/etc/namedb/named.conf
___
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/dcons dcons_os.c

2007-08-16 Thread Hidetoshi Shimokawa
simokawa2007-08-17 05:32:39 UTC

  FreeBSD src repository

  Modified files:
sys/dev/dconsdcons_os.c 
  Log:
  We don't need to call dcons_poll event handlers if KDB is not active.
  
  Approved by: re (kensmith)
  
  Revision  ChangesPath
  1.19  +9 -3  src/sys/dev/dcons/dcons_os.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/dev/cxgb cxgb_adapter.h cxgb_ioctl.h cxgb_l2t.c cxgb_l2t.h cxgb_main.c cxgb_offload.c cxgb_offload.h cxgb_sge.c src/sys/dev/cxgb/common cxgb_t3_hw.c

2007-08-16 Thread Kip Macy
kmacy   2007-08-17 05:57:04 UTC

  FreeBSD src repository

  Modified files:
sys/dev/cxgb cxgb_adapter.h cxgb_ioctl.h cxgb_l2t.c 
 cxgb_l2t.h cxgb_main.c cxgb_offload.c 
 cxgb_offload.h cxgb_sge.c 
sys/dev/cxgb/common  cxgb_t3_hw.c 
  Log:
  forward port signedness fixes from RELENG_6
  fix compile error for case where MSI_SUPPORTED not defined
  
  Approved by: re (blanket)
  
  Revision  ChangesPath
  1.7   +1 -1  src/sys/dev/cxgb/common/cxgb_t3_hw.c
  1.16  +1 -1  src/sys/dev/cxgb/cxgb_adapter.h
  1.5   +1 -1  src/sys/dev/cxgb/cxgb_ioctl.h
  1.3   +3 -2  src/sys/dev/cxgb/cxgb_l2t.c
  1.2   +11 -0 src/sys/dev/cxgb/cxgb_l2t.h
  1.31  +6 -3  src/sys/dev/cxgb/cxgb_main.c
  1.8   +1 -1  src/sys/dev/cxgb/cxgb_offload.c
  1.4   +1 -1  src/sys/dev/cxgb/cxgb_offload.h
  1.27  +6 -8  src/sys/dev/cxgb/cxgb_sge.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/usr.sbin/freebsd-update freebsd-update.sh

2007-08-16 Thread Colin Percival
cperciva2007-08-17 06:34:36 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
usr.sbin/freebsd-update freebsd-update.sh 
  Log:
  MFC revisions 1.7, 1.8: Speed up "preparing to download files" stage of
  "freebsd-update fetch", change time of first "upcoming EoL" warning to
  EoL minute 3 months instead of EoL minus 6 months.
  
  Revision  ChangesPath
  1.2.2.6   +22 -7 src/usr.sbin/freebsd-update/freebsd-update.sh
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"