Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 14:25:12 GMT
From:      Antoine Brodin <antoine@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        uffe <uffe@uffe.org>
Subject:   ports/187394: [patch] devel/libsigrokdecode and science/sigrok-cli: remove dependency on expiring python 3.1
Message-ID:  <201403091425.s29EPCfT081234@pepperseed.dreadbsd.org>
Resent-Message-ID: <201403091450.s29Eo0tJ040414@freefall.freebsd.org>

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

>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:



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