mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix nits in the auto lib-gcc PLIST generation.
This commit is contained in:
parent
4044b0292e
commit
b9f823ab2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38969
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
@ -122,14 +122,18 @@ post-install:
|
||||
${MV} -f ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/gg++.1
|
||||
${MV} -f ${PREFIX}/man/man1/g77.1 ${PREFIX}/man/man1/gg77.1
|
||||
${MV} -f ${PREFIX}/man/man1/cpp.1 ${PREFIX}/man/man1/gcpp.1
|
||||
.if defined(WANT_SHAREDLIBS)
|
||||
${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
.endif
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB} -type f -o -type l >${WRKDIR}/PLIST.gcc-lib
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
|
||||
>${WRKDIR}/PLIST.gcc-lib
|
||||
cd ${PREFIX} ;\
|
||||
find ${TARGLIB:S/^${PREFIX}\///} -type d \
|
||||
| sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcc-lib
|
||||
${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script
|
||||
${ECHO} "/Insert PLIST.gcc-lib" >> ${WRKDIR}/ex.script
|
||||
${ECHO} "d" >> ${WRKDIR}/ex.script
|
||||
|
@ -6,12 +6,12 @@ bin/ggcc
|
||||
bin/%%GNU_HOST%%-gcc
|
||||
bin/%%GNU_HOST%%-g++
|
||||
bin/gccbug-%%SNAPVER%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/gcov
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
%%GNU_HOST%%/include/_G_config.h
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcj
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcjh
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/gcov
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jv-scan
|
||||
@comment not working on FreeBSD post-libstdc++-v3: bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
%%GNU_HOST%%/include/assert.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -83,19 +83,3 @@ info/gcc.info-9
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@dirrm %%GNU_HOST%%/include
|
||||
@dirrm %%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/net
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netatm
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netinet
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netipx
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/netns
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/machine
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/rpc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/security
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/sys
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/objc
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++/std
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include/g++
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%/include
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%/%%EGCS_REV%%
|
||||
@dirrm lib/gcc-lib/%%GNU_HOST%%
|
||||
@dirrm lib/gcc-lib
|
||||
|
Loading…
Reference in New Issue
Block a user