Index: head/java/jikes/Makefile =================================================================== --- head/java/jikes/Makefile (revision 65338) +++ head/java/jikes/Makefile (revision 65339) @@ -1,28 +1,22 @@ # New ports collection makefile for: jikes # Date created: 09 December 1998 # Whom: Matthew Dillon # # $FreeBSD$ # PORTNAME= jikes PORTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java MASTER_SITES= http://oss.software.ibm.com/pub/jikes/ 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 .include Property changes on: head/java/jikes/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/java/jikes/files/patch-ab =================================================================== --- head/java/jikes/files/patch-ab (revision 65338) +++ head/java/jikes/files/patch-ab (nonexistent) @@ -1,28 +0,0 @@ ---- configure.orig Tue Aug 27 12:55:14 2002 -+++ configure Tue Aug 27 12:54:33 2002 -@@ -4279,13 +4279,13 @@ - - fi - --echo "$as_me:4282: checking for u_getVersion in -licu-uc" >&5 --echo $ECHO_N "checking for u_getVersion in -licu-uc... $ECHO_C" >&6 -+echo "$as_me:4282: 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 4290 "configure" - #include "confdefs.h" -@@ -4333,7 +4333,7 @@ - #define HAVE_LIBICU_UC 1 - EOF - -- LIBS="-licu-uc $LIBS" -+ LIBS="-licuuc $LIBS" - - fi - Property changes on: head/java/jikes/files/patch-ab ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/java/jikes/files/patch-ac =================================================================== --- head/java/jikes/files/patch-ac (revision 65338) +++ head/java/jikes/files/patch-ac (nonexistent) @@ -1,11 +0,0 @@ ---- configure.in.orig Tue Aug 27 12:55:18 2002 -+++ configure.in Tue Aug 27 12:54:39 2002 -@@ -108,7 +108,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) Property changes on: head/java/jikes/files/patch-ac ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property