svn commit: r471800 - head/science/szip

Martin Wilke miwi at FreeBSD.org
Wed Jun 6 07:29:57 UTC 2018


Hi,

With this change we are not able to release editors/libreoffice packages anymore, any idea how we can solve that
except putting disable license to the make.conf?

Thanks, 
- Martin

> On 6 Jun 2018, at 3:01 AM, Sunpoet Po-Chuan Hsieh <sunpoet at freebsd.org> wrote:
> 
> Author: sunpoet
> Date: Tue Jun  5 19:01:08 2018
> New Revision: 471800
> URL: https://svnweb.freebsd.org/changeset/ports/471800
> 
> Log:
>  Add LICENSE
> 
>  PR:		228743
>  Submitted by:	amdmi3
> 
> Modified:
>  head/science/szip/Makefile
> 
> Modified: head/science/szip/Makefile
> ==============================================================================
> --- head/science/szip/Makefile	Tue Jun  5 18:57:28 2018	(r471799)
> +++ head/science/szip/Makefile	Tue Jun  5 19:01:08 2018	(r471800)
> @@ -16,6 +16,11 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
> MAINTAINER=	sunpoet at FreeBSD.org
> COMMENT=	Lossless compression library for scientific data
> 
> +LICENSE=	SZIP
> +LICENSE_NAME=	SZIP License
> +LICENSE_FILE=	${WRKSRC}/COPYING
> +LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept
> +
> CONFLICTS_INSTALL=	libaec
> 
> OPTIONS_DEFINE=	DOCS
> @@ -30,7 +35,7 @@ USES=		libtool
> PORTDOCS=	Release_notes_2_0.pdf
> 
> post-install-DOCS-on:
> -	${MKDIR} ${STAGEDIR}${DOCSDIR}/
> +	@${MKDIR} ${STAGEDIR}${DOCSDIR}/
> 	${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
> 
> .include <bsd.port.mk>
> 



More information about the svn-ports-all mailing list