Commit graph

771 commits

Author SHA1 Message Date
dmcmahill
0d62d414aa add USE_FORTRAN for selection of the fortran compiler 1999-11-23 22:04:26 +00:00
windsor
539290e0b5 corrected bad checksum 1999-11-23 20:42:11 +00:00
rh
c742e6f2f9 defuzz 1999-11-15 19:16:34 +00:00
rh
3a6f778f15 Add patch fuzz factor 1999-11-15 19:10:40 +00:00
rh
11de59120d defuzz 1999-11-15 18:47:56 +00:00
rh
ec0abd1d5a Wildcard dependency on libwww. 1999-11-15 18:08:16 +00:00
rh
1764488705 defuzz 1999-11-15 17:59:47 +00:00
fredb
f0b976689e Fix fuzzy patch. 1999-11-14 19:53:08 +00:00
tron
e2fa22c160 Add arm32 support. 1999-11-14 18:49:53 +00:00
tron
fda6b83a69 Because parts of "libgtop" are very CPU specific build it only on
explicitily supported platforms.
1999-11-14 18:49:52 +00:00
explorer
5b8a0aced4 upgrade to 0.6, which should work on NetBSD-1.4.1/arm32 1999-11-12 21:24:09 +00:00
explorer
e6659b3746 Import unproven-pthreads, the mit-pthreads based cleanup I'm hacking on.
Why am I using MIT-Pthreads?  Because all the alternatives seem to have
very low level problems.  PTL2 has a locking problem of some sort that I
cannot track down, and the author insists that

	lock = PTHREAD_MUTEX_INIT;

is always to be legal, so he uses a pointer for locks.  This means
pthread_lock() can break in out of memory situations, and therefore so
can pthread_once(), and if you're using that to protect logging, and you
need to report a memory depletion, you're screwed.

