From 65e107ab6988c9b2d4d980917430d8ab0cfee665 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 24 Mar 2007 14:02:06 +0000 Subject: [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] --- CHANGES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'CHANGES') 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: -- cgit v1.2.3