From jadawin@tuxaco.net  Sat Dec 22 17:43:26 2007
Return-Path: <jadawin@tuxaco.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B1F2716A417
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Dec 2007 17:43:26 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193])
	by mx1.freebsd.org (Postfix) with ESMTP id 8D0AC13C467
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Dec 2007 17:43:26 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from localhost (unknown [127.0.0.1])
	by huppa.tuxaco.net (Postfix) with ESMTP id 36619110F6
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Dec 2007 18:47:32 +0100 (CET)
Received: from huppa.tuxaco.net ([127.0.0.1])
	by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id OrCZtQLyDRtP for <FreeBSD-gnats-submit@freebsd.org>;
	Sat, 22 Dec 2007 18:47:30 +0100 (CET)
Received: from ilove.tuxaco.net (cse35-1-82-236-143-160.fbx.proxad.net [82.236.143.160])
	(Authenticated sender: jadawin@tuxaco.net)
	by huppa.tuxaco.net (Postfix) with ESMTP id 1CF3DB796
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Dec 2007 18:47:30 +0100 (CET)
Received: by ilove.tuxaco.net (Postfix, from userid 1001)
	id BF67E845A7; Sat, 22 Dec 2007 17:47:14 +0000 (UTC)
Message-Id: <20071222174714.BF67E845A7@ilove.tuxaco.net>
Date: Sat, 22 Dec 2007 17:47:14 +0000 (UTC)
From: Philippe Audeoud <jadawin@tuxaco.net>
Reply-To: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] net-p2p/rtgui - fix includes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         118953
>Category:       ports
>Synopsis:       [update] net-p2p/rtgui - fix includes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 22 17:50:00 UTC 2007
>Closed-Date:    Sun Dec 23 15:29:07 UTC 2007
>Last-Modified:  Sun Dec 23 15:30:01 UTC 2007
>Originator:     Philippe Audeoud
>Release:        FreeBSD 7.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD athines 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 31 19:32:18 CET 2007 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- fix include which not work with options.
	Thanks to Markus Dolze <bsdfan@nurfuerspam.fr>
>How-To-Repeat:
	
>Fix:

	

--- patch-rtgui.1 begins here ---
diff -ruN net-p2p/rtgui.orig/Makefile net-p2p/rtgui/Makefile
--- net-p2p/rtgui.orig/Makefile	2007-12-22 17:38:56.000000000 +0000
+++ net-p2p/rtgui/Makefile	2007-12-22 17:41:00.000000000 +0000
@@ -21,6 +21,8 @@
 		xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c
 RUN_DEPENDS+=	rtorrent:${PORTSDIR}/net-p2p/rtorrent
 
+.include <bsd.port.pre.mk>
+
 .if !defined(WITHOUT_APACHE)
 USE_APACHE=	1.3+
 BUILD_DEPENDS+=	${LOCALBASE}/${APACHEMODDIR}/mod_scgi.so:${PORTSDIR}/www/mod_scgi
@@ -47,4 +49,4 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- patch-rtgui.1 ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nobutaka 
State-Changed-When: Sun Dec 23 15:28:50 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118953: commit references a PR
Date: Sun, 23 Dec 2007 15:28:41 +0000 (UTC)

 nobutaka    2007-12-23 15:28:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/rtgui        Makefile 
   Log:
   Fix inclusion of .mk files to work with OPTIONS correctly.
   
   PR:             ports/118953
   Submitted by:   Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
   
   Revision  Changes    Path
   1.2       +3 -1      ports/net-p2p/rtgui/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:
