cvs commit: ports/cad/qcad Makefile ports/cad/qcad-partslib
Makefile distinfo
Michael Reifenberger
mr at FreeBSD.org
Sat May 2 08:27:10 UTC 2009
mr 2009-05-02 08:27:09 UTC
FreeBSD ports repository
Modified files:
cad/qcad Makefile
cad/qcad-partslib Makefile distinfo
Log:
The attached patches achieve the following improvements:
* cad/qcad itself:
1. Enable parallel build.
This is safe, because the vendor's script supports it
(but only, when one is using distcc).
2. Remove the special handling for Alpha.
I guess, this is a historical wart --
the current version of qcad compiles on my amd64 with
`-Wall -W' without any warnings. If Alpha bites again,
the wart can be put back until someone tracks the bug down.
* cad/qcad-partslib:
1. Fetch the .tar.gz, rather than .zip variant of the distribution.
This new file is more than twice smaller.
2. Remove build-dependency on qcad -- this is useless for a pure-data port
and only complicates package building and installation
(a PORTREVISION bump in qcad itself, for example,
will necessitate rebuilding partslib without any good reason).
3. Don't create an intermediate extraction under ${WRKSRC}
for the sole purpose of creating PLIST -- extract from ${DISTFILE} into
${DATADIR} directly and use tar's output to create PLIST on the fly.
This saves a ton of I/O and diskspace during packaging.
Submitted by: Mikhail T. <mi+thun [at] aldan.algebra.com>
Revision Changes Path
1.10 +20 -18 ports/cad/qcad-partslib/Makefile
1.4 +3 -3 ports/cad/qcad-partslib/distinfo
1.54 +3 -4 ports/cad/qcad/Makefile
More information about the cvs-ports
mailing list