diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 13:03:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 13:03:25 +0000 |
commit | d96aa38d95dc8d9885acec0a826cf0fd17199648 (patch) | |
tree | b8124e1b26d3492a2efdf76a075756366da04991 /CHANGES | |
parent | 1: Stagify. (diff) |
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: |