Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2009 08:27:09 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/cad/qcad Makefile ports/cad/qcad-partslib Makefile distinfo
Message-ID:  <200905020827.n428R9Ym009169@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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