Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 19:20:13 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-java@FreeBSD.org
Subject:   Re: ports/170772: commit references a PR
Message-ID:  <201209101920.q8AJKDrD051266@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/170772; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170772: commit references a PR
Date: Mon, 10 Sep 2012 19:15:21 +0000 (UTC)

 Author: jkim
 Date: Mon Sep 10 19:15:11 2012
 New Revision: 304052
 URL: http://svn.freebsd.org/changeset/ports/304052
 
 Log:
   - Add perl as a build dependency.
   - Fix perl path for javac wrapper. [1]
   
   PR:		ports/170772 [1]
 
 Modified:
   head/java/icedtea-web/Makefile
 
 Modified: head/java/icedtea-web/Makefile
 ==============================================================================
 --- head/java/icedtea-web/Makefile	Mon Sep 10 19:09:48 2012	(r304051)
 +++ head/java/icedtea-web/Makefile	Mon Sep 10 19:15:11 2012	(r304052)
 @@ -22,6 +22,7 @@ USE_JAVA=	yes
  JAVA_OS=	native
  JAVA_VENDOR=	openjdk
  JAVA_VERSION=	1.6+
 +USE_PERL5_BUILD=yes
  USE_XORG=	x11
  
  OPTIONS_DEFINE=	PLUGIN RHINO TEST
 @@ -91,6 +92,7 @@ CONFIGURE_ARGS+=--with-junit=no
  .endif
  
  post-patch:
 +	${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/javac.in
  	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
  	    ${WRKSRC}/launcher/javaws.in
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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