From rafan@svm.csie.ntu.edu.tw  Thu Nov 30 19:21:51 2006
Return-Path: <rafan@svm.csie.ntu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B4AEB16A416
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Nov 2006 19:21:51 +0000 (UTC)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 807D643CB8
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Nov 2006 19:21:35 +0000 (GMT)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1])
	by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id kAUJLhNN014658;
	Fri, 1 Dec 2006 03:21:43 +0800 (CST)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: (from rafan@localhost)
	by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id kAUJLhx4091903;
	Fri, 1 Dec 2006 03:21:43 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200611301921.kAUJLhx4091903@svm.csie.ntu.edu.tw>
Date: Fri, 1 Dec 2006 03:21:43 +0800 (CST)
From: Rong-En Fan <rafan@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: riggs@rrr.de
Subject: [PATCH] multimedia/mplayer: fix X11 include path
X-Send-Pr-Version: 3.113
X-GNATS-Notify: riggs@rrr.de

>Number:         106079
>Category:       ports
>Synopsis:       [PATCH] multimedia/mplayer: fix X11 include path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 30 19:30:05 GMT 2006
>Closed-Date:    Mon Dec 04 04:23:28 GMT 2006
>Last-Modified:  Mon Dec  4 04:30:13 GMT 2006
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- For some reasons, which I didn't look up history, --with-x11incdir is gone.
  Thus, this port does not respect X11BASE. Fix it by using --with-extraincdir

Port maintainer (riggs@rrr.de) is cc'd.

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

--- mplayer-0.99.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/multimedia/mplayer/Makefile,v
retrieving revision 1.146
diff -u -u -r1.146 Makefile
--- Makefile	20 Nov 2006 22:58:17 -0000	1.146
+++ Makefile	30 Nov 2006 19:20:28 -0000
@@ -245,7 +245,7 @@
 USE_XLIB=	yes
 #CFLAGS+=	-I${X11BASE}/include
 CONFIGURE_ARGS+=--with-x11libdir=${X11BASE}/lib \
-		--with-x11incdir=${X11BASE}/include
+		--with-extraincdir=${X11BASE}/include
 .else
 WITHOUT_GUI=	yes
 CONFIGURE_ARGS+=--disable-x11 \
--- mplayer-0.99.10.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Nov 30 19:30:29 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106079 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Nov 30 19:30:38 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106079 

From: "Thomas E. Zander" <riggs@rrr.de>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/106079: [PATCH] multimedia/mplayer: fix X11 include path
Date: Sun, 3 Dec 2006 22:31:09 +0100

 That patch looks right. Please commit it.
 
 Thanks,
 Riggs
 
 -- 
 - "[...] I talked to the computer at great length and
 -- explained my view of the Universe to it" said Marvin.
 --- And what happened?" pressed Ford.
 ---- "It committed suicide." said Marvin.
State-Changed-From-To: feedback->closed 
State-Changed-By: rafan 
State-Changed-When: Mon Dec 4 04:23:21 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106079 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106079: commit references a PR
Date: Mon,  4 Dec 2006 04:23:11 +0000 (UTC)

 rafan       2006-12-04 04:23:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/mplayer   Makefile 
   Log:
   - Respect X11BASE
   
   PR:             ports/106079
   Submitted by:   rafan
   Approved by:    Thomas E. Zander <riggs at rrr.de> (maintainer)
   
   Revision  Changes    Path
   1.147     +1 -1      ports/multimedia/mplayer/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
