Bug 168648 - [PATCH] editors/mg: Don't hard code CC in Makefile
Summary: [PATCH] editors/mg: Don't hard code CC in Makefile
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 00:30 UTC by Sevan Janiyan
Modified: 2012-06-20 07:10 UTC (History)
1 user (show)

See Also:


Attachments
mg-20110905.patch (579 bytes, patch)
2012-06-04 00:30 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2012-06-04 00:30:19 UTC
Don't hard code CC, this allows port to be built with clang on system 
built with WITH_CLANGS_IS_CC.

Added file(s):
- files/patch-Makefile.in

Port maintainer (darcsis@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-04 12:14:03 UTC
Maintainer of editors/mg,

Please note that PR ports/168648 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/168648

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-04 12:14:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2012-06-17 01:14:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-06-20 07:03:19 UTC
ak          2012-06-20 06:03:08 UTC

  FreeBSD ports repository

  Modified files:
    editors/mg           Makefile 
  Removed files:
    editors/mg           pkg-plist 
  Log:
  - Remove hardcoded CC [1] and PREFIX
  - Remove pkg-plist
  
  PR:     ports/168648 [1]
  Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
  Approved By:    maintainer (timeout, 14 days), eadler, itetcu (mentors, implicit)
  
  Revision  Changes    Path
  1.21      +7 -3      ports/editors/mg/Makefile
  1.3       +0 -4      ports/editors/mg/pkg-plist (dead)
_______________________________________________
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 5 Alex Kozlov freebsd_committer freebsd_triage 2012-06-20 07:05:44 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!