non port: audio/py-xmms2/Makefile |
Number of commits found: 23 |
Sunday, 23 Feb 2020
|
15:25 antoine
Deprecate a few ports
With hat: portmgr
 |
Wednesday, 1 Jan 2020
|
17:27 brnrd
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1
 |
Saturday, 10 Nov 2018
|
10:09 mat
security/openssl-devel was removed, but there is a security/openssl111 now.
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Monday, 21 May 2018
|
20:00 madpilot
- Mark xmms2 slave ports as broken with openssl-devel [1]
While here:
- Strip binaries
- Add missing dependency to audio/xmms2
PR: 225950 [1]
Submitted by: brnrd
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
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
 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 25 Aug 2014
|
17:08 madpilot
Convert to USES=python.
 |
Sunday, 29 Sep 2013
|
10:41 madpilot
Convert xmms2 ports to staging.
While here, convert to new LIB_DEPENDS format.
 |
Friday, 20 Sep 2013
|
14:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
 |
Saturday, 6 Oct 2012
|
15:01 madpilot
- Allow xmms2 slave ports to override MAINTAINER
- Correctly take maintainership of unmaintained xmms2 slaves
- While I'm here, trim Makefile headers
 |
Thursday, 24 Feb 2011
|
23:38 miwi
- Update to 0.7.DrNo.
- Update WWW
- chase xmms2 shlib bump
PR: 144821
Submitted by: Guido Falsi <mad@madpilot.net>
 |
Wednesday, 19 Aug 2009
|
11:56 miwi
- Chase xmms2 shlib bump
 |
Sunday, 2 Aug 2009
|
08:02 linimon
Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.
Hat: portmgr
 |
Monday, 7 Jul 2008
|
21:57 pav
- Chase xmmsclient shlib bump
Pointy hat to: alexbl
 |
Friday, 6 Jun 2008
|
13:07 edwin
Bump portrevision due to upgrade of devel/gettext.
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)
 |
Saturday, 15 Mar 2008
|
19:29 alexbl
- update xmms2 to 0.4DrKosmos
- update gxmms2 to 0.7 and unbreak
- bump soversion as needed
- trim some clients (azrael, nyello) and bindings (java) that are no longer
maintained
Submitted by: Max Khon <fjoe@samodelkin.net>
 |
Wednesday, 14 Nov 2007
|
23:38 alexbl
- remove unecessary signedness to fix build with current pyrex [1]
Approved by: portmgr (pav)
Obtained from: xmms2-devel.git - de69750ff999f98feabd2e7b3d9dd7851eef8076 [1]
 |
Sunday, 27 May 2007
|
22:58 alexbl
- Update XMMS2 to DrJekyll
- Update Esperanza to 0.3
- Update xmms2-scrobbler to 0.1.3
- Update gx2osd to 0.2
- Mark ports which have not been updated to the refactored playlist api BROKEN:
azrael, euphoria[1], gxmms2, nyello, shellac, snett
- Mark BROKEN bindings which have been removed or fail to configure:
java, ruby-ecore
XMMS2 has gone through some very big changes including the introduction of a
new
mechanism for managing music which treats the media library as a DAG, more
details
about all the changes can be found at:
http://wiki.xmms2.xmms.se/index.php/Release:DrJekyll
Approved by: stas [1]
 |
Wednesday, 13 Sep 2006
|
03:21 alexbl
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel
 |
Tuesday, 15 Aug 2006
|
15:27 miwi
- Respect DESTDIR
PR: ports/101955
Submitted by: Alexander Botero-Lowry <alex(at)foxybanana.com> (maintainer)
Approved by: krion (mentor)
 |
Sunday, 2 Apr 2006
|
06:56 edwin
[PATCH] audio/py-xmms2: Unbreak build
- switch to a pkg-plist so as to override the master port's plist
- add the master port as a run dependency
Added file(s):
- pkg-plist
PR: ports/95217
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
 |
Saturday, 1 Apr 2006
|
03:52 edwin
[NEW PORT] audio/py24-xmms2: Rewrite of xmms as a client/server system
(developer release)
- slave port for the xmms2 python bindings
- goes along with the xmms2 DrDolittle update submission
PR: ports/95067
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
 |
Number of commits found: 23 |