cvs commit: src/sys/dev/if_ndis if_ndis.c

2008-05-30 Thread Weongyo Jeong
weongyo 2008-05-30 07:17:51 UTC

  FreeBSD src repository

  Modified files:
sys/dev/if_ndis  if_ndis.c 
  Log:
  Fix a panic that it's occurred when NDIS init handler returned a error
  by unknown reasons.   In this case, sc->ifp is still NULL so it will
  cause a page fault during calling ndis_detach()
  
  Revision  ChangesPath
  1.140 +8 -5  src/sys/dev/if_ndis/if_ndis.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/emulators/fmsx Makefile pkg-plist

2008-05-30 Thread Edwin Groothuis
edwin   2008-05-30 08:04:27 UTC

  FreeBSD ports repository

  Modified files:
emulators/fmsx   Makefile pkg-plist 
  Log:
  Fix pkg-plist after itetcu@ PORTDATA police actions.
  
  Revision  ChangesPath
  1.29  +1 -1  ports/emulators/fmsx/Makefile
  1.7   +1 -1  ports/emulators/fmsx/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: ports/games/vegastrike-data Makefile

2008-05-30 Thread Alexey Dokuchaev
On Thu, May 29, 2008 at 09:37:50PM +, Pav Lucistnik wrote:
> pav 2008-05-29 21:37:50 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> games/vegastrike-data Makefile 
>   Log:
>   - Disallow this from pointyhat builds; we don't need to repackage 520 MB of
> game data and load it on all our mirrors

Why not follow the way it's done in e.g. games/nexuiz port and alike??
Looks like it gives more control to user.

./danfe
___
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/games/vegastrike-data Makefile

2008-05-30 Thread Pav Lucistnik
Alexey Dokuchaev píše v pá 30. 05. 2008 v 09:26 +:
> On Thu, May 29, 2008 at 09:37:50PM +, Pav Lucistnik wrote:
> > pav 2008-05-29 21:37:50 UTC
> > 
> >   FreeBSD ports repository
> > 
> >   Modified files:
> > games/vegastrike-data Makefile 
> >   Log:
> >   - Disallow this from pointyhat builds; we don't need to repackage 520 MB 
> > of
> > game data and load it on all our mirrors
> 
> Why not follow the way it's done in e.g. games/nexuiz port and alike??
> Looks like it gives more control to user.

This will not affect end-users in any way. PACKAGE_BUILDING is defined
in and _only_ in pointyhat environment.

