Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2003 00:00:10 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57802: Update port: audio/libao
Message-ID:  <20031010000010.7800f5c6.tkato@prontomail.com>
Resent-Message-ID: <200310091510.h99FAIv5073800@freefall.freebsd.org>

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

>Number:         57802
>Category:       ports
>Synopsis:       Update port: audio/libao
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 09 08:10:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Install pkgconfig .pc file to correct place

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/libao/Makefile audio/libao/Makefile
--- /usr/ports/audio/libao/Makefile	Thu Oct  9 11:25:33 2003
+++ audio/libao/Makefile	Thu Oct  9 12:16:05 2003
@@ -7,15 +7,17 @@
 
 PORTNAME=	libao
 PORTVERSION=	0.8.4
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.xiph.org/ao/src/
 
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	Portable audio output library
 
+WANT_GNOME=	yes
+USE_GNOME=	gnomehack pkgconfig
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
-WANT_GNOME=	yes
 
 .if defined(NOPORTDOCS)
 MAKE_ENV=	DOC=""
diff -urN /usr/ports/audio/libao/pkg-plist audio/libao/pkg-plist
--- /usr/ports/audio/libao/pkg-plist	Thu Oct  9 11:25:34 2003
+++ audio/libao/pkg-plist	Thu Oct  9 12:12:51 2003
@@ -9,7 +9,7 @@
 lib/ao/plugins-2/liboss.so
 %%ESOUND%%lib/ao/plugins-2/libesd.so
 %%NAS%%lib/ao/plugins-2/libnas.so
-lib/pkgconfig/ao.pc
+libdata/pkgconfig/ao.pc
 share/aclocal/ao.m4
 %%PORTDOCS%%%%DOCSDIR%%/ao_append_option.html
 %%PORTDOCS%%%%DOCSDIR%%/ao_close.html
>Release-Note:
>Audit-Trail:
>Unformatted:



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