[Bug 204523] sysutils/battray: Update to 2.1 and take MAINTAINER'ship

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 14 02:28:29 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204523

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koobs at FreeBSD.org
           Keywords|                            |needs-patch, needs-qa,
                   |                            |patch

--- Comment #1 from Kubilay Kocak <koobs at 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.


More information about the freebsd-ports-bugs mailing list