Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 12:50:01 GMT
From:      =?ISO-8859-1?Q?Torsten_Z=FChlsdorff?= <foo@meisterderspiele.de>
To:        freebsd-java@FreeBSD.org
Subject:   Re: ports/177802: Could not update openfire because of problem in openjdk6
Message-ID:  <201304301250.r3UCo1rJ036607@freefall.freebsd.org>

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

From: =?ISO-8859-1?Q?Torsten_Z=FChlsdorff?= <foo@meisterderspiele.de>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/177802: Could not update openfire because of problem in
 openjdk6
Date: Tue, 30 Apr 2013 14:36:50 +0200

 After fiddling around, i get the compilation of java/openjdk6 done.
 
 As descriped here 
 http://lists.freebsd.org/pipermail/freebsd-java/2011-April/009201.html i 
 manipulated the Makefile and compiled openjdk6. All of its dependencies 
 are compilied with their default configuration.
 
 Some dependencies seems to cause problems with none default 
 configuration, because i could just compile it, after deleting all 
 stored port-configurations and using the default ones.
 
 After compiling openjdk6 the update of openfire works as expected.
 
 Here is a diff of the Makefill changes:
 
 === Start ===
 diff openjdk6.orig/Makefile openjdk6/Makefile
 35c35,36
 < 
 ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
 ---
  > 
 ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client \
  > 
 ${LOCALBASE}/lib/X11/fonts/dejavu:${PORTSDIR}/x11-fonts/dejavu
 === End ===
 
 Greetings,
 Torsten



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