From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 9 14:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91D48184 for ; Sun, 9 Mar 2014 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69890BB for ; Sun, 9 Mar 2014 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s29Eo0Bn040415 for ; Sun, 9 Mar 2014 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s29Eo0tJ040414; Sun, 9 Mar 2014 14:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 9 Mar 2014 14:50:00 GMT Resent-Message-Id: <201403091450.s29Eo0tJ040414@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine Brodin Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A26FFD0 for ; Sun, 9 Mar 2014 14:42:14 +0000 (UTC) Received: from pepperseed.dreadbsd.org (88-191-185-190.rev.dedibox.fr [88.191.185.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC8D6FC9 for ; Sun, 9 Mar 2014 14:42:12 +0000 (UTC) Received: from pepperseed.dreadbsd.org (localhost [127.0.0.1]) by pepperseed.dreadbsd.org (8.14.7/8.14.7) with ESMTP id s29EPHMg081235 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 9 Mar 2014 14:25:17 GMT (envelope-from antoine@pepperseed.dreadbsd.org) Received: (from antoine@localhost) by pepperseed.dreadbsd.org (8.14.7/8.14.7/Submit) id s29EPCfT081234; Sun, 9 Mar 2014 14:25:12 GMT (envelope-from antoine) Message-Id: <201403091425.s29EPCfT081234@pepperseed.dreadbsd.org> Date: Sun, 9 Mar 2014 14:25:12 GMT From: Antoine Brodin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/187394: [patch] devel/libsigrokdecode and science/sigrok-cli: remove dependency on expiring python 3.1 Cc: uffe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Antoine Brodin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 14:50:01 -0000 >Number: 187394 >Category: ports >Synopsis: [patch] devel/libsigrokdecode and science/sigrok-cli: remove dependency on expiring python 3.1 >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: Sun Mar 09 14:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 10.0-RELEASE amd64 >Organization: none >Environment: System: FreeBSD pepperseed.dreadbsd.org 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/libsigrokdecode depends on deprecated python 3.1, which will be removed on 1st june. The attached patch changes the dependency to any version of python 3. >How-To-Repeat: >Fix: --- sigrok.diff begins here --- Index: devel/libsigrokdecode/Makefile =================================================================== --- devel/libsigrokdecode/Makefile (revision 347568) +++ devel/libsigrokdecode/Makefile (working copy) @@ -11,12 +11,9 @@ LICENSE= GPLv3 -DEPRECATED= Depends on expiring lang/python31 -EXPIRATION_DATE= 2014-06-01 - -USE_PYTHON= 3.1 +USE_PYTHON= 3 GNU_CONFIGURE= yes -USES= gmake pkgconfig pathfix +USES= gmake pkgconfig pathfix USE_GNOME= gtk20 MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes Index: science/sigrok-cli/Makefile =================================================================== --- science/sigrok-cli/Makefile (revision 347568) +++ science/sigrok-cli/Makefile (working copy) @@ -12,9 +12,6 @@ LICENSE= GPLv3 -DEPRECATED= Depends on expiring lang/python31 -EXPIRATION_DATE= 2014-06-01 - LIB_DEPENDS= libsigrok.so:${PORTSDIR}/devel/libsigrok \ libsigrokdecode.so:${PORTSDIR}/devel/libsigrokdecode --- sigrok.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: