FreeBSD Bugzilla – Attachment 104930 Details for
Bug 145201
update audio/libmusicbrainz3 to compile with www/neon29
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 666 bytes, created by
loader
on 2010-03-30 14:00:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
loader
Created:
2010-03-30 14:00:15 UTC
Size:
666 bytes
patch
obsolete
>--- Makefile.orig 2010-03-30 12:02:45.000000000 +0000 >+++ Makefile 2010-03-30 12:03:25.000000000 +0000 >@@ -17,8 +17,15 @@ > MAINTAINER= bsdkaffee@gmail.com > COMMENT= MusicBrainz client library for audio metadata lookup > >-LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ >- neon.28:${PORTSDIR}/www/neon28 >+LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid >+ >+.if exists(${LOCALBASE}/bin/neon-config) >+NEON_VER!= ${LOCALBASE}/bin/neon-config --version | \ >+ ${SED} -n -E 's/^neon [0-9]+\.([0-9]+)\..*$$/\1/p' >+.else >+NEON_VER= 29 >+.endif >+LIB_DEPENDS+= neon.${NEON_VER}:${PORTSDIR}/www/neon${NEON_VER} > > USE_CMAKE= yes > USE_GNOME= pkgconfig
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145201
: 104930