diff options
author | linimon <linimon@FreeBSD.org> | 2007-05-25 08:09:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-05-25 08:09:37 +0800 |
commit | e54d53f02dfc334bcfc61cbbf3b32d5577a71202 (patch) | |
tree | 1cbfda9b9f47cdba8be695afff9afad456d09e52 /CHANGES | |
parent | c00af37e5555ed38daf4e282b430d175b6282f77 (diff) | |
download | freebsd-ports-graphics-e54d53f02dfc334bcfc61cbbf3b32d5577a71202.tar.gz freebsd-ports-graphics-e54d53f02dfc334bcfc61cbbf3b32d5577a71202.tar.zst freebsd-ports-graphics-e54d53f02dfc334bcfc61cbbf3b32d5577a71202.zip |
* Make 'make-deinstall-all' check for moved ports. [1]
* Defined the installation directories PORTEXAMPLES and PORTDATA. [2]
* Add USE_MAKESELF knob is added for ports that use the makeself archiver. [3]
* Update the description of fetch-list; add targets fetch-required-list,
fetch-url-list, and fetch-urlall-list. [4]
* Make 'make search' also search in ports/MOVED. [5]
* Move several Makevar definitions to the pre-makefile section:
DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR. [6]
* The target 'ignorelist-verbose' was added for portsmon. [7]
PR: 69965 [1], 78490 [2], 79398 [3], 86776 [4], 104161 [5], 110781 [6]
Submitted by: Dancho Penev <dpenev at mnet dot bg> [1], mnag [2],
jylefort [3], edwin [4], Lars Engels <lars dot engels
at 0x20 dot net> [5], Alexander Logvinov <ports at
logvinov dot com> [6], linimon [7]
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -10,6 +10,28 @@ in the release notes. All ports committers are allowed to commit to this file. +20070524: +AUTHOR: portmgr@FreeBSD.org +The following changes were made to the ports infrastructure: + + * The 'make-deinstall-all' target now checks for moved ports. + + * The installation directories PORTEXAMPLES and PORTDATA are now defined. + + * The USE_MAKESELF knob is added for ports that use the makeself archiver. + + * The description of fetch-list was updated. The targets fetch-required-list, + fetch-url-list, and fetch-urlall-list were added. + + * 'make search' will also now search in ports/MOVED. + + * The default method for 'make update' is now portsnap. Previously, + you had to manually select one of 3 methods: SUP_UPDATE, CVS_UPDATE, + or PORTSNAP_UPDATE. The latter is now obsolete. + + * Several Makevar definitions have been moved to the pre-makefile section: + DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR. + 20070403: AUTHOR: portmgr@FreeBSD.org The following changes were made to the ports infrastructure: |