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:   rillig
Date:           Sun Nov  3 11:51:01 UTC 2019

Modified Files:
        pkgsrc/audio/csound6: Makefile

Log Message:
audio/csound6: fix pkglint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 pkgsrc/audio/csound6/Makefile:1.41
--- pkgsrc/audio/csound6/Makefile:1.40  Sat Nov  2 22:25:46 2019
+++ pkgsrc/audio/csound6/Makefile       Sun Nov  3 11:51:01 2019
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.40 2019/11/02 22:25:46 mrg Exp $
+# $NetBSD: Makefile,v 1.41 2019/11/03 11:51:01 rillig Exp $
 
 DISTNAME=              csound-${CSOUND_VERSION}
 PKGNAME=               csound6-${CSOUND_VERSION}
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=csound/}
 GITHUB_PROJECT=                csound
-#WRKSRC=                       ${WRKDIR}/Csound${CSOUND_VERSION}
 
 MAINTAINER=            mrg%eterna.com.au@localhost
 HOMEPAGE=              https://sourceforge.net/projects/csound/
@@ -13,12 +12,13 @@ COMMENT=            Software synthesizer and seque
 LICENSE=               gnu-lgpl-v2.1 # or later
 
 CSOUND_VERSION=                6.13.0
+#WRKSRC=               ${WRKDIR}/Csound${CSOUND_VERSION}
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bison
 CFLAGS+=               -g -D__PKGSRC_PREFIX__=\"${PREFIX}/\" -DBETA
 USE_CMAKE=             yes
 CMAKE_ARGS+=           -DUSE_PULSEAUDIO:BOOL=ON
-CMAKE_ARGS+=           -DBUILD_RELEASE=1 -DCMAKE_BUILD_TYPE=Release 
+CMAKE_ARGS+=           -DBUILD_RELEASE=1 -DCMAKE_BUILD_TYPE=Release
 # CMAKE_INSTALL_RPATH doesn't work for some reason, so do it here.
 LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6
 



Home | Main Index | Thread Index | Old Index