Commit graph

21 commits

Author SHA1 Message Date
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
grant
074943a841 do-install:
- don't call install with multiple directory args.
- remove unnecessary trailing slashes.
2003-05-05 17:56:07 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
bad
29c3749162 Be more precise about the supported version of the emulator. 2003-02-16 19:49:16 +00:00
bad
cf97bd6dcc Update to use vmware-netbsd-1.2.tgz sources which match the latest
vmware-2.0.4 kernel modules.
Conflict with vmware-module-3*.
2003-02-16 19:37:28 +00:00
bad
d44c24e6d5 Update to netbsd-vmware-1.1 following the import into othersrc. 2003-02-16 02:35:56 +00:00
wiz
8655c807a7 Files available on ftp.netbsd.org now. 2003-01-23 14:32:57 +00:00
grant
488900150b use make's .for when running ${MAKE} to catch the return code. 2003-01-16 12:26:23 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
wiz
a612d312ad Do not mention rc.d/vmware, since it does not exist.
Noted by Lubos Vrbka in PR 18490.
2002-11-06 00:14:26 +00:00
wiz
1a0e1b882c Add #ifdef around definition of MSR_TSC, which conflicts with the definition
from machine/specialreg.h since the MP merge (but they have the same value).

Noted by Juergen Hannken-Illjes in PR 18540.
2002-11-06 00:13:16 +00:00
uebayasi
0bc2c4d60f Deal with LKM incompatibility introduced by gehenna-devsw merge.
Patch supplied by Maekawa-san <gehhena at netbsd dot org> as PR#18337.
2002-10-02 05:28:36 +00:00
fredb
2f53857f29 Generalize the handling for packages where "fetch" and "fetch-list"
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-03-04 19:41:03 +00:00
fredb
1ad434a2a7 Wherever "make fetch" simply echos a message, let "make fetch-list|sh"
echo the message, too.
2002-02-26 21:28:47 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
kristerw
adc7b0f7d4 Made it compile for NetBSD-1.5.1 2001-08-10 23:17:22 +00:00
veego
1cbf3e2f98 VMware module that contains the lkm's to run VMware.
patch-ac is from Atsushi Onoe <onoe@sm.sony.co.jp>.

Note that you have to fetch the distfile manually.
2001-07-07 14:40:07 +00:00