pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/csound6 csound6: Needs flex. Remove bsdtar requi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cccef5d79c8a
branches: trunk
changeset: 414360:cccef5d79c8a
user: nia <nia%pkgsrc.org@localhost>
date: Thu Mar 26 12:04:11 2020 +0000
description:
csound6: Needs flex. Remove bsdtar requirement.
diffstat:
audio/csound6/Makefile | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 0113d2d5bede -r cccef5d79c8a audio/csound6/Makefile
--- a/audio/csound6/Makefile Thu Mar 26 12:01:12 2020 +0000
+++ b/audio/csound6/Makefile Thu Mar 26 12:04:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2020/03/08 16:48:38 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2020/03/26 12:04:11 nia Exp $
DISTNAME= csound-${CSOUND_VERSION}
PKGNAME= csound6-${CSOUND_VERSION}
@@ -15,7 +15,7 @@
CSOUND_VERSION= 6.13.0
#WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION}
USE_LANGUAGES= c c++
-USE_TOOLS+= bison
+USE_TOOLS+= bison flex
CFLAGS+= -g -D__PKGSRC_PREFIX__=\"${PREFIX}/\" -DBETA
USE_CMAKE= yes
CMAKE_ARGS+= -DBUILD_RELEASE=1
@@ -24,9 +24,6 @@
# CMAKE_INSTALL_RPATH doesn't work for some reason, so do it here.
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6
-# Has long files our tar doesn't understand.
-EXTRACT_USING= bsdtar
-
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 5.01
INSTALLATION_DIRS= bin
@@ -47,7 +44,6 @@
${LN} -s ../lib/csound6/csound bin/csound6
.include "options.mk"
-
.include "../../audio/fluidsynth/buildlink3.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index