Commit graph

29 commits

Author SHA1 Message Date
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