Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2020 10:39:18 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557129 - head/audio/musicpd
Message-ID:  <202012061039.0B6AdIIF076313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Dec  6 10:39:18 2020
New Revision: 557129
URL: https://svnweb.freebsd.org/changeset/ports/557129

Log:
  Include LAME and OPUS by default. USES localbase instead of LDFLAGS.
  
  PR:		251317
  Reported by:	daniel.engberg.lists@pyret.net

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sun Dec  6 10:39:12 2020	(r557128)
+++ head/audio/musicpd/Makefile	Sun Dec  6 10:39:18 2020	(r557129)
@@ -2,6 +2,7 @@
 
 PORTNAME=	musicpd
 PORTVERSION=	0.22.3
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -16,7 +17,8 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/sphinx-build:textproc/
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs \
 		libicudata.so:devel/icu
 
-USES=		compiler:c++17-lang gnome meson pkgconfig python:build tar:xz
+USES=		compiler:c++17-lang gnome localbase:ldflags meson pkgconfig \
+		python:build tar:xz
 
 USE_GNOME=	glib20
 
@@ -30,9 +32,6 @@ MESON_ARGS=	-Dauto_features=disabled \
 		-Dpipe=true \
 		-Dsyslog=enabled \
 		-Dzlib=enabled
-CFLAGS+=	-I${PREFIX}/include
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 PORTDOCS=	AUTHORS README.md NEWS
 
@@ -79,7 +78,7 @@ WILDMIDI_DESC=	WildMIDI support (MIDI files)
 YAJL_DESC=	JSON support via libyajl
 ZZIP_DESC=	Support for zzip archives
 
-OPTIONS_DEFAULT=CURL FFMPEG FLAC ID3TAG \
+OPTIONS_DEFAULT=CURL FFMPEG FLAC ID3TAG LAME OPUS \
 		PLAYLISTS SNDFILE VORBIS VORBISENC
 
 # Decoder plugins



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012061039.0B6AdIIF076313>