mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
This commit is contained in:
parent
8280af7673
commit
3c72f3083e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255012
@ -22,8 +22,14 @@ USE_GNOME= glib20
|
||||
PERL_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \
|
||||
's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -83,6 +83,7 @@ PLIST_SUB+= STATIC="@comment "
|
||||
.if ${OSVERSION} < 700000
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-JavaScriptCore_yarr_RegexJIT.h \
|
||||
${FILESDIR}/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user