Commit Graph

14882 Commits

Author SHA1 Message Date
wilfried
bda3cc9916 character signedness fix 2002-02-26 13:22:53 +00:00
brad
1a30ef26e1 remove POSIX pthread compatibility library 2002-02-26 03:57:38 +00:00
brad
17714f0a3e - remove dependency on Pth
- sync ltmain.sh with update-patches output
2002-02-26 03:53:14 +00:00
brad
5fb2d3938b cosmetic 2002-02-26 03:42:06 +00:00
jcs
38d6f927c2 Update to gkrellm-1.2.9 2002-02-26 03:08:57 +00:00
kevlo
996ec6ba7b - upgrade to version 1.05
- add regression test
- bump NEED_VERSION
2002-02-26 02:10:22 +00:00
kevlo
1e705f3e41 - upgrade to version 1.0.9
- add regression test
- bump NEED_VERSION
2002-02-26 01:54:48 +00:00
brad
f68a0a14aa upgrade to iozone 3.83 2002-02-26 01:52:02 +00:00
jcs
f9c7cf0105 fix segfault in setting preferences, reported by ex0dus-at-p3ngu1n.org
also enables cdrom eject code

sent to upstream author
2002-02-26 01:19:08 +00:00
pvalchev
b5f20f3025 - use nasm assembly blitters on i386 by default
- enable usage of pthreads semaphores now that our libc_r has support
from vedge@csoft.org, thanks!
2002-02-25 22:33:59 +00:00
matt
1ee8599ea4 Restore shared libpython. The problem was that pthreads' 64k stack
size is not adequate for some of the complex processing that Zope
does, and -fPIC was aggravating that condition.  Now, if we're using
shared libs, up the stack size to 128k.

Also remove some stray files that never should have been committed
in the first place.
2002-02-25 21:25:37 +00:00
mark
92f2f9524c Fix package list -- deinstalls clean now
patch from yozo@v007.vaio.ne.jp
2002-02-25 21:07:28 +00:00
brad
aa08e6983f - remove some unnecessary patches
- when trying to remove lib/gdk-pixbuf deal with it in a more graceful
manner if the user has added some files to the directory
2002-02-25 18:39:41 +00:00
lebel
017ce8beb2 install icb-plugin.txt in /share/doc/irssi; from reinhard@ 2002-02-25 16:41:51 +00:00
reinhard
ec9f4d35e4 LIB_DEPENDS 2002-02-25 14:41:42 +00:00
naddy
9c56f04901 character signedness fixes; ok jcs@ 2002-02-25 13:05:40 +00:00
dugsong
99b271777d fix for local BPF timestamp definition 2002-02-25 03:08:20 +00:00
jcs
d630e9607d Update to dnstracer-1.4 2002-02-25 00:09:30 +00:00
mark
065b7237e3 getopt() returns int, not char 2002-02-24 23:37:51 +00:00
brad
9ed5a45fc1 upgrade to ORBit 0.5.13 2002-02-24 22:43:59 +00:00
lebel
943c137937 re-enable vim/snapshot 2002-02-24 22:37:04 +00:00
lebel
ff7869b98e update vim/snapshot to 6.1a.
- vim is entering a BETA period with 6.1.
- this commit is dedicated to the women's and men's Team Canada gold winning teams!
2002-02-24 22:15:12 +00:00
brad
eaf90ac501 - add another dist site
- rename checksums file
2002-02-24 21:47:55 +00:00
lebel
1117347811 update vim/stable to 6.0.270 2002-02-24 21:41:08 +00:00
mark
12cdfceea1 Emacs 21.1.1 adds tty font-locking that does not play nice with termcap.
This bug is being looked into.  It only affects tty font-lock settings
within a .emacs file.  If you do not use color syntaxing in Emacs under
an xterm, this will not affect you.  For those that do, setting TERM
to xterm (rather then one of the color xterm variants) is a temporary
fix.
2002-02-24 21:09:21 +00:00
brad
49e4b13883 upgrade to vtun 2.5 2002-02-24 04:24:50 +00:00
lebel
c34885afc2 +irssi-icb 2002-02-24 03:43:01 +00:00
lebel
7fb3710312 initial import of net/irssi-icb 0.13:
--
ICB plugin for the irssi IRC client.
2002-02-24 03:42:03 +00:00
mark
aec9561cf3 + bump VERSION
+ files/md5 -> distinfo
+ rm dirrm's of non-dia dirs (found by marcm@lectroid.net)
2002-02-24 01:00:23 +00:00
pvalchev
8bb9b90776 more char c = getopt(...) fixes 2002-02-24 00:48:53 +00:00
pvalchev
39c9339458 fix getopt usage 2002-02-24 00:30:08 +00:00
pvalchev
ebd8b700cf - fix getopt usage
- rename paches while here
2002-02-24 00:28:45 +00:00
pvalchev
f288637fce getopt fixes 2002-02-24 00:20:25 +00:00
pvalchev
3358714145 more char c = getopt(...) fixed 2002-02-24 00:15:30 +00:00
espie
9536a27576 add splint 2002-02-24 00:02:26 +00:00
espie
bd0af07403 stub out lclint 2002-02-24 00:01:50 +00:00
espie
5b4fbb49f6 Not really a new port, SPLint is the successor of LCLint. 2002-02-23 23:59:18 +00:00
pvalchev
ab4b094775 - store getopt's return value into an int, not a char
- getopt(3) returns -1 when out of arguments, not EOF
- rename patches with update-patches
2002-02-23 23:45:18 +00:00
pvalchev
7c67697d8c getc(3) returns an int, not a char 2002-02-23 23:32:31 +00:00
pvalchev
b9b5d3b0f8 this thing doesn't have a licence ... 2002-02-23 23:24:53 +00:00
pvalchev
e176257b03 when you want signed char, specify signed char 2002-02-23 23:21:13 +00:00
pvalchev
a1e68f1f66 more char fixes; and rename patches while here 2002-02-23 23:16:02 +00:00
pvalchev
229092ad8b - more char c = getopt(...) idiocy
- getopt returns -1, not EOF
2002-02-23 23:07:55 +00:00
lebel
a6aa2cf656 update mail/tmda to 0.47.
- tmda-clean is now gone and has been replaced by tmda-pending
(see http://software.libertine.org/tmda/releases/tmda-0.47.txt for more info.
2002-02-23 18:40:25 +00:00
naddy
5b6543b1eb kill cvsup static flavor 2002-02-23 15:36:09 +00:00
krw
443f9e4716 libruby.so.1.6.6 -> libruby.so.1.66. From Couderc Damien. 2002-02-23 14:10:48 +00:00
naddy
3d9e345cfc * update to 16.1f (no functional changes)
* build with ezm3 instead of pm3
* remove static flavor since M3 libs are now always linked statically
2002-02-23 12:35:22 +00:00
naddy
05cc8bd526 +ezm3 2002-02-23 12:31:34 +00:00
naddy
4c17e1e178 Import ezm3-1.0; adapted from espie@'s lang/pm3 port.
Ezm3 is a smaller, more portable distribution of the Modula-3 compiler
and runtime system for people whose only need for Modula-3 is to build
CVSup.
2002-02-23 12:30:08 +00:00
reinhard
04ad851ff3 fix modules 2002-02-23 12:25:03 +00:00