Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 14:03:37 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363155 - head/audio/fcplay
Message-ID:  <201407281403.s6SE3bbO073728@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Jul 28 14:03:36 2014
New Revision: 363155
URL: http://svnweb.freebsd.org/changeset/ports/363155
QAT: https://qat.redports.org/buildarchive/r363155/

Log:
  This port requires the libsidplay library, not just a header file for
  build only.

Modified:
  head/audio/fcplay/Makefile

Modified: head/audio/fcplay/Makefile
==============================================================================
--- head/audio/fcplay/Makefile	Mon Jul 28 13:58:47 2014	(r363154)
+++ head/audio/fcplay/Makefile	Mon Jul 28 14:03:36 2014	(r363155)
@@ -7,16 +7,15 @@ PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	ftp://ftp.nuug.no/pub/anders/distfiles/ \
 		http://atreides.freenix.no/~anders/
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Future Composer Reference Player
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay
+LIB_DEPENDS=	libsidplay.so:${PORTSDIR}/audio/libsidplay
 
-USES=		gmake
+USES=		gmake tar:tgz
 GNU_CONFIGURE=	yes
 CXXFLAGS+=	-I${LOCALBASE}/include
 PORTDOCS=	ABOUT POINTER
@@ -24,8 +23,6 @@ PLIST_FILES=	bin/fcplay
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 .for f in configure Config.h.in
 	@${REINPLACE_CMD} -e "s@machine/soundcard\.h@sys/soundcard\.h@g; \
@@ -36,6 +33,6 @@ post-patch:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>



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