mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat
This commit is contained in:
parent
52be42b156
commit
92d0cbeefe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251158
4 changed files with 16 additions and 0 deletions
|
@ -60,6 +60,10 @@ LATEST_LINK= emacs21
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
CFLAGS:= ${CFLAGS:C/-O.?/-O0/g}
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
|
||||
|
|
|
@ -63,6 +63,10 @@ OPTIONS+= PGSQL "With PostgreSQL database support" off \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
# Default requirements for rc script
|
||||
_REQUIRE= NETWORKING SERVERS
|
||||
|
||||
|
|
|
@ -47,6 +47,10 @@ OPTIONS= KRB5_RENAME_FTP "Rename ftp to kftp" off \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.if defined(WITH_KRB5_DOC)
|
||||
BUILD_DEPENDS+= texi2dvi:${PORTSDIR}/print/texinfo \
|
||||
dvips:${PORTSDIR}/print/dvipsk-tetex
|
||||
|
|
|
@ -47,6 +47,10 @@ OPTIONS= KRB5_RENAME_FTP "Rename ftp to kftp" off \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.if defined(WITH_KRB5_DOC)
|
||||
BUILD_DEPENDS+= texi2dvi:${PORTSDIR}/print/texinfo \
|
||||
dvips:${PORTSDIR}/print/dvipsk-tetex
|
||||
|
|
Loading…
Add table
Reference in a new issue