aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aureal-kmod/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-16 02:16:23 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-16 02:16:23 +0800
commit783479e1a54fbdbc9f1a4757b3dd6a1e4a8b3078 (patch)
tree061b5f261e7630f6356322cac84bffed61443b7a /audio/aureal-kmod/Makefile
parentebb81e67ac9e08c0a862c9b00b847423e69638b0 (diff)
downloadfreebsd-ports-gnome-783479e1a54fbdbc9f1a4757b3dd6a1e4a8b3078.tar.gz
freebsd-ports-gnome-783479e1a54fbdbc9f1a4757b3dd6a1e4a8b3078.tar.zst
freebsd-ports-gnome-783479e1a54fbdbc9f1a4757b3dd6a1e4a8b3078.zip
- Unbreak on -stable;
- extend a start-up script with a workaround for Via Apollo KX133 chipset. Submitted by: maintainer
Diffstat (limited to 'audio/aureal-kmod/Makefile')
-rw-r--r--audio/aureal-kmod/Makefile18
1 files changed, 13 insertions, 5 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile
index 77bc002c7224..55d21ae83d3a 100644
--- a/audio/aureal-kmod/Makefile
+++ b/audio/aureal-kmod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= aureal-kmod
PORTVERSION= 1.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://home.columbus.rr.com/amatey/au88x0/
DISTNAME= au88x0-${PORTVERSION}_${PORTREVISION}
@@ -60,18 +60,26 @@ PORTREVISION= 2
MAKE_ENV+= HAVE_KOBJ_PCM=1
.endif
-.elif ${OSVERSION} < 500000
-# FreeBSD 4.4
+.elif ${OSVERSION} < 450004
+# FreeBSD 4.4, 4.5-
PORTVERSION= 1.3
PORTREVISION= 3
MAKE_ENV+= HAVE_KOBJ_PCM=1
+.elif ${OSVERSION} < 500000
+# FreeBSD 4.5+
+.if ${VERSION_SOUND_C_STABLE} < 12
+BROKEN= "Base system is outdated. This port needs -STABLE after 2002-04-22."
+.endif
+PORTVERSION= 1.3
+PORTREVISION= 4
+MAKE_ENV+= HAVE_KOBJ_PCM=1
.endif
.if ${OSVERSION} > 500000
# FreeBSD 5-CURRENT
-.if ${VERSION_SOUND_C_CURRENT} < 52
-BROKEN= "Base system is outdated. This port needs -CURRENT after 6/17/2001."
+.if ${VERSION_SOUND_C_CURRENT} < 70
+BROKEN= "Base system is outdated. This port needs -CURRENT after 2002-04-04."
.endif
.endif