Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 09:11:46 GMT
From:      Rainer Göllner <rgoellner@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/76998: ports/audio/sdl_sound configure doesn't find smpeg
Message-ID:  <200502020911.j129BkrC084741@www.freebsd.org>
Resent-Message-ID: <200502020920.j129KN28038066@freefall.freebsd.org>

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

>Number:         76998
>Category:       ports
>Synopsis:       ports/audio/sdl_sound configure doesn't find smpeg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 09:20:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Göllner
>Release:        FreeBSD 5.3
>Organization:
>Environment:
>Description:
      The configure script for ports/audio/sdl_sound doesn't find the smpeg library of ports/multimedia/smpeg.
>How-To-Repeat:
      Install smpeg, cd to sdl_soung, make configure
>Fix:
      There are some superfluous line breaks in configure; to get rid of them, cat this to files/patch-configure:
@@ -6684,6 +6684,7 @@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -7364,16 +7364,11 @@
     }
   else
     {
-      printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
-minimum version\n", $smpeg_major_version, $smpeg_minor_version,
-$smpeg_micro_version);
-      printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
-correct, then it is\n", major, minor, micro);
+      printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the minimum
 version\n", $smpeg_major_version, $smpeg_minor_version, $smpeg_micro_version);
+      printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is correct, th
en it is\n", major, minor, micro);
       printf("*** best to upgrade to the required version.\n");
-      printf("*** If smpeg-config was wrong, set the environment variable
-SMPEG_CONFIG\n");
-      printf("*** to point to the correct copy of smpeg-config, and remove
-the file\n");
+      printf("*** If smpeg-config was wrong, set the environment variable SMPEG
_CONFIG\n");
+      printf("*** to point to the correct copy of smpeg-config, and remove the 
file\n");
       printf("*** config.cache before re-running configure\n");
       return 1;
     }


>Release-Note:
>Audit-Trail:
>Unformatted:



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