Bug 77683

Summary: unbreak port graphics/vigra
Product: Ports & Packages Reporter: molter <molter>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!