Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173333210
D19776.id55678.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
567 B
Referenced Files
None
Subscribers
None
D19776.id55678.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19776: Mk/Uses/perl5.mk: Flag invalid USE_PERL5 components
Attached
Detach File
Event Timeline
Log In to Comment