Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2002 14:12:23 +0100 (CET)
From:      Jochem Kossen <j.kossen@home.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        naddy@freebsd.org
Subject:   ports/33727: update port: audio/libao from 0.8.0 to 0.8.2
Message-ID:  <200201091312.g09DCN264368@jochem.dyndns.org>

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

>Number:         33727
>Category:       ports
>Synopsis:       update port: audio/libao from 0.8.0 to 0.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 09 05:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jochem Kossen
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD lisa.jochem.dyndns.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sun Jan 6 14:21:22 CET 2002 root@lisa.jochem.dyndns.org:/usr/obj/usr/src/sys/LISA i386


	
>Description:
	libao is now at 0.8.2
>How-To-Repeat:
	
>Fix:

	

--- update-libao-0.8.0_0.8.2 begins here ---
diff -urN audio/libao.orig/Makefile audio/libao/Makefile
--- audio/libao.orig/Makefile	Sat Nov  3 23:22:33 2001
+++ audio/libao/Makefile	Wed Jan  9 01:07:56 2002
@@ -6,16 +6,16 @@
 #
 
 PORTNAME=	libao
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.2
 CATEGORIES=	audio
-MASTER_SITES=	http://www.vorbis.com/files/rc2/unix/
+MASTER_SITES=	http://www.vorbis.com/files/rc3/unix/
 
 MAINTAINER=	naddy@FreeBSD.org
 
 WANT_ESOUND=	yes
 
-USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
+GNU_CONFIGURE=	yes
 
 .if defined(NOPORTDOCS)
 MAKE_ENV=	DOC=""
diff -urN audio/libao.orig/distinfo audio/libao/distinfo
--- audio/libao.orig/distinfo	Mon Aug 27 03:26:30 2001
+++ audio/libao/distinfo	Wed Jan  9 00:18:20 2002
@@ -1 +1 @@
-MD5 (libao-0.8.0.tar.gz) = e387df473b23e3cd15d2d8fbb5b5d236
+MD5 (libao-0.8.2.tar.gz) = 98b4eca7851a6650e639b9858db89e6e
diff -urN audio/libao.orig/files/patch-Makefile.in audio/libao/files/patch-Makefile.in
--- audio/libao.orig/files/patch-Makefile.in	Mon Aug 27 03:26:31 2001
+++ audio/libao/files/patch-Makefile.in	Wed Jan  9 00:20:30 2002
@@ -1,9 +1,6 @@
-
-$FreeBSD: ports/audio/libao/files/patch-Makefile.in,v 1.2 2001/08/27 01:26:31 trevor Exp $
-
---- Makefile.in.orig	Mon Aug 13 13:39:22 2001
-+++ Makefile.in	Tue Aug 14 17:39:55 2001
-@@ -87,7 +87,7 @@
+--- Makefile.in.orig	Wed Jan  9 00:19:45 2002
++++ Makefile.in	Wed Jan  9 00:20:06 2002
+@@ -92,7 +92,7 @@
  
  AUTOMAKE_OPTIONS = foreign dist-zip
  
diff -urN audio/libao.orig/files/patch-configure audio/libao/files/patch-configure
--- audio/libao.orig/files/patch-configure	Mon Aug 27 03:26:31 2001
+++ audio/libao/files/patch-configure	Wed Jan  9 00:22:25 2002
@@ -1,27 +1,15 @@
-
-$FreeBSD: ports/audio/libao/files/patch-configure,v 1.3 2001/08/27 01:26:31 trevor Exp $
-
---- configure.orig	Mon Aug 13 13:39:05 2001
-+++ configure	Tue Aug 14 17:40:12 2001
-@@ -1510,7 +1510,7 @@
+--- configure.orig	Wed Jan  9 00:20:51 2002
++++ configure	Wed Jan  9 00:21:59 2002
+@@ -5307,9 +5307,9 @@
+                 CFLAGS="-xO4 -fast -w -fsimple -native -xcg92"
                  PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;;
          *)
-                 DEBUG="-g"
+-                DEBUG="-g"
 -                CFLAGS="-O"
-+                CFLAGS=""
-                 PROFILE="-g -p" ;;
-         esac
- else
-@@ -1525,9 +1525,9 @@
-                 CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
-                 PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
-         *)
--                DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
--                CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char"
--                PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
+-                PROFILE="-g -p" ;;
 +                DEBUG="-g -Wall"
 +                CFLAGS=""
 +                PROFILE="-g -pg" ;;
          esac
- fi
- CFLAGS="$CFLAGS $cflags_save"
+ else
+ 
diff -urN audio/libao.orig/files/patch-doc_Makefile.in audio/libao/files/patch-doc_Makefile.in
--- audio/libao.orig/files/patch-doc_Makefile.in	Mon Aug 27 03:26:31 2001
+++ audio/libao/files/patch-doc_Makefile.in	Wed Jan  9 00:23:50 2002
@@ -1,14 +1,11 @@
-
-$FreeBSD: ports/audio/libao/files/patch-doc_Makefile.in,v 1.2 2001/08/27 01:26:31 trevor Exp $
-
---- doc/Makefile.in.orig	Mon Aug 13 13:39:39 2001
-+++ doc/Makefile.in	Tue Aug 14 17:39:32 2001
-@@ -88,7 +88,7 @@
+--- doc/Makefile.in.orig	Wed Jan  9 00:22:48 2002
++++ doc/Makefile.in	Wed Jan  9 00:23:10 2002
+@@ -93,7 +93,7 @@
  
  AUTOMAKE_OPTIONS = foreign
  
 -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
 +docdir = $(datadir)/doc/$(PACKAGE)
  
- doc_DATA = *.html ao_example.c style.css
- 
+ # We list all of these as opposed to using a wildcard so that
+ # building outside the source directory works.
diff -urN audio/libao.orig/pkg-plist audio/libao/pkg-plist
--- audio/libao.orig/pkg-plist	Mon Aug 27 03:26:30 2001
+++ audio/libao/pkg-plist	Wed Jan  9 01:01:58 2002
@@ -1,46 +1,52 @@
-@comment $FreeBSD: ports/audio/libao/pkg-plist,v 1.7 2001/08/27 01:26:30 trevor Exp $
-include/ao/ao.h
-include/ao/os_types.h
-include/ao/plugin.h
-lib/libao.so
-lib/libao.so.2
-%%ARTS%%lib/ao/libarts.so
-lib/ao/liboss.so
-%%ESOUND%%lib/ao/libesd.so
-share/aclocal/ao.m4
-%%PORTDOCS%%share/doc/libao/ao_append_option.html
-%%PORTDOCS%%share/doc/libao/ao_close.html
-%%PORTDOCS%%share/doc/libao/ao_default_driver_id.html
-%%PORTDOCS%%share/doc/libao/ao_device.html
-%%PORTDOCS%%share/doc/libao/ao_driver_id.html
-%%PORTDOCS%%share/doc/libao/ao_driver_info.html
-%%PORTDOCS%%share/doc/libao/ao_driver_info_list.html
-%%PORTDOCS%%share/doc/libao/ao_example.c
-%%PORTDOCS%%share/doc/libao/ao_free_options.html
-%%PORTDOCS%%share/doc/libao/ao_info.html
-%%PORTDOCS%%share/doc/libao/ao_initialize.html
-%%PORTDOCS%%share/doc/libao/ao_open_file.html
-%%PORTDOCS%%share/doc/libao/ao_open_live.html
-%%PORTDOCS%%share/doc/libao/ao_option.html
-%%PORTDOCS%%share/doc/libao/ao_play.html
-%%PORTDOCS%%share/doc/libao/ao_plugin_close.html
-%%PORTDOCS%%share/doc/libao/ao_plugin_device_clear.html
-%%PORTDOCS%%share/doc/libao/ao_plugin_device_init.html
-%%PORTDOCS%%share/doc/libao/ao_plugin_driver_info.html
-%%PORTDOCS%%share/doc/libao/ao_plugin_open.html
-%%PORTDOCS%%share/doc/libao/ao_plugin_play.html
-%%PORTDOCS%%share/doc/libao/ao_plugin_set_option.html
-%%PORTDOCS%%share/doc/libao/ao_plugin_test.html
-%%PORTDOCS%%share/doc/libao/ao_sample_format.html
-%%PORTDOCS%%share/doc/libao/ao_shutdown.html
-%%PORTDOCS%%share/doc/libao/config.html
-%%PORTDOCS%%share/doc/libao/drivers.html
-%%PORTDOCS%%share/doc/libao/index.html
-%%PORTDOCS%%share/doc/libao/libao-api.html
-%%PORTDOCS%%share/doc/libao/overview.html
-%%PORTDOCS%%share/doc/libao/plugin-api.html
-%%PORTDOCS%%share/doc/libao/plugin-overview.html
 %%PORTDOCS%%share/doc/libao/style.css
