diff options
author | makc <makc@FreeBSD.org> | 2013-10-09 00:02:21 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-10-09 00:02:21 +0800 |
commit | 801467b3c33c575797a9d16b0cc1a5ad2012b1fc (patch) | |
tree | 82bc12ed636eda2553070bcb0ece9d6f5c481ac0 /CHANGES | |
parent | b6ce9f3774b478507aad818bedbc5e083cabe6c1 (diff) | |
download | freebsd-ports-gnome-801467b3c33c575797a9d16b0cc1a5ad2012b1fc.tar.gz freebsd-ports-gnome-801467b3c33c575797a9d16b0cc1a5ad2012b1fc.tar.zst freebsd-ports-gnome-801467b3c33c575797a9d16b0cc1a5ad2012b1fc.zip |
- Add new USES= qmake (with staging support)
Approved by: portmgr (bapt)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20131008: +AUTHOR: makc@FreeBSD.org + + New USES: qmake, configure tool widely used among Qt based projects. + New framework is stage-friendly. To convert existing ports remove + custom configure target, adjust QMAKE_ENV, QMAKE_ARGS, QMAKE_PRO if + required (see Mk/Uses/qmake.mk for details). + 20131005: AUTHOR: bdrewery@FreeBSD.org |