Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-02-16 | Be more precise about the supported version of the emulator. | bad | 2 | -3/+3 | |
2003-02-16 | Update to use vmware-netbsd-1.2.tgz sources which match the latest | bad | 2 | -6/+8 | |
vmware-2.0.4 kernel modules. Conflict with vmware-module-3*. | |||||
2003-02-16 | Update to netbsd-vmware-1.1 following the import into othersrc. | bad | 12 | -311/+12 | |
2003-01-23 | Files available on ftp.netbsd.org now. | wiz | 1 | -15/+3 | |
2003-01-16 | use make's .for when running ${MAKE} to catch the return code. | grant | 1 | -4/+4 | |
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -5/+5 | |
2002-11-06 | Do not mention rc.d/vmware, since it does not exist. | wiz | 1 | -3/+3 | |
Noted by Lubos Vrbka in PR 18490. | |||||
2002-11-06 | Add #ifdef around definition of MSR_TSC, which conflicts with the definition | wiz | 2 | -1/+16 | |
from machine/specialreg.h since the MP merge (but they have the same value). Noted by Juergen Hannken-Illjes in PR 18540. | |||||
2002-10-02 | Deal with LKM incompatibility introduced by gehenna-devsw merge. | uebayasi | 8 | -11/+101 | |
Patch supplied by Maekawa-san <gehhena at netbsd dot org> as PR#18337. | |||||
2002-03-04 | Generalize the handling for packages where "fetch" and "fetch-list" | fredb | 1 | -10/+1 | |
only emit a message and don't actually fetch anything. This allows us to make the output of "fetch-list" for these packages consistent with other packages. While we're in here, integrate DYNAMIC_MASTER_SITES with the ${ORDERED_SITES} macro. The only functional change here is that ${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something appropriate for "fetch-list" for these packages, like sourcing "getsites.sh" into the generated script. (Well, "package", but there are two others that do something similar in their "Makefile".) Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only "fetch" uses it, move it's functionality directly under "do-fetch". | |||||
2002-02-26 | Wherever "make fetch" simply echos a message, let "make fetch-list|sh" | fredb | 1 | -6/+12 | |
echo the message, too. | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -5/+5 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-08-10 | Made it compile for NetBSD-1.5.1 | kristerw | 2 | -9/+9 | |
2001-07-07 | VMware module that contains the lkm's to run VMware. | veego | 10 | -0/+386 | |
patch-ac is from Atsushi Onoe <onoe@sm.sony.co.jp>. Note that you have to fetch the distfile manually. |