pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fsviewer



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Dec 22 13:38:31 UTC 2023

Modified Files:
        pkgsrc/sysutils/fsviewer: distinfo
        pkgsrc/sysutils/fsviewer/patches: patch-configure

Log Message:
fsviewer: Fix build by getting WINGs library flags via pkg-config
fsviewers build breaks because it can't find pango/pango.h
The WINGs library has the settings for this in its pkg-config file.
fsviewer uses WINGs so get the settings missing when building
from pkg-config.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/fsviewer/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/fsviewer/patches/patch-configure

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

Modified files:

Index: pkgsrc/sysutils/fsviewer/distinfo
diff -u pkgsrc/sysutils/fsviewer/distinfo:1.13 pkgsrc/sysutils/fsviewer/distinfo:1.14
--- pkgsrc/sysutils/fsviewer/distinfo:1.13      Tue Oct 26 11:19:37 2021
+++ pkgsrc/sysutils/fsviewer/distinfo   Fri Dec 22 13:38:31 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:19:37 nia Exp $
+$NetBSD: distinfo,v 1.14 2023/12/22 13:38:31 nros Exp $
 
 BLAKE2s (FSViewer.app-0.2.5.tar.gz) = aa48be88a0f839ef8295be4acbbf48526b0a160f6cda2a8f076c5cc9cb3bb5c0
 SHA512 (FSViewer.app-0.2.5.tar.gz) = 758b3e08e9873e76a9b3896ab3aa8dfd00ee5804547bd399e8d7ee94db5f6d291f63b1707fe1214ccaa4b67c0a8b593c4f14310ac556c79973808a9467a0a998
@@ -11,7 +11,7 @@ SHA1 (patch-Makefile.in) = 7b707482d0ec2
 SHA1 (patch-aa) = 790b6a6810bf38ffebb0b00f68f29e5ebe01a83d
 SHA1 (patch-ab) = a0894d4fc9a1e925f1df331c26f23c915699a73f
 SHA1 (patch-ag) = 5496345589bdf7cbf8bd64449f93a7270ce046a0
-SHA1 (patch-configure) = 7a3adb0294ca5c22aa2b6bf5c5e9702767e22d71
+SHA1 (patch-configure) = 57687ecc2507bf168a53f84685cabb0a1c7dc739
 SHA1 (patch-src_FSFileButton.c) = 128ebcd74177133d87363cdafad8cf5aa1868d20
 SHA1 (patch-src_FSPanel.c) = 9c9315e50335086e4c0ba7166731dfdefc1967c3
 SHA1 (patch-src_extnInspector.c) = 280d65c66b081b313dc6ee0496cd0381ba2ea6f6

Index: pkgsrc/sysutils/fsviewer/patches/patch-configure
diff -u pkgsrc/sysutils/fsviewer/patches/patch-configure:1.1 pkgsrc/sysutils/fsviewer/patches/patch-configure:1.2
--- pkgsrc/sysutils/fsviewer/patches/patch-configure:1.1        Sun Apr 12 19:44:55 2020
+++ pkgsrc/sysutils/fsviewer/patches/patch-configure    Fri Dec 22 13:38:31 2023
@@ -1,8 +1,9 @@
-$NetBSD: patch-configure,v 1.1 2020/04/12 19:44:55 joerg Exp $
+$NetBSD: patch-configure,v 1.2 2023/12/22 13:38:31 nros Exp $
 
 get-wraster is dead, long live pkg-config.
+also use pkg-config to get WINGs lib.
 
---- configure.orig     2020-04-12 14:57:14.176711976 +0000
+--- configure.orig     2002-12-11 21:20:02.000000000 +0000
 +++ configure
 @@ -2757,30 +2757,7 @@ fi
  #CFLAGS="$CFLAGS -I/usr/X11/include"
@@ -32,7 +33,7 @@ get-wraster is dead, long live pkg-confi
 -fi
 -fi
 -GET_WRASTER_FLAGS=$ac_cv_prog_GET_WRASTER_FLAGS
-+GET_WRASTER_FLAGS="pkg-config wrlib"
++GET_WRASTER_FLAGS="pkg-config wrlib WINGs"
  if test -n "$GET_WRASTER_FLAGS"; then
    echo "$as_me:2785: result: $GET_WRASTER_FLAGS" >&5
  echo "${ECHO_T}$GET_WRASTER_FLAGS" >&6



Home | Main Index | Thread Index | Old Index