Ticket #15281 (closed request: fixed)
request to support libsgml
| Reported by: | steve@… | Owned by: | simon@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | simon@…, blb@… | |
| Port: | libsgml |
Description
I've included a patched version that compiles on OSX. (fixes for dynlib)
Attachments
Change History
Changed 5 years ago by steve@…
- Attachment libsgml-1.1.4_osx.zip added
comment:1 Changed 5 years ago by raimue@…
- Version 1.6.0 deleted
- Milestone set to Port Requests
Please provide patches against the original libsgml release instead.
comment:2 Changed 5 years ago by simon@…
- Owner changed from macports-tickets@… to simon@…
- Status changed from new to assigned
- Cc simon@… added
Hi, I committed a Portfile for libsgml in r36997 with (most of) your modifications. It compiles fine, but I don't know if it works. Could you (or anybody else) please install it with sudo port selfupdate; sudo port install libsgml and then test it in an application? If it works would you like to be the maintainer for the port?
Thanks, Simon
comment:4 Changed 5 years ago by steve@…
I get the same error:
StevesLaptop-2:io steve$ sudo port install libsgml Password: ---> Staging libsgml into destroot Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/libsgml-1.1.4" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot " returned error 2 Command output: install -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml install include/DomComment.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/DomComment.h install include/DomDocument.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/DomDocument.h install include/DomElement.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/DomElement.h install include/DomNode.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/DomNode.h install include/DomNodeList.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/DomNodeList.h install include/DomText.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/DomText.h install include/SgmlParser.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/SgmlParser.h install include/SgmlExtensionHtml.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/SgmlExtensionHtml.h install include/SgmlExtensionXml.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/SgmlExtensionXml.h install include/libsgml.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/include/sgml/libsgml.h install libsgml.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/lib/libsgml.a install libsgml.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libsgml/work/destroot/opt/local/lib/libsgml.dylib install: libsgml.dylib: No such file or directory make: * [install] Error 71
Error: Status 1 encountered during processing. StevesLaptop-2:io steve$


patched libsgml for osx