summaryrefslogtreecommitdiff
path: root/devel/lwp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-06-20Update devel/lwp to version 1.9. Changes from version 1.6 include:jlam1-3/+3
* OpenBSD patches. * Fixed <sys/time.h> vs. <time.h> mixup.
2001-10-17This package (and all of coda) works on the arm32 (tested on a shark).phil1-2/+3
2001-06-19Set USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to preventjlam1-8/+5
detection of libpthread.
2001-05-31* Add buildlink.mk file to link appropriate libraries and headers intojlam1-5/+2
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages. * Remove unnecessary include of bsd.prefs.mk. * Change how we disable pthreaded version of lwp by passing values to the configure script via the environment, instead of requiring an extra file.
2001-04-27Update to a much more current version, 1.6. (1.7 is out but hasphil1-4/+4
changes mostly to support Mac OS and shouldn't be different for NetBSD.)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-09-29Unify ONLY_FOR_PLATFORM to clarify conditions, somewhat, under whichfredb1-12/+5
coda/lwp may be built and run. "lwp" needs custom pmap handling in assy language. Only "lwp" is needed to build and run a coda server; client's also need to have the MI CODA filesystem enabled. In fact, it seems that sparc64 has the CODA file system even the assembler in "lwp" is only for sparc, and mac68k is the only m68k port with the CODA filesystem, but such would be cumbersome to express with the present framework.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz1-2/+2
2000-07-24- add NOT_FOR_PLATFORM *-*-mips* along with a note on where work is needed fordmcmahill1-1/+4
full support. -add partial mips support, but still get: process.s:177: Warning: MIPS PIC call to register other than $25 process.s:177: Warning: No .cprestore pseudo-op used in PIC code
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-02-03Update to 1.1. From the NEWS file:fredb1-2/+2
* Fixed a bad stackbase on NetBSD/FreeBSD platforms. * Fixed a locking bug in lock_pt.c. * Using pthread_attr_setdetachstate in lwp_pt.c instead of modifying the attr struct directly. * Improved cross-compiling with cygwin32 and djgpp. * Added a script that might produce a useable ports/packages descriptions. * Wrote a bit in the INSTALL document. NOTE: The script pkgs/pkg-bsd.sh was not used to make this package.
1999-12-30Don't try to build the pthreaded version, even if there isfredb1-1/+15
a libpthread.* somewhere in the library path.
1999-12-29Initial import of lwp-1.0 -- Light Weight Process style threads package.fredb1-0/+17