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

Update so that classes.zip is taken from the JDK, not included in

this port. Slight rephrasing of the error message to
make it more informative.

Submitted by:	 Chuck Robey <chuckr@glue.umd.edu>
This commit is contained in:
Gary Palmer 1996-07-04 01:23:31 +00:00
parent c82c1a6231
commit 8ece2cdacc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3298
3 changed files with 20 additions and 17 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: kaffe
# Version required: 0.3
# Version required: 0.4
# Date created: 20 February 1995
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
#
# $Id: Makefile,v 1.1.1.1 1996/03/07 03:53:56 asami Exp $
# $Id: Makefile,v 1.2 1996/04/04 01:07:43 scrappy Exp $
#
DISTNAME= kaffe-0.3
DISTNAME= kaffe-0.4p2
CATEGORIES+= www
MASTER_SITES= ftp://ftp.sarc.city.ac.uk/pub/kaffe/
EXTRACT_SUFX= .tgz
@ -15,12 +15,18 @@ MAINTAINER= tim@sarc.city.ac.uk
GNU_CONFIGURE= yes
pre-extract:
@( if test "`${MD5} ${PREFIX}/share/java/classes.zip | ${AWK} '{print $$4}'`" != "`cat ${FILESDIR}/classes.zip.1.02.md5`" ; then \
echo "kaffe REQUIRES the classes.zip file from ports/www/jdk, version 1.02"; \
exit 1 ; \
fi)
do-configure:
@(cd ${WRKSRC}; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
post-install:
cp ${WRKSRC}/sun/COPYRIGHT ${PREFIX}/share/kaffe
cp ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
test -d ${PREFIX}/share/kaffe || mkdir -p ${PREFIX}/share/kaffe
install -c -m 644 ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (kaffe-0.3.tgz) = 969bd3e49b2eb302e01c0b8dbf21bc49
MD5 (kaffe-0.4p2.tgz) = ee62dcb04192be3f493c241b7f215eb2

View File

@ -1,18 +1,15 @@
@name kaffe
@owner bin
@group bin
bin/javac
bin/javadoc
bin/kaffe
bin/kaffeh
include/kaffe/native.h
include/kaffe/stubPreamble.h
lib/libkaffe_agent.so.0.3
lib/libkaffe_mmedia.so.0.3
lib/libkaffe_vm.so.0.3
lib/libkaffe_awt.so.0.3
lib/libkaffe_native.so.0.3
lib/libkaffe_jpeg.so.0.3
lib/libkaffe_net.so.0.3
@exec /sbin/ldconfig -m %B
share/kaffe/classes.zip
share/kaffe/lib/javac.properties
share/kaffe/COPYRIGHT
include/kaffe/jtypes.h
lib/libkaffe_vm.so.0.4
lib/libkaffe_native.so.0.4
lib/libkaffe_net.so.0.4
share/kaffe/license.terms
@exec /sbin/ldconfig -m %B