pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/openscad



Module Name:    pkgsrc
Committed By:   marino
Date:           Mon Aug 13 22:33:56 UTC 2012

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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cad/openscad/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cad/openscad/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/cad/openscad/patches/patch-bison.pri \
    pkgsrc/cad/openscad/patches/patch-flex.pri

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index