[32605] trunk/base

jmpp at macports.org jmpp at macports.org
Tue Jan 8 19:52:38 PST 2008


Revision: 32605
          http://trac.macosforge.org/projects/macports/changeset/32605
Author:   jmpp at macports.org
Date:     2008-01-08 19:52:37 -0800 (Tue, 08 Jan 2008)

Log Message:
-----------

The start of the documentation of the potential chanegs that will go into the 1.6.1 release.

Modified Paths:
--------------
    trunk/base/ChangeLog
    trunk/base/NEWS

Modified: trunk/base/ChangeLog
===================================================================
--- trunk/base/ChangeLog	2008-01-09 01:05:37 UTC (rev 32604)
+++ trunk/base/ChangeLog	2008-01-09 03:52:37 UTC (rev 32605)
@@ -10,6 +10,32 @@
       destroot (mww in r31954).
 
 
+Release 1.6.1 (unreleased):
+
+    - If checksum is mismatched, and in verbose mode, present a corrected pre-fabricated checksum statement
+      to make it easy to update a port (jberry in r32441).
+
+    - Fixed the "Error: Unable to open port: invalid command name "ui_prefix"" runtime error on Panther
+      (eridius in r32525).
+
+    - Fixed the "Error: Unable to open port: invalid command name "ui_channels"" runtime error on Panther
+      (eridius in r32514).
+
+    - "port lint" now recognizes non-canonical modelines (afb in r32480).
+
+    - "configure.pipe" is now hackable from Portfiles (afb in r32430).
+
+    - MacPorts no longer installs the "base/config/mp_version" file, as the release version is now stored
+      internally in $macports::autoconf::macports_vesion (jmpp in r32353).
+
+    - Bail out with a suitable message if the requested port is not installed when polling its dependents
+      (jmpp in r32336).
+
+    - Fixed a Panther build failure due to missing sqlite headers (jmpp in r32212).
+
+    - Fixed a build failure by passing the base/src/cregistry/cregistry.a archive through ranlib (jmpp in r32105).
+
+
 Release 1.6.0 (16-December-2007 by jmpp):
 
     - Revamped the postflight script that is run by Installer.app with our pkg installer to gracefully

Modified: trunk/base/NEWS
===================================================================
--- trunk/base/NEWS	2008-01-09 01:05:37 UTC (rev 32604)
+++ trunk/base/NEWS	2008-01-09 03:52:37 UTC (rev 32605)
@@ -1,14 +1,29 @@
 
-What's new:
+== Overwiew of changes from MacPorts 1.6.0 to 1.6.1 ==
 
-*) Revived and thoroughly refreshed web presence at http://www.macports.org/ , with more improvements still on the way;
-*) New project guide at http://guide.macports.org
+# For regular users:
 
+* A suitable message is output when a the requested port is not installed when polling its dependents;
+* Fixed the "Error: Unable to open port: invalid command name "ui_prefix"" runtime error on Panther;
+* Fixed the "Error: Unable to open port: invalid command name "ui_channels"" runtime error on Panther;
+* Fixed a MacPorts, Panther specific build failure due to missing sqlite headers on that platform;
+* Fixed a MacPorts build failure when building itself in universal fashion;
 
-Overview of Changes from MacPorts 1.5.2 to MacPorts 1.6.0:
 
+# For Portfile writers:
+
+*) Pre-fabricated statements with correct checksums are output when in verbose mode if the existing ones in the Portfile are incorrect;
+*) "port lint" now recognizes non-canonical modelines;
+*) Added a 'configure.pipe' Portfile option for using pipes rather than intermediate files when compiling C/C++ based ports;
+
+
+
+== Overview of changes from MacPorts 1.5.2 to 1.6.0 ==
+
 # For regular usage:
 
+*) Revived and thoroughly refreshed web presence at http://www.macports.org/ , with more improvements still on the way;
+*) New project guide at http://guide.macports.org
 *) Fixed the "upgrade" target of the port(1) command to properly handle installed versions beginning with letters;
 *) Improved the "variants" target of the port(1) command to behave like the "info" target to poll the requested Portfile directly
     rather than the index for more up-to-date information, while also providing a --index flag for legacy behavior;
@@ -69,7 +84,6 @@
 *) Added 'configure.awk', 'configure.bison', 'configure.pkg_config', 'configure.pkg_config_path' Portfile options to point to the
     relevant programs/paths to use;
 *) Added a 'extract.mkdir' Portfile option to better deal with so-called "tar bombs";
-*) Added a 'configure.pipe' Portfile option for using pipes rather than intermediate files when compiling C/C++ based ports;
 
 
 # For MacPorts scripting:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080108/a9e4dde6/attachment.html


More information about the macports-changes mailing list