From nobody@FreeBSD.org  Tue Mar  9 13:49:11 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CF0C816A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Mar 2004 13:49:11 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA58143D1D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Mar 2004 13:49:11 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i29LnB72034872
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 9 Mar 2004 13:49:11 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i29LnBqw034858;
	Tue, 9 Mar 2004 13:49:11 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200403092149.i29LnBqw034858@www.freebsd.org>
Date: Tue, 9 Mar 2004 13:49:11 -0800 (PST)
From: michael johnson <ahze@ahze.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Patch] multimedia/mjpegtools -- Fix header for other programs.
X-Send-Pr-Version: www-2.3

>Number:         64011
>Category:       ports
>Synopsis:       [Patch] multimedia/mjpegtools -- Fix header for other programs.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 09 13:50:18 PST 2004
>Closed-Date:    Sun Mar 06 15:30:12 GMT 2005
>Last-Modified:  Sun Mar 06 15:30:12 GMT 2005
>Originator:     michael johnson
>Release:        
>Organization:
>Environment:
>Description:
this fixes utils/yuv4mpeg.h so other programs can use it with out error.
>How-To-Repeat:
      
>Fix:
diff -ruN multimedia/mjpegtools.orig/Makefile multimedia/mjpegtools/Makefile
--- multimedia/mjpegtools.orig/Makefile	Tue Mar  9 16:27:10 2004
+++ multimedia/mjpegtools/Makefile	Tue Mar  9 16:45:25 2004
@@ -134,6 +134,9 @@
 .endif
 
 post-patch:
+	@${REINPLACE_CMD}  -e 's|#include <mjpeg_types.h>|#include "mjpeg_types.h"|; \
+		s|#include <mjpeg_logging.h>|#include "mjpeg_logging.h"|' \
+		${WRKSRC}/utils/yuv4mpeg.h
 	@${REINPLACE_CMD} -E -e 's|^(pkgconfigdir = )\$$\(libdir\)/(pkgconfig)|\1${PREFIX}/libdata/\2|' \
 		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|stdint.h|sys/types.h|' \
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lioux 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Mar 9 18:55:45 PST 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64011 
Responsible-Changed-From-To: lioux->ahze 
Responsible-Changed-By: vs 
Responsible-Changed-When: Fri Mar 4 10:01:15 GMT 2005 
Responsible-Changed-Why:  
Submitter is now committer who'd might like to review the relevance 
of this one year later. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64011 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Sun Mar 6 15:29:52 GMT 2005 
State-Changed-Why:  
Don't remember what program this was for.. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=64011 
>Unformatted:
