| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Pass PYTHON_VERSION variable to dependent builds.
- Enable email package to use cjkcodecs.
- Decrease default recursion limit to 900 on sparc64.
|
|
|
|
| |
dependency for both of pre-2.3.2_2 and after-.
|
|
|
|
|
|
|
|
|
|
| |
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
in same branch. [2]
- Enable installing separated standard modules for python-devel port.
Reported by: Filippo Natali <pitonat@libero.it> [1],
Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
|
|
|
|
|
| |
user-specified.
- Provide PYTHON_SITE_SUBDIR for separated python standard module ports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
eg)
USE_PYTHON= yes # backward compatible
USE_PYTHON= 2.2 # same as PYTHON_VERSION=python2.2
USE_PYTHON= 2.1+ # 2.1 at least
USE_PYTHON= 2.0-2.2 # from 2.0 to 2.2
USE_PYTHON= -2.3 # up to 2.3. 2.4 is not allowed.
- Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is
more popular without 'py-' prefix like Mailman or Zope.
Reviewed by: silence on ports@
|
| |
|
|
|
|
|
|
|
| |
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed
for them.
- Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it
on linking their own dynamic library.
|
|
|
|
|
|
|
| |
- Correct pydoc search path to lang/python-doc-html port's [1]
PR: 43036 [1]
Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update introduces two new knobs to _disable_ somewhat
experimental options:
BUILD_STATIC=yes Unless this option is specified,
the port will build python as shared
binary.
WITH_UCS2=yes Unless this option is specified,
Py_UNICODE type will charge 4 bytes
per character (as we do for wchar_t)
Repo-copied by: joe (thanks!)
|
|
|
|
| |
Rest in Peace, Alan.
|
|
|
|
|
|
| |
PR: 52830
Submitted by: Chuck Swiger <chuck@pkix.net> (partly)
Approved by: maintainer (implicitly)
|
| |
|
|
|
|
| |
Approved by: tg
|
|
|
|
|
| |
Submitted by: maintainer
Approved by: maintainer
|
|
|
|
| |
extension.
|
|
|
|
|
|
|
|
|
| |
- Allow installation to python-specific hierarchy. This will
benefit users of Zope and mod_python.
- Add PYTHON_*DIR variables to PLIST_SUB.
PR: 38769
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
| |
|
|
|
|
|
|
|
|
| |
will call the equivalent of `python setup.py {build|install}'. This
should help with most current extensions to the Python language.
PR: 36537
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
|
|
|
|
| |
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
|
|
|
|
| |
PR: 36977 36979
Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
|
|
|
|
|
|
|
| |
PR: 34078
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Update checksum of dependent ports.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: 33444
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Add new MD5 to dependent ports.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
the dependencies are evaluated and $PYTHON_CMD will surely exist,
so I fake it with the help of expr(1), $OPSYS and $OSREL.
PR: 26318
|
|
|
|
| |
the platform it's running on.
|
|
|
|
| |
use it.
|
| |
|
| |
|
|
|
|
|
| |
New variable PYTHON_INCLUDEDIR = ${LOCALBASE}/include/${PYTHON_VERSION}.
Suggested by sobomax.
|
| |
|
|
|
|
|
|
|
| |
- Use full path for PYTHON_CMD
- Add PYTHON_PKGNAMEPREFIX
- Add PYTHON_REL
- Prevent against multiple inclusion
|
|
|
|
| |
Add PYTHON_REL, which gives the version as a number, not a string.
|
|
make dealing with Python-related ports easier.
This needs to be activated from bsd.ports.mk; Satoshi will do that later.
Approved by: asami
|