-@dirrm include/ao
-@dirrm lib/ao
+%%PORTDOCS%%share/doc/libao/plugin-overview.html
+%%PORTDOCS%%share/doc/libao/plugin-api.html
+%%PORTDOCS%%share/doc/libao/overview.html
+%%PORTDOCS%%share/doc/libao/libao-api.html
+%%PORTDOCS%%share/doc/libao/index.html
+%%PORTDOCS%%share/doc/libao/drivers.html
+%%PORTDOCS%%share/doc/libao/config.html
+%%PORTDOCS%%share/doc/libao/ao_shutdown.html
+%%PORTDOCS%%share/doc/libao/ao_sample_format.html
+%%PORTDOCS%%share/doc/libao/ao_plugin_test.html
+%%PORTDOCS%%share/doc/libao/ao_plugin_set_option.html
+%%PORTDOCS%%share/doc/libao/ao_plugin_play.html
+%%PORTDOCS%%share/doc/libao/ao_plugin_open.html
+%%PORTDOCS%%share/doc/libao/ao_plugin_file_extension.html
+%%PORTDOCS%%share/doc/libao/ao_plugin_driver_info.html
+%%PORTDOCS%%share/doc/libao/ao_plugin_device_init.html
+%%PORTDOCS%%share/doc/libao/ao_plugin_device_clear.html
+%%PORTDOCS%%share/doc/libao/ao_plugin_close.html
+%%PORTDOCS%%share/doc/libao/ao_play.html
+%%PORTDOCS%%share/doc/libao/ao_option.html
+%%PORTDOCS%%share/doc/libao/ao_open_live.html
+%%PORTDOCS%%share/doc/libao/ao_open_file.html
+%%PORTDOCS%%share/doc/libao/ao_initialize.html
+%%PORTDOCS%%share/doc/libao/ao_info.html
+%%PORTDOCS%%share/doc/libao/ao_free_options.html
+%%PORTDOCS%%share/doc/libao/ao_file_extension.html
+%%PORTDOCS%%share/doc/libao/ao_example.c
+%%PORTDOCS%%share/doc/libao/ao_driver_info_list.html
+%%PORTDOCS%%share/doc/libao/ao_driver_info.html
+%%PORTDOCS%%share/doc/libao/ao_driver_id.html
+%%PORTDOCS%%share/doc/libao/ao_device.html
+%%PORTDOCS%%share/doc/libao/ao_default_driver_id.html
+%%PORTDOCS%%share/doc/libao/ao_close.html
+%%PORTDOCS%%share/doc/libao/ao_append_option.html
+share/aclocal/ao.m4
+lib/libao.so.3
+lib/libao.so
+lib/libao.la
+lib/ao/plugins-2/liboss.so
+lib/ao/plugins-2/liboss.la
+%%ESOUND%%lib/ao/plugins-2/libesd.so
+%%ESOUND%%lib/ao/plugins-2/libesd.la
+%%ARTS%%lib/ao/plugins-2/libarts.so
+%%ARTS%%lib/ao/plugins-2/libarts.la
+include/ao/plugin.h
+include/ao/os_types.h
+include/ao/ao.h
 %%PORTDOCS%%@dirrm share/doc/libao
+@dirrm lib/ao/plugins-2
+@dirrm lib/ao
+@dirrm include/ao
--- update-libao-0.8.0_0.8.2 ends here ---


>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?200201091312.g09DCN264368>