pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/csound6
Module Name: pkgsrc
Committed By: nia
Date: Thu Mar 26 12:04:11 UTC 2020
Modified Files:
pkgsrc/audio/csound6: Makefile
Log Message:
csound6: Needs flex. Remove bsdtar requirement.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/csound6/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/csound6/Makefile
diff -u pkgsrc/audio/csound6/Makefile:1.47 pkgsrc/audio/csound6/Makefile:1.48
--- pkgsrc/audio/csound6/Makefile:1.47 Sun Mar 8 16:48:38 2020
+++ pkgsrc/audio/csound6/Makefile Thu Mar 26 12:04:11 2020
@@ -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 @@ LICENSE= gnu-lgpl-v2.1 # or later
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_ARGS+= -DBUILD_HDF5_OPCODES=OFF
# 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 @@ post-install:
${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