Date: Mon, 27 Apr 2020 12:51:23 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 245970] net/netatalk3: un-depend python 2.7 to avoid deprecation Message-ID: <bug-245970-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245970 Bug ID: 245970 Summary: net/netatalk3: un-depend python 2.7 to avoid deprecation Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: marcus@FreeBSD.org Reporter: dim@FreeBSD.org Flags: maintainer-feedback?(marcus@FreeBSD.org) Assignee: marcus@FreeBSD.org I propose the following patch for net/netatalk3, to make it not depend on python 2.7 specifically anymore, and to avoid deprecation. It seems to work just fine with py37-dbus-1.2.16 and python 3.7: Index: net/netatalk3/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- net/netatalk3/Makefile (revision 528030) +++ net/netatalk3/Makefile (working copy) @@ -62,7 +62,7 @@ LDAP_CFLAGS=3D -I${LOCALBASE}/include -L${LOCALB= ASE LDAP_USE=3D OPENLDAP=3Dyes LDAP_CONFIGURE_OFF=3D --without-ldap SENDFILE_CONFIGURE_ENABLE=3Dsendfile -DBUS_USES=3D gnome python:2.7 +DBUS_USES=3D gnome python DBUS_USE=3D GNOME=3Dglib20 DBUS_LIB_DEPENDS=3D libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245970-7788>