mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
BROKEN on 4.x: Does not compile
This commit is contained in:
parent
674cb8b748
commit
0e5b0c30b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135796
4 changed files with 25 additions and 3 deletions
|
@ -26,6 +26,10 @@ OPTIONS= DEBUG "Build with debugging turned on" off
|
|||
PMKARGS= -e debug
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on FreeBSD 4.x"
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC}; ${LOCALBASE}/bin/pmk ${PMKARGS}
|
||||
|
||||
|
|
|
@ -24,6 +24,12 @@ USE_XLIB= yes
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on FreeBSD 4.x"
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|lstat$$U.o||' ${WRKSRC}/Makefile
|
||||
|
||||
|
@ -39,4 +45,4 @@ do-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -29,4 +29,10 @@ USE_GETTEXT= yes
|
|||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on FreeBSD 4.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -26,4 +26,10 @@ PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
|
|||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on FreeBSD 4.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue