aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sweep
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* audio/sweep: pass maintainer from ports@ to submitter; add licensejunovitch2016-02-091-1/+3
| | | | | PR: 206692 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Cleanup plistbapt2014-10-201-3/+0
|
* - Swith to USES=libtoolamdmi32014-06-041-4/+5
| | | | | - Convert USE_BZIP2 to USES - Add USES=desktop-file-utils as suggested by check-sanity
* Chase libmad changesbapt2014-02-051-1/+1
|
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery)
* - Convert to stagingmadpilot2013-10-172-8/+6
| | | | - Convert LIB_DEPENDS to new format
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Add an explicit dependency on pkgconfbapt2013-08-311-2/+1
| | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
| | | | Approved by: portmgr (bapt)
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-281-1/+2
| | | | "pathfix" instead.
* - Trim Makefile header per new guidelinesdanfe2013-02-261-13/+10
| | | | | | - Drop leading indefinite article from COMMENT - Remove shlib ABI versions from LIB_DEPENDS - Minor whitespace fixes while I am here
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | 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)
* - Update to version 0.9.3lwhsu2008-04-264-7/+8
| | | | | PR: ports/123080 Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
* Restore the 0.9.2 version from before the GNOME 2.20 update.marcus2007-10-303-33/+21
| | | | Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-253-21/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Update to 0.9.2miwi2007-10-233-35/+23
| | | | | PR: 117334 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Drop Maintainershipmiwi2007-08-051-1/+1
|
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-2/+2
| | | | - Bump PORTREVISION
* - Welcome X.org 7.2 \o/.flz2007-05-202-7/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Chase the shared library version of speex, bump the PORTREVISION.mezz2007-02-241-2/+2
|
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-0/+7
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Obey conventions and change my mail to @FreeBSD.org addressmiwi2006-06-171-1/+1
| | | | Approved by: krion (mentor)
* Update to 0.9.1arved2006-05-072-4/+6
| | | | | PR: 96909 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* - Update to 0.9.0pav2006-04-263-10/+11
| | | | | | | - Take maintainership PR: ports/96229 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* Conversion to a single libtool environment.ade2006-02-232-1/+14
| | | | Approved by: portmgr (kris)
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 0.8.3ehaupt2005-10-174-27/+7
| | | | | | PR: 87532 Submitted by: Ports Fury Approved by: novel (mentor) (implicit)
* change the libtool version to use from 1.3 to 1.5oliver2005-06-012-7/+1
|
* Add missing libtool droppingskris2004-11-261-0/+6
|
* Drop maintainership.krion2004-08-081-1/+1
|
* Chase libraries for new audio/speex version.krion2004-07-231-2/+2
|
* Bang, bang, bang.krion2004-07-201-1/+1
|
* Chase libraries for new audio/libsamplerate version.krion2004-07-201-0/+1
|
* - Update to version 0.8.3krion2004-04-304-26/+14
|
* - Correct plistkrion2004-04-172-6/+11
|
* - Remove USE_SIZE knobkrion2004-04-161-1/+0
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - SIZEifykrion2004-01-302-0/+2
|
* Catch up with libogg/libvorbis version bump.naddy2003-12-211-2/+2
|
* Chase the libmad/libid3tag shared lib version.marcus2003-12-071-2/+2
|
* Change my mail to @FreeBSD.orgkrion2003-07-221-1/+1
| | | | Approved by: fjoe (mentor)
* Update audio/sweepdaichi2003-06-191-5/+0
| | | | | PR: 53483 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
* Chase shared lib version of speex.naddy2003-06-121-2/+2
| | | | | PR: 53240 Submitted by: David Yeske <dyeske@yahoo.com>
* Chase speex share library version.arved2003-05-051-1/+2
| | | | | PR: 51713 Submitted by: J.D. <jimd@siu.edu>
* Hand over maintainership to Kirill Ponomarew <ponomarew@oberon.net>.sobomax2003-05-011-1/+1
|
* - Update to 0.8.2.sobomax2003-05-013-5/+5
| | | | | | Submitted by: Kirill Ponomarew <ponomarew@oberon.net> - Drop maintainership.
* Remove the USE_GNOMENG macro.marcus2003-04-081-1/+0
|
* Bump PORTREVISION by updating audio/speex.nork2003-03-251-1/+2
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to 0.8.0.sobomax2003-02-038-60/+44
| | | | | PR: 47827 Submitted by: David Magda <dmagda+fbugs@ee.ryerson.ca>
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Style: use tabs, not spaces, to indent variables in Makefiles.olgeni2001-02-051-1/+1
| | | | (whitespace only changes)
* Update to 0.1.1.sobomax2000-10-233-13/+35
|
* Add sweep - an audio editor for GNOME desktop.sobomax2000-09-257-0/+101