[MacPorts] SummerOfCode modified

MacPorts noreply at macports.org
Tue Mar 3 19:50:37 PST 2009


Changed page "SummerOfCode" by raimue at macports.org from 91.11.233.151*
Page URL: <http://trac.macports.org/wiki/SummerOfCode>
Diff URL: <http://trac.macports.org/wiki/SummerOfCode?action=diff&version=81>
Revision 81

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: SummerOfCode
=========================================================================
--- SummerOfCode (version: 80)
+++ SummerOfCode (version: 81)
@@ -71,6 +71,20 @@
 MacPorts has no way to track configuration files. Currently if a configuration file is part of a port it will get overwritten on every upgrade which makes it less useful. At the moment, many ports only install default configuration files and the user has to copy it to the original location. But this always requires manual action and the user is not informed of updates in this configuration file.
 
 For this task, investigate how other package management systems handle this. Find the best way to support it in MacPorts and implement it.
+
+Classification: easy to medium task[[BR]]
+Programming languages: Tcl[[BR]]
+Potential mentor: raimue
+
+==== Scan for broken dynamic libraries for rebuild ====
+
+Upgrading any port can naturally break its dependents if using dynamic libraries. The only way to fix this is currently rebuilding all dependents, no matter if necessary or not. MacPorts should get a new command to scan installed dynamic libraries and binaries for linker errors and mark the corresponding port for rebuild. After checking all files, broken ones should get rebuild in the correct order. Probably it has to do the check again after each set of rebuilds.
+
+{{{
+port rev-upgrade [portname]
+}}}
+
+If you are familiar with Gentoo, this would be the equivalent of the revdep-rebuild command. See #17473 for more information.
 
 Classification: easy to medium task[[BR]]
 Programming languages: Tcl[[BR]]

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on SummerOfCode. If it was not you, please
report to .


More information about the macports-changes mailing list