Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 09:56:15 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/42891: Update port: graphics/libdvbpsi
Message-ID:  <200209171656.g8HGuFTa021647@www.freebsd.org>

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

>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




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