mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add gcj41, gij41 etc as gcj, gij, etc respectively,
Bump portrevision.
This commit is contained in:
parent
18eec0ea7e
commit
c1b2fd57ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169522
2 changed files with 9 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= java-gcj-compat
|
||||
PORTVERSION= 1.0.56 # intentionally not upgrading
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ftp://sources.redhat.com/pub/rhug/
|
||||
|
||||
|
@ -38,5 +38,9 @@ pre-configure:
|
|||
|
||||
post-install:
|
||||
@${LN} -sf ${PREFIX}/lib/jvm/java-1.4.2-gcj41-1.4.2.0 ${PREFIX}/lib/jvm/java-gcj
|
||||
@${LN} -sf ${LOCALBASE}/bin/gcj${GCJVER} ${PREFIX}/lib/jvm/java-gcj/bin/gcj
|
||||
@${LN} -sf ${LOCALBASE}/bin/gij${GCJVER} ${PREFIX}/lib/jvm/java-gcj/bin/gij
|
||||
@${LN} -sf ${LOCALBASE}/bin/gcj-dbtool${GCJVER} ${PREFIX}/lib/jvm/java-gcj/bin/gcj-dbtool
|
||||
@${LN} -sf ${LOCALBASE}/bin/gjdoc ${PREFIX}/lib/jvm/java-gcj/bin/gjdoc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -5,6 +5,10 @@ lib/jvm/java-1.4.2-gcj41-1.4.2.0/lib/tools.jar
|
|||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/jre/lib/i386/libjawt.so
|
||||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/jre/bin/java
|
||||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/jre/bin/rmiregistry
|
||||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/bin/gcj
|
||||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/bin/gjdoc
|
||||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/bin/gcj-dbtool
|
||||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/bin/gij
|
||||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/bin/java
|
||||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/bin/jar
|
||||
lib/jvm/java-1.4.2-gcj41-1.4.2.0/bin/javadoc
|
||||
|
|
Loading…
Add table
Reference in a new issue