pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/cad/openscad



On Mon, Aug 13, 2012 at 10:33:56PM +0000, John Marino wrote:
 > Modified Files:
 >      pkgsrc/cad/openscad: Makefile distinfo
 > Added Files:
 >      pkgsrc/cad/openscad/patches: patch-bison.pri patch-flex.pri
 > 
 > Log Message:
 > cad/openscad: Use wrappers for bison, USE_TOOLS-= flex
 > 
 > On DragonFly, the path for bison and lex were set to /usr/local/bin/bison
 > and /usr/local/bin/flex.  These were basically hardcoded.  The added
 > patches set the paths to "bison" and "flex" which pick up the
 > ${WRKDIR}/.tools/bin/ and ${PREFIX}/bin versions instead.
 > 
 > flex was removed from USE_TOOLS because the pkgsrc FlexLexer.h can build
 > openscad and the one that comes with DragonFly can't.  It was replaced
 > with the flex buildlink3 and it should work everywhere.

Shouldn't this logic be dragonfly-only to avoid making everyone else
build flex from pkgsrc?

-- 
David A. Holland
dholland%netbsd.org@localhost



Home | Main Index | Thread Index | Old Index