diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-01 21:03:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-01 21:03:25 +0800 |
commit | 90c29cca255cfd1665d8132e185fa401329ad673 (patch) | |
tree | b8124e1b26d3492a2efdf76a075756366da04991 /CHANGES | |
parent | d0966178b740c628954c7eb37143a02d12fefe0e (diff) | |
download | freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.tar.gz freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.tar.zst freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.zip |
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -13,6 +13,15 @@ All ports committers are allowed to commit to this file. 20140901: AUTHOR: bapt@FreeBSD.org + Support for pkg_install has been removed + Note that WITH_PKGNG is now WITH_PKG (still used to define 'devel') + WITH_PKGNG remains for compatibility + @stopdaemon support has gone, pkg(8) has a generic mechanism to + provide the same functionnality + +20140901: +AUTHOR: bapt@FreeBSD.org + Support for NO_STAGE has been removed 20140825: |