rafan 2006-12-17 07:13:12 UTC
FreeBSD ports repository
Modified files:
x11-fm/twander Makefile distinfo
Log:
- Update to 3.204
PR: ports/106804
Submitted by: Tim Daneliuk (maintainer)
Revision ChangesPath
1.7 +1 -1 ports/x11-fm
rafan 2006-12-17 07:06:33 UTC
FreeBSD ports repository
Added files:
net/rp-pppoe/files patch-gcc41-aa
Log:
- Fix build on gcc4
PR: ports/106808
Submitted by: Matthias Andree (maintainer)
Revision ChangesPath
1.1 +10 -0 ports/net/rp-
On Sat, Dec 16, 2006 at 10:03:16PM +, Martin Wilke wrote:
> miwi2006-12-16 22:03:16 UTC
>
> FreeBSD ports repository
>
> Modified files:
> www/resin3 Makefile
> Log:
> - Fix build on 64-bit architectures
>
> PR: ports/106816
> Submitted by:
kmacy 2006-12-17 06:48:40 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 apic_vector.S exception.S local_apic.c
trap.c
sys/amd64/ia32 ia32_exception.S ia32_syscall.c
sys/amd64/includeapicvar.h
sys/amd64/isaa
ahze2006-12-17 06:47:34 UTC
FreeBSD ports repository
Modified files:
textproc/p5-xmltvMakefile distinfo pkg-plist
Log:
Update to 0.5.45
Revision ChangesPath
1.23 +5 -5 ports/textproc/p5-xmltv/Makefile
1.18 +3 -3 ports/textproc/p5-xmltv/di
rafan 2006-12-17 06:39:59 UTC
FreeBSD ports repository
Modified files:
games/mtaserver Makefile pkg-plist
games/mtaserver/files mtad.in pkg-message.in
Log:
- Respect DOCSDIR for additional documents
- Install files into PREFIX/lib/PORTNAME
- Handle configuration f
mezz2006-12-17 06:33:48 UTC
FreeBSD ports repository
Added files:
graphics/gpdf/files patch-gcc4.1
Log:
Fix the build with GCC 4.1, took small parts from graphics/xpdf.
Reported by:krismail
Revision ChangesPath
1.1 +29 -0 ports/graphics/gpdf/fi
On 12/16/06 09:50, Craig Rodrigues wrote:
rodrigc 2006-12-16 15:50:36 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_export.c
Log:
In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args,
after we perform the operations to delete the expor
marcus 2006-12-17 05:08:50 UTC
FreeBSD ports repository
Added files:
devel/goffice/files patch-plugins_plot_radar_gog-radar.c
Log:
Remove a static declaration of fmin as this function as existed in FreeBSD
since 5.3. This will allow goffice to build with GCC 4.x.
Revisi
mezz2006-12-17 05:08:34 UTC
FreeBSD ports repository
Modified files:
graphics/passepartout Makefile distinfo pkg-plist
Added files:
graphics/passepartout/files patch-01_gnomecanvasmm
patch-02_gcc-4.0
patch-03
kmacy 2006-12-17 05:07:01 UTC
FreeBSD src repository
Modified files:
sys/i386/i386apic_vector.s exception.s local_apic.c
trap.c vm86.c vm86bios.s
sys/i386/include apicvar.h
sys/i386/isa atpic.c atpic_vector.s icu.h
Log:
Ev
kmacy 2006-12-17 03:51:12 UTC
FreeBSD src repository
Modified files:
sys/sun4v/sun4v exception.S
Log:
remove TRAP_TRACING code that wasn't getting used
pc_caller is no longer part of pcpu
Revision ChangesPath
1.11 +0 -10 src/sys/sun4v/sun4v/exception
kmacy 2006-12-17 03:17:47 UTC
FreeBSD src repository
Modified files:
sys/i386/i386vm86.c
Log:
vm86_initflags was causing gcc41 and even gcc346 to get rather confused
- de-obfuscate
Suggested by: kan
Reviewed by: kan
Tested by: kan
Revision ChangesPa
kmacy 2006-12-17 02:04:19 UTC
FreeBSD src repository
Modified files:
sys/sun4v/includepcpu.h
sys/sparc64/sparc64 genassym.c
Log:
GC unused fields in pcpu
Revision ChangesPath
1.68 +0 -1 src/sys/sparc64/sparc64/genassym.c
1.5 +1 -4 sr
kmacy 2006-12-17 01:31:56 UTC
FreeBSD src repository
Modified files:
sys/sun4v/sun4v mp_machdep.c tick.c trap.c
Log:
replace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthread) with curthread
Revision ChangesPath
1.5 +5 -5 src/sys/sun4v/sun4v/mp_mach
kmacy 2006-12-17 01:30:53 UTC
FreeBSD src repository
Modified files:
sys/sun4v/sun4v pmap.c
Log:
eliminate use of curpmap except where protected by critical_{enter, exit}
Revision ChangesPath
1.28 +6 -3 src/sys/sun4v/sun4v/pmap.c
_
kmacy 2006-12-17 01:22:51 UTC
FreeBSD src repository
Modified files:
sys/sun4v/sun4v hcall.S
Log:
make unmap_perm_addr conform to declaration
Revision ChangesPath
1.18 +2 -0 src/sys/sun4v/sun4v/hcall.S
___
c
kmacy 2006-12-17 01:22:09 UTC
FreeBSD src repository
Modified files:
sys/sun4v/sun4v interrupt.S
Log:
eliminate extra branches by making better use of branch delay
slots and annulling
Revision ChangesPath
1.8 +21 -33src/sys/sun4v/sun4v/interrupt.S
_
kmacy 2006-12-17 01:01:52 UTC
FreeBSD src repository
Modified files:
sys/sun4v/sun4v tte_hash.c
Log:
- Remove PCPU references by passing field as a reference to _tte_hash_lookup.
- The PCPU usage was to ensure that there were no faults on the stack while
the tte_hash
miwi2006-12-17 00:22:36 UTC
FreeBSD ports repository
Modified files:
emulators/qemu Makefile distinfo
emulators/qemu/files patch-bsdusb.patch
Log:
- Update to 20061216
- Fix usb host support
PR: ports/106820
Submitted by: Juergen Lock
kmacy 2006-12-17 00:16:09 UTC
FreeBSD src repository
Modified files:
sys/kern kern_ktrace.c
Log:
ktrace_cv is no longer used - remove
Submitted by: Attilio Rao
Revision ChangesPath
1.113 +0 -2 src/sys/kern/kern_ktrace.c
___
kmacy 2006-12-17 00:14:20 UTC
FreeBSD src repository
Modified files:
sys/kern subr_sleepqueue.c
Log:
Cleaner fix for handling declaration of loop variable under INVARIANTS
- in trying to avoid nested brackets and #ifdef INVARIANTS around i at the
top, I broke
it would have to be under ifdef INVARIANTS
On 12/16/06, Attilio Rao <[EMAIL PROTECTED]> wrote:
2006/12/17, Kip Macy <[EMAIL PROTECTED]>:
> Trying to avoid the aesthetically displeasing nested brackets is why I
made
> the mistake in the first place.
Why not put 'int i' at the top of the functi
2006/12/17, Kip Macy <[EMAIL PROTECTED]>:
Trying to avoid the aesthetically displeasing nested brackets is why I made
the mistake in the first place.
Why not put 'int i' at the top of the function?
In should be more style compliant in this way.
Attilio
--
Peace can only be achieved by unders
Don't take it too hard. The tinderbox settings are not the same as the
defaults. The errors here indicate that you did due diligence.
-Kip
On 12/16/06, Randall Stewart <[EMAIL PROTECTED]> wrote:
Craig Rodrigues wrote:
> rodrigc 2006-12-16 06:03:43 UTC
>
> FreeBSD src repositor
Trying to avoid the aesthetically displeasing nested brackets is why I made
the mistake in the first place.
On 12/16/06, Andrey A. Chernov <[EMAIL PROTECTED]> wrote:
ache2006-12-16 21:17:27 UTC
FreeBSD src repository
Modified files:
sys/kern subr_sleepqueue.c
Log
miwi2006-12-16 22:27:15 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
shell-fm --> ports/multimedia/shell-fm
Revision ChangesPath
1.16868 +1 -0 CVSROOT/modules
___
cvs-all@freebs
miwi2006-12-16 22:26:55 UTC
FreeBSD ports repository
Modified files:
multimedia Makefile
Added files:
multimedia/shell-fm Makefile distinfo pkg-descr
multimedia/shell-fm/files patch-reconfig patch-rl_completion.h
patch-shell-fm
miwi2006-12-16 22:26:40 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
rcpd --> ports/net-mgmt/rcpd
Revision ChangesPath
1.16867 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mail
miwi2006-12-16 22:26:15 UTC
FreeBSD ports repository
Modified files:
net-mgmt Makefile
Added files:
net-mgmt/rcpdMakefile distinfo pkg-descr
Log:
rcpd is a RCP server intended specifically for router
or network device clients. It is used to transf
maho2006-12-16 22:26:05 UTC
FreeBSD ports repository
Added files:
graphics/inventor/files patch-SoPath.h
Log:
Build fix with gcc41
Submitted by: Christian Gusenbauer <[EMAIL PROTECTED]> via kris
Revision ChangesPath
1.1 +11 -0 ports/graphics/inven
ale 2006-12-16 22:05:29 UTC
FreeBSD ports repository
Modified files:
graphics/libkipi Makefile pkg-plist
Log:
Do not install empty dirs.
Revision ChangesPath
1.10 +2 -0 ports/graphics/libkipi/Makefile
1.6 +0 -3 ports/graphics/libkipi/pkg
miwi2006-12-16 22:03:19 UTC
FreeBSD ports repository
Modified files:
lang/gnat-gcc34 Makefile
Log:
- Require specified binary compiler for bootstrapping
- Some aesthetic changes in the Makefile
- Bump PORTVERSION
PR: ports/106655
Submitted by: Ka
miwi2006-12-16 22:03:16 UTC
FreeBSD ports repository
Modified files:
www/resin3 Makefile
Log:
- Fix build on 64-bit architectures
PR: ports/106816
Submitted by: Jean-Baptiste Quenot <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
miwi2006-12-16 22:03:13 UTC
FreeBSD ports repository
Modified files:
games/grhino Makefile distinfo pkg-plist
games/grhino/files patch-Makefile.in
Removed files:
games/grhino/files patch-configure patch-po::Makefile.in.in
Log:
- Update to 0.16.0
P
miwi2006-12-16 22:03:10 UTC
FreeBSD ports repository
Modified files:
lang/gnat-gcc41 Makefile distinfo
Log:
- Require specified binary compiler for bootstrapping
- Use recent GCC snapshot
- Some aesthetic changes in the Makefile
- Bump PORTVERSION
PR:
miwi2006-12-16 22:03:07 UTC
FreeBSD ports repository
Modified files:
deskutils/superkaramba-lwp Makefile distinfo
Log:
- Update to 13.4.1
PR: ports/106809
Submitted by: Jason E. Hale <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.9
miwi2006-12-16 22:03:04 UTC
FreeBSD ports repository
Modified files:
graphics/gocrMakefile distinfo
Added files:
graphics/gocr/files patch-src_progress.h
Removed files:
graphics/gocr/files patch-configure patch-link patch-segfault
Log:
- Update to 0.43
pav 2006-12-16 21:30:06 UTC
FreeBSD doc repository
Modified files:
en/platforms/amd64 motherboards.sgml
Log:
- Add entry for Supermicro H8DA8
PR: www/106817
Submitted by: Joao <[EMAIL PROTECTED]>
Revision ChangesPath
1.105 +9 -1 www
ache2006-12-16 21:17:27 UTC
FreeBSD src repository
Modified files:
sys/kern subr_sleepqueue.c
Log:
Don't intermix assignments and variable declarations in prev. commit
Revision ChangesPath
1.34 +6 -4 src/sys/kern/subr_sleepqueue.c
___
sem 2006-12-16 20:37:04 UTC
FreeBSD ports repository
Modified files:
devel/ptypes Makefile
devel/ptypes/files patch-src-Makefile.FreeBSD
Added files:
devel/ptypes/files patch-include-pstreams.h
patch-include-ptypes.h
ache2006-12-16 20:33:26 UTC
FreeBSD src repository
Modified files:
sys/kern subr_sleepqueue.c
Log:
Fix NULL pointer reference for INVARIANTS case
Submitted by: Yuriy Tsibizov <[EMAIL PROTECTED]>
Revision ChangesPath
1.33 +1 -1 src/sys/
itetcu 2006-12-16 20:31:41 UTC
FreeBSD ports repository
Modified files:
mail/dspam-devel Makefile
Log:
Don't put _1 in PORTVERSION but use PORTREVISION intead. UNbreak.
Submitted by: Paul Buetow
Revision ChangesPath
1.59 +2 -1 ports/mail/dspam-de
miwi2006-12-16 20:00:07 UTC
FreeBSD ports repository
Modified files:
games/lucidlife Makefile
Log:
- Add backup MASTER_SITES
PR: ports/106814
Submitted by: Marcin Wisnicki <[EMAIL PROTECTED]> (maintainer)
pointyhat via kris
Approv
marcus 2006-12-16 19:57:37 UTC
FreeBSD ports repository
Modified files:
irc/xchat-systray-plugin Makefile
irc/xchat-systray-plugin/files patch-src-systray.c
Log:
Fix more fallout from the X11BASE -> LOCALBASE GNOME move.
Revision ChangesPath
1.14 +3 -1
marcus 2006-12-16 19:26:17 UTC
FreeBSD ports repository
Added files:
www/mozilla/filespatch-gcc4
Log:
Fix the build with GCC 4.x.
Obtained from: Fedora local patches and Mozilla LXR
Reported by:pointyhat via kris
Revision ChangesPath
1.1 +79 -0
ale 2006-12-16 18:43:57 UTC
FreeBSD ports repository
Modified files:
graphics/exiv2 Makefile distinfo pkg-plist
graphics/exiv2/files patch-src_Makefile
Log:
Update to 0.12 release.
Revision ChangesPath
1.18 +7 -16 ports/graphics/exiv2/Makefile
dinoex 2006-12-16 18:31:09 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
cartotheque --> ports/deskutils/cartotheque
Revision ChangesPath
1.16866 +1 -0 CVSROOT/modules
___
cvs-all@f
dinoex 2006-12-16 18:30:31 UTC
FreeBSD ports repository
Modified files:
deskutilsMakefile
Added files:
deskutils/cartotheque Makefile distinfo pkg-descr pkg-plist
Log:
An application for managing notes on small cards (like punch cards :).
The application use
On Sat, Dec 16, 2006 at 07:26:04PM +0600, Max Khon wrote:
> Hi!
>
> On Sat, Dec 16, 2006 at 11:08:24AM +, Edwin Groothuis wrote:
>
> > edwin 2006-12-16 11:08:24 UTC
> >
> > FreeBSD ports repository
> >
> > Modified files:
> > games/groundhog Makefile
> > Log:
> > mar
dinoex 2006-12-16 18:18:36 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
mywiki --> ports/deskutils/mywiki
Revision ChangesPath
1.16865 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org
dinoex 2006-12-16 18:17:57 UTC
FreeBSD ports repository
Modified files:
deskutilsMakefile
Added files:
deskutils/mywiki Makefile distinfo pkg-descr pkg-plist
Log:
MyWiki is a Wiki without server. All the pages are in a single non-standard
XML document. F
alepulver2006-12-16 18:13:13 UTC
FreeBSD ports repository
Modified files:
games/blobandconquer Makefile distinfo pkg-plist
games/blobandconquer/files patch-makefile
Log:
- Update to version 0.7.2.
- Fix fetching.
PR: ports/106482
Submitted by: alepulve
stas2006-12-16 18:11:39 UTC
FreeBSD ports repository
Added files:
cad/tclspice/files patch-src_frontend_subckt.c
Log:
- gcc 4 compatiblity
Reported by:kris
Revision ChangesPath
1.1 +20 -0 ports/cad/tclspice/files/patch-src_frontend_subckt.c
(
mezz2006-12-16 18:10:33 UTC
FreeBSD ports repository
Modified files:
net-p2p/linuxdcpp/files patch-SConstruct
Log:
Don't need to remove check on GCC anymore, which it used to be problem. With
this changes fix the build with GCC 4.1.
Reported by:krismail
Revisi
In message: <[EMAIL PROTECTED]>
Scott Long <[EMAIL PROTECTED]> writes:
: On Fri, 15 Dec 2006, M. Warner Losh wrote:
:
: > In message: <[EMAIL PROTECTED]>
: >Scott Long <[EMAIL PROTECTED]> writes:
: > : Warner Losh wrote:
: > : > imp 2006-12-15 21:33:23 UTC
: > : >
:
dinoex 2006-12-16 17:48:26 UTC
FreeBSD ports repository
Modified files:
x11/gnustep-app Makefile pkg-descr
Log:
- added Vindaloo, Digibux, AppWrapper, Pixen
Revision ChangesPath
1.16 +5 -1 ports/x11/gnustep-app/Makefile
1.15 +1 -1 ports/x11
ale 2006-12-16 16:36:47 UTC
FreeBSD ports repository
Modified files:
graphics/kipi-plugins Makefile distinfo pkg-descr pkg-plist
graphics/kipi-plugins/files patch-kipi-plugins_Makefile.in
Added files:
graphics/kipi-plugins/files
patch-k
ale 2006-12-16 16:35:47 UTC
FreeBSD ports repository
Modified files:
graphics/libkipi Makefile distinfo pkg-descr pkg-plist
Log:
Update to 0.1.5 release.
Revision ChangesPath
1.9 +8 -5 ports/graphics/libkipi/Makefile
1.4 +3 -3 ports/gra
ale 2006-12-16 16:35:22 UTC
FreeBSD ports repository
Modified files:
graphics/libkexifMakefile distinfo pkg-descr pkg-plist
Log:
Update to 0.2.5 release.
Revision ChangesPath
1.10 +6 -5 ports/graphics/libkexif/Makefile
1.4 +3 -3 ports/gr
dinoex 2006-12-16 16:12:32 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
pixen --> ports/graphics/pixen
Revision ChangesPath
1.16864 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org ma
dinoex 2006-12-16 16:11:56 UTC
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/pixen Makefile distinfo pkg-descr pkg-plist
Log:
Port of the MacOSX pixel-art software to GNUstep
WWW: http://home.gna.org/gsimageapps/
ale 2006-12-16 16:02:18 UTC
FreeBSD ports repository
Modified files:
graphics/libkipi Makefile
graphics/libkexifMakefile
graphics/kipi-plugins Makefile
graphics/digikam Makefile
Log:
Take maintainership.
Revision ChangesPath
1.29 +1
acm 2006-12-16 15:57:45 UTC
FreeBSD ports repository
Modified files:
print/foo2zjsMakefile distinfo pkg-plist
print/foo2zjs/files pkg-message.in
Log:
- Update to 20061212
PR: ports/106659
Submitted by: Armin Pirkovitsch
Revision Chang
acm 2006-12-16 15:54:53 UTC
FreeBSD ports repository
Modified files:
print/foomatic-dbMakefile distinfo pkg-plist
print/foomatic-db-engine Makefile distinfo
Log:
- Update to 20061214
- Add miwi's mirror to MASTER_SITES (miwi thanks)
Revision ChangesPath
rodrigc 2006-12-16 15:50:36 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_export.c
Log:
In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args,
after we perform the operations to delete the export,
call vfs_deleteopt() to delete the "expo
rodrigc 2006-12-16 15:44:03 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_mount.c
Log:
Add a function vfs_deleteopt() which searches through the vfsoptlist
linked list of mount options by name, and deletes the option if it
ume 2006-12-16 15:27:25 UTC
FreeBSD ports repository
Modified files:
sysutils/gkrellm Makefile
Log:
simplify.
Revision ChangesPath
1.64 +1 -3 ports/sysutils/gkrellm/Makefile
___
cvs-all@freebsd.org mailing
kevlo 2006-12-16 15:27:18 UTC
FreeBSD ports repository
Added files:
irc/quirc/files patch-configure
Log:
Fix build with gcc 4.x
Revision ChangesPath
1.1 +10 -0 ports/irc/quirc/files/patch-configure (new)
___
ume 2006-12-16 15:23:51 UTC
FreeBSD ports repository
Modified files:
sysutils/gkrellm Makefile
Added files:
sysutils/gkrellm/files patch-src::chart.c
patch-src::gkrellm_private_proto.h
Log:
make it compilable with gcc 4.1.
Reported
bsam2006-12-16 15:15:29 UTC
FreeBSD ports repository
Modified files:
mail/claws-mail Makefile pkg-plist
Log:
. fix pkg-plist;
. bump PORTREVISION;
. add CONFLICTS= sylpheed-claws. [1]
Reported by:pointyhat via krismail
Suggested by: netchild [1]
Appr
bsam2006-12-16 15:13:14 UTC
FreeBSD ports repository
Modified files:
mail/sylpheed-claws Makefile pkg-plist
Log:
. fix pkg-plist;
. bump PORTREVISION;
. add CONFLICTS= claws-mail. [1]
Reported by:pointyhat via krismail
Suggested by: netchild [1]
Approved
dinoex 2006-12-16 14:59:50 UTC
FreeBSD ports repository
Modified files:
x11/dgs pkg-plist
Log:
- fix plist macro
Revision ChangesPath
1.11 +1 -1 ports/x11/dgs/pkg-plist
___
cvs-all@freebsd.org mailing
se 2006-12-16 14:49:12 UTC
FreeBSD ports repository
Added files:
net-mgmt/argus-clients/files patch-common_gencode.c
Log:
Adapt to stricter "static follows non-static declaration" check in gcc4.
Revision ChangesPath
1.1 +11 -0
ports/net-mgmt/argus-clie
thierry 2006-12-16 14:40:42 UTC
FreeBSD ports repository
Modified files:
databases/tora Makefile
Log:
Chase qscintilla's upgrade.
Reported by:pointyhat via Kris
Pointyhat to: miwi
Revision ChangesPath
1.13 +2 -1 ports/databases/tora/Makefi
miwi2006-12-16 14:30:36 UTC
FreeBSD ports repository
Modified files:
devel/bglibs Makefile distinfo
Log:
- Update to 1.102
PR: ports/105698
Submitted by: Thomas Abthorpe <[EMAIL PROTECTED]>
Approved by:maintainer timeout
Revision Chang
pav 2006-12-16 14:27:05 UTC
FreeBSD doc repository
Modified files:
en/platforms/amd64 motherboards.sgml
Log:
- Add details about unsupported NIC for Tyan Thunder n3600B entry
PR: www/106680
Submitted by: Nicole Harrington <[EMAIL PROTECTED]>
Revisi
On Friday 15 December 2006 21:09, Scott Long wrote:
> On Fri, 15 Dec 2006, M. Warner Losh wrote:
>
> > In message: <[EMAIL PROTECTED]>
> >Scott Long <[EMAIL PROTECTED]> writes:
> > : Warner Losh wrote:
> > : > imp 2006-12-15 21:33:23 UTC
> > : >
> > : > FreeBSD src repository
pav 2006-12-16 14:20:14 UTC
FreeBSD doc repository
Modified files:
en/platforms/amd64 motherboards.sgml
Log:
- Add entry for Tyan Thunder n3600B
PR: www/106654
Submitted by: Nicole Harrington <[EMAIL PROTECTED]>
Revision ChangesPath
1.103
On Friday 15 December 2006 20:42, John Polstra wrote:
> On 15-Dec-2006 David O'Brien wrote:
> > On Fri, Dec 15, 2006 at 01:26:55PM -0800, Peter Grehan wrote:
> >> >I have a Tyan K8W (s2885) which I experienced this on:
> >>
> >> That's using the the AMD 8131 right ?
> >
> > Yep.
> >
> >> Known
pav 2006-12-16 14:16:05 UTC
FreeBSD doc repository
Modified files:
en/platforms/amd64 motherboards.sgml
Log:
- Update Tyan Thunder K8SR entry for 6.2
PR: www/106650
Submitted by: Nicole Harrington <[EMAIL PROTECTED]>
Revision ChangesPath
1.1
bz 2006-12-16 14:15:31 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
In ip6_sprintf print the addresses in a more common/readable
format eliminating leading zeros like in :0001 -> :1.
Reviewed by:mlaier
Revision ChangesPath
pav 2006-12-16 14:12:58 UTC
FreeBSD doc repository
Modified files:
en/platforms/amd64 motherboards.sgml
Log:
- Add entry for Tyan Thunder h1000E
PR: www/106649
Submitted by: Nicole Harrington <[EMAIL PROTECTED]>
Revision ChangesPath
1.101
pav 2006-12-16 14:05:00 UTC
FreeBSD ports repository
Added files:
mail/popular/files patch-src-pdeliver.c
Log:
- Fix build with gcc41
Revision ChangesPath
1.1 +11 -0 ports/mail/popular/files/patch-src-pdeliver.c (new)
__
cognet 2006-12-16 14:00:54 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-all.c
Log:
Do not special-case __ARMEB__, we handle that in the arm code.
Approved by:sos
Revision ChangesPath
1.276 +0 -2 src/sys/dev/ata/ata-all.c
_
jmelo 2006-12-16 13:47:24 UTC
FreeBSD ports repository
Modified files:
irc/epic5Makefile pkg-descr
Log:
- Add mastersites.
- Update pkg-descr.
PR: ports/106670
Submitted by: Josh Paetzel <[EMAIL PROTECTED]> (maintainer)
Revision Changes
Hi!
On Sat, Dec 16, 2006 at 11:08:24AM +, Edwin Groothuis wrote:
> edwin 2006-12-16 11:08:24 UTC
>
> FreeBSD ports repository
>
> Modified files:
> games/groundhog Makefile
> Log:
> mark as USE_GCC=3.4 to overcome 4.1 issues
>
> Revision ChangesPath
> 1.1
anray 2006-12-16 13:13:54 UTC
FreeBSD ports repository
Modified files:
editors/xemacs21-mule Makefile pkg-plist
Log:
Fix build xemacs-mule with canna support.
Reported by:pointyhat via kris
Revision ChangesPath
1.93 +5 -1 ports/editors/xemacs21-mu
dinoex 2006-12-16 13:12:15 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
appwrapper --> ports/deskutils/appwrapper
Revision ChangesPath
1.16863 +1 -0 CVSROOT/modules
___
cvs-all@fre
dinoex 2006-12-16 13:11:37 UTC
FreeBSD ports repository
Modified files:
deskutilsMakefile
Added files:
deskutils/appwrapper Makefile distinfo pkg-descr pkg-plist
Log:
AppWrapper is a GNUstep application meant to aid in the creation of
non GNUstep application
miwi2006-12-16 13:11:08 UTC
FreeBSD ports repository
Modified files:
irc/unreal Makefile distinfo pkg-descr pkg-plist
Log:
force commit: for entry submitter and maintainer:
- Add ipv6 category
PR: ports/106128
Submitted by: Janos Mohacsi <[EMA
miwi2006-12-16 13:09:14 UTC
FreeBSD ports repository
Modified files:
irc/unreal Makefile
Log:
- Add ipv6 category
PR: ports/106128
Revision ChangesPath
1.11 +1 -1 ports/irc/unreal/Makefile
__
miwi2006-12-16 13:07:25 UTC
FreeBSD ports repository
Modified files:
irc/psybnc Makefile
Log:
- Add to ipv6 category
PR: ports/106127
Submitted by: Janos Mohacsi <[EMAIL PROTECTED]>
Approved by:maintainer timeout
Revision Changes
rodrigc 2006-12-16 12:06:59 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_export.c
Log:
Convert to ANSI-style function prototypes.
Revision ChangesPath
1.338 +9 -21 src/sys/kern/vfs_export.c
___
miwi2006-12-16 12:06:28 UTC
FreeBSD ports repository
Modified files:
devel/py-zopeInterface Makefile distinfo pkg-plist
Log:
- Updat to 3.1.0.c1
- Fix build with gcc 4.X
PR: ports/106776
Submitted by: Neal Nelson <[EMAIL PROTECTED]> (maintainer)
Re
miwi2006-12-16 12:06:25 UTC
FreeBSD ports repository
Modified files:
sysutils/cczeMakefile pkg-plist
Added files:
sysutils/ccze/files patch-Makefile.in
Log:
- Fix build with gcc 4
- Make portlint happy about INSTALLS_SHLIBS
- Fix portdocs dir in pkg-plist
miwi2006-12-16 12:06:19 UTC
FreeBSD ports repository
Added files:
audio/musepack/files patch-mppenc.c
Log:
- Fix build with gcc 4.1
PR: ports/106774
Submitted by: Stefan Ehmann <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.1 +1
miwi2006-12-16 12:06:16 UTC
FreeBSD ports repository
Added files:
audio/mp3splt/files patch-splt.h
Log:
- Fix build with gcc 4.X
PR: ports/106787
Submitted by: Ulrich Spoerlein <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.1 +
miwi2006-12-16 12:06:14 UTC
FreeBSD ports repository
Modified files:
textproc/sphinxsearch Makefile distinfo
Log:
- Update to 0.9.7-rc2
PR: ports/106785
Submitted by: Matthew Seaman <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.2
miwi2006-12-16 11:53:53 UTC
FreeBSD ports repository
Modified files:
security/super Makefile distinfo
Log:
- Updatre to 3.26.2
Submitted by: farrokhi
Revision ChangesPath
1.30 +1 -1 ports/security/super/Makefile
1.14 +3 -3 ports/
1 - 100 of 139 matches
Mail list logo