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/mma/Makefile
SVNWeb

Number of commits found: 29

Sat, 4 Apr 2020
[ 20:51 antoine search for other commits by this committer ] Original commit   Revision:530719 (Only the first 10 of 520 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Wed, 6 Nov 2019
[ 12:48 antoine search for other commits by this committer ] Original commit   Revision:516880 (Only the first 10 of 268 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN, unfetchable
Wed, 10 Apr 2019
[ 06:18 antoine search for other commits by this committer ] Original commit   Revision:498530 (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Mon, 17 Apr 2017
[ 12:14 nivit search for other commits by this committer ] Original commit   Revision:438690
- Update to 16.06
- Use py3kplist to support Python 3
- Do not install optimized files with docstrings
  stripped because at the moment our framework
  supports only the level 1 of optimization
Tue, 19 Jul 2016
[ 11:04 mat search for other commits by this committer ] Original commit   Revision:418767 (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 27 Apr 2016
[ 11:46 nivit search for other commits by this committer ] Original commit   Revision:414102
- Unbreak by updating to 15.12
- Add NO_ARCH
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 12 Dec 2015
[ 22:09 bapt search for other commits by this committer ] Original commit   Revision:403635
Mark as broken: unfetchable
Mon, 19 Oct 2015
[ 14:50 amdmi3 search for other commits by this committer ] Original commit   Revision:399684 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Wed, 19 Aug 2015
[ 13:30 mat search for other commits by this committer ] Original commit   Revision:394778 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Wed, 29 Jul 2015
[ 22:09 antoine search for other commits by this committer ] Original commit   Revision:393196 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Sun, 8 Feb 2015
[ 20:09 nivit search for other commits by this committer ] Original commit   Revision:378678
- Update to 15.01
Sun, 19 Oct 2014
[ 07:33 mva search for other commits by this committer ] Original commit   Revision:371170 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert ports from audio/ to new USES=python

Reviewed by:	portmgr (implicit)
Mon, 14 Jul 2014
[ 22:38 nivit search for other commits by this committer ] Original commit   Revision:361838
- Update to 14.07
- Take maintainership
- Add LICENSE (GPLv2)
- Add audio/alsa-utils and audio/timidity++ to run dependencies
- Add support for stage-dir
- Remove files/patch-mma.py
- Add files/mma_g.py.in
- Fixx WWW field in pkg-descr
Sun, 6 Jul 2014
[ 15:28 bapt search for other commits by this committer ] Original commit   Revision:360923 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Sat, 30 Nov 2013
[ 22:58 nivit search for other commits by this committer ] Original commit   Revision:335350
- Remove implicit lang/python dependency

Required by:	python (via mva)
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Thu, 21 Mar 2013
[ 17:32 bapt search for other commits by this committer ] Original commit   Revision:314853 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
Sat, 28 Apr 2012
[ 13:32 nivit search for other commits by this committer ] Original commit 
- Update to 12.02
- Remove http://nivi.interfree.it from MASTER_SITES
- Set USE_PYTHON to -2.7
- The man pages installation is independent from the value of NOPORTDOCS
Sun, 27 Feb 2011
[ 13:46 nivit search for other commits by this committer ] Original commit 
- Update to 1.7
- Add do-build, post-install targets to Makefile
- Add files/patch-mma.py
- Install all files without using the cp-install script
- Remove files/patch-cp-install
Thu, 24 Feb 2011
[ 23:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Move over to python2.5 or higher
- While here kick md5
Sun, 9 May 2010
[ 09:15 nivit search for other commits by this committer ] Original commit 
- Update 1.6
Wed, 29 Jul 2009
[ 11:36 nivit search for other commits by this committer ] Original commit 
- Update to 1.5
Fri, 3 Oct 2008
[ 09:39 nivit search for other commits by this committer ] Original commit 
- Update to 1.4
Thu, 3 Apr 2008
[ 13:08 nivit search for other commits by this committer ] Original commit 
- Update to 1.3.a
- Turn off WITH_TIMIDITY option
Mon, 6 Aug 2007
[ 13:43 nivit search for other commits by this committer ] Original commit 
- Update to 1.2
- Remove WIT(OUT)_EXAMPLES stuff from Makefile
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sun, 11 Mar 2007
[ 09:51 nivit search for other commits by this committer ] Original commit 
MMA is a accompaniment generator -- it creates midi tracks
for a soloist to perform with. User supplied files contain
pattern selections, chords, and MMA directives.

WWW:    http://www.mellowood.ca/mma/

Number of commits found: 29