aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-24 14:02:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-24 14:02:06 +0000
commit65e107ab6988c9b2d4d980917430d8ab0cfee665 (patch)
tree19322057de195ba994b5e8d364fcb6eddc03508f /CHANGES
parent134d97e1fd2201b9a28717e8ed461675a246e1cc (diff)
downloadports-65e107ab6988c9b2d4d980917430d8ab0cfee665.tar.gz
ports-65e107ab6988c9b2d4d980917430d8ab0cfee665.zip
[1] Introduce COPYTREE_BIN and COPYTREE_SHARE macros
[2] Fix ECHO_CMD/ECHO_MSG usage in bsd.port.mk [3] Move bsd.efl.mk to ports/Mk [4] Change LIBTOOLFILES default to ${CONFIGURE_SCRIPT} [5] Whitespace sweep [6] Add WWWDIR variable with default value of ${PREFIX}/www/${PORTNAME} PR: ports/100996 [1], ports/100556 [2], ports/100497 [3], ports/104009 and ports/104018 [5], ports/105529 [6] Submitted by: stass [1] [3], gabor [2], pav [4], edwin [5], laszlof [6] Approved by: ade [4]
Notes
Notes: svn path=/head/; revision=188170
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a6749db3d454..00a122d144ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,27 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20070324:
+AUTHOR: portmgr@FreeBSD.org
+The following changes were made to the ports infrastructure:
+
+ * Default LIBTOOLFILES value was changed from literal `configure'
+ to ${CONFIGURE_SCRIPT}.
+
+ * bsd.efl.mk was moved to ports/Mk. USE_EFL family of macros is now
+ generally available to all ports.
+
+ * New macros COPYTREE_BIN and COPYTREE_SHARE were added, to allow
+ for easy installation of a tree hierarchy, either with executable (bin)
+ or read-only (share) permissions on files.
+
+ * A new variable WWWDIR was added, with default value of
+ ${PREFIX}/www/${PORTNAME}.
+
+ * Variables DOCSDIR_REL, DATADIR_REL, EXAMPLESDIR_REL and WWWDIR_REL were
+ added for porter's convenience. They contain the values of their
+ respective non-REL variables, except relative to installation PREFIX.
+
20070306:
AUTHOR: portmgr@FreeBSD.org
The following changes were made to the ports infrastructure: