mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Disallow from 7.x builds on pointyhat due to hangs
Feature safe: yes
This commit is contained in:
parent
6ac0076929
commit
aebf0eb754
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268279
@ -130,6 +130,10 @@ PORTDOCS= *
|
||||
LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} <= 701000
|
||||
MANUAL_PACKAGE_BUILD= hangs on pointyhat
|
||||
.endif
|
||||
|
||||
post-patch::
|
||||
@${REINPLACE_CMD} -E -e \
|
||||
's:\$$\(libdir\)/pkgconfig:${PREFIX}/libdata/pkgconfig:' \
|
||||
|
@ -26,6 +26,12 @@ PORTDOCS= *
|
||||
|
||||
MAN1= dsss.1 rebuild.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} <= 701000
|
||||
MANUAL_PACKAGE_BUILD= hangs on pointyhat
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|share/man|man|' \
|
||||
${WRKSRC}/dsss.conf
|
||||
@ -38,4 +44,4 @@ post-patch:
|
||||
${WRKSRC}/rebuild/Makefile
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -45,7 +45,13 @@ post-install:
|
||||
CMAKE_ARGS+= -DGDCM_DOCUMENTATION:BOOL=NO
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} <= 701000
|
||||
MANUAL_PACKAGE_BUILD= hangs on pointyhat
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's| NAMELINK_SKIP||; s| NAMELINK_ONLY||' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -39,10 +39,11 @@ OPTIONS= GDBM "Enable GDBM support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not build on 6.X
|
||||
.if ${OSVERSION} <= 701000
|
||||
MANUAL_PACKAGE_BUILD= hangs on pointyhat
|
||||
.endif
|
||||
|
||||
|
||||
.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
|
||||
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
||||
PLIST_SUB+= GDBM=""
|
||||
|
Loading…
Reference in New Issue
Block a user