Opened 14 years ago

Closed 13 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)

patch-farsight2-Portfile.diff (2.0 KB) - added by louis-francis.ratte-boulianne@… 14 years ago.
Portfile patch
patch-fs-rtp-discovers-codecs.diff (461 bytes) - added by louis-francis.ratte-boulianne@… 14 years ago.
Patch to correctly discover codecs
patch-configure.ac.diff (512 bytes) - added by louis-francis.ratte-boulianne@… 14 years ago.
Patch to export right locations
patch-python-Makefile.am.diff (864 bytes) - added by louis-francis.ratte-boulianne@… 14 years ago.
Patch to fix codegen path and install dir

Download all attachments as: .zip

Change History (8)

Changed 14 years ago by louis-francis.ratte-boulianne@…

Portfile patch

Changed 14 years ago by louis-francis.ratte-boulianne@…

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@…

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 13 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

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.