Page MenuHomeFreeBSD

D19776.id55678.diff
No OneTemporary

D19776.id55678.diff

Index: Mk/Uses/perl5.mk
===================================================================
--- Mk/Uses/perl5.mk
+++ Mk/Uses/perl5.mk
@@ -154,6 +154,18 @@
. endif
. endif
+_USE_PERL5_VALID= build configure extract modbuild modbuildtiny patch run \
+ test
+_USE_PERL5_UNKNOWN=
+. for component in ${_USE_PERL5}
+. if empty(_USE_PERL5_VALID:M${component})
+_USE_PERL5_UNKNOWN+= ${component}
+. endif
+. endfor
+. if !empty(_USE_PERL5_UNKNOWN)
+IGNORE= has unknown USE_PERL5 components: ${_USE_PERL5_UNKNOWN}
+. endif
+
_USES_POST+= perl5
.endif

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 26, 7:16 AM (8 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39645660
Default Alt Text
D19776.id55678.diff (567 B)

Event Timeline