From owner-freebsd-ports Tue Sep 17 10:30:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0AC637B40D for ; Tue, 17 Sep 2002 10:30:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B93743E91 for ; Tue, 17 Sep 2002 10:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8HHUACo017769 for ; Tue, 17 Sep 2002 10:30:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8HHUAaU017768; Tue, 17 Sep 2002 10:30:10 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D304937B419 for ; Tue, 17 Sep 2002 10:24:19 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B02C4400D for ; Tue, 17 Sep 2002 09:56:15 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8HGuFOT021648 for ; Tue, 17 Sep 2002 09:56:15 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g8HGuFTa021647; Tue, 17 Sep 2002 09:56:15 -0700 (PDT) Message-Id: <200209171656.g8HGuFTa021647@www.freebsd.org> Date: Tue, 17 Sep 2002 09:56:15 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/42891: Update port: graphics/libdvbpsi 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: 42891 >Category: ports >Synopsis: Update port: graphics/libdvbpsi >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: Tue Sep 17 10:30:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Support CFLAGS/CXXFLAGS properly - Do not install useless .la files New file: files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/libdvbpsi/Makefile graphics/libdvbpsi/Makefile --- /usr/ports/graphics/libdvbpsi/Makefile Thu Aug 8 14:32:14 2002 +++ graphics/libdvbpsi/Makefile Mon Sep 16 21:57:14 2002 @@ -8,12 +8,13 @@ PORTNAME= libdvbpsi PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.videolan.org/pub/videolan/libdvbpsi/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release INSTALLS_SHLIB= yes diff -urN /usr/ports/graphics/libdvbpsi/files/patch-ltmain.sh graphics/libdvbpsi/files/patch-ltmain.sh --- /usr/ports/graphics/libdvbpsi/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 +++ graphics/libdvbpsi/files/patch-ltmain.sh Mon Sep 16 21:54:58 2002 @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Tue Jan 8 03:30:35 2002 ++++ ltmain.sh Mon Sep 16 21:54:46 2002 +@@ -4247,10 +4247,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + 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 -urN /usr/ports/graphics/libdvbpsi/pkg-plist graphics/libdvbpsi/pkg-plist --- /usr/ports/graphics/libdvbpsi/pkg-plist Thu Aug 8 14:32:14 2002 +++ graphics/libdvbpsi/pkg-plist Sat Sep 14 14:49:38 2002 @@ -18,8 +18,7 @@ include/dvbpsi/pat.h include/dvbpsi/pmt.h include/dvbpsi/psi.h -@dirrm include/dvbpsi lib/libdvbpsi.a -lib/libdvbpsi.la lib/libdvbpsi.so lib/libdvbpsi.so.1 +@dirrm include/dvbpsi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message