ports/57725: build jikes to support encoding

Palle Girgensohn girgen at pingpong.net
Wed Oct 8 01:00:34 UTC 2003


>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 at 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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list