From owner-freebsd-ports Wed Oct 3 14:40:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B34837B40A for ; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Le1v11835; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0D4FB37B406 for ; Wed, 3 Oct 2001 14:32:11 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f93LWAS48864; Wed, 3 Oct 2001 17:32:10 -0400 (EDT) (envelope-from pat) Message-Id: <200110032132.f93LWAS48864@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 3 Oct 2001 17:32:10 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31015: Fix port audio/rioutil Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31015 >Category: ports >Synopsis: Fix port audio/rioutil >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 14:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Add patch-ltmain.sh - Fix pkg-plist >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/rioutil-1.0.0.log >Fix: diff -ruN /usr/ports/audio/rioutil/files/patch-ltmain.sh rioutil/files/patch-ltmain.sh --- /usr/ports/audio/rioutil/files/patch-ltmain.sh Wed Dec 31 19:00:00 1969 +++ rioutil/files/patch-ltmain.sh Wed Oct 3 17:08:08 2001 @@ -0,0 +1,16 @@ +--- ltmain.sh.orig Wed Oct 3 17:06:43 2001 ++++ ltmain.sh Wed Oct 3 17:07:44 2001 +@@ -4174,11 +4174,13 @@ + IFS="$save_ifs" + fi + ++ if false; then + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -ruN /usr/ports/audio/rioutil/pkg-plist rioutil/pkg-plist --- /usr/ports/audio/rioutil/pkg-plist Fri Sep 28 01:15:49 2001 +++ rioutil/pkg-plist Wed Oct 3 17:10:32 2001 @@ -1,8 +1,6 @@ -/usr/local/bin/rioutil -/usr/local/bin/riofck -/usr/local/man/man1/rioutil.1.gz -/usr/local/include/rio.h -/usr/local/lib/librioutil.so.0 -/usr/local/lib/librioutil.so -/usr/local/lib/librioutil.la -/usr/local/lib/librioutil.a +bin/riofck +bin/rioutil +include/rio.h +lib/librioutil.a +lib/librioutil.so +lib/librioutil.so.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message