Bug 77683 - unbreak port graphics/vigra
Summary: unbreak port graphics/vigra
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 15:50 UTC by molter
Modified: 2005-02-20 16:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description molter 2005-02-18 15:50:08 UTC
          Pointyhat says that there is a mtree build error for vigra:
   		 
 <http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2005021108/vigra-1.3.0.log>
          Error is that the plist is incomplete

Fix: 

Apply following patch
 
 
 
 
 diff -ruN vigra.old/pkg-plist vigra/pkg-plist
 --- vigra.old/pkg-plist Fri Feb 18 16:28:19 2005
 +++ vigra/pkg-plist     Fri Feb 18 16:30:09 2005
 @@ -70,12 +70,13 @@ include/vigra/tiff.hxx
   include/vigra/tinyvector.hxx
   include/vigra/transformimage.hxx
   include/vigra/tuple.hxx
   include/vigra/utilities.hxx
   lib/libvigraimpex.a
   lib/libvigraimpex.la
 +lib/libvigraimpex.so
   lib/libvigraimpex.so.2
   %%DOCSDIR%%/AlgebraicConcepts.html
   %%DOCSDIR%%/BorderTreatmentMode.html
   %%DOCSDIR%%/ColorConversions.html
   %%DOCSDIR%%/Concepts.html
   %%DOCSDIR%%/Convolution.html
How-To-Repeat:           cd /usr/ports/graphics/vigra
          make install
          make deinstall
          ls /usr/local/lib/libvigra*
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-02-20 16:00:41 UTC
Class Changed
From-To: sw-bug->update

Rescue this PR from the 'pending' category. 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-02-20 16:00:41 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-20 16:25:16 UTC
State Changed
From-To: open->closed

Committed, thanks!