Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2007 17:47:14 +0000 (UTC)
From:      Philippe Audeoud <jadawin@tuxaco.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118953: [update] net-p2p/rtgui - fix includes
Message-ID:  <20071222174714.BF67E845A7@ilove.tuxaco.net>
Resent-Message-ID: <200712221750.lBMHo0tX075097@freefall.freebsd.org>

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

>Number:         118953
>Category:       ports
>Synopsis:       [update] net-p2p/rtgui - fix includes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 22 17:50:00 UTC 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071222174714.BF67E845A7>