Bug 76323 - graphics/k3d update to 0.4.4.0
Summary: graphics/k3d update to 0.4.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-16 23:00 UTC by David Yeske
Modified: 2005-02-15 22:55 UTC (History)
0 users

See Also:


Attachments
k3d.diff (4.06 KB, patch)
2005-02-14 21:16 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Yeske 2005-01-16 23:00:48 UTC
      update to 0.4.4.0

Fix: 

Apply this patch      http://futurebsd.sourceforge.net/freebsd/ports/patch-k3d

Remove the files in the files directory

Add this file to the files directory
http://futurebsd.sourceforge.net/freebsd/ports/patch-Makefile.in
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-02-13 23:10:37 UTC
State Changed
From-To: open->feedback
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2005-02-13 23:11:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry


It builds fine on FreeBSD-5.3, but plist is uncomplete: 
a lot of libraries are installed under $PREFIX/lib/k3d 
and a lot of headers under $PREFIX/include/k3d. 

Warning: this port conflicts with math/atlas and math/superlu 
(it installs libcblas.so and libsuperlu.so).
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2005-02-14 21:16:59 UTC
Le Lun 14 fév 05 à  0:17:27 +0100, Thierry Thomas <thierry@FreeBSD.org>
 écrivait :
> It builds fine on FreeBSD-5.3, but plist is uncomplete:
> a lot of libraries are installed under $PREFIX/lib/k3d
> and a lot of headers under $PREFIX/include/k3d.
> 
> Warning: this port conflicts with math/atlas and math/superlu
> (it installs libcblas.so and libsuperlu.so).
> 
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=76323

Sorry for the noise about $PREFIX/include/k3d, your generated plist take
care of it, there is only a problem with some libs, and the conflict
with atlas & superlu.

The attached patch fixes these problems, and I could commit it if you
approve it, but I would prefer a patch to not build and install the
included libsuperlu and libcblas but use the libraries from these ports,
if possible.

Regards,
-- 
Th. Thomas.
Comment 4 David Yeske 2005-02-14 21:33:27 UTC
I am very busy so I rubber stamp your suggestion.


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
Comment 5 Thierry Thomas freebsd_committer freebsd_triage 2005-02-15 22:54:36 UTC
State Changed
From-To: feedback->closed


Committed, thanks!