[67488] branches/release_1_9/base
jmr at macports.org
jmr at macports.org
Mon May 10 22:34:41 PDT 2010
Revision: 67488
http://trac.macports.org/changeset/67488
Author: jmr at macports.org
Date: 2010-05-10 22:34:39 -0700 (Mon, 10 May 2010)
Log Message:
-----------
merge r67487 from trunk:
update NEWS, mention setrequested and unsetrequested in ChangeLog
Revision Links:
--------------
http://trac.macports.org/changeset/67487
Modified Paths:
--------------
branches/release_1_9/base/ChangeLog
branches/release_1_9/base/NEWS
Modified: branches/release_1_9/base/ChangeLog
===================================================================
--- branches/release_1_9/base/ChangeLog 2010-05-11 05:33:03 UTC (rev 67487)
+++ branches/release_1_9/base/ChangeLog 2010-05-11 05:34:39 UTC (rev 67488)
@@ -93,6 +93,8 @@
installed explicitly (as opposed to as a dependency of something else).
This enables the new 'requested', 'unrequested' and 'leaves' pseudo-
ports, as well as the --follow-dependencies option for uninstall.
+ The setrequested and unsetrequested actions will set and clear the flag,
+ respectively.
(#15260, jmr in r64517, r64663, r65546, r66037, r66200, r66215)
- The macports1.0 directory is now installed to
Modified: branches/release_1_9/base/NEWS
===================================================================
--- branches/release_1_9/base/NEWS 2010-05-11 05:33:03 UTC (rev 67487)
+++ branches/release_1_9/base/NEWS 2010-05-11 05:34:39 UTC (rev 67488)
@@ -1,3 +1,35 @@
+== Overview of changes from MacPorts 1.8.2 to 1.9.0 ==
+
+# For regular users:
+
+*) All output is now logged to a file, whose location will be shown if a port
+ target fails. This should be attached to bug reports. The new 'log' action
+ can also be used to view the log for a port.
+*) Command line options can be abbreviated if unambigious.
+*) New actions: rdeps, rdependents, setrequested, unsetrequested
+*) --follow-dependencies option for uninstall (ports with the requested flag
+ set or with other dependents are skipped).
+*) New pseudo-ports and selectors: requested, unrequested, leaves, depof:,
+ rdepof:, dependentof:, rdependentof:.
+*) Architectures of dependencies are checked before install, and in many cases
+ will be automatically fixed by upgrading with +universal.
+*) New sqlite registry format which is faster and lacks some of the old
+ format's inconvenient limitations.
+*) Explicitly deselected variants (e.g. -foo) are now recorded, so they will
+ not be set to + when upgrading if +foo appears in variants.conf or
+ the port's default_variants.
+
+# For Portfile writers:
+
+*) New os.subplatform variable.
+*) New configure.ld_archflags option to match configure.cc_archflags et al.
+*) 'platform' acts like an 'if' statement rather than a variant.
+*) New supported_archs option for indicating a port only supports certain
+ archs or is noarch.
+*) pre-/post-deactivate and pre-/post-uninstall procedures can now be used,
+ and pre-/post-activate procedures are run every time the port is activated,
+ not just the first time when it is installed.
+
== Overview of changes from MacPorts 1.7.1 to 1.8.0 ==
# For regular users:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100510/20702821/attachment.html>
More information about the macports-changes
mailing list