ports/174063 : [PATCH] misc/figlet-fonts: update to 20121202, take maintainership

David O'Brien obrien at FreeBSD.org
Tue Dec 4 18:20:01 UTC 2012


The following reply was made to PR ports/174063; it has been noted by GNATS.

From: David O'Brien <obrien at FreeBSD.org>
To: nemysis <nemysis at gmx.ch>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/174063 : [PATCH] misc/figlet-fonts: update to 20121202,
 take maintainership
Date: Tue, 4 Dec 2012 10:15:20 -0800

 On Tue, Dec 04, 2012 at 07:05:28PM +0100, nemysis wrote:
 > On Tue, 4 Dec 2012 09:53:21 -0800 David O'Brien <obrien at FreeBSD.org> wrote:
 > > -# Generate pkg-plist from files/fontfiles.
 > > -
 > > -makelist:
 > > -	${CAT} ${FILESDIR}/fontfiles | ${SED} 's;^[^/]*/;share/figlet/;' \
 > > -		> ${PLIST}
 > > 
 > > I may have missed someting, but why remove this helper?
 > > The "share/figlet/" should be "%%DATADIR%%" instead.
 > 
 > Yes this was faulty in old Port i use %%DATADIR%% in all mine Ports.
 
 I believe you're missing my point.  Rather than delete all those lines,
 just make this change:
 
 -	${CAT} ${FILESDIR}/fontfiles | ${SED} 's;^[^/]*/;share/figlet/;' \
 +	${CAT} ${FILESDIR}/fontfiles | ${SED} 's;^[^/]*/;%%DATADIR%%/;' \
 
 -- 
 -- David  (obrien at FreeBSD.org)


More information about the freebsd-ports-bugs mailing list