| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=478181
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
|
|
|
| |
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472881
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
|
| |
- Fix Python version
- Make use of options helpers
- Regenerate patch file with 'make makepatch'
Notes:
svn path=/head/; revision=412905
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
Notes:
svn path=/head/; revision=394508
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=python
- Add LICENSE_FILE
- Update WWW: in pkg-descr
Notes:
svn path=/head/; revision=369305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch run-time dependency from PIL to Pillow
- Remove indefinite article from COMMENT
- Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install
- Use PYDISTUTILS_AUTOPLIST
* Remove pkg-plist, accordingly
- Add DOCS and EXAMPLES to OPTIONS_DEFINE to fix default options
- Support STAGEDIR
* Make DOCS and EXAMPLES unconditional to stage
- Unmute INSTALL_DATA and INSTALL_MAN in post-install target
PR: ports/188891 (based on)
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=352377
|
|
|
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Notes:
svn path=/head/; revision=339634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
Notes:
svn path=/head/; revision=338168
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307671
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307032
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=306646
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=306345
|
|
|
|
|
|
|
|
|
| |
- Fix USE_PYTHON to -2.7 because 2.4 and 2.5 have been removed from the tree
Pointed out by: rm@ (via private e-mail)
Notes:
svn path=/head/; revision=305143
|
|
|
|
|
|
|
| |
- Trim WWW: line in pkg-descr
Notes:
svn path=/head/; revision=305083
|
|
|
|
|
|
|
| |
- Convert to new Makefile header
Notes:
svn path=/head/; revision=304626
|
|
|
|
|
|
|
| |
- Convert to new options framework
Notes:
svn path=/head/; revision=299113
|
|
|
|
| |
Notes:
svn path=/head/; revision=295491
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=293423
|
|
|
|
| |
Notes:
svn path=/head/; revision=291353
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
Notes:
svn path=/head/; revision=288824
|
|
|
|
|
|
|
| |
- Add OPTIONS for IPA font support
Notes:
svn path=/head/; revision=288211
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: olgeni@ (via private e-mail)
Notes:
svn path=/head/; revision=287555
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Feature safe: yes
Notes:
svn path=/head/; revision=287176
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=286593
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=286284
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=285741
|
|
|
|
| |
Notes:
svn path=/head/; revision=285242
|
|
|
|
| |
Notes:
svn path=/head/; revision=284936
|
|
|
|
| |
Notes:
svn path=/head/; revision=284147
|
|
|
|
| |
Notes:
svn path=/head/; revision=283985
|
|
|
|
|
|
|
| |
- Add manpage
Notes:
svn path=/head/; revision=283161
|
|
|
|
|
|
|
| |
- Restrict USE_PYTHON range
Notes:
svn path=/head/; revision=282710
|
|
|
|
| |
Notes:
svn path=/head/; revision=282426
|
|
|
|
| |
Notes:
svn path=/head/; revision=279358
|
|
|
|
| |
Notes:
svn path=/head/; revision=279078
|
|
|
|
| |
Notes:
svn path=/head/; revision=279073
|
|
|
|
| |
Notes:
svn path=/head/; revision=278999
|
|
`blockdiag` generate block-diagram image file from spec-text file.
Features
* Generate block-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
WWW: http://blockdiag.com/blockdiag/build/html/
Notes:
svn path=/head/; revision=278968
|