| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- While here, also add LICENSE_FILE and NO_ARCH
PR: 205703
Submitted by: z7dr6ut7gs@snkmail.com
Approved by: chalpin@cs.wisc.edu (maintainer)
Notes:
svn path=/head/; revision=415904
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
| |
package anymore, so remove all the bits for it from the Makefile.
PR: 199318
Approved by: maintainer (Corey Halpin)
Notes:
svn path=/head/; revision=383944
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371330
|
|
|
|
|
|
|
| |
autoplist stuff sure makes this difficult!
Notes:
svn path=/head/; revision=356006
|
|
|
|
|
|
|
|
| |
PR: ports/185947
With hat: python@
Notes:
svn path=/head/; revision=345658
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add missing dependency [1]
- Allow staging
- Use autoplist
- Remove leading article from COMMENT
PR: ports/182200 [1]
Notes:
svn path=/head/; revision=331246
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/171607
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (based on)
Approved by: maintainer (Corey Halpin <chalpin@cs.wisc.edu>)
While here, anchor and optimise regex
Notes:
svn path=/head/; revision=304228
|
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
|
|
|
|
|
| |
PR: 134490
Submitted by: kkobb@skylincorp.com
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Notes:
svn path=/head/; revision=233864
|
|
|
|
|
|
|
|
| |
PR: ports/134337
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Notes:
svn path=/head/; revision=233366
|
|
|
|
|
|
|
|
|
| |
PR: ports/133210 ports/133211 ports/133212
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Approved by: tabthorpe (co-mentor)
Notes:
svn path=/head/; revision=231315
|
|
|
|
| |
Notes:
svn path=/head/; revision=222377
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
| |
Notes:
svn path=/head/; revision=159570
|
|
|
|
|
|
|
| |
Treat empty type as 'text'.
Notes:
svn path=/head/; revision=159569
|
|
|
|
| |
Notes:
svn path=/head/; revision=159568
|
|
|
|
| |
Notes:
svn path=/head/; revision=149429
|
|
|
|
|
|
|
|
|
|
| |
- Use %%DOCSDIR%%
Spotted by: erwin
Reported on: dosirak
Notes:
svn path=/head/; revision=107066
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
| |
Big pointy hat to: arved
Reported by: Shawn Yeager <mail@shawnyeager.com>
Notes:
svn path=/head/; revision=85512
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 53392
Submitted by: Andrew J. Caines <A.J.Caines@halplant.com>
Notes:
svn path=/head/; revision=85392
|
|
|
|
|
|
|
|
| |
PR: 50407
Submitted by: Linh Pham <question@closedsrc.org>
Notes:
svn path=/head/; revision=78673
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
| |
PR: 43449
Notes:
svn path=/head/; revision=70509
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
| |
Notes:
svn path=/head/; revision=64579
|
|
A collaborative, networked system to detect and block spam
Notes:
svn path=/head/; revision=63851
|