View | Details | Raw Unified | Return to bug 27426
Collapse All | Expand All

(-)libuta/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libuta
8
PORTNAME=	libuta
9
PORTVERSION=	0.3.36
9
PORTVERSION=	0.3.38
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)libuta/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libuta-0.3.36.tar.gz) = 7237fb067884745cde01f290f35932f4
1
MD5 (libuta-0.3.38.tar.gz) = 19e9b692fa046fb7c8e16c5cceaea232
(-)libuta/files/patch-aa (-2 / +49 lines)
Lines 1-5 Link Here
1
--- configure.orig	Thu Apr  5 17:21:15 2001
1
--- configure.orig	Thu Apr 12 11:21:35 2001
2
+++ configure	Thu Apr  5 17:23:51 2001
2
+++ configure	Thu May 17 14:44:42 2001
3
@@ -7,6 +7,9 @@
3
@@ -7,6 +7,9 @@
4
 # This configure script is free software; the Free Software Foundation
4
 # This configure script is free software; the Free Software Foundation
5
 # gives unlimited permission to copy, distribute and modify it.
5
 # gives unlimited permission to copy, distribute and modify it.
Lines 10-15 Link Here
10
 # Defaults:
10
 # Defaults:
11
 ac_help=
11
 ac_help=
12
 ac_default_prefix=/usr/local
12
 ac_default_prefix=/usr/local
13
@@ -1829,8 +1832,8 @@
14
 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
15
 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
16
 DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
17
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
18
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
19
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
20
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $lt_target \
21
 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
22
 
23
 # Reload cache, that may have been modified by ltconfig
24
@@ -1844,7 +1847,7 @@
25
 
26
 
27
 # This can be used to rebuild libtool when needed
28
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
29
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
30
 
31
 # Always use our own libtool.
32
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
13
@@ -4603,7 +4606,7 @@
33
@@ -4603,7 +4606,7 @@
14
     no_sdl=yes
34
     no_sdl=yes
15
   else
35
   else
Lines 19-21 Link Here
19
 
39
 
20
     sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
40
     sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
21
            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41
            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
42
@@ -4627,7 +4630,7 @@
43
 #include <stdio.h>
44
 #include <stdlib.h>
45
 #include <string.h>
46
-#include <SDL/SDL.h>
47
+#include <SDL11/SDL.h>
48
 
49
 char*
50
 my_strdup (char *str)
51
@@ -4717,7 +4720,7 @@
52
 #include "confdefs.h"
53
 
54
 #include <stdio.h>
55
-#include <SDL/SDL.h>
56
+#include <SDL11/SDL.h>
57
 
58
 int main() {
59
  return 0; 
60
@@ -5042,7 +5045,7 @@
61
   cat > conftest.$ac_ext <<EOF
62
 #line 5044 "configure"
63
 #include "confdefs.h"
64
-#include <SDL/SDL_mixer.h>
65
+#include <SDL11/SDL_mixer.h>
66
 EOF
67
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
68
 { (eval echo configure:5049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }

Return to bug 27426