ports/118953: [update] net-p2p/rtgui - fix includes

Philippe Audeoud jadawin at tuxaco.net
Sat Dec 22 17:50:01 UTC 2007


>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 at glenrothes:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- fix include which not work with options.
	Thanks to Markus Dolze <bsdfan at 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:



More information about the freebsd-ports-bugs mailing list