Commit graph

15 commits

Author SHA1 Message Date
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
skrll
890fce1dad There is no need to install a math.h and it can cause problems.
Fixes pkg/10769 from "Rhialto" <rhialto@polderland.nl>
2001-04-11 16:21:21 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
explorer
3db3d7dcd0 remove pthreads's endian.h, as it isn't needed anymore. 1999-11-05 17:16:40 +00:00
tv
6676c33d1b Make compile on 1.4, but mark RESTRICTED and IS_INTERACTIVE so that it is
not built in a batch on 1.4 (it may compile, ut it doesn't run).
Also make library building more uniform regardless of MKxxxx or
NOxxxx settings in mk.conf.
1999-04-15 13:56:01 +00:00
hubertf
c45c43cfc0 Remove lameness that prevents binary packages of this to work.
Emberassing this is here since 1.3 and noone noticed this!
1999-02-01 01:39:27 +00:00
garbled
8d889efe12 Fix this PLIST.. for some reason bsd.pkg.mk doesn't like !'s in the
@exec statements.
1998-12-29 20:51:23 +00:00
agc
8800f4da8b Use automatic shared object handling 1998-07-15 12:51:36 +00:00
frueauf
87a4cb0748 portlint: use absolute path for "true". 1998-02-10 22:20:55 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
agc
ec4863b943 Add a shlib_version file, so that the shared object is built by
default.  Add the shared object to the PLIST, with suitable
incantations of ldconfig on addition and deletion.

As pointed out by Charles Hannum.
1998-01-08 16:22:13 +00:00
agc
daa54004e5 Add creation of ${PREFIX}/pthreads directory, if it doesn't exist, to
installation, if installing as part of a binary package.

Add @dirrm's to clean up after ourselves when doing pkg_delete

All the mit-pthreads mods are either from, or inspired by, Simon J.
Gerraty <sjg@cdn.telstra.com.au>
1997-11-13 14:54:50 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
agc
8dcec58019 Changes from Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> to:
+ use native make, rather than gmake - this gives us the profiled
library, and PIC library too, and also means we can get rid of my
previous hacks to specify the correct prefix.

+ add in support for the system call previously known as getdirentries
using getdents(2), if it exists. Note that the patch for this needs
2 lines of context to avoid an Id in the patch file.
1997-10-13 11:36:19 +00:00
agc
680483d4ce Initial import of Chris Provenzano's MIT Pthreads POSIX threads
implementation, version 1.60beta6. Passes all its self tests on
NetBSD/i386 1.2G. Not tested on any other architecture.

Please note that this installs into ${PREFIX}/pthreads/...
1997-10-10 19:52:02 +00:00