[MacPorts] #51740: Update osslsigncode to link to libgsf

MacPorts noreply at macports.org
Thu Jun 30 19:37:33 PDT 2016


#51740: Update osslsigncode to link to libgsf
------------------------+--------------------------------
 Reporter:  dgonyier@…  |      Owner:  macports-tickets@…
     Type:  defect      |     Status:  new
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.3.4
 Keywords:              |       Port:  osslsigncode
------------------------+--------------------------------
 The currently available macports version of osslsigncode doesn't work on
 msi files:

 {{{
 #!sh
 $ osslsigncode verify -in Application\ Compatibility\ Toolkit.msi
 libgsf is not available, msi support is disabled: Application
 Compatibility Toolkit.msi

 Failed
 }}}

 Even if I reinstall/rebuild the port after installing the `libgsf` port, I
 still get the above error. Please update the port (or add a variant) to
 link to libgsf to extend the functionality of the osslsigncode port.

 I'm not sure if the `configure` script in the source needs a `--with-gsf`
 to force the issue.

 I've built osslsigncode on Debian (jessie) from source and found I needed
 to install the `libgsf-1-dev` package with apt and then the osslsigncode
 configure script magically found it and added it to the config.h file:

 {{{
 #!c
 /* Have libgsf? */
 #define WITH_GSF 1

 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/51740>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list