pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Nov 20 13:39:11 UTC 2024

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
inkscape: Fix macOS filenames.


To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 pkgsrc/graphics/inkscape/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.300 pkgsrc/graphics/inkscape/Makefile:1.301
--- pkgsrc/graphics/inkscape/Makefile:1.300     Sun Nov 17 07:16:06 2024
+++ pkgsrc/graphics/inkscape/Makefile   Wed Nov 20 13:39:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.300 2024/11/17 07:16:06 wiz Exp $
+# $NetBSD: Makefile,v 1.301 2024/11/20 13:39:11 jperkin Exp $
 
 DISTNAME=      inkscape-1.4
 PKGREVISION=   4
@@ -93,15 +93,15 @@ post-build:
 post-install: fix-darwin-install-name
 fix-darwin-install-name:
        ${RUN} cd ${DESTDIR}${PREFIX} && \
-               for f in lib/inkscape/libinkscape_base.${PKGVERSION_NOREV}.0.dylib; do  \
+               for f in lib/inkscape/libinkscape_base.${PKGVERSION_NOREV}.0.0.dylib; do        \
                        install_name_tool -id                                           \
                        ${PREFIX}/$$f $$f;                                              \
                done
        ${RUN} cd ${DESTDIR}${PREFIX} && \
                for f in bin/inkscape bin/inkview; do                                   \
                        install_name_tool -change                                       \
-                       ${PREFIX}/lib/libinkscape_base.${PKGVERSION_NOREV}.0.dylib      \
-                       ${PREFIX}/lib/inkscape/libinkscape_base.${PKGVERSION_NOREV}.0.dylib     \
+                       ${PREFIX}/lib/libinkscape_base.${PKGVERSION_NOREV}.0.0.dylib    \
+                       ${PREFIX}/lib/inkscape/libinkscape_base.${PKGVERSION_NOREV}.0.0.dylib   \
                        $$f;                                                            \
                done
 .endif



Home | Main Index | Thread Index | Old Index