Bug 145684 - [MAINTAINER][UNBREAK] audio/libmusicbrainz3: Fails to build with neon28
Summary: [MAINTAINER][UNBREAK] audio/libmusicbrainz3: Fails to build with neon28
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-14 01:20 UTC by Jason E. Hale
Modified: 2010-04-14 01:30 UTC (History)
1 user (show)

See Also:


Attachments
2010-04-13-libmusicbrainz3.diff (1000 bytes, patch)
2010-04-14 01:20 UTC, Jason E. Hale
no flags Details | Diff

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