ports/65285: [PATCH] multimedia/libmpeg2: [Don't install .la files and make ccache friendly]

michael johnson ahze at ahze.net
Wed Apr 7 09:01:24 UTC 2004


>Number:         65285
>Category:       ports
>Synopsis:       [PATCH] multimedia/libmpeg2: [Don't install .la files and make ccache friendly]
>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:   Wed Apr 07 02:00:40 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #37: Sat Mar 27 18:30:44 EST 2004
>Description:
- Utilize USE_GNOME= lthack to not install .la files
   it also makes the port ccache friendly =)
- Make portlint happy

Port maintainer (lioux at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libmpeg2-0.4.0b.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/libmpeg2/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	6 Apr 2004 00:22:05 -0000	1.20
+++ Makefile	7 Apr 2004 08:49:09 -0000
@@ -10,11 +10,12 @@
 CATEGORIES=	multimedia
 MASTER_SITES=	http://libmpeg2.sourceforge.net/files/
 DISTNAME=	mpeg2dec-${PORTVERSION}
-WRKSRC=		${WRKDIR}/mpeg2dec-0.4.0
 
 MAINTAINER=	lioux at FreeBSD.org
 COMMENT=	A free library for decoding mpeg-2 and mpeg-1 video streams
 
+WRKSRC=		${WRKDIR}/mpeg2dec-0.4.0
+USE_GNOME=	lthack
 USE_XLIB=	yes
 USE_LIBTOOL_VER=13
 USE_REINPLACE=	yes
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/multimedia/libmpeg2/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	6 Apr 2004 00:22:05 -0000	1.6
+++ pkg-plist	7 Apr 2004 08:46:31 -0000
@@ -5,11 +5,9 @@
 include/mpeg2dec/mpeg2convert.h
 include/mpeg2dec/video_out.h
 lib/libmpeg2.a
-lib/libmpeg2.la
 lib/libmpeg2.so
 lib/libmpeg2.so.0
 lib/libmpeg2convert.a
-lib/libmpeg2convert.la
 lib/libmpeg2convert.so
 lib/libmpeg2convert.so.0
 lib/libvo.a
--- libmpeg2-0.4.0b.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list