Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 1997 15:52:39 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        asami@cs.berkeley.edu, fenner@parc.xerox.com
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Versioning bsd.port.mk
Message-ID:  <97Aug21.155243pdt.177486@crevenia.parc.xerox.com>

next in thread | raw e-mail | index | archive | help
>Or, the bsd.port.mk version requirement could be stored in a file in the
>files/ directory

Actually, this could be the most automated way of doing this, because you
could have a target like

${FILESDIR}/bsd_port_mk_version_required:	Makefile
	@echo ${BSD_PORT_MK_VERSION} > ${FILESDIR}/bsd_port_mk_version_required

so that any time the port Makefile gets updated, the version-required file
also gets updated.  This will end up creating version-required files with
higher versions than needed since, for example, they might get updated if
you just changed MASTER_SITES, but creating them automatically like this
takes a lot of the load off of porters.

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?97Aug21.155243pdt.177486>