mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Don't override OSVERSION, the bsd.port.pre.mk version will do just fine.
This fixes package builds since OSVERSION is no longer spammed.
This commit is contained in:
parent
5b016186ed
commit
1886942113
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173174
1 changed files with 2 additions and 4 deletions
|
@ -25,8 +25,8 @@ FIRMWARES?= ${RELNAME}-${PORTVERSION}-i.fw:${DRIVERNAME}-i.fw \
|
||||||
${RELNAME}-${PORTVERSION}-p.fw:${DRIVERNAME}-p.fw \
|
${RELNAME}-${PORTVERSION}-p.fw:${DRIVERNAME}-p.fw \
|
||||||
${RELNAME}-${PORTVERSION}.fw:${DRIVERNAME}.fw
|
${RELNAME}-${PORTVERSION}.fw:${DRIVERNAME}.fw
|
||||||
|
|
||||||
OSVERSION!= /sbin/sysctl -n kern.osreldate
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
# Dummy OSVERSION for ipw.
|
# Dummy OSVERSION for ipw.
|
||||||
MIN7OSVERSION?= 999999
|
MIN7OSVERSION?= 999999
|
||||||
|
|
||||||
|
@ -67,8 +67,6 @@ MANCOMPRESSED= yes
|
||||||
IS_INTERACTIVE= yes
|
IS_INTERACTIVE= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
# That's a bit arbitrary since I have no idea if ${DRIVERNAME}(4) can be
|
# That's a bit arbitrary since I have no idea if ${DRIVERNAME}(4) can be
|
||||||
# compiled on FreeBSD previous to 5.3-RELEASE. This is just too old, people
|
# compiled on FreeBSD previous to 5.3-RELEASE. This is just too old, people
|
||||||
# should move on. I may change this if I get successful reports though.
|
# should move on. I may change this if I get successful reports though.
|
||||||
|
|
Loading…
Add table
Reference in a new issue