Sun Aug 16 23:21:29 2020 UTC ()
aqsis: BROKEN message should be in quotes to avoid linebreaks


(tnn)
diff -r1.85 -r1.86 pkgsrc/graphics/aqsis/Makefile

cvs diff -r1.85 -r1.86 pkgsrc/graphics/aqsis/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/aqsis/Attic/Makefile 2020/05/21 20:53:42 1.85
+++ pkgsrc/graphics/aqsis/Attic/Makefile 2020/08/16 23:21:29 1.86
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.85 2020/05/21 20:53:42 ryoon Exp $ 1# $NetBSD: Makefile,v 1.86 2020/08/16 23:21:29 tnn Exp $
2# 2#
3 3
4DISTNAME= aqsis-1.8.1 4DISTNAME= aqsis-1.8.1
5PKGREVISION= 42 5PKGREVISION= 42
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.aqsis.org/ 10HOMEPAGE= https://www.aqsis.org/
11COMMENT= Renderman clone 11COMMENT= Renderman clone
12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND modified-bsd 12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND modified-bsd
13 13
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_TOOLS+= pkg-config flex bison 16USE_TOOLS+= pkg-config flex bison
17 17
18BROKEN= Not valid C++11 code, but dependencies require C++11 18BROKEN= "Not valid C++11 code, but dependencies require C++11"
19 19
20LDFLAGS.SunOS= -lsocket -lnsl 20LDFLAGS.SunOS= -lsocket -lnsl
21 21
22# 22#
23# Insists on being built in a separate directory. 23# Insists on being built in a separate directory.
24# 24#
25 25
26CONFIGURE_DIRS= build 26CONFIGURE_DIRS= build
27CMAKE_ARG_PATH= .. 27CMAKE_ARG_PATH= ..
28 28
29pre-configure: 29pre-configure:
30 mkdir ${WRKSRC}/build 30 mkdir ${WRKSRC}/build
31 31