Mark BROKEN on all versions, not just 5.1
This commit is contained in:
parent
d7f5a22066
commit
d7a4ff05e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82280
2 changed files with 3 additions and 9 deletions
|
@ -18,11 +18,7 @@ LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \
|
|||
guile.15:${PORTSDIR}/lang/guile \
|
||||
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
USE_AUTOCONF= yes
|
||||
USE_GNOME= gtk12
|
||||
|
@ -32,4 +28,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
|
||||
MAN1= sp2sp.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -41,11 +41,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \
|
|||
${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \
|
||||
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/rt-${RT_VERSION}
|
||||
RT_VERSION= ${PORTVERSION:C/\./-/g}
|
||||
|
@ -156,6 +152,8 @@ do-install:
|
|||
post-install:
|
||||
@${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
||||
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
||||
|
|
Loading…
Reference in a new issue