If delete_la_files doesn't match the default value, built packages won't match what we expect. I think this was what caused https://trac.macports.org/ticket/39767
I think this is the correct change, but I wanted to get a review before
pushing, thanks.
--Jeremy
Index: src/macports1.0/macports.tcl
===================================================================
--- src/macports1.0/macports.tcl (revision 108390)
+++ src/macports1.0/macports.tcl (working copy)
@@ -963,6 +963,10 @@
} else {
set macports::delete_la_files no
}
+ } else {
+ # Fource building from source if delete_la_files is not the default
value
+ set macports::global_options(ports_source_only) yes
+ set temp_options(ports_source_only) yes
}
if {![info exists
macports::global_options(ports_rev-upgrade_id-loadcmd-check)]
&& [info exists macports::revupgrade_check_id_loadcmds]} {
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
