wiz
0c99c5f94f
Remove empty lines to make fewer pkglint warnings.
2003-08-10 21:47:32 +00:00
wiz
398c6d4817
Make build with gcc-3.3.1. From Sean Davis in PR 22420.
2003-08-10 07:56:54 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +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
jmmv
f4ccf391d1
Fix build on NetBSD >= 1.6P. Thanks to atatat.
2003-03-19 17:56:38 +00:00
tron
1122d8f780
Don't defined "BSDSRCDIR" to "/nonexistent" because it breaks people
...
whose "/etc/mk.conf" defines it with "BSDSRCDIR?=...".
2002-12-04 14:13:16 +00:00
tron
047f1d9347
Make this LKM load again under NetBSD 1.6K and newer. The patch was
...
supplied by Stephen Ma in PR pkg/18925. Bump the package revision
to reflect this change.
2002-11-10 07:59:02 +00:00
tron
d47d5692f9
Fix build problem on systems where the NetBSD source tree is not in
...
"/usr/src" as suggested by Julio Merino in PR pkg/18485.
2002-10-14 18:12:23 +00:00
tron
cf29830eec
Fix a bug in this module which caused a kernel panic when the module was
...
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-15 19:25:38 +00:00
tron
eb657ed879
Make this package work under NetBSD 1.6H.
...
Beware: I still see panics when unloading the module, use on your own risk.
Bump package revision to reflect change.
2002-09-14 08:14:22 +00:00
tron
572789596f
Mark this package as broken on NetBSD 1.6H for the moment.
2002-09-13 07:18:42 +00:00
tron
c3a78b4a2c
Make this module compile on NetBSD-current after the "gehenna-devsw"
...
branch has been merged.
2002-09-13 07:16:44 +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
wiz
a0b3198d5e
Fix MASTER_SITES (ugly).
2002-02-08 22:58:54 +00:00
jlam
955150a284
Move message outputted by INSTALL into a MESSAGE file where it is more
...
appropriate.
2002-01-27 19:31:58 +00:00
jlam
139241c40c
Use auto-extract code for .shar files.
2002-01-27 18:32:32 +00:00
hubertf
5542206cba
Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
...
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-11-29 01:12:24 +00:00
zuntum
1cf29af8b5
Move pkg/ files into package's toplevel directory
2001-10-31 22:48:50 +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
tron
0db1c3f9a1
Don't mirror distfile which is already on "ftp.netbsd.org".
2001-07-29 05:40:04 +00:00
tron
2f0c4650d5
Fix example configuration line for "lkm.con": the aperature module can't
...
(and shouldn't) be loaded before networking because it might be located
on a NFS mounted "/usr/pkg" filesystem.
2001-07-29 05:35:48 +00:00
tron
215cefa1f1
Put real package installation prefix into install script instead of
...
letting the user figure out where the files got installed.
2001-07-29 05:34:38 +00:00
tron
6e42ce1fd3
Add "MANCOMPRESSED_IF_MANZ" because the BSD style "Makefile" handles
...
manual page compression automatically.
2001-07-28 14:10:20 +00:00
wiz
e82fb5a5c6
Move to SHA1, and add size.
2001-05-08 16:33:23 +00:00
jlam
232c24a66b
Put the distfile at MASTER_SITE_LOCAL rather than depend on a file in
...
NetBSD-current to remain the same.
2001-05-05 14:32:43 +00:00
agc
2d6b6a009c
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
a87738b456
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:42:09 +00:00
jlam
45d1055ef1
Update aperture to 2.0nb1. This is now taken from the xfree86-4.0.2 sources,
...
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.
2001-01-17 23:57:52 +00:00
dmcmahill
ad6946ce37
move the .BEGIN stuff which checks for kernel sources to pre-fetch. This lets
...
you do simple things like
make README.html
or
make show-var VARNAME=PKGNAME
without requiring kernel sources.
2000-12-26 17:33:52 +00:00
jlam
229dfb4295
Okay, _really_ get the version checking done right.
2000-12-22 20:19:10 +00:00
jlam
4576da65a4
The paddr_t mmap interface change is for anything except <1.5 and 1.5A,
...
so make the __NetBSD_Version__ checking reflect this. This should
hopefully fix build problems on 1.5.1_ALPHA.
2000-12-22 20:18:12 +00:00
garbled
e6506e3bc3
Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this time
...
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-10-18 04:26:53 +00:00
jlam
7e3366fd37
Some NetBSD versions have changed their kernel mmap interface. I think
...
that 1.5 and >1.5B have the new interface, so use those version numbers
as a test condition.
2000-07-21 07:45:49 +00:00
jlam
a710701f2a
Add DIST_SUBDIR=${PKGNAME} since the distfile has no version number.
...
Update MD5 checksum and remove old distfile from ftp.netbsd.org.
2000-07-15 06:22:16 +00:00
jlam
617af86cc7
Forgot these patches. These patch sources to work after kernel mmap
...
interface changed.
2000-07-15 06:11:20 +00:00
jlam
565ad3094e
Fix module sources after kernel mmap interface change.
...
Fix error message to say the kernel sources should be for the kernel
you are running.
2000-07-15 06:10:25 +00:00
agc
cc4c589ad8
Only define the .BEGIN target if we're on NetBSD
2000-05-11 11:17:55 +00:00
hubertf
de7d269154
Define rdmsr() etc. only for __NetBSD_Version__ < 104240000.
...
At least right now, they're clashing with the definitions in
cpufunc.h (as the comment in the file even said :-)
2000-04-26 12:15:59 +00:00
wiz
11ed2fa1e0
remove unnecessary whitespace
2000-02-05 07:11:47 +00:00
jlam
60e680f5fb
Clarify that the aperture driver is for NetBSD/i386.
2000-01-05 18:15:15 +00:00
jlam
86cf8e7d6f
XFree86 Framebuffer "aperture" driver for NetBSD
2000-01-05 18:02:18 +00:00