End users can still `make package' and all that. Unless I'm missing
something?

-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>

The number you dialed is imaginary.
Please turn your phone by 90 degrees and try again.


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


cvs commit: src/sys/net radix_mpath.c radix_mpath.h

2008-05-30 Thread Qing Li
qingli  2008-05-30 09:34:35 UTC

  FreeBSD src repository

  Modified files:
sys/net  radix_mpath.c radix_mpath.h 
  Log:
  When RADIX_MPATH is enabled, the route selection is not rotating
  through the multipath entries. The hash value was a signed integer
  and was always giving a -1 value.
  
  PR: 123991
  Submitted by:   Barrett Lyon
  
  Revision  ChangesPath
  1.6   +4 -4  src/sys/net/radix_mpath.c
  1.3   +2 -2  src/sys/net/radix_mpath.h
___
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 Makefile ports/devel/jsl Makefile distinfo pkg-descr pkg-plist

2008-05-30 Thread Alexey Dokuchaev
On Thu, May 29, 2008 at 04:03:30PM -0700, Brian Somers wrote:
> On Thu, 29 May 2008 17:06:16 +, Alexey Dokuchaev <[EMAIL PROTECTED]> 
> wrote:
> > On Wed, May 28, 2008 at 06:15:24PM +, Brian Somers wrote:
> > > brian   2008-05-28 18:15:24 UTC
> > > 
> > >   Revision  ChangesPath
> > >   1.3071+1 -0  ports/devel/Makefile
> > >   1.1   +32 -0 ports/devel/jsl/Makefile (new)
> > >   1.1   +3 -0  ports/devel/jsl/distinfo (new)
> > >   1.1   +20 -0 ports/devel/jsl/pkg-descr (new)
> > >   1.1   +1 -0  ports/devel/jsl/pkg-plist (new)
> > 
> > Why bother with 1-line pkg-plist when we have PLIST_FILES?
> 
> Done, thanks for the suggestion.

You're welcome.  Thanks for making the change.

./danfe
___
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/nlm nlm_prot_impl.c

2008-05-30 Thread Doug Rabson
dfr 2008-05-30 09:34:09 UTC

  FreeBSD src repository

  Modified files:
sys/nlm  nlm_prot_impl.c 
  Log:
  Don't rely on NSM to help us forget about RPC client handles for
  clients that have rebooted (or otherwise changed port numbers). If the
  client is broken or has no active locks, it won't notify us. Fall back
  on the two minute timeout logic used by the userland rpc.lockd code.
  
  MFC after: 1 week
  
  Revision  ChangesPath
  1.7   +17 -6 src/sys/nlm/nlm_prot_impl.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: src/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Robert Watson

On Thu, 29 May 2008, Robert Watson wrote:


On Thu, 29 May 2008, Michael Reifenberger wrote:


 Log:
 Fix some bugs/complaints:
 - make addr2jid static
 - add -h Flag for hostname/ip-number search
 - s,strncmp,strcmp, in addr2jid
 - return jid only if found once

 Requested by: some


FWIW, I think recent changes have made jexec behave in a fundamentally 
unreliable way -- please don't MFC any of these changes until than 
unreliable behavior is corrected.


FYI for those following this thread, it has now been relocated to [EMAIL 
PROTECTED]

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: ports/devel/pear-PhpDocumentor Makefile

2008-05-30 Thread Martin Wilke
miwi2008-05-30 10:32:25 UTC

  FreeBSD ports repository

  Modified files:
devel/pear-PhpDocumentor Makefile 
  Log:
  - Fix pear port version
  
  PR: 123934
  Submitted by:   Gary Palmer
  Approved by:maintainer implicit
  
  Revision  ChangesPath
  1.6   +1 -1  ports/devel/pear-PhpDocumentor/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/misc/ossp-uuid Makefile distinfo ports/misc/ossp-uuid/files patch-Makefile.in

2008-05-30 Thread Vasil Dimov
vd  2008-05-30 10:43:08 UTC

  FreeBSD ports repository

  Modified files:
misc/ossp-uuid   Makefile distinfo 
misc/ossp-uuid/files patch-Makefile.in 
  Log:
  Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1
  
  Revision  ChangesPath
  1.29  +1 -2  ports/misc/ossp-uuid/Makefile
  1.17  +3 -3  ports/misc/ossp-uuid/distinfo
  1.3   +5 -5  ports/misc/ossp-uuid/files/patch-Makefile.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: src/sys/kern kern_conf.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 11:10:01 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/kern kern_conf.c 
  Log:
  MFC rev. 1.214:
  Assert that si_threadcount > 0 before decrementing it. This helps catching
  the improper use of the dev_refthread/dev_relthread.
  
  Revision   ChangesPath
  1.208.2.5  +2 -0  src/sys/kern/kern_conf.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/kern tty.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 11:12:26 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/kern tty.c 
  Log:
  MFC rev. 1.279:
  
  The dev_refthread() in the tty_gettp() may fail, because Giant is taken
  in the giant_trick routines after the dev_refthread increments the
  si_threadcount. Remove assert, do not perform dev_relthread() for failed
  dev_refthread(), and handle failure in the tty_gettp() callers (cdevsw
  tty methods).
  
  Revision   ChangesPath
  1.273.2.3  +6 -5  src/sys/kern/tty.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/kern tty.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 11:13:30 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/kern tty.c 
  Log:
  MFC rev. 1.280:
  
  Rev. 1.274 put the ttyrel() call before the destroy_dev() in the
  ttyfree(), freeing the tty. Since destroy_dev() may call d_purge()
  cdevsw method, that is the ttypurge() for the tty, the code ends up
  accessing freed tty structure.
  
  Put the ttyrel() after destroy_dev() in the ttyfree. To prevent the
  panic the rev. 1.274 provided fix for, check the TS_GONE in sysctl
  handler and refuse to provide information on such tty.
  
  Revision   ChangesPath
  1.273.2.4  +5 -2  src/sys/kern/tty.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/fs/devfs devfs_vnops.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 11:14:36 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/fs/devfs devfs_vnops.c 
  Log:
  MFC rev. 1.159:
  When vget() fails (because the vnode has been reclaimed), there is no
  sense to loop trying to vget() the vnode again.
  
  Revision   ChangesPath
  1.149.2.2  +4 -3  src/sys/fs/devfs/devfs_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/editors/openoffice.org-2-RC Makefile distinfo

2008-05-30 Thread Maho Nakata
maho2008-05-30 11:47:57 UTC

  FreeBSD ports repository

  Modified files:
editors/openoffice.org-2-RC Makefile distinfo 
  Log:
  Update to OOH680_m17. This is the 2.4.1rc2.
  
  Revision  ChangesPath
  1.338 +2 -2  ports/editors/openoffice.org-2-RC/Makefile
  1.134 +3 -3  ports/editors/openoffice.org-2-RC/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

2008-05-30 Thread Thomas Abthorpe
tabthorpe2008-05-30 11:59:51 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Document linux-flashplugin -- unspecified remote code execution
vulnerability
  
  Revision  ChangesPath
  1.1630+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/devel/py-Breve Makefile distinfo pkg-plist

2008-05-30 Thread Nicola Vitale
nivit   2008-05-30 12:05:06 UTC

  FreeBSD ports repository

  Modified files:
devel/py-Breve   Makefile distinfo pkg-plist 
  Log:
  - Update to 1.2.6
  
  Revision  ChangesPath
  1.6   +1 -1  ports/devel/py-Breve/Makefile
  1.5   +3 -3  ports/devel/py-Breve/distinfo
  1.5   +2 -0  ports/devel/py-Breve/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/graphics/mapyrus Makefile distinfo

2008-05-30 Thread Nicola Vitale
nivit   2008-05-30 12:21:31 UTC

  FreeBSD ports repository

  Modified files:
graphics/mapyrus Makefile distinfo 
  Log:
  - Update to 0.804
  
  Revision  ChangesPath
  1.18  +1 -1  ports/graphics/mapyrus/Makefile
  1.14  +3 -3  ports/graphics/mapyrus/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/jsmath Makefile distinfo pkg-plist

2008-05-30 Thread Nicola Vitale
nivit   2008-05-30 12:23:38 UTC

  FreeBSD ports repository

  Modified files:
math/jsmath  Makefile distinfo pkg-plist 
  Log:
  - Update to 3.5
  
  Revision  ChangesPath
  1.12  +2 -1  ports/math/jsmath/Makefile
  1.9   +3 -3  ports/math/jsmath/distinfo
  1.7   +9 -6  ports/math/jsmath/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/nfsserver nfs_serv.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 12:25:29 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/nfsservernfs_serv.c 
  Log:
  MFC rev. 1.181:
  Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten.
  
  Revision   ChangesPath
  1.174.2.3  +3 -0  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: ports/multimedia/tunapie Makefile distinfo

2008-05-30 Thread Nicola Vitale
nivit   2008-05-30 12:25:35 UTC

  FreeBSD ports repository

  Modified files:
multimedia/tunapie   Makefile distinfo 
  Log:
  - Update to 1.2.6
  
  Revision  ChangesPath
  1.21  +1 -1  ports/multimedia/tunapie/Makefile
  1.17  +3 -3  ports/multimedia/tunapie/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/nfsserver nfs_serv.c

2008-05-30 Thread Konstantin Belousov
kib 2008-05-30 12:27:19 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/nfsservernfs_serv.c 
  Log:
  MFC rev. 1.182
  Change the fix in the rev. 1.178 to use nfsrv_lockedpair_nd().
  
  Revision   ChangesPath
  1.174.2.4  +2 -6  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: ports/security/vuxml vuln.xml

2008-05-30 Thread Thomas Abthorpe
tabthorpe2008-05-30 12:53:28 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Fix range on previous commit
  
  Noticed by: miwi
  
  Revision  ChangesPath
  1.1631+2 -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/games/xabacus Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:36:04 UTC

  FreeBSD ports repository

  Modified files:
games/xabacusMakefile distinfo 
  Log:
  - Update to 7.3.8
  
  PR: 124041
  Submitted by:   Ports Fury
  
  Revision  ChangesPath
  1.31  +2 -3  ports/games/xabacus/Makefile
  1.18  +3 -3  ports/games/xabacus/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/graphics/cbrpager Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:31 UTC

  FreeBSD ports repository

  Modified files:
graphics/cbrpagerMakefile distinfo 
  Log:
  - Update to 0.9.16
  
  PR: 124042
  Submitted by:   Ports Fury
  
  Revision  ChangesPath
  1.14  +4 -2  ports/graphics/cbrpager/Makefile
  1.11  +3 -3  ports/graphics/cbrpager/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/plib Makefile distinfo ports/x11-toolkits/plib/files patch-src::sl::slPortability.h patch-src_js_jsBSD.cxx patch-src_ssgAux_ssgaSky.h

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:35 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/plibMakefile distinfo 
  Removed files:
x11-toolkits/plib/files patch-src::sl::slPortability.h 
patch-src_js_jsBSD.cxx 
patch-src_ssgAux_ssgaSky.h 
  Log:
  - Update to 1.8.5
  
  PR: 124046
  Submitted by:   Ports Fury
  
  Revision  ChangesPath
  1.35  +11 -4 ports/x11-toolkits/plib/Makefile
  1.10  +3 -3  ports/x11-toolkits/plib/distinfo
  1.2   +0 -11 
ports/x11-toolkits/plib/files/patch-src::sl::slPortability.h (dead)
  1.2   +0 -48 ports/x11-toolkits/plib/files/patch-src_js_jsBSD.cxx 
(dead)
  1.4   +0 -20 ports/x11-toolkits/plib/files/patch-src_ssgAux_ssgaSky.h 
(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/finance/ktoblzcheck Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:41 UTC

  FreeBSD ports repository

  Modified files:
finance/ktoblzcheck  Makefile distinfo pkg-plist 
  Log:
  - Update to 1.18
  
  PR: 124039
  Submitted by:   Ports Fury
  
  Revision  ChangesPath
  1.24  +1 -1  ports/finance/ktoblzcheck/Makefile
  1.15  +3 -3  ports/finance/ktoblzcheck/distinfo
  1.10  +1 -1  ports/finance/ktoblzcheck/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/deskutils/chmsee Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:43 UTC

  FreeBSD ports repository

  Modified files:
deskutils/chmsee Makefile distinfo pkg-plist 
  Log:
  - Update to 1.0.1
  
  PR: 124038
  Submitted by:   Ports Fury
  
  Revision  ChangesPath
  1.13  +8 -15 ports/deskutils/chmsee/Makefile
  1.3   +3 -3  ports/deskutils/chmsee/distinfo
  1.4   +11 -11ports/deskutils/chmsee/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/graphics/kbarcode Makefile distinfo ports/graphics/kbarcode/files patch-admin-cvs.sh patch-kbarcode-mybarcode.cpp

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:49 UTC

  FreeBSD ports repository

  Modified files:
graphics/kbarcodeMakefile distinfo 
graphics/kbarcode/files patch-admin-cvs.sh 
  Removed files:
graphics/kbarcode/files patch-kbarcode-mybarcode.cpp 
  Log:
  - Update to 2.0.7
  
  PR: 124043
  Submitted by:   Ports Fury
  
  Revision  ChangesPath
  1.25  +1 -1  ports/graphics/kbarcode/Makefile
  1.16  +3 -3  ports/graphics/kbarcode/distinfo
  1.2   +3 -3  ports/graphics/kbarcode/files/patch-admin-cvs.sh
  1.2   +0 -11 
ports/graphics/kbarcode/files/patch-kbarcode-mybarcode.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/games/macopix Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:40 UTC

  FreeBSD ports repository

  Modified files:
games/macopixMakefile distinfo pkg-plist 
  Log:
  - Update to 1.7.0
  
  PR: 124040
  Submitted by:   Ports Fury
  
  Revision  Changes  Path
  1.32  +65 -69  ports/games/macopix/Makefile
  1.20  +3 -3ports/games/macopix/distinfo
  1.18  +1164 -1164  ports/games/macopix/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/vlock Makefile distinfo ports/security/vlock/files patch-configure

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:46 UTC

  FreeBSD ports repository

  Modified files:
security/vlock   Makefile distinfo 
security/vlock/files patch-configure 
  Log:
  - Update to 2.2.2
  
  PR: 123949
  Submitted by:   Ganael Laplanche <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.8   +12 -4 ports/security/vlock/Makefile
  1.6   +3 -3  ports/security/vlock/distinfo
  1.2   +12 -12ports/security/vlock/files/patch-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/textproc/idnits Makefile distinfo ports/textproc/idnits/files patch-idnits

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:51 UTC

  FreeBSD ports repository

  Modified files:
textproc/idnits  Makefile distinfo 
  Removed files:
textproc/idnits/files patch-idnits 
  Log:
  - Update to 2.08.10
  
  PR: 124045
  Submitted by:   Ports Fury
  
  Revision  ChangesPath
  1.16  +5 -1  ports/textproc/idnits/Makefile
  1.15  +3 -3  ports/textproc/idnits/distinfo
  1.2   +0 -11 ports/textproc/idnits/files/patch-idnits (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/databases/gigabase Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:43:53 UTC

  FreeBSD ports repository

  Modified files:
databases/gigabase   Makefile distinfo 
  Log:
  - Update to 3.65
  
  PR: 124037
  Submitted by:   Ports Fury
  
  Revision  ChangesPath
  1.110 +1 -1  ports/databases/gigabase/Makefile
  1.101 +3 -3  ports/databases/gigabase/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/japanese/p5-Mail-SpamAssassin Makefile ports/japanese/p5-Mail-SpamAssassin/files patch-rules-local.cf patch-spamd_spamd.raw

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:46:33 UTC

  FreeBSD ports repository

  Modified files:
japanese/p5-Mail-SpamAssassin Makefile 
japanese/p5-Mail-SpamAssassin/files patch-rules-local.cf 
  Added files:
japanese/p5-Mail-SpamAssassin/files patch-spamd_spamd.raw 
  Log:
  - Sync with lastes p5-Mail-SpamAssassin
  
  PR: 124034
  Submitted by:   TAOKA Fumiyoshi <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.9   +5 -3  ports/japanese/p5-Mail-SpamAssassin/Makefile
  1.2   +8 -3  
ports/japanese/p5-Mail-SpamAssassin/files/patch-rules-local.cf
  1.1   +11 -0 
ports/japanese/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw (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/sysutils/freeipmi Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:47:35 UTC

  FreeBSD ports repository

  Modified files:
sysutils/freeipmiMakefile distinfo 
  Log:
  - Update to 0.6.3
  
  PR: 124054
  Submitted by:   Dmitry Frolov <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.21  +11 -6 ports/sysutils/freeipmi/Makefile
  1.12  +3 -3  ports/sysutils/freeipmi/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/cad/brlcad Makefile distinfo pkg-plist ports/cad/brlcad/files mged.sh

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:49:18 UTC

  FreeBSD ports repository

  Modified files:
cad/brlcad   Makefile distinfo pkg-plist 
cad/brlcad/files mged.sh 
  Log:
  - Update to 7.12.4
  
  PR: 124105
  Submitted by:   Erik Greenwald <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.33  +1 -1  ports/cad/brlcad/Makefile
  1.18  +3 -3  ports/cad/brlcad/distinfo
  1.3   +2 -0  ports/cad/brlcad/files/mged.sh
  1.19  +31 -3 ports/cad/brlcad/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/qwt5 Makefile distinfo pkg-plist ports/x11-toolkits/qwt5/files patch-qwtconfig.pri

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:51:22 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/qwt5Makefile distinfo pkg-plist 
x11-toolkits/qwt5/files patch-qwtconfig.pri 
  Log:
  - Updatwe to 5.1.1
  
  PR: 124009
  Submitted by:   Max Brazhnikov <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.11  +1 -1  ports/x11-toolkits/qwt5/Makefile
  1.7   +3 -3  ports/x11-toolkits/qwt5/distinfo
  1.2   +1 -1  ports/x11-toolkits/qwt5/files/patch-qwtconfig.pri
  1.7   +1 -1  ports/x11-toolkits/qwt5/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/sysutils/di Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 13:52:16 UTC

  FreeBSD ports repository

  Modified files:
sysutils/di  Makefile distinfo 
  Log:
  - Update to 4.13
  
  PR: 124008
  Submitted by:   Naram Qashat <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.13  +5 -1  ports/sysutils/di/Makefile
  1.10  +3 -3  ports/sysutils/di/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/multimedia/clive Makefile distinfo pkg-descr

2008-05-30 Thread Nicola Vitale
nivit   2008-05-30 13:52:48 UTC

  FreeBSD ports repository

  Modified files:
multimedia/clive Makefile distinfo pkg-descr 
  Log:
  - Update to 0.4.14
  - Add sevenload.com website to pkg-descr
  
  Revision  ChangesPath
  1.22  +1 -1  ports/multimedia/clive/Makefile
  1.22  +3 -3  ports/multimedia/clive/distinfo
  1.7   +3 -2  ports/multimedia/clive/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/net Makefile ports/net/p5-Socket Makefile distinfo pkg-descr pkg-plist

2008-05-30 Thread Renato Botelho
garga   2008-05-30 14:12:29 UTC

  FreeBSD ports repository

  Modified files:
net  Makefile 
  Added files:
net/p5-SocketMakefile distinfo pkg-descr pkg-plist 
  Log:
  This module is just a translation of the C socket.h file. Unlike the old
  mechanism of requiring a translated socket.ph file, this uses the h2xs program
  (see the Perl source distribution) and your native C compiler. This means
  that it has a far more likely chance of getting the numbers right. This 
includes
  all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc.
  
  WWW:http://search.cpan.org/dist/Socket/
  
  PR: ports/124132
  Submitted by:   BluePex Security Solutions 
  
  Revision  ChangesPath
  1.1997+1 -0  ports/net/Makefile
  1.1   +24 -0 ports/net/p5-Socket/Makefile (new)
  1.1   +3 -0  ports/net/p5-Socket/distinfo (new)
  1.1   +7 -0  ports/net/p5-Socket/pkg-descr (new)
  1.1   +7 -0  ports/net/p5-Socket/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

2008-05-30 Thread Renato Botelho
garga   2008-05-30 14:12:47 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-Socket --> ports/net/p5-Socket
  
  Revision  ChangesPath
  1.19893   +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/net Makefile ports/net/p5-Daemon-Generic Makefile distinfo pkg-descr pkg-plist

2008-05-30 Thread Renato Botelho
garga   2008-05-30 14:13:23 UTC

  FreeBSD ports repository

  Modified files:
net  Makefile 
  Added files:
net/p5-Daemon-Generic Makefile distinfo pkg-descr pkg-plist 
  Log:
  Daemon::Generic provides a framework for starting, stopping, reconfiguring
  daemon-like programs. The framework provides for standard commands that work
  for as init.d files and as apachectl-like commands.
  
  Programs that use Daemon::Generic subclass Daemon::Generic to override its
  behavior. Almost everything that Genric::Daemon does can be overridden as
  needed.
  
  WWW:http://search.cpan.org/dist/Daemon-Generic/
  
  PR: ports/124133
  Submitted by:   BluePex Security Solutions 
  
  Revision  ChangesPath
  1.1998+1 -0  ports/net/Makefile
  1.1   +23 -0 ports/net/p5-Daemon-Generic/Makefile (new)
  1.1   +3 -0  ports/net/p5-Daemon-Generic/distinfo (new)
  1.1   +9 -0  ports/net/p5-Daemon-Generic/pkg-descr (new)
  1.1   +10 -0 ports/net/p5-Daemon-Generic/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

2008-05-30 Thread Renato Botelho
garga   2008-05-30 14:13:36 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
p5-Daemon-Generic --> ports/net/p5-Daemon-Generic
  
  Revision  ChangesPath
  1.19894   +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: www/share/sgml events.xml

2008-05-30 Thread Christian Brueffer
brueffer2008-05-30 14:22:48 UTC

  FreeBSD doc repository

  Modified files:
share/sgml   events.xml 
  Log:
  Add FrOSCon 2008, add a couple of empty lines between entries.
  
  Revision  ChangesPath
  1.52  +30 -1 www/share/sgml/events.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: src/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info main.c p

2008-05-30 Thread Florent Thoumie
flz 2008-05-30 14:26:09 UTC

  FreeBSD src repository

  Modified files:
usr.sbin/pkg_install/add main.c pkg_add.1 
usr.sbin/pkg_install/create main.c pkg_create.1 
usr.sbin/pkg_install/delete main.c pkg_delete.1 
usr.sbin/pkg_install/info main.c pkg_info.1 
usr.sbin/pkg_install/lib lib.h 
usr.sbin/pkg_install/updating main.c pkg_updating.1 
usr.sbin/pkg_install/version main.c pkg_version.1 
  Log:
  - Add long options to pkg_install.
  - Remove check for '-?' as it's not listed in authorized options.
  - Bump PKG_INSTALL_VERSION to 20080530.
  
  Revision  ChangesPath
  1.77  +24 -5 src/usr.sbin/pkg_install/add/main.c
  1.77  +14 -14src/usr.sbin/pkg_install/add/pkg_add.1
  1.44  +26 -7 src/usr.sbin/pkg_install/create/main.c
  1.74  +13 -13src/usr.sbin/pkg_install/create/pkg_create.1
  1.30  +22 -4 src/usr.sbin/pkg_install/delete/main.c
  1.34  +13 -13src/usr.sbin/pkg_install/delete/pkg_delete.1
  1.53  +23 -5 src/usr.sbin/pkg_install/info/main.c
  1.63  +17 -15src/usr.sbin/pkg_install/info/pkg_info.1
  1.67  +1 -1  src/usr.sbin/pkg_install/lib/lib.h
  1.3   +12 -3 src/usr.sbin/pkg_install/updating/main.c
  1.4   +11 -5 src/usr.sbin/pkg_install/updating/pkg_updating.1
  1.9   +20 -5 src/usr.sbin/pkg_install/version/main.c
  1.40  +10 -10src/usr.sbin/pkg_install/version/pkg_version.1
___
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/swt-devel Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 14:26:34 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/swt-devel Makefile distinfo 
  Log:
  - Update to 3.4M7
  
  PR: 124105
  Submitted by:   Robert Noland <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.16  +3 -3  ports/x11-toolkits/swt-devel/Makefile
  1.12  +6 -6  ports/x11-toolkits/swt-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: ports/x11-toolkits/swt Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 14:26:38 UTC

  FreeBSD ports repository

  Modified files:
x11-toolkits/swt Makefile distinfo 
  Log:
  - Update to 3.3.2
  
  PR: 124106
  Submitted by:   Robert Noland <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.10  +3 -3  ports/x11-toolkits/swt/Makefile
  1.6   +6 -6  ports/x11-toolkits/swt/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/net-p2p/azureus Makefile distinfo ports/net-p2p/azureus/files extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java extra-patch-com__aelitis

2008-05-30 Thread Martin Wilke
miwi2008-05-30 14:26:42 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/azureus  Makefile distinfo 
net-p2p/azureus/files 
  
extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java
 
  
patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java 
  
patch-org__gudy__azureus2__platform__unix__ScriptBeforeStartup.java 
  Added files:
net-p2p/azureus/files 
  
extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.java
 
  Removed files:
net-p2p/azureus/files patch-TransferTypes 
  Log:
  - Update to 3.0.5.2
  
  PR: 124110
  Submitted by:   Robert Noland <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.51  +3 -2  ports/net-p2p/azureus/Makefile
  1.21  +3 -3  ports/net-p2p/azureus/distinfo
  1.2   +3 -3  
ports/net-p2p/azureus/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterStream.java
  1.1   +11 -0 
ports/net-p2p/azureus/files/extra-patch-com__aelitis__azureus__core__networkmanager__impl__TransportHelperFilterTransparent.java
 (new)
  1.2   +0 -17 ports/net-p2p/azureus/files/patch-TransferTypes (dead)
  1.2   +10 -19
ports/net-p2p/azureus/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java
  1.2   +9 -9  
ports/net-p2p/azureus/files/patch-org__gudy__azureus2__platform__unix__ScriptBeforeStartup.java
___
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/pypersrc Makefile distinfo pkg-plist ports/devel/pypersrc/files patch-GNUmakefile

2008-05-30 Thread Pietro Cerutti
gahr2008-05-30 14:27:36 UTC

  FreeBSD ports repository

  Modified files:
devel/pypersrc   Makefile distinfo 
devel/pypersrc/files patch-GNUmakefile 
  Removed files:
devel/pypersrc   pkg-plist 
  Log:
  - Update to 20070519
  
  Approved by:miwi (mentor implicit)
  
  Revision  ChangesPath
  1.5   +9 -3  ports/devel/pypersrc/Makefile
  1.2   +3 -3  ports/devel/pypersrc/distinfo
  1.3   +0 -18 ports/devel/pypersrc/files/patch-GNUmakefile
  1.2   +0 -3  ports/devel/pypersrc/pkg-plist (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: src/lib/libc/sys Symbol.map fcntl.c src/lib/libc_r/uthread uthread_fcntl.c src/lib/libkse/thread thr_fcntl.c src/lib/libthr/thread thr_syscalls.c

2008-05-30 Thread Doug Rabson
dfr 2008-05-30 14:47:42 UTC

  FreeBSD src repository

  Modified files:
lib/libc/sys Symbol.map fcntl.c 
lib/libc_r/uthread   uthread_fcntl.c 
lib/libkse/threadthr_fcntl.c 
lib/libthr/threadthr_syscalls.c 
  Log:
  Call the fcntl compatiblity wrapper from the thread library fcntl wrappers
  so that they get the benefit of the (limited) forward ABI compatibility.
  
  MFC after: 1 week
  
  Revision  ChangesPath
  1.16  +1 -0  src/lib/libc/sys/Symbol.map
  1.3   +2 -2  src/lib/libc/sys/fcntl.c
  1.17  +3 -1  src/lib/libc_r/uthread/uthread_fcntl.c
  1.25  +2 -1  src/lib/libkse/thread/thr_fcntl.c
  1.18  +2 -1  src/lib/libthr/thread/thr_syscalls.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: src/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Alexander Leidinger
Quoting Robert Watson <[EMAIL PROTECTED]> (from Thu, 29 May 2008  
15:56:50 +0100 (BST)):



On Thu, 29 May 2008, Michael Reifenberger wrote:


On Thu, May 29, 2008 at 03:14:20PM +0100, Robert Watson wrote: ...
The other concept that might be of benefit is a "dead" jail vs. a  
"live" jail -- with TCP connections taking a while to run down,  
there can often be dangling jail references that don't garbage  
collect for a few minutes. Perhaps, where there is ambiguity, live  
jails (ones with referencing processes) should be preferred to  
dead ones.


Thats something that the admin should take care for.


How might they do that?  Remember that any command that works only  
when the jail IP is "unambiguous" will become effectively  
non-deterministic as a result of un-garbage collected jails.  So


Is it feasible to change the hostname of a dying jail? We could prefix  
it with some string at some point of the shutdown...


Bye,
Alexander.

--
The great nations have always acted like gangsters and the small nations
like prostitutes.
-- Stanley Kubrick

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
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/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Ceri Davies
On Fri, May 30, 2008 at 04:50:51PM +0200, Alexander Leidinger wrote:
> Quoting Robert Watson <[EMAIL PROTECTED]> (from Thu, 29 May 2008 15:56:50 
> +0100 (BST)):
> 
>> On Thu, 29 May 2008, Michael Reifenberger wrote:
>> 
>>> On Thu, May 29, 2008 at 03:14:20PM +0100, Robert Watson wrote: ...
 The other concept that might be of benefit is a "dead" jail vs. a "live" 
 jail -- with TCP connections taking a while to run down, there can often 
 be dangling jail references that don't garbage collect for a few 
 minutes. Perhaps, where there is ambiguity, live jails (ones with 
 referencing processes) should be preferred to dead ones.
>>> 
>>> Thats something that the admin should take care for.
>> 
>> How might they do that?  Remember that any command that works only when 
>> the jail IP is "unambiguous" will become effectively non-deterministic as 
>> a result of un-garbage collected jails.  So
> 
> Is it feasible to change the hostname of a dying jail? We could prefix it 
> with some string at some point of the shutdown...

We'd be better off just dropping all the connections at that point.

Ceri
-- 
That must be wonderful!  I don't understand it at all.
  -- Moliere


pgpfKJ6aZTOLb.pgp
Description: PGP signature


cvs commit: ports/net-p2p/p5-Net-BitTorrent Makefile distinfo pkg-plist

2008-05-30 Thread Philippe Audeoud
jadawin 2008-05-30 15:02:19 UTC

  FreeBSD ports repository

  Modified files:
net-p2p/p5-Net-BitTorrent Makefile distinfo pkg-plist 
  Log:
  - Update to 0.022
  - Drop maintainership
  
  PR: ports/123988
  Submitted by:   Gea-Suan Lin  (maintainer)
  Approved by:tabthorpe (mentor)
  
  Revision  ChangesPath
  1.2   +6 -6  ports/net-p2p/p5-Net-BitTorrent/Makefile
  1.2   +3 -3  ports/net-p2p/p5-Net-BitTorrent/distinfo
  1.2   +1 -3  ports/net-p2p/p5-Net-BitTorrent/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: www/en/multimedia multimedia.pl

2008-05-30 Thread Remko Lodder
remko   2008-05-30 15:22:01 UTC

  FreeBSD doc repository

  Modified files:
en/multimediamultimedia.pl 
  Log:
  "Clean up code, more style compatible (for as far as that is possible
  with Perl code)"
  
  PR: www/124055
  Submitted by:   edwin
  
  Revision  ChangesPath
  1.2   +235 -199  www/en/multimedia/multimedia.pl
___
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/multimedia multimedia-input.xml

2008-05-30 Thread Remko Lodder
remko   2008-05-30 15:25:11 UTC

  FreeBSD doc repository

  Modified files:
en/multimediamultimedia-input.xml 
  Log:
  "Add new media found in the last 10 months: BSDCan2008, EuroBSDCon2007,
  BSDConTR, BSDTalk, AsiaBSDCon2008 etc."
  
  PR: www/124056
  Submitted by:   Edwin
  
  Revision  Changes  Path
  1.3   +6118 -1893  www/en/multimedia/multimedia-input.xml
___
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/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Oliver Fromme

Alexander Leidinger wrote:
 > Robert Watson wrote:
 > > How might they do that?  Remember that any command that works only  
 > > when the jail IP is "unambiguous" will become effectively  
 > > non-deterministic as a result of un-garbage collected jails.  So
 > 
 > Is it feasible to change the hostname of a dying jail? We could prefix  
 > it with some string at some point of the shutdown...

I think Robert's idea to differentiate between "dead" and
"live" jails is good.  So, when jexec has been called with
the new -h option and it walks the list of jails, it should
skip jails that have no processes attached.

Best regards
   Oliver

-- 
Oliver Fromme, Bunsenstr. 13, 81735 Muenchen, Germany

``We are all but compressed light'' (Albert Einstein)
___
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/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h

2008-05-30 Thread Alexander Leidinger
Quoting Robert Watson <[EMAIL PROTECTED]> (from Thu, 29 May 2008  
16:29:34 +0100 (BST)):



On Thu, 29 May 2008, Daniel Eischen wrote:

So, this is neither a vote for nor against a backout, but this is  
a general call to resist the conservative tendancy that says  
"don't MFC minor things" because, in macro, it has a significant  
drag effect on the MFC process that keeps RELENG branches  
maintainable.


Ok, but consider the prior email with kan about MFC's after an 8.0  
release. Since you must be able to run 7.x binaries on 8.0, then  
you can't MFC any symbol changes from 8.0+ back to 7.x.  The  
symbols are basically frozen in 7.x after 8.0 is released.


Sounds like a bug.  :-)


We have the possibility of this behavior even in older releases.  
Imagine a 8.0 release and a 8.1 release before a 7.4 release. And let  
8.1 have a symbol which is not available in 8.0 (MF9). Now let's MFC  
this symbol to 7-stable before 7.4. Boom, you can not run a 7.4 binary  
which uses this symbol on 8.0.


More or less it comes down to be careful about things to MFC (don't  
MFC symbols to the second last branch).


Bye,
Alexander.

--
I used to think I was indecisive, but now I'm not so sure.

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
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/gtick Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:35:01 UTC

  FreeBSD ports repository

  Modified files:
audio/gtick  Makefile distinfo pkg-plist 
  Log:
  - Update to 0.4.2
  
  PR: 124014
  Submitted by:   "Beat Gätzi" <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.19  +1 -1  ports/audio/gtick/Makefile
  1.14  +3 -3  ports/audio/gtick/distinfo
  1.9   +3 -1  ports/audio/gtick/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/databases/slony1 Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:37:39 UTC

  FreeBSD ports repository

  Modified files:
databases/slony1 Makefile distinfo pkg-plist 
  Log:
  - Update to 1.2.14
  
  PR: 124067
  Submitted by:   Vivek Khera <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.35  +1 -1  ports/databases/slony1/Makefile
  1.24  +6 -6  ports/databases/slony1/distinfo
  1.17  +1 -1  ports/databases/slony1/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/archivers/lzo2 Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:39:24 UTC

  FreeBSD ports repository

  Modified files:
archivers/lzo2   Makefile distinfo 
  Log:
  - Update to 2.03
  
  PR: 124033
  Submitted by:   Matthias Andree <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.41  +5 -3  ports/archivers/lzo2/Makefile
  1.12  +3 -3  ports/archivers/lzo2/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/usr.sbin/jexec jexec.8 jexec.c

2008-05-30 Thread Robert Watson


On Fri, 30 May 2008, Ceri Davies wrote:


Thats something that the admin should take care for.


How might they do that?  Remember that any command that works only when 
the jail IP is "unambiguous" will become effectively non-deterministic as 
a result of un-garbage collected jails.  So


Is it feasible to change the hostname of a dying jail? We could prefix it 
with some string at some point of the shutdown...


We'd be better off just dropping all the connections at that point.


TCP TIME_WAIT exists for a reason that it is better not to disregard.  This 
question gets a bit more complicated in light of vimage, which is something 
we'll need to discuss at the August developer summit.


Also, TIME_WAIT is just one example of a jail persisting due to continuing 
references to a credential -- there are other legitimate, albeit less common, 
reasons that it may occur, and those are also valid use cases.


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: ports/games/pvpgn Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:42:54 UTC

  FreeBSD ports repository

  Modified files:
games/pvpgn  Makefile distinfo 
  Log:
  - Update to 1.8.2
  
  PR: 124025
  Submitted by:   "Max E. Kuznecov" <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.12  +1 -1  ports/games/pvpgn/Makefile
  1.9   +3 -3  ports/games/pvpgn/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/include string.h src/lib/libc/string Makefile.inc memchr.3 memrchr.c src/sys/sys param.h

2008-05-30 Thread Robert Watson


On Fri, 30 May 2008, Alexander Leidinger wrote:

So, this is neither a vote for nor against a backout, but this is a 
general call to resist the conservative tendancy that says "don't MFC 
minor things" because, in macro, it has a significant drag effect on the 
MFC process that keeps RELENG branches maintainable.


Ok, but consider the prior email with kan about MFC's after an 8.0 
release. Since you must be able to run 7.x binaries on 8.0, then you can't 
MFC any symbol changes from 8.0+ back to 7.x.  The symbols are basically 
frozen in 7.x after 8.0 is released.


Sounds like a bug.  :-)


We have the possibility of this behavior even in older releases. Imagine a 
8.0 release and a 8.1 release before a 7.4 release. And let 8.1 have a 
symbol which is not available in 8.0 (MF9). Now let's MFC this symbol to 
7-stable before 7.4. Boom, you can not run a 7.4 binary which uses this 
symbol on 8.0.


More or less it comes down to be careful about things to MFC (don't MFC 
symbols to the second last branch).


I think everyone is fine with "you must be careful".  What I think some of us 
would be less fine with is "you can't do it at all".


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: ports/sysutils/tw_cli Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 15:49:59 UTC

  FreeBSD ports repository

  Modified files:
sysutils/tw_cli  Makefile distinfo 
  Log:
  - Update to  9.5.0.1
  
  PR: 124058
  Submitted by:   Hiroshi Fujishima <[EMAIL PROTECTED]>
  Approved by:maintainer
  
  Revision  ChangesPath
  1.8   +6 -14 ports/sysutils/tw_cli/Makefile
  1.6   +3 -7  ports/sysutils/tw_cli/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/dev/ie if_ie.c

2008-05-30 Thread John Baldwin
jhb 2008-05-30 16:22:30 UTC

  FreeBSD src repository

  Modified files:
sys/dev/ie   if_ie.c 
  Log:
  Fix build with DEBUG defined.
  
  Reported by:tinderbox
  
  Revision  ChangesPath
  1.108 +4 -4  src/sys/dev/ie/if_ie.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/sysutils/tw_cli distinfo

2008-05-30 Thread Ion-Mihai Tetcu
itetcu  2008-05-30 16:38:44 UTC

  FreeBSD ports repository

  Modified files:
sysutils/tw_cli  distinfo 
  Log:
  Add the sums for amd64 file, forgotten by miwi@ in previous commit.
  
  Submitted by:   ionbot :-D
  
  Revision  ChangesPath
  1.7   +3 -0  ports/sysutils/tw_cli/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/agrep Makefile

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:00:27 UTC

  FreeBSD ports repository

  Modified files:
textproc/agrep   Makefile 
  Log:
  - use DOCSDIR
  
  Revision  ChangesPath
  1.16  +2 -2  ports/textproc/agrep/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/databases/ruby-postgres Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:00:59 UTC

  FreeBSD ports repository

  Modified files:
databases/ruby-postgres Makefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.35  +3 -1  ports/databases/ruby-postgres/Makefile
  1.9   +7 -7  ports/databases/ruby-postgres/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/databases/ruby-rdbc1 Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:01:29 UTC

  FreeBSD ports repository

  Modified files:
databases/ruby-rdbc1 Makefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.8   +3 -1  ports/databases/ruby-rdbc1/Makefile
  1.3   +2 -2  ports/databases/ruby-rdbc1/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/oniguruma Makefile pkg-plist ports/devel/oniguruma4 Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:02:00 UTC

  FreeBSD ports repository

  Modified files:
devel/oniguruma  Makefile pkg-plist 
devel/oniguruma4 Makefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.37  +4 -2  ports/devel/oniguruma/Makefile
  1.13  +8 -8  ports/devel/oniguruma/pkg-plist
  1.41  +5 -3  ports/devel/oniguruma4/Makefile
  1.14  +11 -11ports/devel/oniguruma4/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/irc/iroffer-lamm Makefile pkg-plist ports/irc/iroffer Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:02:55 UTC

  FreeBSD ports repository

  Modified files:
irc/iroffer-lamm Makefile pkg-plist 
irc/iroffer  Makefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.3   +4 -1  ports/irc/iroffer-lamm/Makefile
  1.2   +4 -4  ports/irc/iroffer-lamm/pkg-plist
  1.11  +4 -1  ports/irc/iroffer/Makefile
  1.4   +4 -4  ports/irc/iroffer/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/graphics/ruby-gd Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:03:42 UTC

  FreeBSD ports repository

  Modified files:
graphics/ruby-gd Makefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.28  +3 -1  ports/graphics/ruby-gd/Makefile
  1.8   +4 -4  ports/graphics/ruby-gd/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: ports/textproc/agrep Makefile

2008-05-30 Thread Ion-Mihai Tetcu
On Fri, 30 May 2008 17:00:27 + (UTC)
Dirk Meyer <[EMAIL PROTECTED]> wrote:

> dinoex  2008-05-30 17:00:27 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
> textproc/agrep   Makefile 
>   Log:
>   - use DOCSDIR
>   
>   Revision  ChangesPath
>   1.16  +2 -2  ports/textproc/agrep/Makefile
> 
Hi,


Bad plist (on 7-STABLE-amd64) with
export FORCE_PACKAGE=yes
export NOPORTDOCS=yes
export NOPORTEXAMPLES=yes
export NOPORTDATA=yes



===>  Building package for agrep-2.04_1
tar: share/doc/agrep/agrep.algorithms: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
Creating package /tmp/packages/All/agrep-2.04_1.tbz
Registering depends:.
Creating bzip'd tar ball in '/tmp/packages/All/agrep-2.04_1.tbz'
*** Error code 1

Stop in /a/ports/textproc/agrep.

build of /usr/ports/textproc/agrep ended at Fri May 30 17:03:00 UTC 2008


Thanks for your work on making FreeBSD better,


-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


cvs commit: ports/irc/ruby-rica Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:04:11 UTC

  FreeBSD ports repository

  Modified files:
irc/ruby-ricaMakefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.11  +3 -1  ports/irc/ruby-rica/Makefile
  1.9   +5 -5  ports/irc/ruby-rica/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/irc/xchat-mircryption Makefile

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:04:38 UTC

  FreeBSD ports repository

  Modified files:
irc/xchat-mircryption Makefile 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.13  +5 -7  ports/irc/xchat-mircryption/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/noattach Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:06:19 UTC

  FreeBSD ports repository

  Modified files:
mail/noattachMakefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.29  +3 -1  ports/mail/noattach/Makefile
  1.6   +4 -4  ports/mail/noattach/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/sma Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:06:29 UTC

  FreeBSD ports repository

  Modified files:
mail/sma Makefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.11  +3 -1  ports/mail/sma/Makefile
  1.4   +2 -2  ports/mail/sma/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/news/ifmail Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:06:47 UTC

  FreeBSD ports repository

  Modified files:
news/ifmail  Makefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.30  +3 -1  ports/news/ifmail/Makefile
  1.11  +157 -157  ports/news/ifmail/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/news/fidogate Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:06:39 UTC

  FreeBSD ports repository

  Modified files:
news/fidogateMakefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.41  +2 -0  ports/news/fidogate/Makefile
  1.13  +58 -58ports/news/fidogate/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/news/suck Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:06:56 UTC

  FreeBSD ports repository

  Modified files:
news/suckMakefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.54  +1 -1  ports/news/suck/Makefile
  1.8   +13 -13ports/news/suck/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/textproc/eruby Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:07:04 UTC

  FreeBSD ports repository

  Modified files:
textproc/eruby   Makefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.35  +3 -1  ports/textproc/eruby/Makefile
  1.11  +5 -5  ports/textproc/eruby/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/webalizer Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:09:01 UTC

  FreeBSD ports repository

  Modified files:
www/webalizerMakefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.63  +6 -4  ports/www/webalizer/Makefile
  1.16  +4 -4  ports/www/webalizer/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/textproc/p5-Text-CSV_XS Makefile distinfo

2008-05-30 Thread Andrey A. Chernov
ache2008-05-30 17:13:05 UTC

  FreeBSD ports repository

  Modified files:
textproc/p5-Text-CSV_XS Makefile distinfo 
  Log:
  Upgrade to 0.45
  
  PR: 124001
  Submitted by:   Martin Kjeldsen <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.12  +1 -1  ports/textproc/p5-Text-CSV_XS/Makefile
  1.7   +3 -3  ports/textproc/p5-Text-CSV_XS/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/ruby-gnustep Makefile pkg-plist

2008-05-30 Thread Dirk Meyer
dinoex  2008-05-30 17:25:46 UTC

  FreeBSD ports repository

  Modified files:
devel/ruby-gnustep   Makefile pkg-plist 
  Log:
  - use PORTEXAMPLES
  
  Revision  ChangesPath
  1.38  +3 -1  ports/devel/ruby-gnustep/Makefile
  1.13  +27 -27ports/devel/ruby-gnustep/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/bce if_bce.c

2008-05-30 Thread John Baldwin
jhb 2008-05-30 18:26:37 UTC

  FreeBSD src repository

  Modified files:
sys/dev/bce  if_bce.c 
  Log:
  Trim an extra semi-colon.
  
  Revision  ChangesPath
  1.40  +1 -1  src/sys/dev/bce/if_bce.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/editors/openoffice.org-2-RC Makefile distinfo

2008-05-30 Thread Aryeh M. Friedman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Maho Nakata wrote:
| maho2008-05-30 11:47:57 UTC
|
|   FreeBSD ports repository
|
|   Modified files:
| editors/openoffice.org-2-RC Makefile distinfo
|   Log:
|   Update to OOH680_m17. This is the 2.4.1rc2.
|   
|   Revision  ChangesPath

|   1.338 +2 -2  ports/editors/openoffice.org-2-RC/Makefile
|   1.134 +3 -3  ports/editors/openoffice.org-2-RC/distinfo
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/cvs-ports
| To unsubscribe, send any mail to "[EMAIL PROTECTED]"
|
Does this fair better in finding libxml2?
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhAThcACgkQk8GFzCrQm4BvyQCgzVJvlkDFsSvnaEs6sC8tXCA4
8bEAoKYXrmwD/5sSH0oOqV2ZMLsH5IWp
=yN7H
-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: CVSROOT modules ports MOVED ports/multimedia Makefile ports/multimedia/xfce4-xmms-controller-plugin Makefile distinfo pkg-descr pkg-plist ports/net-mgmt Makefile ports/net-mgmt/ap-utils Ma

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:15:53 UTC

  FreeBSD ports repository

  Modified files:
.modules 
.MOVED 
multimedia   Makefile 
net-mgmt Makefile 
net-p2p  Makefile 
security Makefile 
www  Makefile 
  Removed files:
multimedia/xfce4-xmms-controller-plugin Makefile distinfo 
pkg-descr pkg-plist 
net-mgmt/ap-utilsMakefile distinfo pkg-descr pkg-plist 
net-mgmt/ap-utils/files patch-aa 
net-p2p/dclibc   Makefile distinfo pkg-descr pkg-plist 
net-p2p/dclibc/files patch-Makefile.in 
security/bioapitool  Makefile distinfo pkg-descr 
www/pear-HTTP_Session Makefile distinfo pkg-descr 
  Log:
  2008-05-15 net-p2p/dclibc: Abandoned, not used, website disappeared
  2008-04-07 net-mgmt/ap-utils: Does not work with gcc4.2; appears to be 
abandoned
  2008-03-31 multimedia/xfce4-xmms-controller-plugin: Project is dead
  2008-05-15 www/pear-HTTP_Session: Use www/pear-HTTP_Session2 instead
  2008-05-04 security/bioapitool: All functionallity of this tools has been 
merged with pam_bsdbioapi
  
  Revision  ChangesPath
  1.19895   +0 -5  CVSROOT/modules
  1.1603+6 -1  ports/MOVED
  1.265 +0 -1  ports/multimedia/Makefile
  1.19  +0 -41 ports/multimedia/xfce4-xmms-controller-plugin/Makefile 
(dead)
  1.3   +0 -3  ports/multimedia/xfce4-xmms-controller-plugin/distinfo 
(dead)
  1.2   +0 -6  ports/multimedia/xfce4-xmms-controller-plugin/pkg-descr 
(dead)
  1.4   +0 -13 ports/multimedia/xfce4-xmms-controller-plugin/pkg-plist 
(dead)
  1.157 +0 -1  ports/net-mgmt/Makefile
  1.25  +0 -52 ports/net-mgmt/ap-utils/Makefile (dead)
  1.11  +0 -3  ports/net-mgmt/ap-utils/distinfo (dead)
  1.6   +0 -10 ports/net-mgmt/ap-utils/files/patch-aa (dead)
  1.4   +0 -10 ports/net-mgmt/ap-utils/pkg-descr (dead)
  1.13  +0 -14 ports/net-mgmt/ap-utils/pkg-plist (dead)
  1.62  +0 -1  ports/net-p2p/Makefile
  1.4   +0 -27 ports/net-p2p/dclibc/Makefile (dead)
  1.2   +0 -3  ports/net-p2p/dclibc/distinfo (dead)
  1.2   +0 -11 ports/net-p2p/dclibc/files/patch-Makefile.in (dead)
  1.2   +0 -6  ports/net-p2p/dclibc/pkg-descr (dead)
  1.2   +0 -14 ports/net-p2p/dclibc/pkg-plist (dead)
  1.960 +0 -1  ports/security/Makefile
  1.4   +0 -24 ports/security/bioapitool/Makefile (dead)
  1.2   +0 -3  ports/security/bioapitool/distinfo (dead)
  1.2   +0 -4  ports/security/bioapitool/pkg-descr (dead)
  1.2054+0 -1  ports/www/Makefile
  1.8   +0 -33 ports/www/pear-HTTP_Session/Makefile (dead)
  1.6   +0 -3  ports/www/pear-HTTP_Session/distinfo (dead)
  1.3   +0 -7  ports/www/pear-HTTP_Session/pkg-descr (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/misc/jbidwatcher Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:19:43 UTC

  FreeBSD ports repository

  Modified files:
misc/jbidwatcher Makefile distinfo 
  Log:
  - Update to 2.0beta3
  
  PR: 123986
  Submitted by:   Stephen Hurd <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.12  +1 -1  ports/misc/jbidwatcher/Makefile
  1.11  +3 -3  ports/misc/jbidwatcher/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/py-logilab-common Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:22:53 UTC

  FreeBSD ports repository

  Modified files:
devel/py-logilab-common Makefile distinfo pkg-plist 
  Log:
  - Update to 0.31.0
  
  PR: 123599
  Submitted by:   Marcus von Appen <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.13  +1 -1  ports/devel/py-logilab-common/Makefile
  1.13  +3 -3  ports/devel/py-logilab-common/distinfo
  1.11  +3 -0  ports/devel/py-logilab-common/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/py-ocempgui Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:23:54 UTC

  FreeBSD ports repository

  Modified files:
devel/py-ocempguiMakefile distinfo 
  Log:
  - Update to 0.2.9
  
  PR: 123595
  Submitted by:   Marcus von Appen <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.13  +1 -1  ports/devel/py-ocempgui/Makefile
  1.10  +3 -3  ports/devel/py-ocempgui/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/soundconverter Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:24:58 UTC

  FreeBSD ports repository

  Modified files:
audio/soundconverter Makefile distinfo pkg-plist 
  Log:
  - Update to 1.2.0
  
  PR: 123970
  Submitted by:   Denise H. G. <[EMAIL PROTECTED]>
  Approved by:maintainer
  
  Revision  ChangesPath
  1.3   +1 -1  ports/audio/soundconverter/Makefile
  1.3   +3 -3  ports/audio/soundconverter/distinfo
  1.3   +9 -0  ports/audio/soundconverter/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/deskutils/superkaramba-lwp Makefile distinfo

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:26:06 UTC

  FreeBSD ports repository

  Modified files:
deskutils/superkaramba-lwp Makefile distinfo 
  Log:
  - Update to 15.0
  
  PR: 123917
  Submitted by:   Jason E. Hale <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.20  +3 -6  ports/deskutils/superkaramba-lwp/Makefile
  1.17  +3 -3  ports/deskutils/superkaramba-lwp/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/sparc64/fhc fhc.c src/sys/sparc64/include bus_common.h intr_machdep.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 intr_machdep.c mp_machdep.c u

2008-05-30 Thread Marius Strobl
marius  2008-05-30 19:30:06 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/sparc64/fhc  fhc.c 
sys/sparc64/include  bus_common.h intr_machdep.h 
sys/sparc64/pci  psycho.c 
sys/sparc64/sbus sbus.c 
sys/sparc64/sparc64  intr_machdep.c mp_machdep.c upa.c 
  Log:
  MFC: bus_common.h 1.8; fhc.c 1.19; intr_machdep.c 1.34 (partial);
   intr_machdep.h 1.19 (partial); mp_machdep.c 1.40; psycho.c 1.75;
   sbus.c 1.47; upa.c 1.10
  
  o Rename ic_eoi to ic_clear to emphasize the functions it points
don't send and EOI which works like on amd64/i386 and blocks all
interrupts on the relevant interrupt controller.
  o Replace the post_filter and post_inthread hooks registered when
creating the interrupt events with just ic_clear as on sparc64 we
don't need to do any disable->EOI->enable dance to unblock all but
the relevant interrupt while running the filter or handler; just
not clearing the interrupt already has the same effect.
  o Merge from amd64/i386:
- Split the intr_table_lock into an sx lock used for most things,
  and a spin lock to protect intrcnt_index.
- Add support for binding interrupts to CPUs and initial shuffling
  interrupts arround in a round-robin fashion.
  
  Revision  ChangesPath
  1.18.2.1  +16 -3 src/sys/sparc64/fhc/fhc.c
  1.7.2.2   +7 -4  src/sys/sparc64/include/bus_common.h
  1.17.2.2  +5 -1  src/sys/sparc64/include/intr_machdep.h
  1.70.2.5  +15 -3 src/sys/sparc64/pci/psycho.c
  1.46.2.2  +16 -3 src/sys/sparc64/sbus/sbus.c
  1.27.2.3  +123 -55   src/sys/sparc64/sparc64/intr_machdep.c
  1.36.2.3  +3 -2  src/sys/sparc64/sparc64/mp_machdep.c
  1.9.2.1   +13 -0 src/sys/sparc64/sparc64/upa.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/sparc64/isa isa.c

2008-05-30 Thread Marius Strobl
marius  2008-05-30 19:31:44 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/sparc64/isa  isa.c 
  Log:
  MFC: 1.20
  
  - Make failure to route a ISA interrupt non fatal. Apparently the
Blade 1500/SX1500 boards have inherited the firmware bug of the
AX1105 mainboards to not include an interrupt map entry for the
parallel port controller (for the AX1105 the heuristic code for
E450s probably erroneously kicks in and guesses an interrupt).
  - Take advantage of bus_generic_setup_intr(9).
  - Fix some whitespace bugs.
  
  Revision  ChangesPath
  1.19.2.1  +16 -14src/sys/sparc64/isa/isa.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/py-ply Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:37:54 UTC

  FreeBSD ports repository

  Modified files:
devel/py-ply Makefile distinfo pkg-plist 
  Log:
  - Update to 2.5
  - Respect NOPORTEXAMPLES
  
  PR: 124120
  Submitted by:   Marcus von Appen <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.15  +4 -2  ports/devel/py-ply/Makefile
  1.13  +3 -3  ports/devel/py-ply/distinfo
  1.9   +49 -47ports/devel/py-ply/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/math/gmp-ecm Makefile distinfo pkg-plist

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:39:14 UTC

  FreeBSD ports repository

  Modified files:
math/gmp-ecm Makefile distinfo 
  Removed files:
math/gmp-ecm pkg-plist 
  Log:
  - Update to 6.2.0
  
  PR: 124044
  Submitted by:   Ports Fury
  
  Revision  ChangesPath
  1.3   +10 -3 ports/math/gmp-ecm/Makefile
  1.3   +3 -3  ports/math/gmp-ecm/distinfo
  1.2   +0 -4  ports/math/gmp-ecm/pkg-plist (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/devel/py-game Makefile

2008-05-30 Thread Martin Wilke
miwi2008-05-30 19:58:06 UTC

  FreeBSD ports repository

  Modified files:
devel/py-gameMakefile 
  Log:
  - Fix build when WITHOUT_X11 set is
  
  PR: 117378
  Submitted by:   Jarkko Santala <[EMAIL PROTECTED]>
  Approved by:maintainer
  
  Revision  ChangesPath
  1.37  +9 -0  ports/devel/py-game/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/usr.sbin/pkg_install/add main.c pkg_add.1 src/usr.sbin/pkg_install/create main.c pkg_create.1 src/usr.sbin/pkg_install/delete main.c pkg_delete.1 src/usr.sbin/pkg_install/info m

2008-05-30 Thread Maxim Sobolev
I am curious what is our policy on using long options in the base system 
(if any)? I believe that pkg_install is the first non-contributed base 
system utility to actually widely use it. For some reason I've got 
impression that use of getopt_long is considered "the Linux/GNU way", 
this API provided for compatibility purposes and its use in base system 
is discouraged. Quick grep through /use/src seemingly supports that.


Can someone confirm/reject?

Florent Thoumie wrote:

flz 2008-05-30 14:26:09 UTC

  FreeBSD src repository

  Modified files:
usr.sbin/pkg_install/add main.c pkg_add.1 
usr.sbin/pkg_install/create main.c pkg_create.1 
usr.sbin/pkg_install/delete main.c pkg_delete.1 
usr.sbin/pkg_install/info main.c pkg_info.1 
usr.sbin/pkg_install/lib lib.h 
usr.sbin/pkg_install/updating main.c pkg_updating.1 
usr.sbin/pkg_install/version main.c pkg_version.1 
  Log:

  - Add long options to pkg_install.
  - Remove check for '-?' as it's not listed in authorized options.
  - Bump PKG_INSTALL_VERSION to 20080530.


-Maxim
___
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/sym sym_hipd.c

2008-05-30 Thread Marius Strobl
marius  2008-05-30 19:58:23 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/dev/sym  sym_hipd.c 
  Log:
  MFC: 1.68
  
  - Use NULL instead of 0 for pointers.
  - Remove superfluous returns in functions returning void.
  - In sym_alloc_lcb_tags() return directly instead of jumping
to a label which just returns.
  - Fix some spelling in comments.
  - Remove trailing whitespace.
  
  Revision  ChangesPath
  1.67.2.1  +579 -587  src/sys/dev/sym/sym_hipd.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/sym sym_hipd.c

2008-05-30 Thread Marius Strobl
marius  2008-05-30 19:59:38 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/dev/sym  sym_hipd.c 
  Log:
  MFC: 1.56; 1.57; 1.58; 1.63; 1.66; 1.68
  
  - Fix -Wundef.
  - FreeBSD has had endian conversion macros for a long time.  Axe the custom
macros in this driver.
  - Fix typo in comment.
  - Fix various compilation warnings for gcc-4.2.
  - Use NULL instead of 0 for pointers.
  - Remove superfluous returns in functions returning void.
  - In sym_alloc_lcb_tags() return directly instead of jumping
to a label which just returns.
  - Fix some spelling in comments.
  - Remove trailing whitespace.
  
  Revision  ChangesPath
  1.55.2.2  +587 -639  src/sys/dev/sym/sym_hipd.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >