# New ports collection makefile for: sonata # Date created: 2007-01-22 # Whom: Nicola Vitale # # $FreeBSD$ # PORTNAME= sonata PORTVERSION= 1.5.3 #PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nivit@FreeBSD.org COMMENT= An elegant music player for MPD BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk>=2.12.1:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk>=2.12.1:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd \ ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.4:${PORTSDIR}/devel/py-dbus USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Sonata OPTIONS= MPD "Install Music Player Daemon" on \ TAGLIB "Install support for editing metadata" off \ ZSI "Install support for automatic lyrics fetching" off REINPLACE_ARGS= -i.bak -e 's,%%DOCSDIR%%,${DOCSDIR},' .if !defined(NO_INSTALL_MANPAGES) MAN1= ${PORTNAME}.1 .else MAKE_ENV= NO_INSTALL_MANPAGES=${NO_INSTALL_MANPAGES} .endif .if defined(NOPORTDOCS) MAKE_ENV+= NOPORTDOCS=${NOPORTDOCS} .endif post-patch: @${REINPLACE_CMD} ${WRKSRC}/${PYSETUP} .include .if defined (WITH_MPD) RUN_DEPENDS+= mpd:${PORTSDIR}/audio/musicpd .endif .if defined (WITH_TAGLIB) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tagpy>=0.94.5:${PORTSDIR}/audio/py-tagpy .endif .if defined (WITH_ZSI) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}zsi>=2.0,1:${PORTSDIR}/net/py-zsi .endif .include /npm_and_yarn/devel/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile sotijl2017-02-061-4/+3
| | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to iperf-3.1.6, with a couple of small bugfixes.bmah2017-02-032-4/+4
| | | | Sponsored by: ESnet
* Mark various ports broken on aarch64 and armv6.linimon2017-01-311-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* Add missing build dependency for benchmarks/sippfarrokhi2017-01-231-0/+2
| | | | | | | | PR: 215953 Reported by: Karsten Schmidt <bsd@guggemand.dk> Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D9131
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-212-2/+2
|
* Update to 0.07.15olivier2017-01-182-4/+4
| | | | | PR: 216232 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* Update to 2.17bapt2017-01-182-4/+4
| | | | Sponsored by: Gandi.net
* benchmarks/sipp: Fix stage-QA and restore curses supportmarino2017-01-131-3/+4
| | | | | | | | | | | 1. curses support: Adding autoreconf negated the changes to configure script, so change configure.ac instead 2. The man page wasn't being installed (plist QA fail) so fix 3. While here, change USE_OPENSSL to USES=ssl Approved by: ncurses and just-fix-it blankets
* Update to iperf-3.1.5.bmah2017-01-132-4/+4
| | | | Sponsored by: ESnet
* Update to 0.07.14olivier2017-01-122-4/+4
| | | | | PR: 215987 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-091-10/+0
| | | | Approved by: portmgr blanket
* Update benchmarks/sipp to 3.5.1farrokhi2017-01-092-8/+6
| | | | | | Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D9088
* Update to 0.07.13olivier2017-01-034-33/+5
| | | | | | | PR: 215728 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D9028
* Remove BROKEN_FreeBSD_9sunpoet2017-01-011-1/+0
| | | | Approved by: portmgr (blanket)
* - Update to 1.6.1amdmi32016-12-293-10/+28
| | | | | | PR: 214343 Submitted by: joneum@bsdproject.de Approved by: dreibh@iem.uni-due.de (maintainer)
* Update to 6.8.0.rakuco2016-12-282-5/+6
| | | | | | | | The suite is entirely php based, then the package is now defined as NO_ARCH. Some benchmark added and php reporting improved. PR: 215414 Submitted by: Lucca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
* Update to 2.16bapt2016-12-233-5/+6
|
* Update to 1.97.3martymac2016-12-222-4/+4
|
* Update to 0.07.11ehaupt2016-12-213-7/+7
| | | | | PR: 215413 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* benchmarks/super-smack: fix build for GCC and DF (taken from dports)marino2016-12-182-0/+30
|
* benchmarks/dkftpbench: fix build on GCC (taken from dports)marino2016-12-181-2/+3
|
* - Update WWW: pear.php.net uses https://sunpoet2016-12-131-1/+1
| | | | Approved by: portmgr (blanket)
* benchmarks/fio: use pshared mutex on 11.0+jbeich2016-12-132-0/+13
| | | | | PR: 215254 Approved by: bapt (maintainer)
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-073-3/+3
| | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
* - Update to 0.8.0ehaupt2016-12-052-13/+11
| | | | | | | | | | | | | - Add new dependency: misc/e2fsprogs-libuuid - Add ftp/curl and www/libwww as dependencies (Q/A reported): They are dependencies of net/xmlrpc-c, but flowgrind is linking with them - Add USES=ssl - Remove CONFIGURE_ARGS: pcap and gsl are enabled by default - Remove post-patch entry: not necessary anymore - Pass maintainer'ship to submitter PR: 214529 Submitted by: dbaio@bsd.com.br
* Remove dependency on devel/py-argparse which is expired and included inrene2016-12-041-2/+1
| | | | | | Python 2.7+ / 3.2+ by default. sysutils/osquery fails to build because of C++ errors.
* - Update to 2.7.2sunpoet2016-12-042-3/+4
| | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt
* Update to 0.07.07olivier2016-11-285-18/+18
| | | | | | | PR: 214899 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D8661
* - Add LICENSEamdmi32016-11-241-4/+6
| | | | | - Switch to options helpers - Install more doc files
* - Update to 2.0.9sunpoet2016-11-234-21/+6
| | | | | | | | - While I'm here, update WWW Changes: https://sourceforge.net/projects/iperf2/files/readme.txt/view PR: 213241 Submitted by: arved
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-202-0/+2
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* Mark various leaf ports broken on aarch64, and, where appropriate, otherlinimon2016-11-112-2/+5
| | | | | | tier-2 archs. Approved by: portmgr (tier-2 blanket)