cvs commit: ports/science/openfoam Makefile

Thierry Thomas thierry at FreeBSD.org
Sun Oct 15 13:35:59 PDT 2006


Le Dim 15 oct 06 à 22:01:21 +0200, Kris Kennaway <kris at FreeBSD.org>
 écrivait :
> kris        2006-10-15 20:01:20 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     science/openfoam     Makefile 
>   Log:
>   BROKEN: Incorrect pkg-plist

It's not broken, but it seems un-packageable on pointyhat, because when
it adds the java3d-1.3.1_1 package, it also adds diablo-jdk1.5.0,
although "JAVA_VERSION=	1.4" has been requested.

Then it fails with these errors:

SOURCE_DIR=PatchTool  SOURCE=PatchTool/PatchTool.java ; mkdir -p Make/classes ;  ( javac -classpath :Make/classes:. -classpath ".:Make/classes:../lib/j3d-org.jar" -O  -d Make/classes -deprecation $SOURCE || ( rm -f Make/classes/PatchTool/PatchTool.class ) )
PatchTool/PatchTool.java:43: package com.sun.j3d.utils.applet does not exist
import com.sun.j3d.utils.applet.MainFrame;
                                ^
PatchTool/PatchTool.java:44: package com.sun.j3d.utils.behaviors.vp does not exist
import com.sun.j3d.utils.behaviors.vp.*;
^
PatchTool/PatchTool.java:45: package com.sun.j3d.utils.behaviors.keyboard does not exist

etc.

But when you build everything on a clean environment there is no problem
and the plist is complete.

Regards,
-- 
Th. Thomas.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20061015/869685c1/attachment.pgp


More information about the cvs-ports mailing list