[Bug 292694] graphics/inkscape: update 1.4.2 -> 1.4.3
| Newsgroups | gmane.os.freebsd.devel.gnome |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292694 Tomasz "CeDeROM" CEDRO <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Tomasz "CeDeROM" CEDRO <[email protected]> --- Builds and works for me, thanks!! Note: Ports use py311-cython3-3.2.4 already, needs to remove py311-cython3-3.2.3 first. # uname -a FreeBSD hexagon 14.3-RELEASE-p7 FreeBSD 14.3-RELEASE-p7 GENERIC amd64 # cd /usr/ports # git pull # patch -p1 < inkscape-1.4.3.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile |index 2133d0113..9cdeb1973 100644 |--- a/graphics/inkscape/Makefile |+++ b/graphics/inkscape/Makefile -------------------------- Patching file graphics/inkscape/Makefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 52. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo |index 6b98458c6..8a133f27b 100644 |--- a/graphics/inkscape/distinfo |+++ b/graphics/inkscape/distinfo -------------------------- Patching file graphics/inkscape/distinfo using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/graphics/inkscape/pkg-plist b/graphics/inkscape/pkg-plist |index 227a6dc1a..5a181acbc 100644 |--- a/graphics/inkscape/pkg-plist |+++ b/graphics/inkscape/pkg-plist -------------------------- Patching file graphics/inkscape/pkg-plist using Plan A... Hunk #1 succeeded at 1. done # cd graphics/inkscape # pkg delete inkscape # make ===> Installing for py311-cython-3.2.4 ===> py311-cython-3.2.4 conflicts with installed package(s): py311-cython3-3.2.3 They install files into the same place. You may want to stop build with Ctrl + C. ===> Checking if py311-cython is already installed ===> Registering installation for py311-cython-3.2.4 as automatic Installing py311-cython-3.2.4... pkg-static: py311-cython-3.2.4 conflicts with py311-cython3-3.2.3 (installs files into the same place). Problematic file: /usr/local/bin/cygdb-3.11 *** Error code 1 # pkg delete py311-cython3 # make <-- BUILDS FINE NOW # make package ===> Building packages for inkscape-1.4.3 ===> Building inkscape-1.4.3 # make install ===> Installing for inkscape-1.4.3 ===> Checking if inkscape is already installed ===> Registering installation for inkscape-1.4.3 Installing inkscape-1.4.3... ==> Running trigger: desktop-file-utils.ucl Building cache database of MIME types ==> Running trigger: gtk-update-icon-cache.ucl Generating GTK icon cache for /usr/local/share/icons/hicolor % inkscape --version Inkscape 1.4.3 (0d15f75042, 2025-12-25) # make deinstall '===> Deinstalling for inkscape ===> Deinstalling inkscape-1.4.3 Updating database digests format: 100% Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: inkscape: 1.4.3 Number of packages to be removed: 1 The operation will free 181 MiB. [1/1] Deinstalling inkscape-1.4.3... [1/1] Deleting files for inkscape-1.4.3: 100% ==> Running trigger: desktop-file-utils.ucl Building cache database of MIME types ==> Running trigger: gtk-update-icon-cache.ucl Generating GTK icon cache for /usr/local/share/icons/hicolor -- You are receiving this mail because: You are the assignee for the bug.