Opened 14 years ago
Closed 14 years ago
#26142 closed enhancement (fixed)
farsight2-0.0.20 Enable python bindings and misc fixes
Reported by: | louis-francis.ratte-boulianne@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | haspatch | Cc: | |
Port: | farsight2 |
Description
Some fixes for the farsight2 port:
- Update to version 0.0.20
- Fix the pkg config path so configure can find python packages
- Fix the python exec dir path so the python bindings are installed at the right location
- Fix codegen utility path to generate python bindings
- Patch from upstream fixing discovering of codecs
Attachments (4)
Change History (8)
Changed 14 years ago by louis-francis.ratte-boulianne@…
Attachment: | patch-farsight2-Portfile.diff added |
---|
Changed 14 years ago by louis-francis.ratte-boulianne@…
Attachment: | patch-fs-rtp-discovers-codecs.diff added |
---|
Patch to correctly discover codecs
Changed 14 years ago by louis-francis.ratte-boulianne@…
Attachment: | patch-configure.ac.diff added |
---|
Patch to export right locations
Changed 14 years ago by louis-francis.ratte-boulianne@…
Attachment: | patch-python-Makefile.am.diff added |
---|
Patch to fix codegen path and install dir
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Keywords: | haspatch added |
---|---|
Owner: | changed from macports-tickets@… to devans@… |
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Is it really correct to exclude the default pkgconfig dirs ${prefix}/lib/pkgconfig and ${prefix}/share/pkgconfig?
comment:3 Changed 14 years ago by louis-francis.ratte-boulianne@…
According to https://trac.macports.org/ticket/19511 and https://trac.macports.org/wiki/Python, the default path should be searched as well.
And another argument is that it actually works ;)
comment:4 Changed 14 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yes, the default path is always searched last.
Upgraded to version 0.21 in r70736, all python issues addressed and patch from upstream now incorporated.
Sorry for not seeing this sooner.
Note: See
TracTickets for help on using
tickets.
Portfile patch