summaryrefslogtreecommitdiff
path: root/sysutils/aperture/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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-07-29Don't mirror distfile which is already on "ftp.netbsd.org".tron1-1/+3
2001-07-29Put real package installation prefix into install script instead oftron1-9/+14
letting the user figure out where the files got installed.
2001-07-28Add "MANCOMPRESSED_IF_MANZ" because the BSD style "Makefile" handlestron1-4/+5
manual page compression automatically.
2001-05-05Put the distfile at MASTER_SITE_LOCAL rather than depend on a file injlam1-2/+14
NetBSD-current to remain the same.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-17Update aperture to 2.0nb1. This is now taken from the xfree86-4.0.2 sources,jlam1-26/+24
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-26move the .BEGIN stuff which checks for kernel sources to pre-fetch. This letsdmcmahill1-2/+2
you do simple things like make README.html or make show-var VARNAME=PKGNAME without requiring kernel sources.
2000-10-18Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this timegarbled1-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-21Some NetBSD versions have changed their kernel mmap interface. I thinkjlam1-2/+2
that 1.5 and >1.5B have the new interface, so use those version numbers as a test condition.
2000-07-15Add DIST_SUBDIR=${PKGNAME} since the distfile has no version number.jlam1-1/+2
Update MD5 checksum and remove old distfile from ftp.netbsd.org.
2000-07-15Fix module sources after kernel mmap interface change.jlam1-2/+3
Fix error message to say the kernel sources should be for the kernel you are running.
2000-05-11Only define the .BEGIN target if we're on NetBSDagc1-1/+5
2000-02-05remove unnecessary whitespacewiz1-2/+1
2000-01-05XFree86 Framebuffer "aperture" driver for NetBSDjlam1-0/+38