mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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]
This commit is contained in:
parent
0fd5342c23
commit
6f6f198ab1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345755
@ -12,6 +12,9 @@ DISTNAME= gcc-${DISTVERSION}
|
||||
MAINTAINER= gerald@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}\///}
|
||||
|
Loading…
Reference in New Issue
Block a user