--Michael
1999-11-12 20:27:16 +00:00
fredb
6fd648befd Fix for `patch -F0' by eliminating patches
- - use --program-prefix="g" for make -> gmake
- - use '${SED}' to fix @dircategory
1999-11-11 13:29:59 +00:00
agc
12601513c1 Add and enable cdecl. 1999-11-11 12:56:01 +00:00
agc
5b28220d73 Import cdecl-2.5, a utility to explain and compose C and C++ declarations,
into the NetBSD packages collection.
The master sites were taken from the FreeBSD port, nothing else.
1999-11-11 12:53:16 +00:00
agc
9297f8d65e Make this package work on Solaris. 1999-11-10 10:48:29 +00:00
tron
d78c916f2b Update "glade" package to version 0.5.3 belonging to GNOME 1.0.53 release.
This version fixes several bugs found since version 0.5.1.
1999-11-08 22:04:42 +00:00
sakamoto
36185b08f1 Add and enable libnet. 1999-11-08 08:30:20 +00:00
sakamoto
9dccb11b0a Initial import of libnet-1.0.
A C library for portable packet creation and injection
1999-11-08 08:25:00 +00:00
explorer
cccdf393c5 Fix a rather nasty problem with signals, namely SIGCHLD, that prevented
running threaded binaries if SIGCHLD was set to SIG_IGN.  What happens is
that pthreads uses either sigaction() or signal() to set up signals when
switching thread state.  It used HAVE_SYSCALL_SIGACTION to decide which to
use.  But, while we have a FUNCTION called sigaction(), the syscall is
__sigaction14, which caused HAVE_SYSCALL_SIGACTION to not be defined.

This would have been ok if the pthread kernel didn't assume signal would
return 0 for success and non-zero for failure.  Signal() returns the
previous handler.  SIG_IGN != 0, so pthreads thought the call failed.
Resulting in a call to abort().
1999-11-06 07:37:34 +00:00
explorer
8788f1831d remove ALL the local path... 1999-11-05 19:21:58 +00:00
explorer
943556df56 how'd this sneak in there? Remove local paths from patch file 1999-11-05 19:18:01 +00:00
explorer
796dd02091 add machdep_sys_ftruncate() as well 1999-11-05 18:56:22 +00:00
explorer
2e7c2d23ff do the machdep_sys_lseek() thing slightly differently, but do it everwhere via a common include file. 1999-11-05 18:45:55 +00:00
explorer
a8c6dcbbe7 somehow patch-bc was lost from here 1999-11-05 18:34:46 +00:00
explorer
af82b1b736 two fixes. One, context switch fix (sorta) and another obvious bug in call to pthread_sigmask() 1999-11-05 18:13:19 +00:00
explorer
6731ad2210 another 1.4.x vs. -current fix 1999-11-05 17:50:54 +00:00
explorer
6e7894d955 Make the endian.h thing work on 1.4.1 as well as 1.4L. I don't know exactly when the file
sys/endian.h was created, but I don't really care as I know it wasn't in 1.4.x and it is in
the latest -current.
1999-11-05 17:36:44 +00:00
explorer
190c57057c make makepatchsum 1999-11-05 17:17:07 +00:00
explorer
3db3d7dcd0 remove pthreads's endian.h, as it isn't needed anymore. 1999-11-05 17:16:40 +00:00
explorer
7093062007 commit patches to make a try at fixing signal handling, compilation under ELF.
I'll sync these changes up to the mysql package when I test these changes
a bit more.
1999-11-05 17:13:27 +00:00
hubertf
8d2432c5fd add & enable cervisia 1999-11-05 04:32:28 +00:00
hubertf
798ec962e5 Cervisia is a graphical frontend for the CVS client. It provides access to
the following features:

 - Checking out a module from a repository.
 - Importing into the repository.
 - Updating or retrieving the status of a working directory or single files.
 - Common operations like add, remove and commit.
 - Diff against the repository and between different revisions.
 - Annotated view of a file.
 - View of the log messages in tree and list form.
 - Resolving of conflicts in a file
1999-11-05 04:32:07 +00:00
minoura
c9412ae2aa Make this work on sparcs.
Needs tests on a.out systems.
1999-11-04 15:21:57 +00:00
jwise
1d4db4d3ab Fix PR_PROGRAM in diff/Makefile.in, so cvs diff can find /usr/bin/pr. Not
noticed before, because pr is only execed if the somewhat obscure --paginate
option is used.
1999-11-03 22:42:46 +00:00
he
c122717352 Provide some defaults for non-i386 NetBSD platforms. 1999-11-03 08:50:41 +00:00
tron
e6bda1f34d Check return values of kvm_nlist() properly so that "libgtop_server"
will not abort without reason.
1999-11-02 23:16:18 +00:00
tron
d611dbc64d Make sure that the correct "awk" binary is selected during configuration.
Fixes PR pkg/8715 by Charles M. Hannum.
1999-11-02 19:53:26 +00:00
mycroft
322de5c769 Update to 1.2.0 (released today). 1999-11-02 18:32:26 +00:00
agc
bbfc5dbfa7 Describe this package a bit more fully. 1999-11-01 13:34:02 +00:00
tron
53eaff9455 Remove "BROKEN" after dependence problem has been kludged. 1999-10-29 07:53:03 +00:00
agc
2fae251696 Annotate the esound pre-requisite. 1999-10-28 10:24:10 +00:00
agc
6acac8b70f For the third time, add a dependency on esound, so that this package will
link properly.
1999-10-28 10:22:28 +00:00
tron
4735f9478e Let "kdbg" depend on "kdevelop" because the "kdevelop" package creates the
directories which are used by "kdbg" later.
1999-10-27 20:46:46 +00:00
agc
606e5ab825 Mark packages as broken, where necessary. 1999-10-27 17:14:01 +00:00
tron
c3b6c5ccf0 Remove blank line. 1999-10-27 11:12:16 +00:00
tron
0501c07c57 Remove "share/kde/applnk/Development" during deinstallation. 1999-10-27 11:11:10 +00:00
tron
117100c50c "esound" package is already required by "gnome-libs" package. So move the
dependence there.
1999-10-27 11:05:19 +00:00
wennmach
e6e10f2aa1 Add an explicit dependency on libungif. Required to get this pkg to build
with older versions of kde* which installed giflib.
1999-10-26 18:10:04 +00:00
tron
0dd07ee7df Add missing directory "share/doc/kde/HTML/zh_CN.GB2312/kdevelop" plus
contents to package list.
1999-10-24 20:10:17 +00:00