From 759becbd9a56637e7b572ad1215a88872b63bd57 Mon Sep 17 00:00:00 2001 From: hrs Date: Mon, 2 Dec 2013 07:16:31 +0000 Subject: - Update to 0.95.5. - Use new syntax in LIB_DEPENDS. - Add STAGEDIR support. - USE ${opt}_FOO for OPTIONS. PR: ports/184359 --- x11-wm/windowmaker/files/patch-WINGs__proplist.c | 20 -------------------- x11-wm/windowmaker/files/patch-configure | 23 ----------------------- 2 files changed, 43 deletions(-) delete mode 100644 x11-wm/windowmaker/files/patch-WINGs__proplist.c delete mode 100644 x11-wm/windowmaker/files/patch-configure (limited to 'x11-wm/windowmaker/files') diff --git a/x11-wm/windowmaker/files/patch-WINGs__proplist.c b/x11-wm/windowmaker/files/patch-WINGs__proplist.c deleted file mode 100644 index b79aa59b097e..000000000000 --- a/x11-wm/windowmaker/files/patch-WINGs__proplist.c +++ /dev/null @@ -1,20 +0,0 @@ ---- WINGs/proplist.c.orig 2013-05-03 02:48:24.000000000 +0900 -+++ WINGs/proplist.c 2013-05-03 02:52:24.000000000 +0900 -@@ -1162,7 +1162,7 @@ - WMPropList *key, *value, *dvalue; - WMHashEnumerator e; - -- wassertr(source->type == WPLDictionary && dest->type == WPLDictionary); -+ wassertrv(source->type == WPLDictionary && dest->type == WPLDictionary, NULL); - - if (source == dest) - return dest; -@@ -1189,7 +1189,7 @@ - WMPropList *key, *value, *dvalue; - WMHashEnumerator e; - -- wassertr(source->type == WPLDictionary && dest->type == WPLDictionary); -+ wassertrv(source->type == WPLDictionary && dest->type == WPLDictionary, NULL); - - if (source == dest) { - WMPropList *keys = WMGetPLDictionaryKeys(dest); diff --git a/x11-wm/windowmaker/files/patch-configure b/x11-wm/windowmaker/files/patch-configure deleted file mode 100644 index 67467d341fa8..000000000000 --- a/x11-wm/windowmaker/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig 2013-05-02 15:16:38.000000000 +0900 -+++ configure 2013-05-02 15:17:26.000000000 +0900 -@@ -12042,20 +12042,6 @@ - fi - - --for ac_header in sys/inotify.h --do : -- ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default" --if test "x$ac_cv_header_sys_inotify_h" = x""yes; then : -- cat >>confdefs.h <<_ACEOF --#define HAVE_SYS_INOTIFY_H 1 --_ACEOF -- --$as_echo "#define HAVE_INOTIFY 1" >>confdefs.h -- --fi -- --done -- - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 -- cgit