summaryrefslogtreecommitdiff
path: root/emulators/vmware-module
AgeCommit message (Collapse)AuthorFilesLines
2006-07-05Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the properjlam3-36/+24
variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-2/+2
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-1/+3
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-11-14Drop maintainership and reset it to tech-pkg, because I no longer use it.veego1-2/+2
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam1-8/+1
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-05-05do-install:grant1-13/+14
- don't call install with multiple directory args. - remove unnecessary trailing slashes.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-02-16Be more precise about the supported version of the emulator.bad2-3/+3
2003-02-16Update to use vmware-netbsd-1.2.tgz sources which match the latestbad2-6/+8
vmware-2.0.4 kernel modules. Conflict with vmware-module-3*.
2003-02-16Update to netbsd-vmware-1.1 following the import into othersrc.bad12-311/+12
2003-01-23Files available on ftp.netbsd.org now.wiz1-15/+3
2003-01-16use make's .for when running ${MAKE} to catch the return code.grant1-4/+4
2002-12-09Replace "true" by "${TRUE}".tron1-5/+5
2002-11-06Do not mention rc.d/vmware, since it does not exist.wiz1-3/+3
Noted by Lubos Vrbka in PR 18490.
2002-11-06Add #ifdef around definition of MSR_TSC, which conflicts with the definitionwiz2-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-02Deal with LKM incompatibility introduced by gehenna-devsw merge.uebayasi8-11/+101
Patch supplied by Maekawa-san <gehhena at netbsd dot org> as PR#18337.
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb1-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-26Wherever "make fetch" simply echos a message, let "make fetch-list|sh"fredb1-6/+12
echo the message, too.
2002-02-15mkdir -> ${MKDIR}skrll1-5/+5
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-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-10Made it compile for NetBSD-1.5.1kristerw2-9/+9
2001-07-07VMware module that contains the lkm's to run VMware.veego10-0/+386
patch-ac is from Atsushi Onoe <onoe@sm.sony.co.jp>. Note that you have to fetch the distfile manually.