[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why net/ipcheck depends on python 2.1 in OPENBSD_3_1?



Hi,

why does net/ipcheck depend on python 2.1 in OpenBSD 3.1 
stable ports? I had python 2.2 already installed (from the 
ports too, with FLAVOR=no_tkinter), but it didn't like it:

    pref:ipcheck {101} make install && make clean
    ===>  Checking files for ipcheck-0.153
    `/usr/ports/distfiles/ipcheck.153' is up to date.
    >> Checksum OK for ipcheck.153. (sha1)
    ===>  ipcheck-0.153 depends on: python-2.1* - not found
    ===>  Verifying install for python-2.1* in lang/python/2.1
    ===>  Checking files for python-2.1.2
    `/usr/ports/distfiles/Python-2.1.2.tgz' is up to date.
    >> Checksum OK for Python-2.1.2.tgz. (sha1)
    ===>  python-2.1.2 depends on: tk-8.3.4 - not found
    ===>  Verifying install for tk-8.3.4 in x11/tk/8.3
    ===>  tk-8.3.4 uses X11, but /usr/X11R6 not found.
    ===> Returning to build of python-2.1.2
    ===>  python-2.1.2 depends on: tk-8.3.4 - not found
    ===>  Verifying install for tk-8.3.4 in x11/tk/8.3
    ===>  tk-8.3.4 uses X11, but /usr/X11R6 not found.
    ===> Returning to build of python-2.1.2
    Dependency check failed

I have changed the line in /usr/ports/net/ipcheck/Makefile to:

	PYTHON_VER=             2.2

and it seems to work. Couldn't it be modified, so that either
2.1 or 2.2 are accepted?

Regards
Alex