Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-19 | replace funny trick to avoid PKGREVISION in PKGNAME with PKGNAME_NOREV. | obache | 1 | -7/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2006-05-31 | Make this build and work under NetBSD 3.99.20 and newer. | tron | 3 | -16/+33 | |
Bump package revision because of this fix. | |||||
2006-03-07 | Don't give people a false sense of security. | christos | 1 | -2/+19 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -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. | |||||
2005-12-14 | fix directory of the patch | christos | 2 | -5/+5 | |
2005-12-14 | make this work with ktrace-lwp | christos | 3 | -11/+116 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-04-24 | Relinquish maintainership of packages to tech-pkg@NetBSD.org. | jlam | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-11-11 | Do not define cpu_id, cpu_feature, and cpu_vendor directly; leave that | wennmach | 3 | -18/+28 | |
to machine/cpu.h - avoiding conflicts when the definitions in cpu.h change. Fixes PR pkg/23371 by Jukka Salmi < jukka-netbsd AT 2003 DOT salmi DOT ch > | |||||
2003-08-10 | Remove empty lines to make fewer pkglint warnings. | wiz | 1 | -3/+1 | |
2003-08-10 | Make build with gcc-3.3.1. From Sean Davis in PR 22420. | wiz | 2 | -1/+14 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-19 | Fix build on NetBSD >= 1.6P. Thanks to atatat. | jmmv | 2 | -5/+17 | |
2002-12-04 | Don't defined "BSDSRCDIR" to "/nonexistent" because it breaks people | tron | 1 | -11/+1 | |
whose "/etc/mk.conf" defines it with "BSDSRCDIR?=...". | |||||
2002-11-10 | Make this LKM load again under NetBSD 1.6K and newer. The patch was | tron | 3 | -11/+27 | |
supplied by Stephen Ma in PR pkg/18925. Bump the package revision to reflect this change. | |||||
2002-10-14 | Fix build problem on systems where the NetBSD source tree is not in | tron | 1 | -1/+2 | |
"/usr/src" as suggested by Julio Merino in PR pkg/18485. | |||||
2002-09-15 | Fix a bug in this module which caused a kernel panic when the module was | tron | 3 | -9/+21 | |
loaded and unloaded without ever being used. The fix is based on an analysis provided by MAEKAWA Masahide in private e-mail. Bump package revision to reflect change. | |||||
2002-09-14 | Make this package work under NetBSD 1.6H. | tron | 4 | -13/+28 | |
Beware: I still see panics when unloading the module, use on your own risk. Bump package revision to reflect change. | |||||
2002-09-13 | Mark this package as broken on NetBSD 1.6H for the moment. | tron | 1 | -2/+3 | |
2002-09-13 | Make this module compile on NetBSD-current after the "gehenna-devsw" | tron | 2 | -1/+18 | |
branch has been merged. | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2002-02-08 | Fix MASTER_SITES (ugly). | wiz | 1 | -2/+2 | |
2002-01-27 | Move message outputted by INSTALL into a MESSAGE file where it is more | jlam | 2 | -23/+3 | |
appropriate. | |||||
2002-01-27 | Use auto-extract code for .shar files. | jlam | 1 | -2/+1 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
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. | |||||
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-07-29 | Don't mirror distfile which is already on "ftp.netbsd.org". | tron | 1 | -1/+3 | |
2001-07-29 | Fix example configuration line for "lkm.con": the aperature module can't | tron | 1 | -2/+2 | |
(and shouldn't) be loaded before networking because it might be located on a NFS mounted "/usr/pkg" filesystem. | |||||
2001-07-29 | Put real package installation prefix into install script instead of | tron | 1 | -9/+14 | |
letting the user figure out where the files got installed. | |||||
2001-07-28 | Add "MANCOMPRESSED_IF_MANZ" because the BSD style "Makefile" handles | tron | 1 | -4/+5 | |
manual page compression automatically. | |||||
2001-05-08 | Move to SHA1, and add size. | wiz | 1 | -2/+3 | |
2001-05-05 | Put the distfile at MASTER_SITE_LOCAL rather than depend on a file in | jlam | 1 | -2/+14 | |
NetBSD-current to remain the same. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-17 | Update aperture to 2.0nb1. This is now taken from the xfree86-4.0.2 sources, | jlam | 9 | -92/+61 | |
but is virtually the same as the xfree86-3.3.6 one except some of the pkgsrc changes were included. * Add a bug fix for MTRR support on K6 processors, taken from OpenBSD. This was apparently fixed in their tree in March 2000. * The package Makefile now uses BSDSRCDIR to find the kernel sources instead of requiring a symlinks /sys --> kernel sources. * Become the maintainer since I originally committed this package, and am upgrading it. | |||||
2000-12-26 | move the .BEGIN stuff which checks for kernel sources to pre-fetch. This lets | dmcmahill | 1 | -2/+2 | |
you do simple things like make README.html or make show-var VARNAME=PKGNAME without requiring kernel sources. | |||||
2000-12-22 | Okay, _really_ get the version checking done right. | jlam | 2 | -4/+4 | |
2000-12-22 | The paddr_t mmap interface change is for anything except <1.5 and 1.5A, | jlam | 2 | -4/+4 | |
so make the __NetBSD_Version__ checking reflect this. This should hopefully fix build problems on 1.5.1_ALPHA. | |||||
2000-10-18 | Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this time | garbled | 1 | -1/+2 | |
doesn't enable any functionality. It is here as a marker, so people building binary packages know that these packages have version-specific features that would make them incompatible with other point releases.. (such as LKM's) | |||||
2000-07-21 | Some NetBSD versions have changed their kernel mmap interface. I think | jlam | 3 | -11/+12 | |
that 1.5 and >1.5B have the new interface, so use those version numbers as a test condition. | |||||
2000-07-15 | Add DIST_SUBDIR=${PKGNAME} since the distfile has no version number. | jlam | 2 | -3/+4 | |
Update MD5 checksum and remove old distfile from ftp.netbsd.org. | |||||
2000-07-15 | Forgot these patches. These patch sources to work after kernel mmap | jlam | 2 | -0/+52 | |
interface changed. | |||||
2000-07-15 | Fix module sources after kernel mmap interface change. | jlam | 2 | -3/+6 | |
Fix error message to say the kernel sources should be for the kernel you are running. | |||||
2000-05-11 | Only define the .BEGIN target if we're on NetBSD | agc | 1 | -1/+5 | |