| 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
|
|
|
|
|
|
|
|
| |
PR: 218658
Submitted by: riggs
Notes:
svn path=/head/; revision=439367
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428152
|
|
|
|
|
|
|
|
|
|
| |
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=419133
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
|
|
|
| |
Reviewed by: portmgr (implicit)
Notes:
svn path=/head/; revision=371170
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=368446
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357139
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support staging
- Use new options knobs
PR: 185060 [1]
Submitted by: Matthieu Volat [1]
Sponsored by: Absolight
Notes:
svn path=/head/; revision=342517
|
|
|
|
| |
Notes:
svn path=/head/; revision=340670
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with a)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331267
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
| |
Notes:
svn path=/head/; revision=327021
|
|
|
|
|
|
|
|
|
| |
PR: ports/176888 (reported)
Submitted by: Yamagi Burmeister <yamagi@yamagi.org>
Obtained from: OpenBSD sonata port.
Notes:
svn path=/head/; revision=324188
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Buildlog: http://goo.gl/I2ixj
Reported by: pointyhat (via beat)
Notes:
svn path=/head/; revision=301121
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with net/mpich2 (problem reported by [1])
- Bump PORTREVISION
- Update MASTER_SITES
- Add LICENSE (GPLv3)
- Convert to the new options framework
PR: ports/150295
Submitted by: Robert Jenssen <robertjenssen at ozemail.com.au> [1]
Notes:
svn path=/head/; revision=301013
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=291538
|
|
|
|
|
|
|
|
|
| |
PR: ports/156624
Submitted by: Chris Rees <utisoft at gmail.com>
Approved by: Henrik Friedrichsen <hrkfdn at gmail.com (maintainer of audio/mpdbrowser), nivit (audio/sonata)
Notes:
svn path=/head/; revision=274191
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
| |
- Add WITH_PYGNOMEEXTRAS and WITH_MMKEYS options
- Set USE_GNOME to pygtk2
Notes:
svn path=/head/; revision=244077
|
|
|
|
|
|
|
|
| |
- Add x11-toolkits/py-gnome-extras to depends
- Add some items to the list of features in pkg-descr
Notes:
svn path=/head/; revision=243883
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
| |
Notes:
svn path=/head/; revision=234874
|
|
|
|
| |
Notes:
svn path=/head/; revision=221277
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=220050
|
|
|
|
|
|
|
|
|
|
| |
version in *_DEPENDS for all py-* dependencies
PR: ports/125283
Submitted by: Zane C. B. <vvelox at vvelox.net>
Notes:
svn path=/head/; revision=216451
|
|
|
|
| |
Notes:
svn path=/head/; revision=215804
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214428
|
|
|
|
| |
Notes:
svn path=/head/; revision=213512
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: Christoph Brendes <christoph at brendes.net> (via email)
Notes:
svn path=/head/; revision=213476
|
|
|
|
|
|
|
|
| |
PR: ports/123809
Submitted by: Romain Tartiere <romain at blogreen.org>
Notes:
svn path=/head/; revision=213462
|
|
|
|
|
|
|
|
|
| |
- Add audio/py-mpd to RUN_DEPENDS
- Explicity list out required RUN_DEPENDS dependencies
- Fix list of features in pkg-descr
Notes:
svn path=/head/; revision=210595
|
|
|
|
| |
Notes:
svn path=/head/; revision=207705
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=206191
|
|
|
|
| |
Notes:
svn path=/head/; revision=205743
|
|
|
|
| |
Notes:
svn path=/head/; revision=205379
|
|
|
|
| |
Notes:
svn path=/head/; revision=199593
|
|
|
|
| |
Notes:
svn path=/head/; revision=197212
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
Notes:
svn path=/head/; revision=196700
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=185245
|
|
It aims to be efficient (no toolbar, main menu, or statusbar), user-friendly,
and clean.
FEATURES:
+ Expanded and collapsed views
+ Automatic remote or local album art
+ Automatic fetching of lyrics
+ Playlist and stream support
+ Support for editing song tags
+ System tray icon with tooltip
+ Popup notification
+ Library searching by artist, song, etc.
+ Keyboard friendly
+ Support for multimedia keys
+ Commandline control
WWW: http://sonata.berlios.de/index.html
Approved by: alexbl (mentor, implicit)
Notes:
svn path=/head/; revision=183026
|