Bug 270486 - textproc/p5-String-Util actually depends on devel/p5-Module-Build-Tiny
Summary: textproc/p5-String-Util actually depends on devel/p5-Module-Build-Tiny
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-27 18:23 UTC by Chad Jacob Milios
Modified: 2023-04-05 22:30 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chad Jacob Milios 2023-03-27 18:23:21 UTC
couldnt build textproc/p5-String-Util, then installed devel/p5-Module-Build-Tiny...great success!

might supply a patch to express the dependency, might not. just figured id make some noise in case someone else searches
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2023-04-05 17:55:48 UTC
I cannot reproduce this error. USE_PERL5=modbuildtiny brings in devel/p5-Module-Build-Tiny as BUILD_DEPENDS.

% cd /usr/ports/textproc/p5-String-Util
% make build-depends-list
/usr/ports/devel/p5-Module-Build-Tiny
/usr/ports/lang/perl5.36

from /usr/ports/Mk/Uses/perl5.mk:
209 .    if ${_USE_PERL5:Mmodbuildtiny}
210 .      if ${PORTNAME} != Module-Build-Tiny
211 BUILD_DEPENDS+= p5-Module-Build-Tiny>=0.039:devel/p5-Module-Build-Tiny
212 .      endif
213 CONFIGURE_ARGS+=--create_packlist 1
214 .    endif
Comment 2 Chad Jacob Milios 2023-04-05 22:30:49 UTC
Good enough for me! I can't reproduce it today either. Sorry to bother you. Thank you for looking into this.