Bug 159540 - devel/msp430-libc Makefile has a tiny parsing error
Summary: devel/msp430-libc Makefile has a tiny parsing error
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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-06 03:00 UTC by Doug Barton
Modified: 2011-08-06 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (542 bytes, patch)
2011-08-06 03:00 UTC, Doug Barton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Barton freebsd_committer freebsd_triage 2011-08-06 03:00:26 UTC
	The Makefile has: PORTGCCVERSION=        ""
	which does the right thing for the post part, but can cause problems
	with, for example, 'make describe':

	/usr/ports/devel/msp430-libc (msp430-libc-gcc4-1.0.20110612) Error.
	BUILD_DEPENDS /usr/ports/devel/msp430-gcc"" -- dependency not found

Fix: The following patch fixes 'make describe' for me, but should be tested.
	Note, this is (somewhat annoyingly) different from how the equivalent
	in PLIST_SUB is handled, in part because of how make(1) parses its
	variables.
How-To-Repeat: 	See above
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-06 03:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-06 16:43:07 UTC
lev         2011-08-06 15:42:58 UTC

  FreeBSD ports repository

  Modified files:
    devel/msp430-libc    Makefile 
  Log:
    Fix tiny parser error. No user-visible changes.
  
  PR:             ports/159540
  Submitted by:   dougb@
  
  Revision  Changes    Path
  1.27      +1 -1      ports/devel/msp430-libc/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 Lev A. Serebryakov freebsd_committer freebsd_triage 2011-08-06 16:43:41 UTC
State Changed
From-To: open->closed


Committed, thanks!