cvs commit: ports/math/lp_solve Makefile ports/math/lp_solve/files patch-respect-TMPDIR

Eygene Ryabinkin rea at FreeBSD.org
Fri Mar 4 15:13:44 UTC 2011


rea         2011-03-04 15:13:44 UTC

  FreeBSD ports repository

  Modified files:
    math/lp_solve        Makefile 
  Added files:
    math/lp_solve/files  patch-respect-TMPDIR 
  Log:
  math/lp_solve: respect TMPDIR environment variable
  
  Some People (TM) are using non-executable /tmp on their machines.
  The ccc utility from the port tries to run compiled executables
  from /tmp, so this fails and port installation does not work.
  
  It is always good to respect TMPDIR and this patch does just that.
  
  PR: 154503
  Feature safe: yes
  Approved by: garga (mentor)
  
  Revision  Changes    Path
  1.22      +7 -3      ports/math/lp_solve/Makefile
  1.1       +98 -0     ports/math/lp_solve/files/patch-respect-TMPDIR (new)


More information about the cvs-ports mailing list