Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 16:24:39 +0200 (CEST)
From:      lehmann@ans-netz.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27426: ports-update: devel/libuta 
Message-ID:  <200105181057.MAA18420@speedy.netbeat.de>

next in thread | raw e-mail | index | archive | help

>Number:         27426
>Category:       ports
>Synopsis:       ports-update: devel/libuta
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 18 04:00:08 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD ollis.brainwire.de 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue May 8 02:11:51 CEST 2001 olivleh1@ollis.brainwire.de:/usr/obj/usr/src/sys/OLLIS i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

diff -ruN libuta.org/Makefile libuta/Makefile
--- libuta.org/Makefile	Mon Apr  9 23:55:03 2001
+++ libuta/Makefile	Thu May 17 14:09:00 2001
@@ -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 -ruN libuta.org/distinfo libuta/distinfo
--- libuta.org/distinfo	Thu Apr  5 21:01:47 2001
+++ libuta/distinfo	Thu May 17 16:02:06 2001
@@ -1 +1 @@
-MD5 (libuta-0.3.36.tar.gz) = 7237fb067884745cde01f290f35932f4
+MD5 (libuta-0.3.38.tar.gz) = 19e9b692fa046fb7c8e16c5cceaea232
diff -ruN libuta.org/files/patch-aa libuta/files/patch-aa
--- libuta.org/files/patch-aa	Tue Apr 24 16:19:40 2001
+++ libuta/files/patch-aa	Thu May 17 16:00:45 2001
@@ -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; }
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105181057.MAA18420>