Bug 161416 - [patch] lang/ccl: fails to build if is set CCL_DEFAULT_DIRECTORY
Summary: [patch] lang/ccl: fails to build if is set CCL_DEFAULT_DIRECTORY
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-09 09:40 UTC by Nali Toja
Modified: 2011-10-10 11:40 UTC (History)
0 users

See Also:


Attachments
unsetenv.diff (1.38 KB, patch)
2011-10-09 09:40 UTC, Nali Toja
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nali Toja 2011-10-09 09:40:01 UTC
The port fails to build if make(1) is a descendant of ccl and inherits CCL_DEFAULT_DIRECTORY.

How-To-Repeat: $ export CCL_DEFAULT_DIRECTORY=/nonexistent
$ make

$ export CCL_DEFAULT_DIRECTORY= # null value
$ make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-09 09:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->olgeni

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-10 11:35:12 UTC
olgeni      2011-10-10 10:35:03 UTC

  FreeBSD ports repository

  Modified files:
    lang/ccl             Makefile 
  Log:
  Unset CCL_DEFAULT_DIRECTORY before running the CCL compiler, else
  the build would fail.
  
  PR:             ports/161416
  Submitted by:   Nali Toja <nalitoja gmail com>
  
  Revision  Changes    Path
  1.11      +3 -3      ports/lang/ccl/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jimmy Olgeni freebsd_committer freebsd_triage 2011-10-10 11:35:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!