mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update master site and email address, and disable on -current.
This commit is contained in:
parent
6d000f4c6f
commit
a6fd0ce91b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66686
@ -9,9 +9,9 @@ PORTNAME= drm-kmod
|
||||
PORTVERSION= 0.9.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= http://gladstone.uoregon.edu/~eanholt/dri/
|
||||
MASTER_SITES= http://people.freebsd.org/~anholt/dri/files/
|
||||
|
||||
MAINTAINER= eanholt@gladstone.uoregon.edu
|
||||
MAINTAINER= anholt@FreeBSD.org
|
||||
|
||||
USE_REINPLACE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
@ -22,19 +22,19 @@ PKGMESSAGE= ${WRKSRC}/.MESSAGE
|
||||
|
||||
.if ${OSVERSION} < 400006
|
||||
BROKEN= "FreeBSD before 4.1 is not supported"
|
||||
.elif ${OSVERSION} < 500000
|
||||
.elif ${OSVERSION} > 500000
|
||||
BROKEN= "FreeBSD 5.0 has DRM supplied by the kernel"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SMP)
|
||||
CFLAGS+= -DSMP -DAPIC_IO
|
||||
.endif
|
||||
.endif
|
||||
|
||||
pre-extract:
|
||||
.if ${OSVERSION} < 500000
|
||||
.if !defined(WITH_SMP)
|
||||
@${ECHO_MSG} "If you are using modules on an SMP system, use "make -DWITH_SMP" to get SMP locking"
|
||||
@${ECHO_MSG}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/drm.sh
|
||||
|
Loading…
Reference in New Issue
Block a user