Ticket #26142 (closed enhancement: fixed)
farsight2-0.0.20 Enable python bindings and misc fixes
| Reported by: | louis-francis.ratte-boulianne@… | Owned by: | devans@… |
|---|---|---|---|
| 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
Change History
Changed 3 years ago by louis-francis.ratte-boulianne@…
- Attachment patch-farsight2-Portfile.diff added
Changed 3 years ago by louis-francis.ratte-boulianne@…
- Attachment patch-fs-rtp-discovers-codecs.diff added
Patch to correctly discover codecs
Changed 3 years ago by louis-francis.ratte-boulianne@…
- Attachment patch-configure.ac.diff added
Patch to export right locations
Changed 3 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 3 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to devans@…
- Keywords haspatch added
comment:2 Changed 3 years ago by jmr@…
Is it really correct to exclude the default pkgconfig dirs ${prefix}/lib/pkgconfig and ${prefix}/share/pkgconfig?
comment:3 Changed 3 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 ;)
Note: See
TracTickets for help on using
tickets.


Portfile patch