pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/archivers/zstd



On Sun, Jul 23, 2017 at 10:17:47PM +0200, Niclas Rosenvik wrote:
> On Sun, 23 Jul 2017 21:08:19 +0200
> Adam <adam%netbsd.org@localhost> wrote:
> 
> > > Module Name:      pkgsrc
> > > Committed By:     nros
> > > Date:             Sun Jul 23 19:02:25 UTC 2017
> > > 
> > > Modified Files:
> > >   pkgsrc/archivers/zstd: Makefile
> > > 
> > > Log Message:
> > > fix pkglint warning about RESTRICTED
> > > 
> > > 
> > > To generate a diff of this commit:
> > > cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/zstd/Makefile
> > > 
> > > Please note that diffs are not public domain; they are subject to
> > > the copyright notices on the relevant files.
> > > 
> > > Modified files:
> > > 
> > > Index: pkgsrc/archivers/zstd/Makefile
> > > diff -u pkgsrc/archivers/zstd/Makefile:1.9
> > > pkgsrc/archivers/zstd/Makefile:1.10 ---
> > > pkgsrc/archivers/zstd/Makefile:1.9        Sun Jul 23 18:28:41 2017
> > > +++ pkgsrc/archivers/zstd/Makefile        Sun Jul 23 19:02:25 2017
> > > @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/07/23 18:28:41 nros
> > > Exp $ +# $NetBSD: Makefile,v 1.10 2017/07/23 19:02:25 nros Exp $
> > > 
> > > DISTNAME= zstd-1.3.0
> > > CATEGORIES=       archivers
> > > @@ -19,7 +19,7 @@ MAKE_FLAGS+=            INSTALL=${INSTALL:Q}
> > > BUILD_TARGET=             allmost
> > > TEST_TARGET=              test
> > > 
> > > -RESTRICTED=              "LICENSE-examples does not permit
> > > redistribution of the examples" +RESTRICTED=
> > > LICENSE-examples does not permit redistribution of the examples
> > > NO_SRC_ON_CDROM=  ${RESTRICTED} NO_SRC_ON_FTP=
> > > ${RESTRICTED}  
> > 
> > But we are not building examples, correct?
> > 
> > Adam
> 
> Yes, the examples are never built and installed but they are included in
> the source tarball and therefore the source tarball can't be
> redistributed. The built package is not restricted.

I agree: https://github.com/facebook/zstd/issues/774

Joerg



Home | Main Index | Thread Index | Old Index