Summary: | lang/swi-pl: does not compile with OpenJDK installed | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Marcin Cieślak <saper> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | g.gonter |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Marcin Cieślak
2012-06-19 20:00:33 UTC
Maintainer of lang/swi-pl, Please note that PR ports/169243 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169243 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 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 -- Regards, Ruslan Tinderboxing kills... the drives. 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
rm 2012-07-05 19:35:38 UTC FreeBSD ports repository Added files: lang/swi-pl/files patch-configure Log: - add (actually restore) patch that fix build when OpenJDK is installed PR: 169243 Submitted by: Marcin Cieslak <saper at saper dot info> Approved by: maintainer timeout (2weeks+) Revision Changes Path 1.3 +14 -0 ports/lang/swi-pl/files/patch-configure (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed, thank you! Marcin, I'm agree that it better to fix JPL build, but to be honest, I'm not using it at all, so I wouldn't be able to do this. If you have any ideas/patches about that, please feel free to report them. |