Bug 165460 - [bsd.cran.mk] [patch] Set MAKE_ENV before R_INS PORTNAME
Summary: [bsd.cran.mk] [patch] Set MAKE_ENV before R_INS PORTNAME
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-25 01:20 UTC by TAKATSU Tomonari
Modified: 2012-02-26 22:23 UTC (History)
1 user (show)

See Also:


Attachments
bsd.cran.mk.patch (494 bytes, patch)
2012-02-25 01:20 UTC, TAKATSU Tomonari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TAKATSU Tomonari freebsd_committer freebsd_triage 2012-02-25 01:20:10 UTC
Set MAKE_ENV variable before R_INS PORTNAME in bsd.cran.mk
to be able to set parameters CFLAGS, CPPFLAGS, LDFLAGS, etc.
For example, this patch makes installable "R_INS rtiff" which
is upcoming and can be found in
http://redports.org/browser/tota/graphics/R-cran-rtiff .

Port maintainers (drue@therub.org, naylor.b.david@gmail.com, wen@FreeBSD.org)
are cc'd.
Comment 1 wenheping 2012-02-25 02:24:33 UTC
Agree.

wen
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-26 21:50:54 UTC
tota        2012-02-26 21:50:44 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.cran.mk 
  Log:
  - Set MAKE_ENV variable before "R_INS PORTNAME" in bsd.cran.mk
    to be able to set options CFLAGS, CPPFLAGS, LDFLAGS, etc.
  
  PR:             ports/165460
  Submitted by:   tota (myself)
  Approved by:    wen (maintainer)
  
  Revision  Changes    Path
  1.11      +2 -2      ports/Mk/bsd.cran.mk
_______________________________________________
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 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-02-26 22:23:24 UTC
State Changed
From-To: open->closed

Committed.