Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/wmakerconf Fix build against newer windowmaker.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1841d8b4a51a
branches: trunk
changeset: 428922:1841d8b4a51a
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Apr 13 19:09:32 2020 +0000
description:
Fix build against newer windowmaker.
diffstat:
wm/wmakerconf/distinfo | 4 +-
wm/wmakerconf/patches/patch-aa | 48 +++++++++++++++++++++++++++++++++++++++++-
2 files changed, 49 insertions(+), 3 deletions(-)
diffs (75 lines):
diff -r efd993cec9cd -r 1841d8b4a51a wm/wmakerconf/distinfo
--- a/wm/wmakerconf/distinfo Mon Apr 13 18:12:55 2020 +0000
+++ b/wm/wmakerconf/distinfo Mon Apr 13 19:09:32 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.11 2019/12/15 08:02:50 gutteridge Exp $
+$NetBSD: distinfo,v 1.12 2020/04/13 19:09:32 joerg Exp $
SHA1 (wmakerconf-2.11.tar.gz) = 2c2409aad8b0348c2801c4350047a5468a800e48
RMD160 (wmakerconf-2.11.tar.gz) = 18d661836272ae21f9d79398359b37b97b0a396a
SHA512 (wmakerconf-2.11.tar.gz) = c867cd62d88f168c91b625776ceb77ad159b75b8a451be02416cc05ed8e0fcfcd8ddc88b97bddc0bbaf30a41ea14ab9e962b4449c65a7ac5677dd832002b0a8e
Size (wmakerconf-2.11.tar.gz) = 791166 bytes
-SHA1 (patch-aa) = d26fdc359404796ea7bf6791014e3b8b3abc4cbc
+SHA1 (patch-aa) = 9b798864a234cbe504970b62b19149ca54eeba7d
SHA1 (patch-ab) = 3e5f5f8cad200a6b09001572336920685d5e2a82
SHA1 (patch-ad) = ebcd4d319c9f0cd995f6b43b30bf4446daf24934
SHA1 (patch-ae) = b656967929071c09bef3315588fede877e839ce6
diff -r efd993cec9cd -r 1841d8b4a51a wm/wmakerconf/patches/patch-aa
--- a/wm/wmakerconf/patches/patch-aa Mon Apr 13 18:12:55 2020 +0000
+++ b/wm/wmakerconf/patches/patch-aa Mon Apr 13 19:09:32 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2005/05/25 09:57:14 adam Exp $
+$NetBSD: patch-aa,v 1.6 2020/04/13 19:09:32 joerg Exp $
--- configure.orig 2005-03-02 18:36:35.000000000 +0000
+++ configure
@@ -13,3 +13,49 @@
# Checks for socket and nsl library, required on Solaris systems
# (reported by Peter da Silva <peter%baileynm.com@localhost>)
+@@ -3458,35 +3458,7 @@ fi
+ libwmfun="no"
+ # Checks for wraster lib
+ # Extract the first word of "get-wings-flags", so it can be a program name with args.
+-set dummy get-wings-flags; ac_word=$2
+-echo "$as_me:$LINENO: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+-if test "${ac_cv_path_wraster+set}" = set; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- case $wraster in
+- [\\/]* | ?:[\\/]*)
+- ac_cv_path_wraster="$wraster" # Let the user override the test with a path.
+- ;;
+- *)
+- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+-for as_dir in $PATH
+-do
+- IFS=$as_save_IFS
+- test -z "$as_dir" && as_dir=.
+- for ac_exec_ext in '' $ac_executable_extensions; do
+- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+- ac_cv_path_wraster="$as_dir/$ac_word$ac_exec_ext"
+- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+- break 2
+- fi
+-done
+-done
+-
+- ;;
+-esac
+-fi
+-wraster=$ac_cv_path_wraster
++wraster="pkg-config wrlib WUtil"
+
+ if test -n "$wraster"; then
+ echo "$as_me:$LINENO: result: $wraster" >&5
+@@ -3497,7 +3469,7 @@ echo "${ECHO_T}no" >&6
+ fi
+
+ if test -n "$wraster"; then
+- WRASTERLIBS=`($wraster --ldflags --libs 2>/dev/null || $wraster --lflags --libs) | xargs`
++ WRASTERLIBS=`$wraster --libs`
+ WRASTERINCLUDES=`$wraster --cflags`
+ MKPREVIEW="mkpreview"
+ OLD_LDFLAGS="$LDFLAGS"
Home |
Main Index |
Thread Index |
Old Index