Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
|
|
|
|
|
|
|
|
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.
|
|
|
|
instead linking them. Bump PKGREVISION.
|
|
* 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.
|
|
|
|
|
|
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}.
|
|
we override any settings in /etc/mk.conf.
|
|
installs its files into its own hierarchy.
|
|
Explicitly add "USETOOLS=no" to the MAKE_ENV.
Overload the SETENV definition to unset MAKEOBJDIRPREFIX properly.
|
|
buildlink2.mk files back into the main trunk.
|
|
|
|
about location of .OBJDIR, and wouldn't build if MAKEOBJDIRPREFIX is set
|
|
Patch i386 configuration to recognise netbsdelf - more architecture
changes are necessary here.
|
|
|
|
|
|
PTHREAD_COND_INITIALIZER can be used.
This fixes pkg/12955 from Jaromir Dolecek <jdolecek@netbsd.org>
|
|
|
|
|
|
|
|
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.
|
|
pgcc and pg++ scripts.
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
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.
|
|
Support sparc.
XXX fp state needs looking at.
|
|
Hopefully fixes pkg/10785
|
|
"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
|
|
XXX need to teach pkglint to be more picky about this
|
|
|
|
|
|
|
|
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.
|
|
By Olaf Seibert <rhialto@polderland.nl>, posted on port-alpha on 2000/08/08.
Compiles fine, otherwise untested.
|
|
detzcode() from long to int. From Tom Thai.
|
|
Approved by explorer. Step to 0.17nb1.
|
|
|
|
|
|
|