aboutsummaryrefslogtreecommitdiffstats
path: root/audio/terminatorx
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak build after autotool updatemiwi2013-07-161-0/+1
|
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-281-2/+2
| | | | "pathfix" instead.
* - Fix build with clanggahr2013-03-209-14/+22
| | | | | | | - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS - Get rid of shlib versions in LIB_DEPENDS - Trim Makefile headers - Pet portlint by renaming patch files
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* Convert to new options frameworkbapt2012-06-011-16/+14
|
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Update to version 3.84miwi2011-11-262-11/+24
| | | | | | | | - Pet Portlint PR: 162827 Submitted by: Ports Fury Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+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
* - Update to 3.83miwi2011-07-037-23/+74
| | | | | PR: 158484 Submitted by: Ports Fury
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Second attempt to unbreak this port,arved2010-08-154-27/+69
| | | | | instead of guessing the correct FreeBSD version values write a configure macro to detect it.
* - Mark BROKEN:pav2010-07-301-0/+2
| | | | | | tX_dialog.cc:266: error: invalid conversion from 'int (*)(const dirent*)' to 'int (*)(dirent*)' Reported by: pointyhat
* Fix build after scandir prototype changearved2010-07-032-15/+4
| | | | Feature safe: yes
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Mark BROKEN on 8.x: does not builderwin2010-03-131-0/+4
|
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-1/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-1/+1
|
* A few typo fixes for ports/audio descriptions.olgeni2008-06-151-6/+2
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-2/+2
| | | | - Bump PORTREVISION
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-5/+3
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionarved2005-11-081-0/+1
| | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Chase MASTER_SITE, use OPTIONS while herevs2005-10-172-20/+10
| | | | Noticed by: fenner's magical distfile survey
* Remove old emailaddressarved2005-04-261-3/+0
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Use new INSTALLS_OMF.mezz2004-11-232-2/+1
| | | | Approved by: bland, kwm, marcus and pav
* Update to version 3.82krion2004-11-106-56/+43
| | | | | PR: ports/73728 Submitted by: Ports Fury
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
| | | | big upgrade.
* Fix build with gcc 3.4arved2004-08-272-0/+38
| | | | Submitted by: Alexander Koenig <alex@lisas.de>
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Add dependency on jack, Bump PORTREVISION.arved2004-03-101-3/+4
|
* Chase liblrdf Shared library version. Bump PORTREVISIONarved2004-02-281-2/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Add SIZE.trevor2004-01-281-0/+1
|
* Catch up with libogg/libvorbis version bump.naddy2003-12-211-1/+2
|
* Chase the libmad/libid3tag shared lib version.marcus2003-12-071-1/+1
|
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
|
* - Update to version 3.81krion2003-08-246-60/+46
| | | | | PR: 55897 Submitted by: Ports Fury
* Fix build under -CURRENT.adamw2003-06-061-0/+11
| | | | | PR: ports/52298 Submitted by: Samy Al Bahra <samy@kerneled.com>
* Fix configure in the absence of GNOME.marcus2003-05-191-0/+11
| | | | Reported by: bento
* Add missing dependency on scrollkeeperarved2003-05-101-1/+2
| | | | Submitted by: bento
* Add dependency on liblrdf and remove -disable-lrdf fromarved2003-04-271-2/+4
| | | | CONFIGURE_ARGS.
* Update to 3.80.nork2003-04-275-43/+106
| | | | | PR: ports/51359 Submitted by: Ports Fury
* Remove the USE_GNOMENG macro.marcus2003-04-081-1/+0
|
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1
| | | | targets in bsd.port.mk
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix Build on CURRENTarved2003-02-021-0/+11
|
* Move USE_X_PREFIX before bsd.port.pre.mkarved2003-01-031-1/+1
|
* Update to 3.73arved2003-01-027-80/+50
| | | | Drop Maintainership
* Use USE_GNOMENG.marcus2002-08-311-1/+2
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* add terminatorX 3.72ijliao2002-05-319-0/+123
Realtime audio synthesizer that allows you to "scratch" on audio data PR: 38054 Submitted by: Tilman Linneweh <tilman@arved.de>