aboutsummaryrefslogtreecommitdiff
path: root/audio/mpg123
Commit message (Collapse)AuthorAgeFilesLines
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* Update IPv6 patch to fix a problem with handling IPv4 http redirects.Joseph Koshy2000-02-172-2/+2
| | | | | | | | Submitted by: Munechika SUMIKAWA <sumikawa@freebsd.org> Original report: Jeff Scofield <jeff@beth.syntax.com> Notes: svn path=/head/; revision=25931
* Correct patch breakage introduced in rev 1.15.Joseph Koshy2000-01-311-17/+23
| | | | Notes: svn path=/head/; revision=25355
* Enable 3DNow! support. You can set OPT_ARCH=3dnow to get an mpg123 withBrian Feldman2000-01-282-29/+31
| | | | | | | | | 3DNow! support, rather than teh default i586 support. Approved by: jkoshy Notes: svn path=/head/; revision=25157
* Support IPv6.Munechika SUMIKAWA2000-01-263-13/+30
| | | | | | | No response from: maintainer Notes: svn path=/head/; revision=25090
* Remove a redundant `getenv()' call in this patch.Joseph Koshy1999-11-111-1/+1
| | | | Notes: svn path=/head/; revision=23020
* Add ESound support to the mpg123 port.Joseph Koshy1999-11-113-4/+55
| | | | | | | | Requested by: "Daniel O'Connor" <doconnor@gsoft.com.au> and Oh Junseon <hollywar@holywar.net> Notes: svn path=/head/; revision=23019
* Correct typo 'i836' -> 'i386'.Joseph Koshy1999-09-201-1/+1
| | | | Notes: svn path=/head/; revision=21815
* Mark this port as being only for i386.Steve Price1999-09-201-0/+2
| | | | Notes: svn path=/head/; revision=21785
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-5/+5
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Set a default optimization level for the lazy and hopeless :).Joseph Koshy1999-08-251-2/+14
| | | | | | | Requested by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=20963
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* Add terminal handling support to mpg123.Joseph Koshy1999-08-171-4/+4
| | | | | | | | PR: ports/13139 Submitted by: Alexander Langer <alex@cichlids.com> Notes: svn path=/head/; revision=20755
* Remove hardcoded xterm title bar manipulation.Joseph Koshy1999-08-131-11/+29
| | | | | | | Submitted by: "Louis A. Mamakos" <louie@TransSys.COM> Notes: svn path=/head/; revision=20685
* Update Version required: to match realityChris Piazza1999-08-121-2/+2
| | | | Notes: svn path=/head/; revision=20666
* Upgrade to v0.59r. mpg123 can now be built tuned for your specific x86Joseph Koshy1999-08-054-30/+46
| | | | | | | | | | architecture at port build time. PR: ports/12814 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=20533
* Respect PREFIX.Joseph Koshy1999-06-151-2/+11
| | | | | | | | PR: ports/12210 Submitted by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=19483
* Wisten, to the SWwound, of a Whole new WOOTim Vanderhoek1999-05-021-4/+3
| | | | | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings] Notes: svn path=/head/; revision=18335
* Respect CC and CFLAGSKris Kennaway1999-03-241-19/+23
| | | | | | | Reviewed by: Maintainer Notes: svn path=/head/; revision=17370
* Update to v0.59q.Joseph Koshy1999-02-014-44/+45
| | | | | | | Requested by: Vanilla GTK+ Shu <vanilla@ns.oneway.net> (and others) Notes: svn path=/head/; revision=16461
* Update MASTER_SITE, add URL to pkg/DESCR.Joseph Koshy1999-01-282-2/+7
| | | | | | | Submitted by: Steve Samorodin <samorodi@NUXI.com> Notes: svn path=/head/; revision=16394
* Move $(CFLAGS) to end of line to make user-overrides easier.Joseph Koshy1999-01-191-7/+11
| | | | | | | Requested by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=16186
* Honor CFLAGS.Joseph Koshy1999-01-151-2/+2
| | | | | | | | | PR: ports/9488 Submitted by: Sheldon Hearn <axl@iafrica.com> Reviewed by: jkoshy Notes: svn path=/head/; revision=16061
* Add a call to fpsetmask(3) to suppress FP related signals {new 'patch-ab'}.Joseph Koshy1998-11-252-4/+29
| | | | | | | | | | | | The patch can probably be made less specific to FreeBSD; to be visited after the 2.2.8 ports freeze ... Tweak work/.../Makefile to add -O2 to compiles. Submitted by: Matthew Hunt <mph@FreeBSD.ORG> Notes: svn path=/head/; revision=14885
* Allow the ELF case to also inherit CFLAGS.Joseph Koshy1998-11-171-1/+1
| | | | Notes: svn path=/head/; revision=14585
* Add a define(READ_MMAP) from gqmpeg's README,Vanilla I. Shu1998-11-161-14/+18
| | | | | | | use system's CFLAG now. Notes: svn path=/head/; revision=14568
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-2/+4
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Unbreak for ELF builds, take over as maintainer.Joseph Koshy1998-10-032-24/+42
| | | | Notes: svn path=/head/; revision=13607
* Won't build in an ELF world.Steve Price1998-09-281-1/+3
| | | | Notes: svn path=/head/; revision=13473
* It's not that ports/astro/* had no manpages to remove from theirTim Vanderhoek1998-08-171-1/+0
| | | | | | | | PLISTs, it's just that none of the ones that do use the MANx variables. Notes: svn path=/head/; revision=12569
* upgrade to 0.59oTorsten Blum1998-05-283-4/+23
| | | | Notes: svn path=/head/; revision=11178
* Change MAINTAINER to ports@freebsd.org because (now former) maintainerMatthew Hunt1998-05-171-2/+2
| | | | | | | | | | | | | | uses OSS and is not in a position to ensure that newer versions build under the stock FreeBSD drivers in 2.2-STABLE. Anybody who wants this, please let us know! Getting 0.59o to build on a recent -STABLE would be a good litmus test. :-) PR: 6659 Submitted by: Carey Jones <mcj@acquiesce.org> Notes: svn path=/head/; revision=11016
* Add another MASTER_SITEVanilla I. Shu1998-02-021-2/+3
| | | | | | | | PR: ports/5622 Submitted by: Frank Volf <volf@oasis.IAEhv.nl> Notes: svn path=/head/; revision=9570
* Upgrade to 0.59n.Vanilla I. Shu1998-01-262-4/+4
| | | | Notes: svn path=/head/; revision=9454
* Upgrade, 0.59f -> 0.59k.Masafumi Max NAKANE1997-07-142-4/+4
| | | | | | | | PR: 4081 Submitted by: Carey Jones <mcj@acquiesce.org> Notes: svn path=/head/; revision=7308
* New port, mpg123:Masafumi Max NAKANE1997-07-105-0/+26
Command-line player for mpeg layer 1, 2 and 3 audio PR: 3952 Submitted by: Carey Jones <mcj@acquiesce.org> Notes: svn path=/head/; revision=7276