Sun Aug 30 15:38:50 2020 UTC ()
net/spread: Add \todo to deal with LICENSE

This is slightly tricky because the license is BSDish with extra
terms, and I'd give even odds Debian is or isn't ok with it.

(I don't see any reason to set NO_*_ON_*.)


(gdt)
diff -r1.36 -r1.37 pkgsrc/net/spread/Makefile

cvs diff -r1.36 -r1.37 pkgsrc/net/spread/Makefile (expand / switch to unified diff)

--- pkgsrc/net/spread/Makefile 2019/11/03 11:45:53 1.36
+++ pkgsrc/net/spread/Makefile 2020/08/30 15:38:50 1.37
@@ -1,25 +1,28 @@ @@ -1,25 +1,28 @@
1# $NetBSD: Makefile,v 1.36 2019/11/03 11:45:53 rillig Exp $ 1# $NetBSD: Makefile,v 1.37 2020/08/30 15:38:50 gdt Exp $
2# 2#
3 3
4DISTNAME= spread-src-3.17.3 4DISTNAME= spread-src-3.17.3
5PKGNAME= ${DISTNAME:S/-src//} 5PKGNAME= ${DISTNAME:S/-src//}
6PKGREVISION= 10 6PKGREVISION= 10
7CATEGORIES= net 7CATEGORIES= net
8MASTER_SITES= http://www.cnds.jhu.edu/download/noformdown/ 8MASTER_SITES= http://www.cnds.jhu.edu/download/noformdown/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.spread.org/ 11HOMEPAGE= http://www.spread.org/
12COMMENT= Group communication system providing a number of messaging services 12COMMENT= Group communication system providing a number of messaging services
 13# \todo Deal with LICENSE.
 14# - Is the license acceptable to Debian? (Seems like that could go either way.)
 15# - Put license in licenses and add a line.
13 16
14WRKSRC= ${WRKDIR}/${DISTNAME} 17WRKSRC= ${WRKDIR}/${DISTNAME}
15USE_GCC_RUNTIME= yes 18USE_GCC_RUNTIME= yes
16USE_TOOLS+= perl 19USE_TOOLS+= perl
17GNU_CONFIGURE= YES 20GNU_CONFIGURE= YES
18CONFIGURE_ARGS+= --includedir=${PREFIX:Q}/include/spread 21CONFIGURE_ARGS+= --includedir=${PREFIX:Q}/include/spread
19CONFIGURE_ARGS+= --with-pid-dir=${RUNTIME_DIR:Q} 22CONFIGURE_ARGS+= --with-pid-dir=${RUNTIME_DIR:Q}
20MAKE_FLAGS+= LD=${CC:Q} 23MAKE_FLAGS+= LD=${CC:Q}
21 24
22BUILD_DEFS+= SPREAD_DIR 25BUILD_DEFS+= SPREAD_DIR
23 26
24PKG_GROUPS_VARS+= SPREAD_GROUP 27PKG_GROUPS_VARS+= SPREAD_GROUP
25PKG_USERS_VARS+= SPREAD_USER 28PKG_USERS_VARS+= SPREAD_USER