pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/babl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jan 12 18:06:58 UTC 2021

Modified Files:
        pkgsrc/graphics/babl: Makefile distinfo
Added Files:
        pkgsrc/graphics/babl/patches: patch-babl_meson.build

Log Message:
babl: Don't require --version-script.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/babl/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/babl/distinfo
cvs rdiff -u -r0 -r1.4 pkgsrc/graphics/babl/patches/patch-babl_meson.build

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

Modified files:

Index: pkgsrc/graphics/babl/Makefile
diff -u pkgsrc/graphics/babl/Makefile:1.37 pkgsrc/graphics/babl/Makefile:1.38
--- pkgsrc/graphics/babl/Makefile:1.37  Thu Oct  8 11:16:29 2020
+++ pkgsrc/graphics/babl/Makefile       Tue Jan 12 18:06:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/10/08 11:16:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2021/01/12 18:06:58 jperkin Exp $
 
 DISTNAME=      babl-0.1.82
 CATEGORIES=    graphics
@@ -25,10 +25,10 @@ PYTHON_FOR_BUILD_ONLY=      tool
 PLIST_VARS+=           Darwin not_Darwin
 .if ${OPSYS} == "Darwin"
 PLIST.Darwin=          yes
-PLIST_SUBST+=                  SOEXT="dylib"
+PLIST_SUBST+=          SOEXT="dylib"
 .else
 PLIST.not_Darwin=      yes
-PLIST_SUBST+=                  SOEXT="so"
+PLIST_SUBST+=          SOEXT="so"
 .endif
 
 # Apply removals to post-wrapper transformed arguments.

Index: pkgsrc/graphics/babl/distinfo
diff -u pkgsrc/graphics/babl/distinfo:1.28 pkgsrc/graphics/babl/distinfo:1.29
--- pkgsrc/graphics/babl/distinfo:1.28  Thu Oct  8 11:16:29 2020
+++ pkgsrc/graphics/babl/distinfo       Tue Jan 12 18:06:58 2021
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.28 2020/10/08 11:16:29 ryoon Exp $
+$NetBSD: distinfo,v 1.29 2021/01/12 18:06:58 jperkin Exp $
 
 SHA1 (babl-0.1.82.tar.xz) = d446cde86c13905fbb47a44afee3f80935580893
 RMD160 (babl-0.1.82.tar.xz) = 4d1a990773217d2a2536c773f6621fa511dd5598
 SHA512 (babl-0.1.82.tar.xz) = f6eabc53a8b9a2f6002ec75ec9175aa854e54a6d1c14e8723506d44f7fc3230dbfb19b4595d73d5922c705a97a000230aa6ed33f4dc0de0d9399dc939fe61c8c
 Size (babl-0.1.82.tar.xz) = 299348 bytes
+SHA1 (patch-babl_meson.build) = ff2ab73080b97cf442e7581932d22a612f4e3093
 SHA1 (patch-extensions_gggl.c) = 4981d58c145a84a8b4f579127221e6289f13c036

Added files:

Index: pkgsrc/graphics/babl/patches/patch-babl_meson.build
diff -u /dev/null pkgsrc/graphics/babl/patches/patch-babl_meson.build:1.4
--- /dev/null   Tue Jan 12 18:06:58 2021
+++ pkgsrc/graphics/babl/patches/patch-babl_meson.build Tue Jan 12 18:06:58 2021
@@ -0,0 +1,17 @@
+$NetBSD: patch-babl_meson.build,v 1.4 2021/01/12 18:06:58 jperkin Exp $
+
+Not having --version-script is not an error.
+
+--- babl/meson.build.orig      2020-10-04 16:37:23.504518000 +0000
++++ babl/meson.build
+@@ -46,9 +46,7 @@ elif cc.get_id() == 'clang'
+     babl_link_args = []
+   endif
+ else
+-  error(
+-    'Linker doesn\'t support --version-script or -exported_symbols_list'
+-  )
++  babl_link_args = []
+ endif
+ if platform_win32
+   babl_link_args += no_undefined



Home | Main Index | Thread Index | Old Index