Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2012 19:40:14 GMT
From:      Marcin Cieslak <saper@saper.info>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/169243: lang/swi-pl: does not compile with OpenJDK installed
Message-ID:  <201206191940.q5JJeEBv016994@freefall.freebsd.org>

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

From: Marcin Cieslak <saper@saper.info>
To: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Cc: bug-followup@FreeBSD.org, g.gonter@ieee.org
Subject: Re: ports/169243: lang/swi-pl: does not compile with OpenJDK
 installed
Date: Tue, 19 Jun 2012 19:38:18 +0000

 On Tue, 19 Jun 2012, Ruslan Mahmatkhanov wrote:
 
 > Marcin Cieslak wrote on 19.06.2012 22:54:
 > > > Number:         169243
 > > > Category:       ports
 > > > Synopsis:       lang/swi-pl: does not compile with OpenJDK installed
 > 
 > Hmm, it may be something, introduced by me at previous update.
 > Would you please apply this patch and check if the build is now passes?
 > 
 > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/swi-pl/files/Attic/patch-configure?annotate=1.2
 
 Thanks Ruslan, that was quick!
 
 This one no longer applies, but this one fixed the problem:
 
 --- configure.orig      2012-06-19 21:20:56.000000000 +0200
 +++ configure   2012-06-19 21:21:16.000000000 +0200
 @@ -34,11 +34,6 @@
      --with-world)      TARGET=world
                         shift
                         ;;
 -    --without-*)       pkg=`echo $1 | sed 's/--without-//'`
 -                       DISABLE_PKGS="$DISABLE_PKGS $pkg"
 -                       export DISABLE_PKGS
 -                       shift
 -                       ;;
      --link)            TARGET="ln-$TARGET"
                         shift
                         ;;
 
 Thank you! Although maybe we should find the way for JPL to work, although
 seems I don't need it to bootstrap PrologCafe.
 
 //Marcin



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