Date: Sat, 14 Nov 2015 02:28:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204523] sysutils/battray: Update to 2.1 and take MAINTAINER'ship Message-ID: <bug-204523-13-Kw93O9TFRL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204523-13@https.bugs.freebsd.org/bugzilla/> References: <bug-204523-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204523 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koobs@FreeBSD.org Keywords| |needs-patch, needs-qa, | |patch --- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> --- @Tosten: BUILD_DEPENDS= ${RUN_DEPENDS} is incorrect (See porters handbook) Further, please confirm it is *actually* a BUILD_DEPENDS, and not just a RUN_DEPENDS (as most Python are) Also, pkg-plist entries are PYTHON_VERSION specific, eg: %%PYTHON_SITELIBDIR%%/battray/__pycache__/platforms.cpython-34.pyc This will break with any Python versions != 3.4. You need to replace these with the correct python.mk variable. Also, have you tried using USE_PYTHON=autoplist? -- 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-204523-13-Kw93O9TFRL>