diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2003-02-24 21:39:45 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2003-02-24 21:39:45 +0000 |
commit | 5352f84a1e32f8a2aed9838f5558c5867923f748 (patch) | |
tree | 8786fc77dce6b2f58952f70550ce6ca916a5f1b2 /java | |
parent | fd8d2fd3f8a349454959e5933c285d841b267f40 (diff) | |
download | ports-5352f84a1e32f8a2aed9838f5558c5867923f748.tar.gz ports-5352f84a1e32f8a2aed9838f5558c5867923f748.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/jikes-devel/Makefile | 28 | ||||
-rw-r--r-- | java/jikes-devel/distinfo | 1 | ||||
-rw-r--r-- | java/jikes-devel/files/patch-aa | 11 | ||||
-rw-r--r-- | java/jikes-devel/files/patch-ab | 28 | ||||
-rw-r--r-- | java/jikes-devel/files/patch-ac | 11 | ||||
-rw-r--r-- | java/jikes-devel/pkg-comment | 1 | ||||
-rw-r--r-- | java/jikes-devel/pkg-descr | 18 | ||||
-rw-r--r-- | java/jikes-devel/pkg-message | 10 | ||||
-rw-r--r-- | java/jikes-devel/pkg-plist | 4 |
10 files changed, 0 insertions, 113 deletions
diff --git a/java/Makefile b/java/Makefile index 6fcb83d4e0a6..e0945bb98d8f 100644 --- a/java/Makefile +++ b/java/Makefile @@ -47,7 +47,6 @@ SUBDIR += jdom SUBDIR += jfc SUBDIR += jikes - SUBDIR += jikes-devel SUBDIR += jlex SUBDIR += jlint SUBDIR += jre diff --git a/java/jikes-devel/Makefile b/java/jikes-devel/Makefile deleted file mode 100644 index 75165eb526a6..000000000000 --- a/java/jikes-devel/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: jikes -# Date created: 09 December 1998 -# Whom: Matthew Dillon <dillon@backplane.com> -# -# $FreeBSD$ -# - -PORTNAME= jikes -PORTVERSION= 1.18 -CATEGORIES= java -MASTER_SITES= http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/ - -MAINTAINER= archie@freebsd.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/libicuuc.a:${PORTSDIR}/devel/icu - -CONFIGURE_ARGS= --prefix=${PREFIX} \ - CPPFLAGS="-D_THREAD_SAFE -I${PREFIX}/include" \ - LDFLAGS="-pthread -L${PREFIX}/lib" - -MAN1= jikes.1 - -PLIST_SUB= PORTVERSION=${PORTVERSION} -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_BZIP2= yes - -.include <bsd.port.mk> diff --git a/java/jikes-devel/distinfo b/java/jikes-devel/distinfo deleted file mode 100644 index 0dc4400c63c7..000000000000 --- a/java/jikes-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (jikes-1.18.tar.bz2) = 74bbcfd31aa2d7df4b86c5fe2db315cc diff --git a/java/jikes-devel/files/patch-aa b/java/jikes-devel/files/patch-aa deleted file mode 100644 index 620d436c157a..000000000000 --- a/java/jikes-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in Tue Jul 9 23:16:00 2002 -+++ doc/Makefile.in Mon Aug 5 11:02:39 2002 -@@ -80,7 +80,7 @@ - install_sh = @install_sh@ - man_MANS = jikes.1 - --docdir = $(prefix)/doc/${PACKAGE}-${VERSION} -+docdir = $(prefix)/share/doc/${PACKAGE}-${VERSION} - - doc_DATA = \ - license.htm diff --git a/java/jikes-devel/files/patch-ab b/java/jikes-devel/files/patch-ab deleted file mode 100644 index 5db7f8d63ad1..000000000000 --- a/java/jikes-devel/files/patch-ab +++ /dev/null @@ -1,28 +0,0 @@ ---- configure Tue Jul 9 23:16:00 2002 -+++ configure Mon Aug 5 11:03:52 2002 -@@ -5366,13 +5366,13 @@ - - - --echo "$as_me:$LINENO: checking for u_getVersion in -licu-uc" >&5 --echo $ECHO_N "checking for u_getVersion in -licu-uc... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for u_getVersion in -licuuc" >&5 -+echo $ECHO_N "checking for u_getVersion in -licuuc... $ECHO_C" >&6 - if test "${ac_cv_lib_icu_uc_u_getVersion+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-licu-uc $LIBS" -+LIBS="-licuuc $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -@@ -5426,7 +5426,7 @@ - #define HAVE_LIBICU_UC 1 - _ACEOF - -- LIBS="-licu-uc $LIBS" -+ LIBS="-licuuc $LIBS" - - fi - diff --git a/java/jikes-devel/files/patch-ac b/java/jikes-devel/files/patch-ac deleted file mode 100644 index 9f07cac914c7..000000000000 --- a/java/jikes-devel/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in Tue Jul 9 23:16:00 2002 -+++ configure.in Mon Aug 5 11:03:39 2002 -@@ -113,7 +113,7 @@ - AC_CHECK_ICONV() - - dnl Check if "IBM Classes for UNICODE library" is present --AC_CHECK_LIB(icu-uc, u_getVersion) -+AC_CHECK_LIB(icuuc, u_getVersion) - - dnl Check for cygwin path conversion functions - AC_CHECK_FUNCS(cygwin_win32_to_posix_path_list) diff --git a/java/jikes-devel/pkg-comment b/java/jikes-devel/pkg-comment deleted file mode 100644 index 51e64086b1b3..000000000000 --- a/java/jikes-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A very fast Java source to byte-code compiler made available by IBM diff --git a/java/jikes-devel/pkg-descr b/java/jikes-devel/pkg-descr deleted file mode 100644 index 90d8441ffffe..000000000000 --- a/java/jikes-devel/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -This is jikes, a java source to byte-code compiler. The compiler has been -made available by IBM under their open-source license, please see: - -WWW: http://oss.software.ibm.com/developerworks/opensource/jikes/project/ - -for details. To operate, the CLASSPATH environment variable must typically -be set to a colon-delimited list of source directories, class directories, -or zip files. Note that jikes will complain if a non-existant directory or -file is specified in CLASSPATH. - -=============== - -// This software is subject to the terms of the IBM Jikes Compiler Open" -// Source License Agreement available at the following URL:" -// http://www.ibm.com/research/jikes." -// Copyright (C) 1996, 1998, International Business Machines Corporation" -// and others. All Rights Reserved." -// You must accept the terms of that agreement to use this software." diff --git a/java/jikes-devel/pkg-message b/java/jikes-devel/pkg-message deleted file mode 100644 index 3563ce1f0109..000000000000 --- a/java/jikes-devel/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -This distribution is covered by the "IBM Public License Version -Version 1.0 - Jikes" contained in the file doc/license.htm. You -must accept the terms of the license agreement to use this software. - -http://ibm.com/developerworks/opensource/jikes - -Copyright (C) 1996, 1998, International Business Machines Corporation -and others. All Rights Reserved. - -You must accept the terms of that agreement to use this software. diff --git a/java/jikes-devel/pkg-plist b/java/jikes-devel/pkg-plist deleted file mode 100644 index f8deca524ad8..000000000000 --- a/java/jikes-devel/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/jikes -include/jikesapi.h -share/doc/jikes-%%PORTVERSION%%/license.htm -@dirrm share/doc/jikes-%%PORTVERSION%% |