aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/windowmaker/files
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-12-02 15:16:31 +0800
committerhrs <hrs@FreeBSD.org>2013-12-02 15:16:31 +0800
commit759becbd9a56637e7b572ad1215a88872b63bd57 (patch)
treebcd9ecb95be21bb2668227eaf4c2beae0fa9a68c /x11-wm/windowmaker/files
parent247cfb4f7c40f2c55ae286789afc74688b5ba9f3 (diff)
downloadfreebsd-ports-gnome-759becbd9a56637e7b572ad1215a88872b63bd57.tar.gz
freebsd-ports-gnome-759becbd9a56637e7b572ad1215a88872b63bd57.tar.zst
freebsd-ports-gnome-759becbd9a56637e7b572ad1215a88872b63bd57.zip
- Update to 0.95.5.
- Use new syntax in LIB_DEPENDS. - Add STAGEDIR support. - USE ${opt}_FOO for OPTIONS. PR: ports/184359
Diffstat (limited to 'x11-wm/windowmaker/files')
-rw-r--r--x11-wm/windowmaker/files/patch-WINGs__proplist.c20
-rw-r--r--x11-wm/windowmaker/files/patch-configure23
2 files changed, 0 insertions, 43 deletions
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