Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2002 09:53:16 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36580: Update port: graphics/libfame
Message-ID:  <200203311753.g2VHrG151801@freefall.freebsd.org>

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

>Number:         36580
>Category:       ports
>Synopsis:       Update port: graphics/libfame
>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:   Sun Mar 31 10:00:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- GNU_CONFIGURE -> USE_LIBTOOL
- Fix pkg-plist

>How-To-Repeat:

>Fix:
diff -ruN /usr/ports/graphics/libfame/Makefile graphics/libfame/Makefile
--- /usr/ports/graphics/libfame/Makefile	Mon Mar 25 04:13:13 2002
+++ graphics/libfame/Makefile	Mon Apr  1 02:32:25 2002
@@ -8,13 +8,15 @@
 
 PORTNAME=	libfame
 PORTVERSION=	0.8.9
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	fame
 
 MAINTAINER=	ports@FreeBSD.org
 
-GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
 INSTALLS_SHLIB=	yes
 
 MAN3=	fame_close.3 fame_encode_frame.3 fame_get_object.3 fame_init.3 \
diff -ruN /usr/ports/graphics/libfame/pkg-plist graphics/libfame/pkg-plist
--- /usr/ports/graphics/libfame/pkg-plist	Mon Mar 25 04:13:13 2002
+++ graphics/libfame/pkg-plist	Mon Apr  1 02:51:00 2002
@@ -20,9 +20,7 @@
 include/fame_syntax_mpeg1.h
 include/fame_syntax_mpeg4.h
 include/fame_version.h
-lib/libfame-0.8.so
-lib/libfame-0.8.so.8
 lib/libfame.a
-lib/libfame.la
 lib/libfame.so
+lib/libfame.so.8
 share/aclocal/libfame.m4

>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?200203311753.g2VHrG151801>