Bug 160182

Summary: [maintainer patch] graphics/zbar. Fix pkg-plist, restrict to python 2.5-2.7.
Product: Ports & Packages Reporter: Oliver Heesakkers <dev2>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Oliver Heesakkers 2011-08-25 14:40:08 UTC
This patch improves the way different versions of python are handled. The fix in pkg-plist speaks for itself I think. Further I found that configure will fail when trying to use python 3.2, so I've restricted the port to python 2.5-2.7.

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2011-08-30 20:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-30 23:25:01 UTC
pawel       2011-08-30 22:24:52 UTC

  FreeBSD ports repository

  Modified files:
    graphics/zbar        Makefile pkg-plist 
  Log:
  - fix plist [1]
  - restrict python versions to 2.5-2.7 [1]
  - add x11-toolkits/py-gtk2 build/run dep for WITH_PYTHON [2]
  - add devel/qt4-moc build dep for WITH_QT4 [2]
  
  PR:             ports/160182
  Submitted by:   [1] Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
                  [2] myself
  Approved by:    miwi, wen (mentors implicit)
  
  Revision  Changes    Path
  1.2       +4 -3      ports/graphics/zbar/Makefile
  1.2       +2 -2      ports/graphics/zbar/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 3 Pawel Pekala freebsd_committer freebsd_triage 2011-08-30 23:30:30 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!