mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Fix on very latest -STABLE.
Submitted by: maintainer
This commit is contained in:
parent
f80284e0d9
commit
2b40975341
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46189
@ -46,8 +46,8 @@ BROKEN= "FreeBSD 3.*, 4.0 are not supported"
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 3
|
||||
|
||||
.elif ${OSVERSION} < 500000
|
||||
# FreeBSD 4.2
|
||||
.elif ${OSVERSION} < 440000
|
||||
# FreeBSD 4.2, 4.3
|
||||
PORTVERSION= 1.3
|
||||
|
||||
.if ${VERSION_SOUND_C_STABLE} < 4
|
||||
@ -55,11 +55,17 @@ PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
|
||||
.else
|
||||
# FreeBSD 4.2 after kobj MFC
|
||||
# FreeBSD 4.2 after kobj MFC, FreeBSD 4.3
|
||||
PORTREVISION= 2
|
||||
MAKE_ENV+= HAVE_KOBJ_PCM=1
|
||||
.endif
|
||||
|
||||
.elif ${OSVERSION} < 500000
|
||||
# FreeBSD 4.4
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 3
|
||||
MAKE_ENV+= HAVE_KOBJ_PCM=1
|
||||
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
|
@ -1,4 +1,5 @@
|
||||
MD5 (au88x0-1.1_3.tar.gz) = 811026b4fd105b5b9e6a0ebfdc83b75a
|
||||
MD5 (au88x0-1.3_1.tar.gz) = ec49c6e62847f6a0da318fea8c954917
|
||||
MD5 (au88x0-1.3_2.tar.gz) = 266a8ba37778bfd1ea4007407f733540
|
||||
MD5 (au88x0-1.3_3.tar.gz) = 5fc5e2c6d93a9209e91f7fcd02d56ddc
|
||||
MD5 (au88x0-1.5_3.tar.gz) = fa401f56925ea7793fb4238c354a44b7
|
||||
|
Loading…
Reference in New Issue
Block a user