Skip to content

Commit

Permalink
net/spread: Add \todo to deal with LICENSE
Browse files Browse the repository at this point in the history
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_*.)
  • Loading branch information
gdt committed Aug 30, 2020
1 parent b754762 commit c563ebe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion net/spread/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2019/11/03 11:45:53 rillig Exp $
# $NetBSD: Makefile,v 1.37 2020/08/30 15:38:50 gdt Exp $
#

DISTNAME= spread-src-3.17.3
Expand All @@ -10,6 +10,9 @@ MASTER_SITES= http://www.cnds.jhu.edu/download/noformdown/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.spread.org/
COMMENT= Group communication system providing a number of messaging services
# \todo Deal with LICENSE.
# - Is the license acceptable to Debian? (Seems like that could go either way.)
# - Put license in licenses and add a line.

WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GCC_RUNTIME= yes
Expand Down

0 comments on commit c563ebe

Please sign in to comment.