lang/gcc12+: forward the installation of ISO_Fortran_binding.h in a separate dir
PR: 275431 Approved by: salvadore@ (maintainer)
This commit is contained in:
parent
dd37ac872d
commit
510dbd1e20
8 changed files with 24 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gcc
|
||||
PORTVERSION= 12.3.1.s20231201
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -163,6 +164,10 @@ full-regression-test: build
|
|||
post-stage:
|
||||
${RM} ${STAGEDIR}${PREFIX}/man/man7/*
|
||||
${RM} -r ${STAGEDIR}${TARGLIB}/gcc/*/${GCC_VERSION}/include-fixed/
|
||||
# Install ISO_Fortran_binding.h in an easily findable directory
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/gcc${SUFFIX}
|
||||
${INSTALL_DATA} ${STAGEDIR}${PREFIX}/lib/gcc${SUFFIX}/gcc/${CONFIGURE_TARGET}/${GCC_VERSION}/include/ISO_Fortran_binding.h \
|
||||
${STAGEDIR}${PREFIX}/include/gcc${SUFFIX}
|
||||
# Add target libraries and include files to packaging list.
|
||||
${RM} ${WRKDIR}/PLIST.lib
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ bin/gcov-dump%%SUFFIX%%
|
|||
bin/gcov-tool%%SUFFIX%%
|
||||
bin/gfortran%%SUFFIX%%
|
||||
bin/lto-dump%%SUFFIX%%
|
||||
include/gcc%%SUFFIX%%/ISO_Fortran_binding.h
|
||||
include/libgccjit++.h
|
||||
include/libgccjit.h
|
||||
man/man1/cpp%%SUFFIX%%.1.gz
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gcc
|
||||
PORTVERSION= 13.2.1.s20231202
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -165,6 +166,10 @@ full-regression-test: build
|
|||
post-stage:
|
||||
${RM} ${STAGEDIR}${PREFIX}/man/man7/*
|
||||
${RM} -r ${STAGEDIR}${TARGLIB}/gcc/*/${GCC_VERSION}/include-fixed/
|
||||
# Install ISO_Fortran_binding.h in an easily findable directory
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/gcc${SUFFIX}
|
||||
${INSTALL_DATA} ${STAGEDIR}${PREFIX}/lib/gcc${SUFFIX}/gcc/${CONFIGURE_TARGET}/${GCC_VERSION}/include/ISO_Fortran_binding.h \
|
||||
${STAGEDIR}${PREFIX}/include/gcc${SUFFIX}
|
||||
# Add target libraries and include files to packaging list.
|
||||
${RM} ${WRKDIR}/PLIST.lib
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ bin/gcov-dump%%SUFFIX%%
|
|||
bin/gcov-tool%%SUFFIX%%
|
||||
bin/gfortran%%SUFFIX%%
|
||||
bin/lto-dump%%SUFFIX%%
|
||||
include/gcc%%SUFFIX%%/ISO_Fortran_binding.h
|
||||
include/libgccjit++.h
|
||||
include/libgccjit.h
|
||||
man/man1/cpp%%SUFFIX%%.1.gz
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gcc
|
||||
PORTVERSION= 13.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC
|
||||
PKGNAMESUFFIX= ${SUFFIX}
|
||||
|
@ -152,6 +153,10 @@ full-regression-test: build
|
|||
post-stage:
|
||||
${RM} ${STAGEDIR}${PREFIX}/man/man7/*
|
||||
${RM} -r ${STAGEDIR}${TARGLIB}/gcc/*/${GCC_VERSION}/include-fixed/
|
||||
# Install ISO_Fortran_binding.h in an easily findable directory
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/gcc${SUFFIX}
|
||||
${INSTALL_DATA} ${STAGEDIR}${PREFIX}/lib/gcc${SUFFIX}/gcc/${CONFIGURE_TARGET}/${GCC_VERSION}/include/ISO_Fortran_binding.h \
|
||||
${STAGEDIR}${PREFIX}/include/gcc${SUFFIX}
|
||||
# Add target libraries and include files to packaging list.
|
||||
${RM} ${WRKDIR}/PLIST.lib
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ bin/gcov-dump%%SUFFIX%%
|
|||
bin/gcov-tool%%SUFFIX%%
|
||||
bin/gfortran%%SUFFIX%%
|
||||
bin/lto-dump%%SUFFIX%%
|
||||
include/gcc%%SUFFIX%%/ISO_Fortran_binding.h
|
||||
include/libgccjit++.h
|
||||
include/libgccjit.h
|
||||
man/man1/cpp%%SUFFIX%%.1.gz
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gcc
|
||||
PORTVERSION= 14.0.0.s20231126
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -164,6 +165,10 @@ full-regression-test: build
|
|||
post-stage:
|
||||
${RM} ${STAGEDIR}${PREFIX}/man/man7/*
|
||||
${RM} -r ${STAGEDIR}${TARGLIB}/gcc/*/${GCC_VERSION}/include-fixed/
|
||||
# Install ISO_Fortran_binding.h in an easily findable directory
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/gcc${SUFFIX}
|
||||
${INSTALL_DATA} ${STAGEDIR}${PREFIX}/lib/gcc${SUFFIX}/gcc/${CONFIGURE_TARGET}/${GCC_VERSION}/include/ISO_Fortran_binding.h \
|
||||
${STAGEDIR}${PREFIX}/include/gcc${SUFFIX}
|
||||
# Add target libraries and include files to packaging list.
|
||||
${RM} ${WRKDIR}/PLIST.lib
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ bin/gcov-dump%%SUFFIX%%
|
|||
bin/gcov-tool%%SUFFIX%%
|
||||
bin/gfortran%%SUFFIX%%
|
||||
bin/lto-dump%%SUFFIX%%
|
||||
include/gcc%%SUFFIX%%/ISO_Fortran_binding.h
|
||||
include/libgccjit++.h
|
||||
include/libgccjit.h
|
||||
man/man1/cpp%%SUFFIX%%.1.gz
|
||||
|
|
Loading…
Reference in a new issue