freebsd-ports/ports-mgmt
Joe Marcus Clarke 31441bb2d6 Update to 2.5.9.
* Add code for formal master/slave checking rules as defined in ports/64393 [1]:

  1. A port is a slave port if and only if MASTERDIR != .CURDIR
  2. Slave ports should define MASTERDIR using one of the following lines:

    MASTERDIR=	${.CURDIR}/../../<category>/<port>
    MASTERDIR=	${.CURDIR}/../<port>

  3. Non-slave ports shouldn't define MASTERDIR at all
  4. The last line of a slave port's Makefile has to be

    .include "${MASTERDIR}/Makefile"

  5. The last line of a non-slave ports Makefile must be one of:

    .include <bsd.port.mk>
    .include <bsd.port.post.mk>

  6. slave ports may not include bsd.port(.pre).mk

* Check to make sure MACHINE_ARCH is not defined and make sure it is never
  tested directly [2]
* Fix some grammar nits [3]

PR:		64420 [1]
Submitted by:	eik [1]
		krion [3]
Requested by:	kris [2]
2004-03-21 08:24:41 +00:00
..
barry
p5-FreeBSD-Ports
pib
pkg_cutleaves Update to 20040207 2004-02-08 22:25:19 +00:00
pkg_install Update to 02/29/2004's CVS HEAD snapshot of the pkg_install code to fix some 2004-02-29 23:32:51 +00:00
pkg_install-devel update to 20040216: 2004-02-19 12:39:52 +00:00
pkg_remove
pkg_tree Add size data. 2004-03-18 02:27:55 +00:00
portaudit Update to 0.3. 2004-03-11 11:11:59 +00:00
portcheckout
portdowngrade
porteasy Make the variable definition syntax more like make(1)'s, and update the 2004-03-02 17:00:45 +00:00
portell - SIZEify. 2004-03-18 09:56:10 +00:00
portlint Update to 2.5.9. 2004-03-21 08:24:41 +00:00
portsman
porttools
portupgrade
portupgrade-devel
qtpkg
vulnerability-test-port