aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-22 22:25:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-22 22:25:20 +0000
commited31a0d5e614de59a50dc6d1fd9441ea1661f3b2 (patch)
tree8554d759bfd6a38c98a7062e4e529bf8a9f5f069 /CHANGES
parentfdcbf2bd1079737be61ffd6db3efc2c111fbac16 (diff)
downloadports-ed31a0d5e614de59a50dc6d1fd9441ea1661f3b2.tar.gz
ports-ed31a0d5e614de59a50dc6d1fd9441ea1661f3b2.zip
Introduce USES= pkgconfig to replace USE_PKGCONFIG
It can take 3 arguments: build (default,implicit) to add pkgconf into BUILD_DEPENDS run to add pkgconf into RUN_DEPENDS both to add pkgconf into both RUN and BUILD DEPENDS This deprecates USE_PKGCONFIG, please convert your ports. USE_PKGCONFIG will be removed as soon as it is no more used in the ports tree
Notes
Notes: svn path=/head/; revision=316283
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e15dd1e66aa5..9193e34427a5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,18 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130323:
+AUTHOR: bapt@FreeBSD.org
+
+ * New USES macro to handle support for pkgconf (pkg-config) dependency:
+
+ USES= pkgconfig[:build] will add pkgconf into BUILD_DEPENDS
+ USES= pkgconfig:run will add pkgconf into RUN_DEPENDS
+ USES= pkgconfig:both will add pkgconf into both RUN and BUILD DEPENDS
+
+ It deprecates USE_PKGCONFIG which will be removed as soon as it is not
+ used anymore
+
20130320:
AUTHOR: jgh@FreeBSD.org