Bug 127386

Summary: graphics/opendx does not build
Product: Ports & Packages Reporter: Stephen Montgomery-Smith <stephen>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Stephen Montgomery-Smith 2008-09-14 20:20:01 UTC
graphics/opendx port does not build unless WITHOUT_JAVA is set.

Fix: Turn WITHOUT_JAVA into WITH_JAVA.  This seems to make it work for amd64 as
well.  I do admit that it is a bandaid fix.  But it works.
How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20080830094339/opendx-4.4.0_7.log
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-10-13 22:53:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-14 21:55:16 UTC
amdmi3      2008-10-14 20:55:08 UTC

  FreeBSD ports repository

  Modified files:
    graphics/opendx      Makefile pkg-plist 
  Log:
  - Don't install .bat file, unbreak
  - While here, minor cleanups + remove obsolete 5.x condition
  
  PR:             127386
  Submitted by:   Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
  
  Revision  Changes    Path
  1.58      +7 -14     ports/graphics/opendx/Makefile
  1.10      +1 -1      ports/graphics/opendx/pkg-plist
_______________________________________________
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"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-10-14 21:55:28 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!