summaryrefslogtreecommitdiff
path: root/devel/unproven-pthreads
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Convert to buildlink3.snj1-2/+2
2004-03-06Conform to template in revision 1.101 of bsd.buildlink3.mk.jlam1-12/+8
2004-02-27add buildlink3, used by textproc/opensp (hi jmmv!)grant1-0/+22
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-4/+1
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-13Remove superfluous paragraph.wiz1-5/+0
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-3/+4
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-02-15Work around a bug in older -current' pax-as-tar (e.g. 1.6K): copy few filessalo3-15/+39
instead linking them. Bump PKGREVISION.
2002-10-16* Use buildlink2.jlam1-3/+16
* We can't use the funky SETENV construct because it breaks some of the code related to computing package sizes. Use a different way to remove unwanted environment variables from the shell environment before calling BSD make.
2002-10-09Unused.jlam1-29/+0
2002-10-09As a result of the last change, we no longer need to include bsd.prefs.mk.jlam1-3/+1
2002-10-09Rather than creating wrapper scripts for pgcc and pg++, use them directlyjlam1-3/+13
and rely on the gcc and g++ called internally to use the buildlink wrappers. This correctly forces all references to headers and libraries outside of /usr/include and /usr/lib to be within ${BUILDLINK_DIR}.
2002-10-09Ensure that bsd.prefs.mk is included before setting CC and CXX so thatjlam1-1/+3
we override any settings in /etc/mk.conf.
2002-10-09BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for unproven-pthreads, whichjlam1-1/+6
installs its files into its own hierarchy.
2002-08-29Fix the "MAKEOBJDIRPREFIX being set causes problems" in a different way.agc1-9/+4
Explicitly add "USETOOLS=no" to the MAKE_ENV. Overload the SETENV definition to unset MAKEOBJDIRPREFIX properly.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-5/+21
buildlink2.mk files back into the main trunk.
2002-08-16also unset MAKEOBJDIRPREFIX for installjdolecek1-1/+4
2002-08-16explicitly unset MAKEOBJDIRPREFIX for build; the build makes some assumtionsjdolecek1-1/+5
about location of .OBJDIR, and wouldn't build if MAKEOBJDIRPREFIX is set
2002-07-18Use the new CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE mechanisms.agc4-8/+27
Patch i386 configuration to recognise netbsdelf - more architecture changes are necessary here.
2002-07-15Oops. This patch update was a local thing.skrll1-2/+2
2002-07-10PKGREVISION++ suggested by wizskrll1-2/+2
2002-07-10Pull in the pthread/machdep.h header from pthread.h so thatskrll2-2/+20
PTHREAD_COND_INITIALIZER can be used. This fixes pkg/12955 from Jaromir Dolecek <jdolecek@netbsd.org>
2002-06-23Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.jlam1-3/+3
2002-04-13Make this build on current - NetBSD-1.5ZC/gcc-2.95.3/mac68k.fredb11-72/+526
2002-03-25Make this compile on powerpc again.briggs2-30/+26
2002-02-08We don't actually need to symlink anything as pgcc and pg++ alreadyjlam1-10/+3
handle everything for us. Invoking "pgcc" is equivalent to invoking "cc -pthread" on other platforms. Change the buildlink.mk file to appropriately define CC and CXX to pgcc and pg++, respectively.
2002-02-08Add preliminary buildlink.mk file. Might need to make wrappers for thejlam1-0/+36
pgcc and pg++ scripts.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-4/+4
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-12Provide a vfork in libpthread as suggested in pkg/10801.skrll4-4/+16
There is no need to worry about if its called vfork or __vfork14. The right one will get built. As vfork is not used internally don't worry about creating a syscall wrapper. While I'm here remove a completely unnecessary unistd.h that's looks as though it was for a early version linux.
2001-04-12Previous commit was pretty much useless without this lot.skrll7-19/+164
Support sparc. XXX fp state needs looking at.
2001-04-12Do the _C_LABEL thing for sparc here as well.skrll3-1/+136
Hopefully fixes pkg/10785
2001-03-23Incorporate some patches from Wolfgang Solfrank (ws@tools.de)agc5-18/+176
"The changes to unproven-pthreads fix a problem with fstat not using the pthreads filedescriptors, but the native ones (the code for this was already there (slightly buggy), but it wasn't used for some unknown reason). In addition, the handling of select is improved, as the original code may wake up not all threads waiting for some event." Bump version number to unproven-pthreads-0.17nb2
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-10Make the PIC relocations correct on the powerpc.briggs2-8/+8
2001-01-09Add support for the PowerPC.briggs9-3/+649
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
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.
2000-12-28Add alpha support to unproven-pthreads.wiz8-4/+1001
By Olaf Seibert <rhialto@polderland.nl>, posted on port-alpha on 2000/08/08. Compiles fine, otherwise untested.
2000-11-29Add similar patch to the one in mit-pthreads, fixing the return value fromagc2-1/+30
detzcode() from long to int. From Tom Thai.
2000-09-11Modify order of compile flags of pgcc, as requested in pkg/9921.wiz3-6/+14
Approved by explorer. Step to 0.17nb1.
2000-07-10bump to 0.17 -- fixes a resolver bug, and works with 1.5{,A,B} as well.explorer3-9/+6
2000-05-24bump to 0.16, which includes Jason Thorpe's mutex changesexplorer4-7/+10
2000-04-18re-release 0.15 -- minor typo in a source fileexplorer1-2/+2