Bug 145684

Summary: [MAINTAINER][UNBREAK] audio/libmusicbrainz3: Fails to build with neon28
Product: Ports & Packages Reporter: Jason E. Hale <bsdkaffee>
Component: Individual Port(s)Assignee: Dima Panov <fluffy>
Status: Closed FIXED    
Severity: Affects Only Me CC: fluffy
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
2010-04-13-libmusicbrainz3.diff none

Description Jason E. Hale 2010-04-14 01:20:01 UTC
After an attempt to make audio/libmusicbrainz3 depend on older versions of neon
if installed, it appears the older versions are not being detected and the port
tries to install neon29 anyways.  This detection needs to happen after
bsd.port.pre.mk to work properly.

Fix: Same code, just shifted below bsd.port.pre.mk.

	
How-To-Repeat: Install www/neon28, then try to install audio/libmusicbrainz3.
Comment 1 Dima Panov freebsd_committer freebsd_triage 2010-04-14 01:27:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-14 01:28:57 UTC
fluffy      2010-04-14 00:28:44 UTC

  FreeBSD ports repository

  Modified files:
    audio/libmusicbrainz3 Makefile 
  Log:
  - [MAINTAINER][UNBREAK] audio/libmusicbrainz3: Fails to build with neon28
  
  PR:             145684
  Submitted by:   Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.43      +8 -8      ports/audio/libmusicbrainz3/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 Dima Panov freebsd_committer freebsd_triage 2010-04-14 01:29:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!