ports/93953: [PATCH] net-p2p/jigdo: correct deps.

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Tue Feb 28 19:20:49 UTC 2006


>Number:         93953
>Category:       ports
>Synopsis:       [PATCH] net-p2p/jigdo: correct deps.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 28 19:20:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 17 08:33:28 EET 2006
    root at it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


A typo slipped in my patch for this port and it breaks it for WITH_GUI defined.


Spotted by:	Peter Jeremy <peterjeremy at optushome.com.au>
Pontyhat:		me (itetcu at people.tecnik93.com)


>How-To-Repeat:


cd /usr/ports/net/jigdo
make -DWITH_GUI describe


>Fix:


--- jigdo.diff begins here ---
--- Makefile.orig	Tue Feb 28 21:13:23 2006
+++ Makefile	Tue Feb 28 21:13:30 2006
@@ -37,7 +37,7 @@
 
 .if defined(WITH_GUI)
 CONFIGURE_ARGS+=	--with-gui
-LIB_DEPENDS+=	gtk-x11-2.0:\${PORTSDIR}/x11-toolkits/gtk20
+LIB_DEPENDS+=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
 MAN1+=	jigdo.1
 PLIST_SUB+=	SUB_GUI=""
 .else
--- jigdo.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list