summaryrefslogtreecommitdiff
path: root/java/kaffe/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-11-02 01:35:45 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-11-02 01:35:45 +0000
commita1b8c7234f3d864683b1cfabf75c94d3e69f8daa (patch)
tree58d8bed54b0e8f5b37e2efeb21a5ef5725734914 /java/kaffe/Makefile
parent- Mark BROKEN: does not install (diff)
Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
Notes
Notes: svn path=/head/; revision=284893
Diffstat (limited to 'java/kaffe/Makefile')
-rw-r--r--java/kaffe/Makefile64
1 files changed, 0 insertions, 64 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile
deleted file mode 100644
index 418d38912090..000000000000
--- a/java/kaffe/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# New ports collection makefile for: kaffe
-# Date created: 4 August 2003
-# Whom: Mark Huizer <xaa+ports@timewasters.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kaffe
-PORTVERSION= 1.1.7.r1
-PORTREVISION= 10
-CATEGORIES= java devel
-#MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/
-MASTER_SITES= http://www.kaffe.org/~robilad/
-DISTNAME= ${PORTNAME}-1.1.7-rc1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Multi-platform Java virtual machine with JIT compiler and AWT package
-
-BROKEN= Does not fetch
-
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- ungif.5:${PORTSDIR}/graphics/libungif \
- png.6:${PORTSDIR}/graphics/png \
- gmp.10:${PORTSDIR}/math/gmp
-BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
- jikes:${PORTSDIR}/java/jikes
-RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
- javavm:${PORTSDIR}/java/javavmwrapper
-
-#WRKSRC= ${WRKDIR}/kaffe-${PORTVERSION}
-
-ONLY_FOR_ARCHS= i386 amd64
-
-USE_XORG= x11 ice xtst
-USE_GMAKE= yes
-USE_ICONV= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \
- LDFLAGS=-L${LOCALBASE}/lib \
- --with-iconv-prefix=${LOCALBASE}
-PREFIX= ${LOCALBASE}/kaffe
-NO_MTREE= yes
-
-USE_GNOME= esound gtk20 libartlgpl2
-WANT_GNOME= esound
-
-MAN1= fastjar.1 kaffe.1
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == amd64
-PLIST_SUB+= PORTVER=1.1.7-rc1 ARCH=x86_64
-.else
-PLIST_SUB+= PORTVER=1.1.7-rc1 ARCH=${ARCH}
-.endif
-
-post-install:
- @${MKDIR} ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/BUILD_ENVIRONMENT ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/license.terms ${DATADIR}
- -@${LOCALBASE}/bin/registervm ${PREFIX}/bin/java
-
-.include <bsd.port.post.mk>