Commit Graph

30293 Commits

Author SHA1 Message Date
fgsch
fa6670bee7 update to simh 3.5-1. mentioned by pedro@. 2005-10-24 15:53:26 +00:00
espie
261db07463 fix syntax error in externaltool. 2005-10-24 10:56:03 +00:00
aanriot
29be0ed7d0 don't overwrite redhat_base BUILD_DEPENDS.
ok sturm@
2005-10-24 10:36:02 +00:00
fgsch
fcc2b5b187 fix yet more breakage. sturm@ ok. 2005-10-24 05:14:50 +00:00
fgsch
9ff14ac211 fix more breakage and regen plist. sturm@ ok. 2005-10-24 05:14:13 +00:00
fgsch
1c6f339516 fix more breakage. sturm@ ok. 2005-10-24 05:13:17 +00:00
fgsch
083e258570 fix more breakage; sturm@ ok. 2005-10-24 05:12:31 +00:00
fgsch
eb58fb5136 fix more gd breakage. sturm@ ok. 2005-10-24 05:11:59 +00:00
fgsch
0b7f165fec fix more breakage due to my recent gd update. sturm@ ok. 2005-10-24 05:11:01 +00:00
fgsch
ab934bbefb sync with gd update. sturm@ ok. 2005-10-24 05:08:11 +00:00
fgsch
e21eec9d14 sync with gd changes. sturm@ ok. 2005-10-24 05:07:04 +00:00
fgsch
8719ed4e05 update to py-gd 0.56. 2005-10-24 05:05:45 +00:00
fgsch
daec0e8fad cope with gd changes. sturm@ ok. 2005-10-24 05:04:16 +00:00
fgsch
af50ef5815 cope with gd changes and avoid hardcoding paths.
sturm@ ok.
2005-10-24 05:03:48 +00:00
fgsch
b4aa799d4b try again: remove ttf, X11, Xpm and pthreads dependencies.
use libtool, from bernd@.
sturm@ ok.
2005-10-24 05:02:40 +00:00
dons
b9fefdd3e1 Update cpphs to v1.0 2005-10-24 03:14:57 +00:00
sturm
c936dde0e5 fix dependencies/WANTLIB so that no_x11 really is no_x11 2005-10-23 18:48:38 +00:00
naddy
af43be0901 honor CFLAGS, update DESCR, polishing; ok maintainer 2005-10-23 18:23:25 +00:00
pedro
27c6a460bc ion-3ds-20051023, okay sturm@ 2005-10-23 17:55:21 +00:00
espie
6ca140f35b copy @shell over, since there's no way to figure it out automatically. 2005-10-23 10:48:39 +00:00
alek
341b1fe5d7 Add perlsh 2005-10-23 10:30:50 +00:00
alek
ef747cfccc Import perlsh 1.8
The Perl Shell is a shell that combines the interactive nature of a Unix
shell with the power of Perl. The goal is to have a full featured shell
that behaves as expected for normal shell activity.

From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
2005-10-23 10:29:21 +00:00
alek
fb16af3a82 Add license marker 2005-10-23 09:52:21 +00:00
aanriot
c513de7dd1 - fix default uid/gid to be consistent with the ones in
infrastructure/db/user.list.
- remove pointless MESSAGE.

discussed with alek@ and sturm@, ok alek@
2005-10-23 08:16:18 +00:00
espie
fd313640a5 fix build for fixed automake port name. 2005-10-22 23:55:20 +00:00
canacar
e9dea512f1 *** empty log message *** 2005-10-22 20:26:40 +00:00
sturm
8fcb3cd0b1 use gcpio to correctly extract hardlinks
from Dimitry Andric <dimitry at andric.com> via ports/4536
2005-10-22 19:07:42 +00:00
espie
ce319b8661 Add -r option so that tool can be used to do more. 2005-10-22 18:05:34 +00:00
jakob
102f09da40 stunnel v4.13 2005-10-22 18:00:32 +00:00
bernd
2d52b288af update MASTER_SITES
ok fgsch@
2005-10-22 17:18:53 +00:00
naddy
18adfbf25c remove useless intermediate directory level 2005-10-22 16:12:53 +00:00
espie
4db17a9a6a +dungeon-crawl 2005-10-22 15:21:28 +00:00
espie
47cc2efcc6 nethack-like game, somewhat harder. 2005-10-22 15:20:28 +00:00
fgsch
bed12fb4cd fix another fookup after gd update. 2005-10-22 14:11:23 +00:00
alek
34f9df4dcc Add cssed 2005-10-22 13:43:40 +00:00
alek
0b7c08c017 Import cssed 0.3.0
CSSED is a small developer editor and validator, that tries to ease the
CSS editing. It features syntax highlighting, syntax validation, MDI
notebook based interface, quick CSS properties and values insertion,
auto-completion and dialog-based insertion of CSS complex values.

From Antoine Jacoutot <ajacoutot@lphp.org>
2005-10-22 12:37:32 +00:00
kurt
13dc22b0d1 libc is not explicitly linked into jvm shlibs, so using RTLD_NEXT to find
a symbol in libc won't work. dlopen libc and find it directly.
2005-10-21 22:36:30 +00:00
naddy
81ea39bebf update to 1.3; by new maintainer Steven Mestdagh 2005-10-21 20:07:05 +00:00
espie
9b85679080 remove the p6 that looks like a FLAVOR from the packagename, normalize
as 1.4.6 instead.

Ditch the p* suffix for now, since we're `starting anew'.
2005-10-21 19:18:26 +00:00
espie
7fa2ca5005 fix manpage, use system libtool. 2005-10-21 19:16:40 +00:00
naddy
cd0e277061 update to 1.42 by new maintainer Jonathan Schleifer <js@h3c.de> 2005-10-21 18:07:10 +00:00
naddy
cca8ef1591 update to 2.23; from maintainer Jonathan Weiss 2005-10-21 16:20:23 +00:00
naddy
a22a26be38 fix double free(); from maintainer Moritz Grimm 2005-10-21 16:14:02 +00:00
naddy
5e262d19fa Update to 2.3.0 from maintainer Moritz Grimm.
New features:
  * Support Ogg Speex, Ogg FLAC, Ogg Midi
  * Intro file support
  * On-demand relays
  * Improved mount-level settings
  * URL listener authenticator
  * Authentication for on-demand files
  * Updated admin/web interface
  * Various reliability bug fixes

Port changes:
  * Ogg Theora streaming is now enabled
  * Revamped README.OpenBSD file, tightened DESCR
  * <fileserve> directive not disabled any longer in icecast.xml.dist
2005-10-21 15:59:54 +00:00
naddy
2a3792d408 maintenance update to 1.4.4, no notable changes 2005-10-21 13:58:00 +00:00
fgsch
a8d6093018 fix compilation after gd update; pointed out and ok espie@.
sorry again folks.
2005-10-21 10:29:17 +00:00
aanriot
2a96b9df6f Mozilla.org bug 210658:
Fix hanging with non-standard HTML elements parsererror, sourcetext.

discussed with naddy@ and wilfried@;
patches from and "go ahead, commit" naddy@
2005-10-21 08:47:14 +00:00
kevlo
4a4512a687 upgrade to 0.032 2005-10-21 02:52:20 +00:00
espie
4f7552a5b8 Update to more recent snapshot 2005-10-20 23:28:02 +00:00
naddy
8c06325d1f Update to 2.6, which brings I18N support.
Also include Debian/Ubuntu patches for CAN-2005-1111 (chmod races) and
CAN-2005-1229 (path traversal).
2005-10-20 21:45:18 +00:00