svn commit: r345755 - head/lang/gcc44

Gerald Pfeifer gerald at FreeBSD.org
Sun Feb 23 18:27:49 UTC 2014


Author: gerald
Date: Sun Feb 23 18:27:48 2014
New Revision: 345755
URL: http://svnweb.freebsd.org/changeset/ports/345755
QAT: https://qat.redports.org/buildarchive/r345755/

Log:
  Set the license to a combination of GPLv3 (for the compiler itself) and
  GPLv3 with GCC Runtime Library Exception (for the runtime).
  
  Remove the man7 pages, which we are not packaging, from the staging
  area to silence some warnings some are concerned about. [1]
  
  Submitted by:	miwi [1]
  Discussed with:	antoine [1]

Modified:
  head/lang/gcc44/Makefile

Modified: head/lang/gcc44/Makefile
==============================================================================
--- head/lang/gcc44/Makefile	Sun Feb 23 17:43:26 2014	(r345754)
+++ head/lang/gcc44/Makefile	Sun Feb 23 18:27:48 2014	(r345755)
@@ -12,6 +12,9 @@ DISTNAME=	gcc-${DISTVERSION}
 MAINTAINER=	gerald at FreeBSD.org
 COMMENT=	GNU Compiler Collection 4.4
 
+LICENSE=	GPLv3 GPLv3RLE
+LICENSE_COMB=	multi
+
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
 		libmpfr.so:${PORTSDIR}/math/mpfr
 RUN_DEPENDS+=	${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
@@ -84,6 +87,7 @@ pre-configure:
 
 post-install:
 	${RM} -f ${STAGEDIR}${TARGLIB}/*.la
+	${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
 	# Add target libraries and include files to packaging list.
 	${RM} -f ${WRKDIR}/PLIST.lib
 .for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///}


More information about the svn-ports-all mailing list