1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Upgrade to version 1.4.2.

This commit is contained in:
Archie Cobbs 2005-04-14 14:04:39 +00:00
parent 61ea762ff3
commit d71cd101c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133331
3 changed files with 3 additions and 15 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= jc
PORTVERSION= 1.4.0
PORTREVISION= 1
PORTVERSION= 1.4.2
CATEGORIES= java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=jcvm/

View File

@ -1,2 +1,2 @@
MD5 (jc-1.4.0.tar.gz) = c181b98a91a6a4342d6660462184e668
SIZE (jc-1.4.0.tar.gz) = 34251296
MD5 (jc-1.4.2.tar.gz) = 17dd43da4803fe90949cf8dc99b0d7c8
SIZE (jc-1.4.2.tar.gz) = 34246309

View File

@ -1,11 +0,0 @@
--- libjc/arch/i386/i386_libjc.h
+++ libjc/arch/i386/i386_libjc.h
@@ -97,7 +97,7 @@
static inline const void *
_jc_mcontext_sp(const mcontext_t *mctx)
{
- return (const void *)mctx->mc_isp;
+ return (const void *)mctx->mc_esp;
}
static inline const void *