Bug 158987 - multimedia/py-kaa-multimedia: fix build error for graphics/py-exiv2 module
Summary: multimedia/py-kaa-multimedia: fix build error for graphics/py-exiv2 module
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-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-17 08:20 UTC by J.R. Oldroyd
Modified: 2012-06-26 13:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.70 KB, patch)
2011-07-17 08:20 UTC, J.R. Oldroyd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description J.R. Oldroyd 2011-07-17 08:20:09 UTC
Port does not currently build if graphics/py-exiv2 module happens to be
installed.  This patch fixes error and makes the exiv2 module a prerequisite.

How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-17 08:20:19 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-17 08:20:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-26 13:45:21 UTC
rm          2012-06-26 12:45:06 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/py-kaa-metadata Makefile pkg-descr pkg-plist 
  Added files:
    multimedia/py-kaa-metadata/files patch-src-image-exiv2.cpp 
  Log:
  - add patch to fix build when graphics/py-exiv2 is installed
  - add dependency on py-exiv2 explicitly
  - bump PORTREVISION because of dependency change
  
  While here:
  - use PYTHON_PKGNAMEPREFIX instead of PYTHON_SITELIBDIR
  - strict python version to 2.x
  - update pkg-descr:WWW
  - correct pkg-plist
  
  PR:             158987
  Submitted by:   "J.R. Oldroyd" <fbsd at opal dot com> (maintainer)
  
  Revision  Changes    Path
  1.14      +6 -5      ports/multimedia/py-kaa-metadata/Makefile
  1.1       +12 -0     ports/multimedia/py-kaa-metadata/files/patch-src-image-exiv2.cpp (new)
  1.2       +1 -1      ports/multimedia/py-kaa-metadata/pkg-descr
  1.3       +5 -4      ports/multimedia/py-kaa-metadata/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 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-26 13:45:37 UTC
State Changed
From-To: open->closed

Committed, thank you!