Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2006 21:18:55 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/93953: [PATCH] net-p2p/jigdo: correct deps.
Message-ID:  <1141154335.41566@it.buh.tecnik93.com>
Resent-Message-ID: <200602281920.k1SJK6LX083848@freefall.freebsd.org>

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

>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@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@optushome.com.au>
Pontyhat:		me (itetcu@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:



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