Index: head/graphics/kudu/Makefile =================================================================== --- head/graphics/kudu/Makefile (revision 457919) +++ head/graphics/kudu/Makefile (revision 457920) @@ -1,37 +1,36 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= kudu PORTVERSION= 0.1.2 PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D skeletal animation tool, powered by GTK+ and OpenGL 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= * DESKTOP_ENTRIES="Kudu" \ "Edit 3D models" \ "${DATADIR}/images/logo.png" \ "kudu" \ "Graphics;3DGraphics;GTK;" \ true post-patch: @${REINPLACE_CMD} -e 's|COPYING||' ${WRKSRC}/Makefile.in .include Index: head/graphics/kudu/files/patch-src-gui__materials.c =================================================================== --- head/graphics/kudu/files/patch-src-gui__materials.c (revision 457919) +++ head/graphics/kudu/files/patch-src-gui__materials.c (nonexistent) @@ -1,12 +0,0 @@ -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 @@ - return TRUE; - } - --int kudu_gui_materials_edit_init(GtkWidget *widget, gpointer data) -+void kudu_gui_materials_edit_init(GtkWidget *widget, gpointer data) - { - GdkGLContext *glContext = gtk_widget_get_gl_context(widget); - GdkGLDrawable *glDrawable = gtk_widget_get_gl_drawable(widget); Property changes on: head/graphics/kudu/files/patch-src-gui__materials.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/kudu/files/patch-configure =================================================================== --- head/graphics/kudu/files/patch-configure (revision 457919) +++ head/graphics/kudu/files/patch-configure (revision 457920) @@ -1,20 +1,20 @@ ---- 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 - let have_python+=1 + have_python=$(($have_python+1)) 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 - let have_python+=1 + have_python=$(($have_python+1)) cat >>confdefs.h <<\_ACEOF #define HAVE_LIBPYTHON 1 Index: head/graphics/kudu/files/patch-src-about.c =================================================================== --- head/graphics/kudu/files/patch-src-about.c (revision 457919) +++ head/graphics/kudu/files/patch-src-about.c (revision 457920) @@ -1,12 +1,12 @@ 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) { - if (splash_win == NULL) return; + if (splash_win == NULL) return FALSE; gulong ms; Index: head/graphics/kudu/files/patch-src-globals.h =================================================================== --- head/graphics/kudu/files/patch-src-globals.h (revision 457919) +++ head/graphics/kudu/files/patch-src-globals.h (revision 457920) @@ -1,13 +1,13 @@ ---- 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 #include #include + +#undef __XSI_VISIBLE +#define __XSI_VISIBLE 700 + #include #include Index: head/graphics/kudu/files/patch-src_gui__materials.c =================================================================== --- head/graphics/kudu/files/patch-src_gui__materials.c (nonexistent) +++ head/graphics/kudu/files/patch-src_gui__materials.c (revision 457920) @@ -0,0 +1,12 @@ +Clang compatibility +--- 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; + } + +-int kudu_gui_materials_edit_init(GtkWidget *widget, gpointer data) ++void kudu_gui_materials_edit_init(GtkWidget *widget, gpointer data) + { + GdkGLContext *glContext = gtk_widget_get_gl_context(widget); + GdkGLDrawable *glDrawable = gtk_widget_get_gl_drawable(widget); Property changes on: head/graphics/kudu/files/patch-src_gui__materials.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property