[MacPorts] #69949: smake: A "Bert" is getting compiled in.

MacPorts noreply at macports.org
Sat May 11 00:23:36 UTC 2024


#69949: smake: A "Bert" is getting compiled in.
-------------------------+--------------------
 Reporter:  TurtleWilly  |      Owner:  (none)
     Type:  defect       |     Status:  new
 Priority:  Low          |  Milestone:
Component:  ports        |    Version:
 Keywords:               |       Port:  smake
-------------------------+--------------------
 In the Portfile of "smake" it does replace various "/opt/schily" paths in
 various source code files, e.g:


 {{{
 reinplace -locale C "s|/opt/schily|${prefix}|g"
     …
     ${worksrcpath}/smake/make.c \
     …
 }}}

 but it seems at the end it is not using this fixed path for "smake/make.c"
 as designed, but the other weird one: "/usr/bert/…". Is that some Sesame
 Street reference? I don't know. :-)

 {{{
 $ strings -a
 /Volumes/Temporary/smake-1.7-2023-09-28_0.darwin_14.x86_64/opt/local/bin/smake
 | fgrep bert
 /usr/bert/share/lib/smake/defaults.smk
 }}}


 It's probably harmless, though.

 Also: maybe the referenced "defaults.smk" file actually should be
 installed (maybe with an extra suffix added to not activate it), so a user
 could go on and easily adjust the built-in default make rules, if required
 (at least I assume this is how it would work).

-- 
Ticket URL: <https://trac.macports.org/ticket/69949>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list