Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2002 20:08:46 -0600 (MDT)
From:      Amar Takhar <verm@drunkmonk.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        michaelnottebrock@gmx.net
Subject:   ports/40799: fix: graphics/xvid
Message-ID:  <200207200208.g6K28kCi080623@jolly.drunkmonk.net>

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

>Number:         40799
>Category:       ports
>Synopsis:       fix: graphics/xvid
>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:   Fri Jul 19 19:10:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Amar Takhar
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:

>Description:

I cc'd the maintainer on this, he forgot a few header files, the divx4.h is 
especially needed so mplayer can use this codec.  I'm sure he won't mind as it's 
a simple fix!

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/xvid/Makefile,v
retrieving revision 1.3
diff -r1.3 Makefile
52a53,55
> 	@ ${INSTALL_DATA} ${WRKSRC}/../../src/divx4.h ${PREFIX}/include
> 	@ ${INSTALL_DATA} ${WRKSRC}/../../src/decoder.h ${PREFIX}/include
> 	@ ${INSTALL_DATA} ${WRKSRC}/../../src/encoder.h ${PREFIX}/include
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/xvid/pkg-plist,v
retrieving revision 1.1
diff -r1.1 pkg-plist
1a2,4
> include/divx4.h
> include/encoder.h
> include/decoder.h
>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?200207200208.g6K28kCi080623>