Bug 162530

Summary: [patch] lang/chicken: respect CC
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cc.diff
none
cc.diff none

Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-13 20:50:29 UTC
Maintainer of lang/chicken,

Please note that PR ports/162530 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162530

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-13 20:50:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2011-11-14 04:24:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 Vitaly Magerya 2011-11-14 12:29:00 UTC
Actually, a cleaner fix would be [1].

[1] http://tx97.net/~magv/chicken-cc.diff
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2011-11-16 16:18:21 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-11-16 16:18:21 UTC
miwi        2011-11-16 16:18:11 UTC

  FreeBSD ports repository

  Modified files:
    lang/chicken         Makefile 
  Log:
  - Unbreak build
  
  PR:             162530
  Submitted by:   Jan Beich <jbeich@tormail.net>
  Approved by:    maintainer
  Feature safe:   yes
  
  Revision  Changes    Path
  1.46      +3 -0      ports/lang/chicken/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 7 Jan Beich freebsd_committer freebsd_triage 2011-11-17 14:40:58 UTC
Vitaly Magerya <vmagerya@gmail.com> writes:

> Actually, a cleaner fix would be [1].
>
> [1] http://tx97.net/~magv/chicken-cc.diff

Why not get rid of `post-patch' target then?
Comment 8 Vitaly Magerya 2011-11-17 16:44:27 UTC
Jan Beich <jbeich@tormail.net> wrote:
> Why not get rid of `post-patch' target then?

Other than my poor understanding of how make variables work, can't
think of any reason.

If Martin still follows this bug, I'm all for this being committed too.
If not, I'll submit this change as a part of the next update.

Thank you, Jan.