Date: Tue, 2 Jan 2018 20:06:38 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457920 - in head/graphics/kudu: . files Message-ID: <201801022006.w02K6cK0035717@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jan 2 20:06:38 2018 New Revision: 457920 URL: https://svnweb.freebsd.org/changeset/ports/457920 Log: - Limit python version - Switch to USES=localbase - Regenerate patches Added: head/graphics/kudu/files/patch-src_gui__materials.c - copied, changed from r457919, head/graphics/kudu/files/patch-src-gui__materials.c Deleted: head/graphics/kudu/files/patch-src-gui__materials.c Modified: head/graphics/kudu/Makefile head/graphics/kudu/files/patch-configure head/graphics/kudu/files/patch-src-about.c head/graphics/kudu/files/patch-src-globals.h Modified: head/graphics/kudu/Makefile ============================================================================== --- head/graphics/kudu/Makefile Tue Jan 2 19:47:35 2018 (r457919) +++ head/graphics/kudu/Makefile Tue Jan 2 20:06:38 2018 (r457920) @@ -14,12 +14,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext -USES= tar:bzip2 pkgconfig python +USES= localbase tar:bzip2 pkgconfig python:2.7 GNU_CONFIGURE= yes USE_GL= gl -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lcompat -lm +LIBS+= -lcompat -lm PLIST_FILES= bin/${PORTNAME} PORTDATA= * Modified: head/graphics/kudu/files/patch-configure ============================================================================== --- head/graphics/kudu/files/patch-configure Tue Jan 2 19:47:35 2018 (r457919) +++ head/graphics/kudu/files/patch-configure Tue Jan 2 20:06:38 2018 (r457920) @@ -1,6 +1,6 @@ ---- configure.orig Tue Sep 12 23:25:45 2006 -+++ configure Fri Sep 15 00:47:10 2006 -@@ -3095,7 +3095,7 @@ +--- configure.orig 2006-09-12 19:25:45 UTC ++++ configure +@@ -3095,7 +3095,7 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_PYTHON_H 1 _ACEOF @@ -9,7 +9,7 @@ fi # Check for Python library path -@@ -3115,7 +3115,7 @@ +@@ -3115,7 +3115,7 @@ echo "${ECHO_T}$python_path" >&6 #AC_MSG_ERROR([cannot find Python library path]) have_python=0 else Modified: head/graphics/kudu/files/patch-src-about.c ============================================================================== --- head/graphics/kudu/files/patch-src-about.c Tue Jan 2 19:47:35 2018 (r457919) +++ head/graphics/kudu/files/patch-src-about.c Tue Jan 2 20:06:38 2018 (r457920) @@ -1,7 +1,7 @@ Clang compatibility ---- src/about.c.orig 2006-08-09 22:50:25.000000000 +0400 -+++ src/about.c 2013-06-13 20:38:32.250111722 +0400 -@@ -232,7 +232,7 @@ +--- src/about.c.orig 2006-08-09 18:50:25 UTC ++++ src/about.c +@@ -232,7 +232,7 @@ void kudu_about_splash_set_parent(GtkWin /* Closes the splash screen */ gboolean kudu_about_splash_close(void) { Modified: head/graphics/kudu/files/patch-src-globals.h ============================================================================== --- head/graphics/kudu/files/patch-src-globals.h Tue Jan 2 19:47:35 2018 (r457919) +++ head/graphics/kudu/files/patch-src-globals.h Tue Jan 2 20:06:38 2018 (r457920) @@ -1,5 +1,5 @@ ---- src/globals.h.orig 2006-09-12 21:50:10.000000000 +0400 -+++ src/globals.h 2010-03-06 20:43:04.000000000 +0300 +--- src/globals.h.orig 2006-09-12 17:50:10 UTC ++++ src/globals.h @@ -52,6 +52,10 @@ #include <sys/timeb.h> #include <sys/stat.h> Copied and modified: head/graphics/kudu/files/patch-src_gui__materials.c (from r457919, head/graphics/kudu/files/patch-src-gui__materials.c) ============================================================================== --- head/graphics/kudu/files/patch-src-gui__materials.c Tue Jan 2 19:47:35 2018 (r457919, copy source) +++ head/graphics/kudu/files/patch-src_gui__materials.c Tue Jan 2 20:06:38 2018 (r457920) @@ -1,7 +1,7 @@ Clang compatibility ---- src/gui_materials.c.orig 2006-01-22 12:37:31.000000000 +0300 -+++ src/gui_materials.c 2013-06-13 20:40:43.037204137 +0400 -@@ -66,7 +66,7 @@ +--- src/gui_materials.c.orig 2006-01-22 09:37:31 UTC ++++ src/gui_materials.c +@@ -66,7 +66,7 @@ static gboolean kudu_gui_materials_edit_ return TRUE; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801022006.w02K6cK0035717>