Bug 162530 - [patch] lang/chicken: respect CC
Summary: [patch] lang/chicken: respect CC
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-13 20:50 UTC by Jan Beich
Modified: 2011-11-17 16:50 UTC (History)
0 users

See Also:


Attachments
cc.diff (635 bytes, patch)
2011-11-13 20:50 UTC, Jan Beich
no flags Details | Diff
cc.diff (878 bytes, patch)
2011-11-17 14:40 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.