Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2003 02:51:22 +0200 (CEST)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        archie@FreeBSD.org
Subject:   ports/57725: build jikes to support encoding
Message-ID:  <200310080051.h980pMvZ078869@palle.girgensohn.se>
Resent-Message-ID: <200310080100.h9810VKE027629@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57725
>Category:       ports
>Synopsis:       build jikes to support encoding
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 07 18:00:31 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn <girgen@pingpong.net>
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
PING PONG
>Environment:
System: FreeBSD palle.girgensohn.se 4.7-RC FreeBSD 4.7-RC #0: Sun Sep 29 17:21:22 CEST 2002     root@palle.girgensohn.se:/usr/local/obj/usr/src/sys/STORDATAN  i386


	
>Description:
This patch makes jikes build with encoding support.
Encoding support is necessary to use jikes at least with apache-tomcat-4.1.27.
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/jikes/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	7 Mar 2003 06:04:41 -0000	1.35
+++ Makefile	8 Oct 2003 00:12:05 -0000
@@ -7,17 +7,23 @@
 
 PORTNAME=	jikes
 PORTVERSION=	1.18
+PORTREVISION=	1
 CATEGORIES=	java
 MASTER_SITES=	http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/
 
 MAINTAINER=	archie@freebsd.org
 COMMENT=	A very fast Java source to byte-code compiler made available by IBM
 
+LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
+
 MAN1=		jikes.1
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_BZIP2=	yes
+
+CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib"
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310080051.h980pMvZ078869>