Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Nov 2012 16:33:05 +0900
From:      poyopoyo@puripuri.plala.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173287: [PATCH] net-p2p/transmission-gtk2: typo fix
Message-ID:  <867gq4xxvy.wl%poyopoyo@puripuri.plala.or.jp>
Resent-Message-ID: <201211020750.qA27o1j3088012@freefall.freebsd.org>

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

>Number:         173287
>Category:       ports
>Synopsis:       net-p2p/transmission-gtk2: typo fix
>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:   Fri Nov 02 07:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     SATO Kuro
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
personal
>Environment:
>Description:
>How-To-Repeat:

with gtk2:
** Port marked as IGNORE: net-p2p/transmission-gtk2:
        is marked as broken: Relies on GTK 3.0 version > 3.4.0; use net-p2p/transmission25-gtk20

then:
make: chdir /usr/ports/net-p2p/transmission25-gtk20: No such file or directory

>Fix:
Index: transmission-gtk2/Makefile
===================================================================
--- transmission-gtk2/Makefile	(revision 306835)
+++ transmission-gtk2/Makefile	(working copy)
@@ -10,7 +10,7 @@
 MAINTAINER=	crees@FreeBSD.org
 COMMENT=	A fast and lightweight GTK+2 BitTorrent client
 
-BROKEN=		Relies on GTK 3.0 version > 3.4.0; use net-p2p/transmission25-gtk20
+BROKEN=		Relies on GTK 3.0 version > 3.4.0; use net-p2p/transmission25-gtk2
 
 LIB_DEPENDS=	${GEN_LIB_DEPENDS} \
 		notify.4:${PORTSDIR}/devel/libnotify \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867gq4xxvy.wl%poyopoyo>