Bug 149886 - [PATCH] archivers/rpm4: missing python
Summary: [PATCH] archivers/rpm4: missing python
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: Johan van Selst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-22 19:20 UTC by Anders F Björklund
Modified: 2010-08-23 18:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.40 KB, patch)
2010-08-22 19:20 UTC, Anders F Björklund
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders F Björklund 2010-08-22 19:20:01 UTC
The configure param for python was changed, old one doesn't work.

Also, the python module lines are missing from the new pkg-plist.

Fix: Patch attached with submission follows:
How-To-Repeat: $ python
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-22 19:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->johans

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-23 18:46:53 UTC
johans      2010-08-23 17:46:45 UTC

  FreeBSD ports repository

  Modified files:
    archivers/rpm4       Makefile pkg-plist 
  Log:
  Fix compilation of the python module for rpm; and fix plist [1]
  Add an OPTION to install this module
  
  PR:             ports/149886 [1]
  Submitted by:   Anders.F.Björklund
  
  Revision  Changes    Path
  1.27      +8 -4      ports/archivers/rpm4/Makefile
  1.10      +9 -0      ports/archivers/rpm4/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 Johan van Selst freebsd_committer freebsd_triage 2010-08-23 18:47:05 UTC
State Changed
From-To: open->closed

Committed, thanks. 
I've also added an OPTION to promote this feature.