Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 1999 23:00:01 -0800 (PST)
From:      Neil Blakey-Milner <nbm@mithrandr.moria.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/10837: New license mechanism for ports.
Message-ID:  <199903290700.XAA08682@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10837; it has been noted by GNATS.

From: Neil Blakey-Milner <nbm@mithrandr.moria.org>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/10837: New license mechanism for ports.
Date: Mon, 29 Mar 1999 09:00:02 +0000

 On Sun 1999-03-28 (18:25), I wrote:
 
 >         These two patches, first one to bsd.port.mk, and the other one
 >         to the /usr/src/usr.sbin/pkg_install directory.
 
 > +.if exists(${LICENSE})
 > +PKG_ARGS+=		-n ${LICENSE}
 > +.else
 > +.if exists(${LICENSES}/${LICENSE})
 > +PKG_ARGS+=		-n ${LICENSES}/${LICENSE}
 > +.endif
 > +.endif
 
 Obviously, there should be a check against that version variable, or the
 version variable should be updated, depending on the method decided upon.
 
 (Hence my problems with just bumping the minimum - people would be a bit
 irritated having to fetch another upgrade kit after the fetch -A one)
 
 Neil
 -- 
 Neil Blakey-Milner
 nbm@rucus.ru.ac.za
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903290700.XAA08682>