Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2012 05:40:05 GMT
From:      Bryan Drewery <bryan@shatow.net>
To:        freebsd-java@FreeBSD.org
Subject:   Re: ports/167903: [PATCH] java/openjdk6: Fix build failure in 8.3 jail running on 9+ system
Message-ID:  <201205150540.q4F5e5Jb001282@freefall.freebsd.org>

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

From: Bryan Drewery <bryan@shatow.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167903: [PATCH] java/openjdk6: Fix build failure in 8.3
 jail running on 9+ system
Date: Tue, 15 May 2012 00:39:06 -0500

 This is a multi-part message in MIME format.
 --------------060109060400070605040004
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 This should be LIB_DEPENDS+=. This patch is correct.
 
 Bryan
 
 --------------060109060400070605040004
 Content-Type: text/plain; charset=windows-1252;
  name="patch-openjdk16-compat7.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-openjdk16-compat7.txt"
 
 --- Makefile.orig	2012-05-15 00:16:27.000000000 -0500
 +++ Makefile	2012-05-15 00:34:09.000000000 -0500
 @@ -78,6 +78,10 @@
  
  .include <bsd.port.pre.mk>
  
 +.if ${OSVERSION} >= 800105
 +LIB_DEPENDS+=	z.4:${PORTSDIR}/misc/compat7x
 +.endif
 +
  .if defined(WITH_IPV6)
  CATEGORIES+=	ipv6
  .endif
 
 --------------060109060400070605040004--



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