Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-04-13 | Use the system version of bsd.own.mk, rather than keeping a pkgsrc-only copy. | agc | 1 | -324/+0 | |
1999-04-11 | Consider NetBSD 1.4 as "current" so that "UVM" is defined again. | tron | 1 | -2/+2 | |
XXX This file shile should be removed soon. | |||||
1999-03-15 | pull in deltas from src/share/mk/bsd.own.mk 1.113 -> 1.120. approved by agc. | mrg | 1 | -18/+111 | |
1999-03-08 | Set the default value for the OS definition to "NetBSD". | agc | 1 | -1/+4 | |
1999-03-08 | Add Solaris support to pkgsrc, using Christos Zoulas' NetBSD emulation | agc | 1 | -20/+51 | |
package. Tested for some packages on Solaris 2.6 on Sparc. | |||||
1999-02-10 | NETBSD_CURRENT is not only used for finding out abouth UVM, but also for the | hubertf | 1 | -2/+3 | |
OBJECT_FMT, thanks to Thorsten Frueauf for finding this. (The error only showed up if you defined UVM in mk.conf on a -current system) | |||||
1999-02-09 | Backward compatible OBJECT_FMT/SHLIB_TYPE handling, | hubertf | 1 | -2/+21 | |
pointed out by Alistair Crooks. | |||||
1999-02-08 | sync with -current | hubertf | 1 | -53/+38 | |
1998-10-04 | fix list of ports supporting UVM and PMAP_NEW with reality. | hubertf | 1 | -3/+13 | |
1998-08-30 | it's now bsd.pkg.mk (not bsd.port.mk) | lukem | 1 | -2/+2 | |
1998-07-31 | Add mipseb and mipsel to MACHINE_GNU_ARCH and set them to mips. After | tv | 1 | -1/+3 | |
linting, set them to mipseb and mipsel accordingly. | |||||
1998-07-14 | Fill in SHLIB_TYPE in the pkgsrc copy of bsd.own.mk. Use this value | agc | 1 | -1/+8 | |
in bsd.pkg.mk to work out the type of shared objects when doing automatic shared object handling (ELF, a.out or none). | |||||
1998-05-29 | Sync with the version in src/share/mk. | agc | 1 | -3/+32 | |
As this file may be used on hosts which are not NetBSD-current, add a check that a version of -current is being used before setting UVM dependent on platform. | |||||
1998-05-25 | SPARC was missing from the list of GNU_ARCHs. | tv | 1 | -1/+2 | |
1998-05-22 | Add the ability to map a MACHINE_ARCH to a GNU architecture name: | tv | 1 | -1/+14 | |
- ${GNU_ARCH.${TARGET_ARCH}} will produce a target architecture name in mainline sources - ${MACHINE_GNU_ARCH} is equivalent to ${GNU_ARCH.${MACHINE_ARCH}} | |||||
1998-04-20 | Add a copy of bsd.own.mk to the pkgsrc tree, and modify bsd.pkg.mk to | agc | 1 | -0/+130 | |
include it, rather than the copy in /usr/share/mk. This should fix the last remaining "sync" problems between pkgsrc and /usr/share/mk. XXX pkgsrc/mk/bsd.own.mk will go away in 1.4 XXX This was all done by Hubert Feyrer. |