ports/187394: [patch] devel/libsigrokdecode and science/sigrok-cli: remove dependency on expiring python 3.1
Antoine Brodin
antoine at freebsd.org
Sun Mar 9 14:50:01 UTC 2014
>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 at 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:
More information about the freebsd-ports-bugs
mailing list