| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=495530
|
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint and move some entries out of the USES section.
PR: 234030
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Notes:
svn path=/head/; revision=487633
|
|
|
|
|
|
|
|
|
|
| |
* Update pkg-descr.
PR: 231470 (based on)
Submitted by: takefu@airport.fm
Notes:
svn path=/head/; revision=487057
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=450124
|
|
|
|
| |
Notes:
svn path=/head/; revision=440246
|
|
|
|
| |
Notes:
svn path=/head/; revision=432424
|
|
|
|
| |
Notes:
svn path=/head/; revision=420522
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
| |
Notes:
svn path=/head/; revision=409133
|
|
|
|
| |
Notes:
svn path=/head/; revision=403606
|
|
|
|
| |
Notes:
svn path=/head/; revision=398440
|
|
|
|
| |
Notes:
svn path=/head/; revision=394055
|
|
|
|
|
|
|
| |
Sort USES.
Notes:
svn path=/head/; revision=391148
|
|
|
|
| |
Notes:
svn path=/head/; revision=376620
|
|
|
|
| |
Notes:
svn path=/head/; revision=374378
|
|
|
|
| |
Notes:
svn path=/head/; revision=368830
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363392
|
|
|
|
|
|
|
|
| |
Add beginning of ISO 639-5 support, which documents "Codes for the
representation of names of languages"
Notes:
svn path=/head/; revision=359564
|
|
|
|
| |
Notes:
svn path=/head/; revision=345899
|
|
|
|
|
|
|
|
|
|
| |
Add NO_ARCH
Remove local mirror, the reason for having to host it locally was because
the upstream distfile host suffered a fatal disk failure. Which has been
resolved but the old iso-codes distfiles where lost.
Notes:
svn path=/head/; revision=336251
|
|
|
|
| |
Notes:
svn path=/head/; revision=334747
|
|
|
|
|
|
|
|
| |
USE_GMAKE => USES=gmake.
Stageify.
Notes:
svn path=/head/; revision=328948
|
|
|
|
|
|
|
| |
misc)
Notes:
svn path=/head/; revision=327745
|
|
|
|
| |
Notes:
svn path=/head/; revision=321216
|
|
|
|
|
|
|
| |
Indent USES correctly to be inline with the rest of the file.
Notes:
svn path=/head/; revision=317022
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316407
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314640
|
|
|
|
|
|
|
| |
Trim Makefile header.
Notes:
svn path=/head/; revision=309049
|
|
|
|
|
|
|
|
|
| |
Handbook)
Approved by: portmgr@ (implicit)
Notes:
svn path=/head/; revision=301960
|
|
|
|
| |
Notes:
svn path=/head/; revision=301034
|
|
|
|
|
|
|
|
| |
Remove @dirrmtry lines for directories that we don't install in and/or
don't exist.
Notes:
svn path=/head/; revision=296063
|
|
|
|
| |
Notes:
svn path=/head/; revision=291344
|
|
|
|
| |
Notes:
svn path=/head/; revision=284159
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=272386
|
|
|
|
| |
Notes:
svn path=/head/; revision=270117
|
|
|
|
| |
Notes:
svn path=/head/; revision=269715
|
|
|
|
| |
Notes:
svn path=/head/; revision=265691
|
|
|
|
|
|
|
| |
Remove python build dependancy.
Notes:
svn path=/head/; revision=264481
|
|
|
|
| |
Notes:
svn path=/head/; revision=262336
|
|
|
|
| |
Notes:
svn path=/head/; revision=262212
|
|
|
|
| |
Notes:
svn path=/head/; revision=258622
|
|
|
|
| |
Notes:
svn path=/head/; revision=258295
|
|
|
|
|
|
|
| |
Add license framework.
Notes:
svn path=/head/; revision=256570
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
| |
PR: ports/147012
Submitted by: Anonymous <swell.k@gmail.com>
Notes:
svn path=/head/; revision=255194
|
|
|
|
| |
Notes:
svn path=/head/; revision=254726
|