[Bug 251917] archivers/innoextract: update to 1.9

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 17 10:35:01 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251917

            Bug ID: 251917
           Summary: archivers/innoextract: update to 1.9
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/dscharrer/innoextract/releases/tag/
                    1.9
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: lifanov at freebsd.org
          Reporter: ed.arrakis at gmail.com
             Flags: maintainer-feedback?(lifanov at freebsd.org)
          Assignee: lifanov at freebsd.org

Created attachment 220660
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220660&action=edit
Sugested git patch

Hello,

- Update to 1.9.

Tested with inno setup 6.1.0
Inspecting "Inno Setup" - setup data version 6.1.0 (unicode)

Extract ok.

- Off-topic:

I will use this port for learning about cmake. This is a perfect one that don't
need patches to tell cmake tweaks about installing things.

I am maintainer of games/devilutionx that uses cmake too and I don't know how
to tell upstream to avoid a simple patch like:

--- CMakeLists.txt.orig 2020-10-15 09:55:17 UTC
+++ CMakeLists.txt

+install(TARGETS devilutionx                            DESTINATION
${CMAKE_INSTALL_BINDIR})
+install(FILES   Packaging/fedora/devilutionx.desktop   DESTINATION
${CMAKE_INSTALL_SHAREDIR}/applications)
+install(FILES   Packaging/resources/icon.png           DESTINATION
${CMAKE_INSTALL_SHAREDIR}/icons/hicolor/512x512/apps RENAME devilutionx.png)
+install(FILES   Packaging/resources/icon_solid.png     DESTINATION
${CMAKE_INSTALL_SHAREDIR}/icons/hicolor/512x512/apps RENAME
devilutionx_solid.png)

Thanks!

Nuno Teixeira

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list