miwi2007-12-19 07:48:04 UTC
FreeBSD ports repository
Modified files:
devel/pear-Structures_DataGrid Makefile distinfo pkg-descr
Log:
- Force commit for correct entry
- Update to 0.9.0
- Takeover maintainership
Approved by:Nick Hilliard <[EMAIL PROTECTED]> (mai
miwi2007-12-19 07:42:03 UTC
FreeBSD ports repository
Modified files:
devel/pear-Structures_DataGrid distinfo
Log:
- Update to 0.9.0
- Takeover maintainership
Approved by:Nick Hilliard <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.6 +3 -3
ale 2007-12-19 06:56:53 UTC
FreeBSD ports repository
Modified files:
java/proguardMakefile distinfo
Log:
Update to 4.1 release.
Revision ChangesPath
1.11 +1 -1 ports/java/proguard/Makefile
1.11 +3 -3 ports/java/proguard/distinfo
_
dougb 2007-12-19 06:22:07 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
obmenu --> ports/x11-wm/obmenu
Revision ChangesPath
1.19079 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org ma
dougb 2007-12-19 06:22:00 UTC
FreeBSD ports repository
Modified files:
x11-wm Makefile
Added files:
x11-wm/obmenuMakefile distinfo pkg-descr
Log:
Obmenu is a menu editor designed for Openbox. It's easy to use, allowing
you to get the most out of
alc 2007-12-19 05:47:51 UTC
FreeBSD src repository
Modified files:
sys/vm vm_page.c
Log:
Eliminate redundant code from vm_page_startup().
Revision ChangesPath
1.363 +0 -17 src/sys/vm/vm_page.c
___
c
kmacy 2007-12-19 05:17:40 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_offload.c
Log:
Remove extraneous debug statements.
Noticed by: Andrey Chernov
Revision ChangesPath
1.2 +0 -6 src/sys/netinet/tcp_offload.c
_
ru 2007-12-19 05:10:07 UTC
FreeBSD src repository
Modified files:
lib/libfetch Makefile
Log:
Add missing dependencies on Makefile (fixes NO_CLEAN builds).
Revision ChangesPath
1.51 +4 -4 src/lib/libfetch/Makefile
imp 2007-12-19 04:30:11 UTC
FreeBSD src repository
Modified files:
lib/libc/stdtime localtime.c
Log:
Reduce lock contention for simple cases.
# this really should be done with pthread_once, but I've debugged this code.
Reviewed by: arch@
Revision Changes
imp 2007-12-19 03:33:13 UTC
FreeBSD src repository
Modified files:
lib/libc/sys select.2
Log:
Add note about other systems.
Revision ChangesPath
1.34 +3 -0 src/lib/libc/sys/select.2
___
cvs-all@freebsd.
imp 2007-12-19 03:31:44 UTC
FreeBSD src repository
Modified files:
usr.sbin/boot98cfg boot98cfg.c
Log:
Correct typo in usage message.
Revision ChangesPath
1.8 +1 -1 src/usr.sbin/boot98cfg/boot98cfg.c
___
cvs
obrien 2007-12-19 01:59:59 UTC
FreeBSD ports repository
Modified files:
ftp/ncftp3 Makefile distinfo
Log:
Update to version 3.2.1,
and USE_LDCONFIG instead of deprecated INSTALL_SHLIB.
PR: 117953
Submitter: KIMURA Yasuhiro <[EMAIL PROTECTED]>
obrien 2007-12-19 01:54:33 UTC
FreeBSD ports repository
Modified files:
editors/vim Makefile
Log:
Enable WITH_LANG for "PACKAGE_BUILDING".
Revision ChangesPath
1.315 +1 -0 ports/editors/vim/Makefile
___
cv
obrien 2007-12-19 01:53:22 UTC
FreeBSD ports repository
Modified files:
editors/vim Makefile distinfo
Log:
Update to Vim 7.1 patchlevel 175.
Revision ChangesPath
1.314 +3 -3 ports/editors/vim/Makefile
1.183 +81 -0 ports/editors/vim/distinf
araujo 2007-12-19 01:32:34 UTC
FreeBSD ports repository
Modified files:
graphics/ocrad Makefile distinfo
Removed files:
graphics/ocrad/files patch-Makefile.in patch-configure
Log:
- Update to 0.17.
- Pass maintainership to submitter.
PR: ports/118
imp 2007-12-19 01:28:17 UTC
FreeBSD src repository
Modified files:
share/misc Makefile
Log:
Go ahead and install usbdevs. This will be used by the usbdevs device
to print more information about some devices.
Revision ChangesPath
1.27 +4 -1 s
imp 2007-12-19 01:26:34 UTC
FreeBSD src repository
Modified files:
share/man/man9 BUS_SETUP_INTR.9
Log:
Add verbage on some of the rules for a 'filter' vs an 'ithread'
interrupt handler.
Revision ChangesPath
1.21 +81 -2 src/share/man/man9/BUS_SETU
araujo 2007-12-19 00:51:14 UTC
FreeBSD ports repository
Modified files:
net/emptyMakefile distinfo
Log:
- Update to 0.6.14b.
- Respect PORTDOCS and PORTEXAMPLES.
PR: ports/118788
Submitted by: Felippe de Meirelles Motta <[EMAIL PROTECTED]>
Ap
db 2007-12-19 00:34:41 UTC
FreeBSD ports repository
Modified files:
comms/linrad Makefile distinfo
comms/linrad/files patch-Makefile.in patch-lxsys.c
Log:
- Update to 2.4
Revision ChangesPath
1.17 +2 -2 ports/comms/linrad/Makefile
1.10
miwi2007-12-19 00:31:38 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
setlayout --> ports/x11/setlayout
Revision ChangesPath
1.19078 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org
miwi2007-12-19 00:31:17 UTC
FreeBSD ports repository
Modified files:
x11 Makefile
Added files:
x11/setlayoutMakefile distinfo pkg-descr
Log:
setlayout is a small program that arranges desktops in an MxN grid.
It should work with any EWHM-comp
des 2007-12-19 00:26:36 UTC
FreeBSD src repository
Modified files:
lib/libfetch common.c fetch.c ftp.c http.c
Log:
As several people pointed out, I did all the ctype casts the wrong
way (not for the first time...)
Noticed by: bde, ru ++
MFC after: 1
beech 2007-12-19 00:04:50 UTC
FreeBSD ports repository
Modified files:
www/horde-base Makefile
Added files:
www/horde-base/files patch-lib_Horde_NLS.php
Log:
- Fix bug "isspace broken for UTF-8 locales."
Causes Japanese characters to display improperly.
PR
das 2007-12-18 23:49:05 UTC
FreeBSD src repository
Modified files:
lib/libc/stdio Symbol.map
Log:
Move all the xprintf-related symbols to FBSDprivate_1.0.
Discussed with: deischen, kan, phk
Revision ChangesPath
1.6 +13 -9 src/lib/libc/stdio/Sy
das 2007-12-18 23:46:32 UTC
FreeBSD src repository
Modified files:
lib/msun/ld128 s_nanl.c
lib/msun/ld80s_nanl.c
lib/msun/src math_private.h s_nan.c
lib/libc/amd64 Symbol.map
lib/libc/i386Symbol.map
lib/libc/ia64
miwi2007-12-18 23:33:21 UTC
FreeBSD ports repository
Modified files:
net-mgmt/nagios-devel Makefile distinfo
Log:
- Update to 3.0-RC1
PR: 118802
Submitted by: Jarrod Sayers <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.7 +2 -2
miwi2007-12-18 23:32:12 UTC
FreeBSD ports repository
Modified files:
net-mgmt/nagios-plugins Makefile distinfo pkg-plist
Log:
- Update to 1.4.11
PR: 118799
Submitted by: Jarrod Sayers <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.66
miwi2007-12-18 23:31:25 UTC
FreeBSD ports repository
Modified files:
sysutils/gtk-send-pr Makefile distinfo
Log:
- Update to 0.4.9
- Pass maintainership to submitter
PR: 118789
Submitted by: Miguel Mendez" <[EMAIL PROTECTED]>
Revision ChangesP
miwi2007-12-18 23:27:17 UTC
FreeBSD ports repository
Modified files:
audio/herrie Makefile distinfo
Log:
- Update to 1.9.1
PR: 118785
Submitted by: Ed Schouten <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.27 +1 -1
araujo 2007-12-18 23:24:56 UTC
FreeBSD ports repository
Modified files:
x11-fm/gnome-commander2 Makefile
Log:
- Mark BROKEN on respective OSVERSION/ARCHS.
PR: ports/118840
Submitted by: Hardy Schumacher <[EMAIL PROTECTED]>
Reviewed by:nox
Revision
brooks 2007-12-18 23:21:39 UTC
FreeBSD ports repository
Modified files:
sysutils/sge Makefile distinfo
Log:
Upgrade to Grid Engine 6.0 update 12
A list of bug fixes can be found at:
http://gridengine.sunsource.net/project/gridengine/60patches.txt
Revision
miwi2007-12-18 23:20:17 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
musica --> ports/audio/musica
Revision ChangesPath
1.19077 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mai
miwi2007-12-18 23:19:54 UTC
FreeBSD ports repository
Modified files:
audioMakefile
Added files:
audio/musica Makefile distinfo pkg-descr
audio/musica/files patch-src_channel2device.cc
patch-src_dnd.cc patch-src_events
miwi2007-12-18 23:18:56 UTC
FreeBSD ports repository
Modified files:
mail/dbmail Makefile distinfo
Log:
- Update to 2.2.8
PR: 118825
Submitted by: Mark Starovoytov <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.37 +1 -1
miwi2007-12-18 23:06:43 UTC
FreeBSD ports repository
Modified files:
net/daemonlogger Makefile distinfo pkg-descr
Log:
- Update to 1.0.1
PR: 118183
Submitted by: Wesley Shields <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.3
miwi2007-12-18 23:05:54 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-Data-Currency --> ports/finance/p5-Data-Currency
Revision ChangesPath
1.19076 +1 -0 CVSROOT/modules
___
c
miwi2007-12-18 23:05:30 UTC
FreeBSD ports repository
Modified files:
finance Makefile
Added files:
finance/p5-Data-Currency Makefile distinfo pkg-descr pkg-plist
Log:
The Data::Currency module provides basic currency formatting and conversion.
WWW: ht
mezz2007-12-18 23:04:51 UTC
FreeBSD ports repository
Modified files:
accessibility/gnome-speech Makefile distinfo
Log:
Update to 0.4.17.
Revision ChangesPath
1.33 +1 -1 ports/accessibility/gnome-speech/Makefile
1.26 +3 -3 ports/accessibility/
mezz2007-12-18 23:04:24 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/vte Makefile distinfo
Log:
Update to 0.16.11.
Revision ChangesPath
1.77 +1 -1 ports/x11-toolkits/vte/Makefile
1.45 +3 -3 ports/x11-toolkits/vte/distinfo
___
miwi2007-12-18 23:02:45 UTC
FreeBSD ports repository
Modified files:
editors/hte Makefile distinfo
Log:
- Update to 2.0.11
PR: 118843
Submitted by: Marcus von Appen <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.43 +2 -3
kmacy 2007-12-18 23:00:25 UTC
FreeBSD src repository
Modified files:
sys/modules/cxgb/tom Makefile
sys/dev/cxgb/ulp/tom cxgb_cpl_socket.c
Log:
Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.
Revision ChangesPath
1.3 +2 -0
kmacy 2007-12-18 22:59:08 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_offload.h tcp_subr.c tcp_usrreq.c
Log:
Incorporate TCP offload hooks in to core TCP code.
- Rename output routines tcp_gen_* -> tcp_output_*.
- Rename notification routines tha
kuriyama2007-12-18 22:49:29 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
flex_compiler_shell --> ports/devel/flex_compiler_shell
Revision ChangesPath
1.19075 +1 -0 CVSROOT/modules
_
kuriyama2007-12-18 22:48:53 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/flex_compiler_shell Makefile distinfo pkg-descr
pkg-plist
devel/flex_compiler_shell/files fcsh.in
Log:
The fcsh (Fl
miwi2007-12-18 22:44:41 UTC
FreeBSD ports repository
Modified files:
devel/jude-community Makefile distinfo
Log:
- Update to 5.1.1
PR: 118751
Submitted by: Yoshihiko Sarumaru <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.27 +1 -
miwi2007-12-18 22:37:40 UTC
FreeBSD ports repository
Modified files:
textproc/permute pkg-descr
Log:
- Update WWW
PR: 117853
Submitted by: Erik Greenwald <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.2 +1 -1 ports/text
imp 2007-12-18 22:10:28 UTC
FreeBSD ports repository
Modified files:
sysutils/makefs/files patch-usr.bin-makefs-ffs-ffs_alloc.c
Log:
fix cut-n-paste error: need to update i_ffs2_blocks for ffs2 systems.
Submitted by: mat@
Revision ChangesPath
1.2 +1 -
flz 2007-12-18 22:08:56 UTC
FreeBSD ports repository
Modified files:
net-p2p/rtorrent Makefile
net-p2p/rtorrent-devel Makefile
Added files:
net-p2p/rtorrent/files patch-src_command__network.cc
Log:
- OPTIONS'ify.
- Add support for XMLRPC (default: on).
tabthorpe2007-12-18 21:31:54 UTC
FreeBSD ports repository
Modified files:
mail/squirrelmail-compatibility-plugin Makefile
Log:
- Apply current version patch
- Bump PORTREVISION to chase SM update to 1.4.13
Revision ChangesPath
1.10 +3 -2 ports/mail/squirre
mezz2007-12-18 21:27:34 UTC
FreeBSD ports repository
Modified files:
www/linux-opera Makefile distinfo pkg-message
Log:
Update to 9.25, this is security fixes release. Security details will be
disclosed at a later date, so look at brief details in 'Security:'.
Sec
On 2007.12.18 16:03:29 +, Martin Wilke wrote:
> miwi2007-12-18 16:03:29 UTC
>
> FreeBSD ports repository
>
> Modified files:
> mail/squirrelmailMakefile distinfo
> Removed files:
> mail/squirrelmail/files patch-1.4.11_compose_attachments
> Log:
> - Update to 1.
alexbl 2007-12-18 21:08:51 UTC
FreeBSD ports repository
Modified files:
graphics/swfdec Makefile pkg-plist
Log:
- enable ffmpeg and mad when not using gstreamer
- fix an icon plist issue
Revision ChangesPath
1.48 +4 -4 ports/graphics/swfdec/Makefil
alexbl 2007-12-18 20:46:06 UTC
FreeBSD ports repository
Modified files:
www/swfdec-pluginMakefile distinfo
Log:
- update to 0.5.5
Revision ChangesPath
1.26 +2 -2 ports/www/swfdec-plugin/Makefile
1.11 +3 -3 ports/www/swfdec-plugin/distinfo
_
alexbl 2007-12-18 20:40:39 UTC
FreeBSD ports repository
Modified files:
graphics/swfdec Makefile distinfo pkg-plist
Log:
- update to 0.5.5
Revision ChangesPath
1.47 +2 -1 ports/graphics/swfdec/Makefile
1.17 +3 -3 ports/graphics/swfdec/dist
obrien 2007-12-18 20:39:13 UTC
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
Be more exact with sigaction SA_SIGINFO handling.
Reviewed by:marcel
Revision ChangesPath
1.353 +5 -2 src/sys/kern/kern_sig.c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 18 December 2007 14:41:46 Thomas Abthorpe wrote:
> tabthorpe2007-12-18 19:41:46 UTC
>
> FreeBSD ports repository
>
> Modified files:
> misc/gnomesword Makefile distinfo pkg-plist
> misc/gnomesword/files patch-Makefile.in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 18 December 2007 14:38:09 Thomas Abthorpe wrote:
> tabthorpe2007-12-18 19:38:09 UTC
>
> FreeBSD ports repository
>
> Modified files:
> misc/bibletime Makefile distinfo
> Log:
> - Update to 1.6.5
>
> Approved by:po
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 18 December 2007 14:36:55 Thomas Abthorpe wrote:
> tabthorpe2007-12-18 19:36:55 UTC
>
> FreeBSD ports repository
>
> Modified files:
> misc/sword Makefile distinfo pkg-plist
> Log:
> - Update to 1.5.10
>
> Approve
brueffer2007-12-18 20:13:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/geom/class/nop gnop.8
Log:
MFC: rev. 1.22
Minor language cleanup.
Approved by:re (blanket)
Revision ChangesPath
1.21.2.1 +3 -3 src/sbin/geom/clas
edwin 2007-12-18 20:13:13 UTC
FreeBSD ports repository
Modified files:
math/clp Makefile
Log:
On request of maintainer I've mirrored a copy.
Revision ChangesPath
1.3 +2 -1 ports/math/clp/Makefile
___
db 2007-12-18 20:04:24 UTC
FreeBSD ports repository
Modified files:
comms/qrqMakefile distinfo pkg-plist
Log:
- upgrade to 0.1.3
Revision ChangesPath
1.3 +2 -1 ports/comms/qrq/Makefile
1.3 +3 -3 ports/comms/qrq/distinfo
1.2
flz 2007-12-18 19:50:17 UTC
FreeBSD ports repository
Modified files:
net/xmlrpc-c Makefile distinfo pkg-plist
Added files:
net/xmlrpc-c/files patch-Makefile.common patch-ltconfig
Removed files:
net/xmlrpc-c/files
patch-examples::
tabthorpe2007-12-18 19:41:46 UTC
FreeBSD ports repository
Modified files:
misc/gnomesword Makefile distinfo pkg-plist
misc/gnomesword/files patch-Makefile.in
Removed files:
misc/gnomesword/files patch-configure
Log:
- Update to 2.3.1
Approved by:portmgr
tabthorpe2007-12-18 19:38:09 UTC
FreeBSD ports repository
Modified files:
misc/bibletime Makefile distinfo
Log:
- Update to 1.6.5
Approved by:portmgr (pav)
Revision ChangesPath
1.26 +3 -5 ports/misc/bibletime/Makefile
1.12 +3 -3 po
tabthorpe2007-12-18 19:36:55 UTC
FreeBSD ports repository
Modified files:
misc/sword Makefile distinfo pkg-plist
Log:
- Update to 1.5.10
Approved by:portmgr (pav)
Revision ChangesPath
1.30 +13 -7 ports/misc/sword/Makefile
1.10 +3 -3
db 2007-12-18 19:07:41 UTC
FreeBSD ports repository
Modified files:
comms/trustedqsl Makefile
Added files:
comms/trustedqsl/files patch-tqsllib-2.0_tqslconvert.cpp
Log:
- When reading an ADIF log, in which the frequency is given (instead of
the band), the conv
mezz2007-12-18 18:57:35 UTC
FreeBSD ports repository
Modified files:
graphics/libcaca Makefile
Log:
It looks like it supports both libslang and libslang2. Remove the autocheck.
Add a check on libslang.so.1 if it exists in system then depend on libslang
instead of libs
miwi2007-12-18 18:57:11 UTC
FreeBSD ports repository
Modified files:
net/bcusdk-eibd Makefile
net/bcusdk-eibd/files patch-eibd_libserver_eibnetip.cpp
Log:
- Fix some mistakes
Submitted by: Bjoern Koenig (via irc)
Revision ChangesPath
1.2 +3
miwi2007-12-18 18:55:45 UTC
FreeBSD ports repository
Modified files:
www/squid30 Makefile distinfo pkg-descr
www/squid30/filespkg-message.in
Removed files:
www/squid30/filespatch-errors__Armenian
patch-secfix-2007-2
Log:
miwi2007-12-18 18:54:36 UTC
FreeBSD ports repository
Modified files:
multimedia/openmovieeditor Makefile distinfo
Log:
- Update to 0.0.20071118
PR: 118761
Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.4
miwi2007-12-18 18:53:38 UTC
FreeBSD ports repository
Modified files:
graphics/gimp-lqr-plugin Makefile distinfo pkg-plist
Log:
- Update to 0.3.0-6
PR: 118765
Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
miwi2007-12-18 18:52:42 UTC
FreeBSD ports repository
Modified files:
games/kobodeluxe Makefile distinfo pkg-plist
Removed files:
games/kobodeluxe/files patch-gamestate.h
Log:
- Update to 0.2.1
PR: 118764
Submitted by: Dmitry Marakasov <[EMAIL P
miwi2007-12-18 18:51:29 UTC
FreeBSD ports repository
Modified files:
games/allacrost Makefile distinfo pkg-message pkg-plist
Removed files:
games/allacrost/files patch-src-main.cpp
Log:
- Update to 0.2.1
PR: 118763
Submitted by: Dmitry Marakas
miwi2007-12-18 18:50:21 UTC
FreeBSD ports repository
Modified files:
games/zatackaMakefile distinfo pkg-plist
Removed files:
games/zatacka/files patch-Makefile patch-fx.cpp
Log:
- Update to 0.1.8
PR: 118762
Submitted by: Dmitry Marakasov <
[1]A collection of love, romance and relationships resources including
advice, poetry, quotes, dedications, chat, horoscopes, romantic ideas,
message boards, free love postcards and much more!!
[2]send suggestions
miwi2007-12-18 18:45:37 UTC
FreeBSD ports repository
Modified files:
graphics/mhgui Makefile distinfo pkg-plist
Log:
- Update to 0.2
PR: 118766
Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.3
miwi2007-12-18 18:45:34 UTC
FreeBSD ports repository
Modified files:
graphics/makehuman Makefile distinfo pkg-plist
Log:
- Update to 0.9.1-r1a
PR: 118768
Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer)
Revision Changes Path
miwi2007-12-18 18:45:34 UTC
FreeBSD ports repository
Modified files:
graphics/animorphMakefile distinfo pkg-plist
Log:
- Update to 0.3
PR: 118767
Submitted by: Dmitry Marakasov <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.2
miwi2007-12-18 18:41:43 UTC
FreeBSD ports repository
Modified files:
french/gfaim Makefile
Added files:
french/gfaim/files patch-gfaim.c
Log:
- Update MASTER_SITES
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 118794
S
miwi2007-12-18 18:40:13 UTC
FreeBSD ports repository
Modified files:
deskutils/kooldock Makefile distinfo pkg-plist
Added files:
deskutils/kooldock/files patch-cvs
Log:
- Update to 0.4.7
PR: 118755
Submitted by: Gustavo Perez <[EMAIL PROTECTED]>
miwi2007-12-18 18:38:52 UTC
FreeBSD ports repository
Modified files:
dns/sqldjbdnsMakefile
Added files:
dns/sqldjbdns/files patch-djbdns-1.05
Log:
- Fix build with gcc 4.2
PR: 118791
Submitted by: Pietro Cerutti <[EMAIL PROTECTED]>
Re
miwi2007-12-18 18:37:20 UTC
FreeBSD ports repository
Modified files:
sysutils/eiciel Makefile distinfo pkg-plist
Log:
- Update to 0.9.5.1
PR: 118616
Submitted by: KATO Tsuguru <[EMAIL PROTECTED]>
Revision ChangesPath
1.15 +7 -17
miwi2007-12-18 18:37:18 UTC
FreeBSD ports repository
Modified files:
ftp/junglemonkey Makefile
Added files:
ftp/junglemonkey/files patch-src-util_sha_cache.c
Log:
- Fixes a linker problem when not using libtool 15
- Fixes a bug causing the program to crash on exi
miwi2007-12-18 18:37:05 UTC
FreeBSD ports repository
Modified files:
net/phpldapadmin Makefile distinfo
Log:
- Update to 1.1.0
Changelog:
* No longer uses frames and has a new look
* Includes an AJAX tree and some AJAX displays (more could probabl
brooks 2007-12-18 17:48:53 UTC
FreeBSD ports repository
Modified files:
sysutils/sge Makefile
sysutils/sge/files patch-scripts_distinst
Log:
Minor change that do not change the installed packages.
- Replace the non-standard knobs DRMAA and QMON with JAVA and X1
leeym 2007-12-18 17:29:11 UTC
FreeBSD ports repository
Modified files:
sysutils/fusefs-wdfs Makefile distinfo
Log:
- Update to 1.4.2
PR: 117164
Submitted by: leeym
Approved by:maintainer timeout
Revision ChangesPath
1.6 +2 -2 po
marcus 2007-12-18 17:24:11 UTC
FreeBSD ports repository
Modified files:
net/vinagre Makefile
Log:
Add a missing dependency on avahi-ui.
PR: 118828
Submitted by: Romain Tartiere <[EMAIL PROTECTED]>
Revision ChangesPath
1.2 +3 -1
On Tue, 2007-12-18 at 10:40 +0100, Dag-Erling Smørgrav wrote:
> Ken Smith <[EMAIL PROTECTED]> writes:
> > Log:
> > A few more adjustments needed because of changes in xorg. Just installing
> > xorg-server doesn't include any video drivers so install xorg-drivers as
> > well. And if font-
miwi2007-12-18 17:01:28 UTC
FreeBSD ports repository
Modified files:
devel/p5-Tree-DAG_Node Makefile distinfo
Log:
- Update to 1.06
- Pass maintainership to perl@
Revision ChangesPath
1.6 +3 -3 ports/devel/p5-Tree-DAG_Node/Makefile
1.5 +3 -3
miwi2007-12-18 16:58:42 UTC
FreeBSD ports repository
Modified files:
devel/pear-FSM Makefile distinfo
Log:
- Update to 1.2.5
- Adopt maintainership
Revision ChangesPath
1.5 +4 -4 ports/devel/pear-FSM/Makefile
1.4 +3 -3 ports/devel/p
miwi2007-12-18 16:58:02 UTC
FreeBSD ports repository
Modified files:
ftp/pear-Net_FTP Makefile distinfo
Log:
- Update 1.3.3
- Adopt maintainership
Revision ChangesPath
1.9 +3 -3 ports/ftp/pear-Net_FTP/Makefile
1.8 +3 -3 ports/ftp/pear
nivit 2007-12-18 16:50:33 UTC
FreeBSD ports repository
Modified files:
textproc/py-pygments Makefile distinfo pkg-plist
Log:
- Update to 0.9
- Change MASTER_SITES from SF to CHEESESHOP
Revision ChangesPath
1.5 +2 -2 ports/textproc/py-pygments/Makefile
pav 2007-12-18 16:44:13 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
latex-prettyref --> ports/print/latex-prettyref
Revision ChangesPath
1.19074 +1 -0 CVSROOT/modules
___
cvs-all
pav 2007-12-18 16:43:24 UTC
FreeBSD ports repository
Modified files:
printMakefile
Added files:
print/latex-prettyref Makefile distinfo pkg-descr pkg-plist
Log:
Prettyref provides a command \newrefformat, which specifies the way in
which a reference i
sat 2007-12-18 16:37:01 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/gtkimageview Makefile distinfo pkg-plist
Log:
- Update to 1.5.0
Revision ChangesPath
1.3 +1 -1 ports/x11-toolkits/gtkimageview/Makefile
1.2 +3 -3 ports/x11-to
miwi2007-12-18 16:31:11 UTC
FreeBSD ports repository
Modified files:
misc/ttyrec Makefile
mail/qmail-scanner Makefile
devel/premakeMakefile
mail/qmail-scanner1 Makefile
mail/xf-spf Makefile
net-mgmt/weathermap Makefile
Log:
nivit 2007-12-18 16:24:50 UTC
FreeBSD ports repository
Modified files:
multimedia/clive Makefile distinfo pkg-descr pkg-plist
Removed files:
multimedia/clive pkg-message
Log:
- Update to 0.4.0
- Add www/py-urlgrabber as dependency
- Add x11/xclip to OPTIONS
pav 2007-12-18 16:21:28 UTC
FreeBSD ports repository
Modified files:
lang/sbclMakefile distinfo pkg-plist
Removed files:
lang/sbcl/files patch-src_compiler_x86_parms.lisp
Log:
- Update to 1.0.11
PR: ports/117519
Submitted by: NIIMI
pav 2007-12-18 16:05:48 UTC
FreeBSD ports repository
Modified files:
www/tdiary-devel Makefile
Log:
- Mark FORBIDDEN: contains a security vulnerability
PR: ports/118775
Submitted by: TAKATSU Tomonari <[EMAIL PROTECTED]> (maintainer)
Revision Cha
miwi2007-12-18 16:03:29 UTC
FreeBSD ports repository
Modified files:
mail/squirrelmailMakefile distinfo
Removed files:
mail/squirrelmail/files patch-1.4.11_compose_attachments
Log:
- Update to 1.4.13
PR: 118781
Submitted by: Simon Dick <[EMAIL
1 - 100 of 152 matches
Mail list logo