Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 15:55:10 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.port.mk
Message-ID:  <201001071555.o07FtAc7084081@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2010-01-07 15:55:10 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
  Log:
  - Use full path in depobj for archivers/unzip when USE_ZIP variable is set
  
    9-CURRENT introduced unzip command to the base system.  Unfortunately it is
    not fully compatible with the archivers/unzip implementation and non-trivial
    amount of ports fail to build when using it.  Thus we will keep using
    archivers/unzip for unzipping source in Ports Collection until someone
    volunteer to fix all individual ports.  Two most common problems with base
    unzip are:
    * extracting files without +x flag (some ports rely to execute unzipped
      configure scripts, for example)
    * different semantics of CR/LF conversion
  
    Error logs of failed port builds with in-base unzip can be made available on
    request to portmgr@.
  
  With hat:       portmgr
  
  Revision  Changes    Path
  1.633     +3 -3      ports/Mk/bsd.port.mk



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