notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/py-xmms2/Makefile

Number of commits found: 23

Sunday, 23 Feb 2020
15:25 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:526925 
Wednesday, 1 Jan 2020
17:27 brnrd search for other commits by this committer
Chase rename of security/openssl111

 - Categories a-m

MFH:		2020Q1
Original commitRevision:521748 
Saturday, 10 Nov 2018
10:09 mat search for other commits by this committer
security/openssl-devel was removed, but there is a security/openssl111 now.
Original commitRevision:484599 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Monday, 21 May 2018
20:00 madpilot search for other commits by this committer
- 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
Original commitRevision:470573 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Monday, 25 Aug 2014
17:08 madpilot search for other commits by this committer
Convert to USES=python.
Original commitRevision:366099 
Sunday, 29 Sep 2013
10:41 madpilot search for other commits by this committer
Convert xmms2 ports to staging.

While here, convert to new LIB_DEPENDS format.
Original commitRevision:328665 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Saturday, 6 Oct 2012
15:01 madpilot search for other commits by this committer
- Allow xmms2 slave ports to override MAINTAINER
- Correctly take maintainership of unmaintained xmms2 slaves
- While I'm here, trim Makefile headers
Original commitRevision:305373 
Thursday, 24 Feb 2011
23:38 miwi search for other commits by this committer
- Update to 0.7.DrNo.
- Update WWW
- chase xmms2 shlib bump

PR:             144821
Submitted by:   Guido Falsi <mad@madpilot.net>
Original commit
Wednesday, 19 Aug 2009
11:56 miwi search for other commits by this committer
- Chase xmms2 shlib bump
Original commit
Sunday, 2 Aug 2009
08:02 linimon search for other commits by this committer
Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:            portmgr
Original commit
Monday, 7 Jul 2008
21:57 pav search for other commits by this committer
- Chase xmmsclient shlib bump

Pointy hat to:  alexbl
Original commit
Friday, 6 Jun 2008
13:07 edwin search for other commits by this committer
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)
Original commit
Saturday, 15 Mar 2008
19:29 alexbl search for other commits by this committer
 - 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>
Original commit
Wednesday, 14 Nov 2007
23:38 alexbl search for other commits by this committer
 - remove unecessary signedness to fix build with current pyrex [1]

Approved by:    portmgr (pav)
Obtained from:  xmms2-devel.git - de69750ff999f98feabd2e7b3d9dd7851eef8076 [1]
Original commit
Sunday, 27 May 2007
22:58 alexbl search for other commits by this committer
 - 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]
Original commit
Wednesday, 13 Sep 2006
03:21 alexbl search for other commits by this committer
Change all my MAINTAINER lines to my new FreeBSD.org address.

Approved by:    novel
Original commit
Tuesday, 15 Aug 2006
15:27 miwi search for other commits by this committer
- Respect DESTDIR

PR:             ports/101955
Submitted by:   Alexander Botero-Lowry <alex(at)foxybanana.com> (maintainer)
Approved by:    krion (mentor)
Original commit
Sunday, 2 Apr 2006
06:56 edwin search for other commits by this committer
[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>
Original commit
Saturday, 1 Apr 2006
03:52 edwin search for other commits by this committer
[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>
Original commit

Number of commits found: 23