1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to version 0.3.1b.

PR:		12744
Submitted by:	maintainer
This commit is contained in:
Steve Price 1999-08-01 03:00:48 +00:00
parent 96baa56100
commit f9967dd220
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20438
5 changed files with 7 additions and 25 deletions

View File

@ -1,14 +1,14 @@
# New ports collection makefile for: shujit
# Version required: 0.2.10
# Version required: 0.3.1b
# Date created: 30 April 1999
# Whom: jake@checker.org
#
# $Id: Makefile,v 1.4 1999/06/28 18:34:07 billf Exp $
# $Id: Makefile,v 1.5 1999/07/04 10:04:31 obrien Exp $
#
DISTNAME= shujit-0.2.10
DISTNAME= shujit-0.3.1b
CATEGORIES= java
MASTER_SITES= http://www.shudo.net/jit/dist/
MASTER_SITES= http://www.shudo.net/jit/dist/old/
MAINTAINER= jake@checker.org
@ -25,6 +25,7 @@ BUILD_DEPENDS+= ${PREFIX}/bin/egcc:${PORTSDIR}/lang/egcs
WRKSRC= ${WRKDIR}/shujit
ONLY_FOR_ARCHS= i386
HAS_CONFIGURE= yes
USE_GMAKE= yes
MAKE_FLAGS=
MAKEFILE=

View File

@ -1 +1 @@
MD5 (shujit-0.2.10.tar.gz) = abda1bac7fc7ce079dc155e55fd52017
MD5 (shujit-0.3.1b.tar.gz) = 8816b063c60d8918deebab247ee0e51f

View File

@ -1,11 +0,0 @@
--- compiler.h.orig Fri Apr 30 08:17:44 1999
+++ compiler.h Fri Apr 30 08:18:41 1999
@@ -124,7 +124,7 @@
# undef EXECUTEJAVA_IN_ASM
# undef RESOLVE_SYMBOL_ON_CODE
# undef SEARCH_SIGCONTEXT
-# define LIBS_ADDDLSEG "/usr/lib/aout/libc.so.3.1|/usr/lib/aout/libc.so.3.0|/usr/lib/libc.so.3.1|/usr/lib/libc.so.3.0,/usr/lib/aout/libm.so.2.0|/usr/lib/libm.so.2.0"
+# define LIBS_ADDDLSEG "/usr/lib/libc.so.3,/usr/lib/libm.so.2"
#else
# undef EXECUTEJAVA_IN_ASM
# undef RESOLVE_SYMBOL_ON_CODE

View File

@ -1,8 +0,0 @@
--- def.mk.orig Wed Jun 9 22:05:03 1999
+++ def.mk Wed Jun 9 22:05:18 1999
@@ -1,4 +1,4 @@
-J_HOME = /usr/local/jdk1.1.7
+J_HOME = /usr/local/jdk1.1.8
#J_HOME = /usr/local/jdk117_v1a
# for GCC 2.7.X or older

View File

@ -2,6 +2,6 @@
*
* This port requires the elf jdk.
* A binary aout release is available at
* http://www.shudo.net/jit/dist/shujit-0.2.10-bin-freebsd.tar.gz.
* http://www.shudo.net/jit/dist/
*
*************************************************************************