Mark broken for 4.x for the time being.
Perl modules are installed into wrong location for 4.x.
This commit is contained in:
parent
ac2c4eeb42
commit
c55a61df91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103591
3 changed files with 12 additions and 0 deletions
|
@ -59,6 +59,10 @@ CONFIGURE_ARGS+=--with-dummy-values
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= plist is incorrect for 4.x. Please wait to be fixed.
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_PERL)
|
||||
PLIST_SUB+= WITH_PERL="@comment "
|
||||
.else
|
||||
|
|
|
@ -59,6 +59,10 @@ CONFIGURE_ARGS+=--with-dummy-values
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= plist is incorrect for 4.x. Please wait to be fixed.
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_PERL)
|
||||
PLIST_SUB+= WITH_PERL="@comment "
|
||||
.else
|
||||
|
|
|
@ -59,6 +59,10 @@ CONFIGURE_ARGS+=--with-dummy-values
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= plist is incorrect for 4.x. Please wait to be fixed.
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_PERL)
|
||||
PLIST_SUB+= WITH_PERL="@comment "
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue