mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Re-add lang/gcc42.
Hat: portmgr Feature safe: yes
This commit is contained in:
parent
fdcd7156e3
commit
a2d38620e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287214
1
MOVED
1
MOVED
@ -3016,7 +3016,6 @@ x11/ruby-gnome2-all||2011-12-05|Removed
|
|||||||
devel/zeroinstall-injector||2011-12-06|Duplicates PBI functionality, and 0install feeds are available as ports
|
devel/zeroinstall-injector||2011-12-06|Duplicates PBI functionality, and 0install feeds are available as ports
|
||||||
audio/py-taglib||2011-12-07|Only compatible with Python 2.4. Use audio/py-tagpy instead
|
audio/py-taglib||2011-12-07|Only compatible with Python 2.4. Use audio/py-tagpy instead
|
||||||
x11-wm/wmthemeinstall||2011-12-10|Abandonware: no more upstream, no more public distfiles
|
x11-wm/wmthemeinstall||2011-12-10|Abandonware: no more upstream, no more public distfiles
|
||||||
lang/gcc42|lang/gcc46|2011-12-11|Superseded by gcc46
|
|
||||||
databases/py-pysqlite20||2011-12-11|Unmaintained upstream, only useful for python2.4 or less, no consumers in the ports tree
|
databases/py-pysqlite20||2011-12-11|Unmaintained upstream, only useful for python2.4 or less, no consumers in the ports tree
|
||||||
databases/py-pysqlite21||2011-12-11|Unmaintained upstream, only useful for python2.4 or less, no consumers in the ports tree
|
databases/py-pysqlite21||2011-12-11|Unmaintained upstream, only useful for python2.4 or less, no consumers in the ports tree
|
||||||
databases/py-pysqlite22||2011-12-11|Unmaintained upstream, only useful for python2.4 or less, no consumers in the ports tree
|
databases/py-pysqlite22||2011-12-11|Unmaintained upstream, only useful for python2.4 or less, no consumers in the ports tree
|
||||||
|
@ -88,6 +88,7 @@
|
|||||||
SUBDIR += gawk
|
SUBDIR += gawk
|
||||||
SUBDIR += gcc
|
SUBDIR += gcc
|
||||||
SUBDIR += gcc34
|
SUBDIR += gcc34
|
||||||
|
SUBDIR += gcc42
|
||||||
SUBDIR += gcc44
|
SUBDIR += gcc44
|
||||||
SUBDIR += gcc46
|
SUBDIR += gcc46
|
||||||
SUBDIR += gcc47
|
SUBDIR += gcc47
|
||||||
|
13
lang/gcc42/files/java-patch-hier
Normal file
13
lang/gcc42/files/java-patch-hier
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: libjava/Makefile.in
|
||||||
|
===================================================================
|
||||||
|
--- libjava/Makefile.in (revision 117734)
|
||||||
|
+++ libjava/Makefile.in (working copy)
|
||||||
|
@@ -712,7 +712,7 @@
|
||||||
|
$(am__append_2) $(am__append_3)
|
||||||
|
toolexecmainlib_DATA = libgcj.spec
|
||||||
|
dbexec_LTLIBRARIES = libjvm.la
|
||||||
|
-pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||||
|
jardir = $(datadir)/java
|
||||||
|
jar_DATA = libgcj-$(gcc_version).jar libgcj-tools-$(gcc_version).jar
|
||||||
|
@JAVA_HOME_SET_FALSE@JAVA_HOME_DIR = $(prefix)
|
Loading…
Reference in New Issue
Block a user