Bug 137871 - [patch] graphics/opencv - fix build with latest libtool and take maintainership
Summary: [patch] graphics/opencv - fix build with latest libtool and take maintainership
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 12:40 UTC by Alberto Villa
Modified: 2009-08-18 09:33 UTC (History)
0 users

See Also:


Attachments
file.diff (3.82 KB, patch)
2009-08-17 12:40 UTC, Alberto Villa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Villa 2009-08-17 12:40:00 UTC
opencv fails to build with libtool 2.2 and python enabled

Fix: patch below, tested and coauthored by dima panov (fluffy@)
it's independent from ports/137805, but that patch is needed too

it also makes some polishing of the makefile, cares about PTHREAD_LIBS and sets me as the new maintainer

added files:
files/patch-interfaces-swig-python-Makefile.in

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/graphics/opencv && make WITH_PYTHON=yes
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-08-17 14:38:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-08-17 17:13:27 UTC
Responsible Changed
From-To: miwi->fluffy

mentee will deal with that.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-18 09:16:38 UTC
fluffy      2009-08-18 08:16:07 UTC

  FreeBSD ports repository

  Modified files:
    graphics/opencv      Makefile 
    graphics/opencv/files patch-otherlibs-highgui-cvcap_ffmpeg.cpp 
  Added files:
    graphics/opencv/files patch-interfaces-swig-python-Makefile.in 
  Removed files:
    graphics/opencv/files patch-otherlibs-highgui.cpp 
  Log:
  Fix build with current FFMpeg.
  Fix python support in highgui module.
  
  Bump PORTREVISION
  
  Pass maintainership to submitter.
  
  PR:             137805, 137871
  Submitted by:   Alberto Villa <villa.alberto AT gmail DOT com>
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.14      +24 -18    ports/graphics/opencv/Makefile
  1.1       +21 -0     ports/graphics/opencv/files/patch-interfaces-swig-python-Makefile.in (new)
  1.2       +110 -3    ports/graphics/opencv/files/patch-otherlibs-highgui-cvcap_ffmpeg.cpp
  1.2       +0 -85     ports/graphics/opencv/files/patch-otherlibs-highgui.cpp (dead)
_______________________________________________
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 4 Dima Panov freebsd_committer freebsd_triage 2009-08-18 09:32:55 UTC
State Changed
From-To: open->closed

Commited, thanks!