mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Remove Java from this port. If you want to use GCC's Java you really want
to use GCC 3.1. Also for some reason `gettext' 0.11.1 will not work after gcc30 [w/Java] has been installed (PR 37361).
This commit is contained in:
parent
8a4037a556
commit
261a9ec095
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58181
@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= gcc/releases/gcc-${GCC_REV}
|
||||
DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \
|
||||
gcc-g++-${GCC_REV}${EXTRACT_SUFX} \
|
||||
gcc-g77-${GCC_REV}${EXTRACT_SUFX} \
|
||||
gcc-java-${GCC_REV}${EXTRACT_SUFX} \
|
||||
gcc-objc-${GCC_REV}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
@ -111,7 +110,7 @@ post-install:
|
||||
#.if defined(WANT_SHAREDLIBS)
|
||||
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
|
||||
#.endif
|
||||
.for info in cpp cppinternals g77 gcc gcj
|
||||
.for info in cpp cppinternals g77 gcc
|
||||
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
|
||||
.endfor
|
||||
cd ${PREFIX} ;\
|
||||
|
@ -8,11 +8,6 @@ bin/gcov30
|
||||
bin/%%GNU_HOST%%-gcc30
|
||||
bin/%%GNU_HOST%%-g++30
|
||||
bin/gccbug-%%GCC_REV%%
|
||||
bin/gcj
|
||||
bin/gcjh
|
||||
bin/jar
|
||||
bin/jv-scan
|
||||
bin/jcf-dump
|
||||
@comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h
|
||||
@comment Insert PLIST.gcc-lib here
|
||||
@comment -=[ begin PLIST.gcc-lib ]=-
|
||||
@ -22,7 +17,6 @@ bin/jcf-dump
|
||||
@unexec install-info --delete %D/info/cppinternals.info %D/info/dir
|
||||
@unexec install-info --delete %D/info/g77.info %D/info/dir
|
||||
@unexec install-info --delete %D/info/gcc.info %D/info/dir
|
||||
@unexec install-info --delete %D/info/gcj.info %D/info/dir
|
||||
@comment info/c-tree.info
|
||||
@comment info/c-tree.info-1
|
||||
@comment info/c-tree.info-2
|
||||
@ -31,9 +25,7 @@ info/cpp.info
|
||||
info/cppinternals.info
|
||||
info/g77.info
|
||||
info/gcc.info
|
||||
info/gcj.info
|
||||
@exec install-info %D/info/cpp.info %D/info/dir
|
||||
@exec install-info %D/info/cppinternals.info %D/info/dir
|
||||
@exec install-info %D/info/g77.info %D/info/dir
|
||||
@exec install-info %D/info/gcc.info %D/info/dir
|
||||
@exec install-info %D/info/gcj.info %D/info/dir
|
||||
|
Loading…
Reference in New Issue
Block a user