Commit Graph

32870 Commits

Author SHA1 Message Date
espie
c4e1612c34 fix size test finally (|| > |)
check that MULTI_PACKAGES do begin with -.
2006-03-24 19:28:13 +00:00
steven
633e4f1bc1 update to xcircuit 3.4.21
remove patches as they were taken up by the author

joint work with and ok maintainer Zvezdan Petkovic
2006-03-24 17:30:34 +00:00
mbalmer
88da3846e2 Add the last missing dependency (net/pear-Net-Socket) and bump the pkgname. 2006-03-24 15:59:29 +00:00
mbalmer
3b2c0dc6f5 Add RUN_DEPENDS to net/pear-Net-URL. 2006-03-24 15:39:38 +00:00
jakob
34f5e6e672 fix setting multicast TTL; from norby@ 2006-03-23 19:35:08 +00:00
bernd
d71c101364 Update to liboil-0.3.7.
comments & ok jakemsr@, jolan@
2006-03-23 18:05:55 +00:00
jolan
f904ff86e7 mirror is gone so replace it with another one, noticed by Rui Reis 2006-03-23 17:21:28 +00:00
todd
5220cb1363 take maintainership, ok jakob@
update to 3.6.4
(see http://dspam.nuclearelephant.com/text/RELEASE-3.6.4.txt for details)
Additionally:
- fix a typo in a printf
- give postgresql a chance of decent performance
- timeout at 15min not 5min per message by default
2006-03-23 17:17:40 +00:00
msf
a4a3f3ef73 - depend on proper library version 2006-03-23 17:15:25 +00:00
robert
91db17e0d5 do not try to pick up installed versions of sqlite3; use the included copy instead;
bump PKGNAME;

problem reported by naddy@
2006-03-23 15:50:30 +00:00
jakob
57417add32 stunnel 4.15 2006-03-23 15:49:53 +00:00
brad
899661bc71 for some fairly rare unrecognized events print some additional info
when i_panic() is called to help with debugging.

From Vaclav Haisman on the Dovecot list.
2006-03-23 05:24:24 +00:00
jakob
00d1b41fb5 remove debug flag 2006-03-23 02:34:37 +00:00
brad
3084d8722c upgrade to gxemul 0.3.8 2006-03-23 01:40:03 +00:00
jakob
8520f30b2c work around gcc 3.3.5 optimization bug on sparc64 2006-03-23 00:39:41 +00:00
uwe
d3dbbe9d36 Don't forget to initialize the VSTATUS control character for the new pty
when stdin is not a terminal; Ok sturm@ for a similar diff
2006-03-22 20:17:40 +00:00
sturm
8103881243 update to monit 4.7
see http://www.tildeslash.com/monit/doc/changes.php for details

from maintainer Ben Lovett <ben at tilderoot.com>
2006-03-22 15:58:01 +00:00
bernd
4dd9b2a726 Correct path to gpg in the gpg.rc example file. Bump PKGNAMEs.
ok sturm@
2006-03-22 12:43:09 +00:00
jakemsr
1f7fc2eab3 - don't strip libraries on install
- bump PKGNAME
2006-03-22 08:08:42 +00:00
jolan
ba7ee47af0 update to 3.3.4 2006-03-22 01:36:11 +00:00
jolan
a31a7ba6c7 enable matroska (.mka/.mkv) and musepack (.mpc) support 2006-03-22 01:33:06 +00:00
jolan
679f717c72 +libmatroska 2006-03-22 01:31:43 +00:00
jolan
f9203b7a6c libmatroska-0.8.0, extensible open standard audio/video container library 2006-03-22 01:30:20 +00:00
jolan
0434eb30b0 +libebml 2006-03-22 01:28:10 +00:00
jolan
a5f2fa4576 libebml-0.7.6, Extensible Binary Meta Language library 2006-03-22 01:26:57 +00:00
msf
21a0ee1c85 - update to 1.01 2006-03-21 22:54:29 +00:00
pedro
ad625866d0 luacompat-5.1r5, okay jolan@ 2006-03-21 21:32:25 +00:00
msf
7ad76707e0 +trac 2006-03-21 21:18:40 +00:00
msf
69058d234d - initial import of trac 0.9.4 submitted by Ben Lovett
Trac is an enhanced wiki and issue tracking system for software development
projects. Trac uses a minimalistic approach to web-based software project
management. Our mission; to help developers write great software while
staying out of the way. Trac should impose as little as possible on a
team's established development process and policies.

It provides an interface to Subversion, an integrated Wiki and convenient
report facilities.

ok sturm@
2006-03-21 21:17:10 +00:00
pedro
6b6c24144d += luarings 2006-03-21 21:04:50 +00:00
pedro
03a4160d9a Rings is a library which provides a way to create new Lua states from within
Lua. It also offers a simple way to communicate between the creator (master)
and the created (slave) states.
2006-03-21 21:02:52 +00:00
kurt
40ddbf5ab4 - build with iconv to support -encoding and needed for classpath 0.20
- drop VMEM_WARNING since default ulimits are ok for this now
- change SEPARATE_BUILD=concurrent

Based on Frederick C Druseikis changes. okay ian@
2006-03-21 17:32:04 +00:00
jsg
4ba4c16d52 Update to 0.5.0, ok jolan@ 2006-03-21 04:00:09 +00:00
msf
8307d856a9 - fix regression tests by not passing MAKE_ENV to perl 2006-03-20 21:30:34 +00:00
steven
be05407a0a maintenance update to 3.1.1
from: new maintainer Andreas Voegele (voegelas at gmx dot net)
2006-03-20 20:18:29 +00:00
naddy
c7e05190d8 SECURITY: Update to 7.15.3.
Fixes TFTP packet buffer overflow vulnerability. (CVE-2006-1061)
2006-03-20 17:21:28 +00:00
mbalmer
da3374f164 + ldapvi 2006-03-20 16:20:13 +00:00
mbalmer
b25e6635c3 ldapvi, edit entries in an LDAP tree using a text editor. Comes in really
handy when working with LDAP servers over SSH connections.

From Antoine Jacoutot <ajacoutot@lphp.org>
2006-03-20 16:19:27 +00:00
espie
edc4dc843c oops, avoid depending on oneself, and fix dvdnav build. 2006-03-20 15:33:21 +00:00
espie
62cb1cd563 big clean-up of gstreamer-plugins, allows a lot more plugins to compile
correctly, fix build in lots of cases, since there is a HUGE number of
things gst will try to pick up.

fix the framework for MULTI_PACKAGES to not do insane stuff, and simplify
the main Makefile greatly.

Set up SHARED_ONLY.

Some more clean-up to do.
Someone will have to come up with descriptions and comments more accurate,
and do more plugins testing...
2006-03-20 15:21:43 +00:00
kurt
bc308600a9 add sparc to ONLY_FOR_ARCHS for ports with MODJAVA_VER=1.3/1.3+ 2006-03-20 14:42:37 +00:00
kurt
107e7546a3 - enter 1.3.1 on sparc. due to the small datasize ulimit on sparc -Xmx60
is about as high as you can go. tomcat v4 and demos work but a bit slowly.
2006-03-20 14:40:24 +00:00
steven
8ffa4e00e1 update to libxml 2.6.23; many bugfixes
ok bernd@
2006-03-20 13:36:54 +00:00
bernd
6f35f24ce0 Update to expat-2.0.0.
test & ok steven@
"go ahead, now is the time" espie@
2006-03-20 10:11:02 +00:00
jakemsr
19eeabdc6c - accomodate fr libavcodec changes
- bump PKGNAME
2006-03-20 05:52:33 +00:00
jakemsr
48c1287d33 - accomodate for libavcodec changes
- bump PKGNAME

OK brad@
2006-03-20 05:51:59 +00:00
jakemsr
cfb61f73b5 update to CVS as of 3/12/06.
relevant portion of the official ChangeLog:

- Fraps FPS1 video decoder
- Snow video encoder/decoder
- Sonic audio encoder/decoder
- Vorbis audio decoder
- Macromedia ADPCM decoder
- Duck TrueMotion 2 video decoder
- support for decoding FLX and DTA extensions in FLIC files
- H.264 custom quantization matrices support
- ffserver fixed, it should now be usable again
- QDM2 audio decoder
- Real Cooker audio decoder
- TrueSpeech audio decoder
- WMA2 audio decoder fixed, now all files should play correctly
- RealAudio 14.4 and 28.8 decoders fixed
- JPEG-LS encoder and decoder
- CamStudio video decoder
- build system improvements
- tabs and trailing whitespace removed from the codebase
- AIFF/AIFF-C audio format, encoding and decoding
- ADTS AAC file reading and writing
- Creative VOC file reading and writing
- American Laser Games multimedia (*.mm) playback system
- Zip Blocks Motion Video decoder
- Improved Theora/VP3 decoder
- True Audio (TTA) decoder
- AVS demuxer and video decoder

also, bktr(4) support has been integrated upstream, and most of the
source patches in the port are no longer necessary.

OK brad@
2006-03-20 05:50:49 +00:00
pvalchev
6b5ef17310 sync, 3402 unzels 2006-03-19 18:58:17 +00:00
pedro
75626a7eeb ion-3ds-20060317 2006-03-19 17:36:41 +00:00
alek
3722f38043 Better RUN_DEPENDS
spotted by Lars Hansson <lars@unet.net.ph>
2006-03-19 16:45:27 +00:00