ports/169243: lang/swi-pl: does not compile with OpenJDK installed

Marcin Cieslak saper at saper.info
Tue Jun 19 19:40:15 UTC 2012


The following reply was made to PR ports/169243; it has been noted by GNATS.

From: Marcin Cieslak <saper at saper.info>
To: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Cc: bug-followup at FreeBSD.org, g.gonter at 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



More information about the freebsd-ports-bugs mailing list