summaryrefslogtreecommitdiff
path: root/devel/wftk
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 20:06:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 20:06:24 +0000
commiteffca3d417088705afa5776538d9388f062287f9 (patch)
tree9a2a5f762ed2ea18b954c475c4f419c69f4b503a /devel/wftk
parentupgrade to 1.03 (diff)
upgrade to 0.3.38
PR: 27426 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=42756
Diffstat (limited to 'devel/wftk')
-rw-r--r--devel/wftk/Makefile2
-rw-r--r--devel/wftk/distinfo2
-rw-r--r--devel/wftk/files/patch-aa51
3 files changed, 51 insertions, 4 deletions
diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile
index 904d3d715e09..54eaa8a2c126 100644
--- a/devel/wftk/Makefile
+++ b/devel/wftk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libuta
-PORTVERSION= 0.3.36
+PORTVERSION= 0.3.38
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/devel/wftk/distinfo b/devel/wftk/distinfo
index 6982dd63c0e6..9052a4b188c6 100644
--- a/devel/wftk/distinfo
+++ b/devel/wftk/distinfo
@@ -1 +1 @@
-MD5 (libuta-0.3.36.tar.gz) = 7237fb067884745cde01f290f35932f4
+MD5 (libuta-0.3.38.tar.gz) = 19e9b692fa046fb7c8e16c5cceaea232
diff --git a/devel/wftk/files/patch-aa b/devel/wftk/files/patch-aa
index 1568d0dc44ba..3633fcb70bb6 100644
--- a/devel/wftk/files/patch-aa
+++ b/devel/wftk/files/patch-aa
@@ -1,5 +1,5 @@
---- configure.orig Thu Apr 5 17:21:15 2001
-+++ configure Thu Apr 5 17:23:51 2001
+--- configure.orig Thu Apr 12 11:21:35 2001
++++ configure Thu May 17 14:44:42 2001
@@ -7,6 +7,9 @@
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
@@ -10,6 +10,26 @@
# Defaults:
ac_help=
ac_default_prefix=/usr/local
+@@ -1829,8 +1832,8 @@
+ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
+ LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
+ DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
+-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
+-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
++${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
++$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $lt_target \
+ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+
+ # Reload cache, that may have been modified by ltconfig
+@@ -1844,7 +1847,7 @@
+
+
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
++LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -4603,7 +4606,7 @@
no_sdl=yes
else
@@ -19,3 +39,30 @@
sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
+@@ -4627,7 +4630,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <SDL/SDL.h>
++#include <SDL11/SDL.h>
+
+ char*
+ my_strdup (char *str)
+@@ -4717,7 +4720,7 @@
+ #include "confdefs.h"
+
+ #include <stdio.h>
+-#include <SDL/SDL.h>
++#include <SDL11/SDL.h>
+
+ int main() {
+ return 0;
+@@ -5042,7 +5045,7 @@
+ cat > conftest.$ac_ext <<EOF
+ #line 5044 "configure"
+ #include "confdefs.h"
+-#include <SDL/SDL_mixer.h>
++#include <SDL11/SDL_mixer.h>
+ EOF
+ ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
+ { (eval echo configure:5049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }