Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take care not to dereference the return value from getenv(3) without first | des | 2003-02-10 | 2 | -1/+18 |
| | | | | | | | checking that it's not NULL. PR: ports/45252 Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> | ||||
* | Remove ftp.tu-clausthal.de from master_sites. | edwin | 2002-12-26 | 1 | -9/+7 |
| | | | | | Add tags to the patch-files / patch-sites. Noticed by: portsurvey | ||||
* | Fix a problem enabling esound support after the recent GNOMENG conversion. | marcus | 2002-10-05 | 1 | -0/+1 |
| | | | | | PR: 43436 Submitted by: adam@vectors.cx | ||||
* | Use USE_GNOMENG. | marcus | 2002-08-31 | 1 | -3/+5 |
| | | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org> | ||||
* | Remove an unwanted hunk that snuck in with the previous commit. | des | 2002-07-08 | 2 | -22/+1 |
| | |||||
* | Use a patch rather than sed magic for the <sys/soundcard.h> issue. | des | 2002-07-01 | 2 | -5/+11 |
| | |||||
* | Bump PORTREVISION. | des | 2002-07-01 | 1 | -1/+1 |
| | |||||
* | Fully back out the "defer-detect" patch. | des | 2002-07-01 | 1 | -12/+2 |
| | | | | | Submitted by: marius@alchemy.franken.de PR: 33617, 35565 | ||||
* | Don't use -ffast-math, it doesn't work in -CURRENT on Alpha. | des | 2002-07-01 | 1 | -1/+1 |
| | |||||
* | machine/soundcard.h -> sys/soundcard.h | petef | 2002-06-07 | 1 | -0/+5 |
| | | | | Submitted by: bento | ||||
* | Bump PORTREVISION to reflect the (lib)iconv upgrade. | knu | 2002-03-18 | 1 | -1/+1 |
| | |||||
* | Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need | sobomax | 2002-03-18 | 1 | -1/+1 |
| | | | | libiconv. | ||||
* | Remove patches that break audio capability detection, as well as a patch | des | 2002-02-18 | 4 | -212/+2 |
| | | | | | | that works around a driver bug that was fixed a year ago. PR: ports/33617, ports/32670, ports/35009, ports/32669 | ||||
* | Hand over maintainership to des@FeeeBSD.org. | sobomax | 2002-02-18 | 1 | -1/+1 |
| | | | | Submitted by: des | ||||
* | <bsd.cpu.mk> was MFCed quite some time ago, so that adjust OSVERSION check | sobomax | 2002-01-13 | 1 | -1/+1 |
| | | | | | | accordingly. Submitted by: kris | ||||
* | Chase libaudio shlib major (from the audio/nas update). | petef | 2001-12-30 | 1 | -1/+1 |
| | |||||
* | Deffer detection of supported audio rates/formats until we really know what | sobomax | 2001-08-21 | 3 | -5/+131 |
| | | | | | | | rate we are looking for. This allows to avoid checking all possible combinations and significantly improves mpg123 startup time. Bump PORTREVISION. Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> | ||||
* | Add ability to recode mp3 tags using iconv library. This is useful for koi8 | sobomax | 2001-04-10 | 3 | -9/+31 |
| | | | | | | | users, because russian tags usually coded in cp1251 encoding. Submitted by: Alexey V. Neyman <avn@any.ru> Gleb Smirnoff <glebius@tak.estra.ru> | ||||
* | Use ${MACHINE_CPU:M3dnow} to detect presence of 3DNOW extension instead of | sobomax | 2001-03-10 | 1 | -1/+1 |
| | | | | | | | | | | ${MACHINE_CPU:Mk6}, because: 1. k6 CPU don't really support 3DNOW, this extension was first was introduced in k6-2 CPUs; 2. Duron/Athlon (aka k7) CPUs support this extension as well. Missed by: kris Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de> | ||||
* | Fix building on the plain old i386. | sobomax | 2001-03-10 | 1 | -5/+10 |
| | |||||
* | Correct last-second typo prior to previous commit. | kris | 2001-03-03 | 1 | -1/+1 |
| | | | | | | | | Also, the previous commit incorrectly claimed a maintainer timeout when in fact the maintainer changed recently and I was looking for mail from the previous maintainer. Submitted by: sobomax | ||||
* | Switch the ASM selection code to use CPUTYPE on -current, and hence | kris | 2001-03-03 | 3 | -14/+54 |
| | | | | | | | | | | | automatically select the correct version without needing to set a non-standard environment variable. Use random() instead of rand() because I'm sick of getting the same songs over and over in shuffle play. Quell a format string warning with -Wnon-const-format Bump PORTREVISION Reviewed by: maintainer timeout | ||||
* | Add optional NAS support. | sobomax | 2001-02-27 | 2 | -8/+32 |
| | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> | ||||
* | Maxim <sobomax@freebsd.org> is the new maintainer for this port. | jkoshy | 2001-02-22 | 1 | -1/+1 |
| | |||||
* | Provide workaround for a bug in pcm driver introduced with format emulation | sobomax | 2001-02-13 | 2 | -0/+98 |
| | | | | | | | | | | | | | | | | | | changes. At present newpcm has sticky parameter settings, even when an inappropriate value is set. For instance, set format to alaw on h/w that does not support alaw; newpcm interface state records format as alaw, and subsequent unrelated state changes may fail, ie a rate change. In mpg123 this can cause files to be played at lower quality than available because of mis-diagnosis of available formats and sample rates. E.g downsamples everything to 11025Hz on this h/w as 12kHz probing breaks state and subsequent probes for higher supported sampling rates. PR: 25046 Submitted by: Orion Hodson <oh@btinternet.com> | ||||
* | Implement WANT_ESOUND, USE_ESOUND. | reg | 2000-10-05 | 2 | -14/+4 |
| | |||||
* | Update IPv6 patch. | jkoshy | 2000-09-11 | 2 | -2/+2 |
| | | | | Submitted by: Kris Kennaway <kris@FreeBSD.org> | ||||
* | An attempt at making mpg123 work on FreeBSD/Alpha. | jkoshy | 2000-05-05 | 4 | -42/+46 |
| | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> | ||||
* | update with the new PORTNAME/PORTVERSION variables | mharo | 2000-04-08 | 1 | -2/+2 |
| | |||||
* | Update IPv6 patch to fix a problem with handling IPv4 http redirects. | jkoshy | 2000-02-17 | 2 | -2/+2 |
| | | | | | Submitted by: Munechika SUMIKAWA <sumikawa@freebsd.org> Original report: Jeff Scofield <jeff@beth.syntax.com> | ||||
* | Correct patch breakage introduced in rev 1.15. | jkoshy | 2000-01-31 | 1 | -17/+23 |
| | |||||
* | Enable 3DNow! support. You can set OPT_ARCH=3dnow to get an mpg123 with | green | 2000-01-28 | 2 | -29/+31 |
| | | | | | | 3DNow! support, rather than teh default i586 support. Approved by: jkoshy | ||||
* | Support IPv6. | sumikawa | 2000-01-26 | 3 | -13/+30 |
| | | | | No response from: maintainer | ||||
* | Remove a redundant `getenv()' call in this patch. | jkoshy | 1999-11-11 | 1 | -1/+1 |
| | |||||
* | Add ESound support to the mpg123 port. | jkoshy | 1999-11-11 | 3 | -4/+55 |
| | | | | | Requested by: "Daniel O'Connor" <doconnor@gsoft.com.au> and Oh Junseon <hollywar@holywar.net> | ||||
* | Correct typo 'i836' -> 'i386'. | jkoshy | 1999-09-20 | 1 | -1/+1 |
| | |||||
* | Mark this port as being only for i386. | steve | 1999-09-20 | 1 | -0/+2 |
| | |||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | mharo | 1999-08-27 | 1 | -5/+5 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | Set a default optimization level for the lazy and hopeless :). | jkoshy | 1999-08-25 | 1 | -2/+14 |
| | | | | Requested by: Nick Hibma <nick.hibma@jrc.it> | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Add terminal handling support to mpg123. | jkoshy | 1999-08-17 | 1 | -4/+4 |
| | | | | | PR: ports/13139 Submitted by: Alexander Langer <alex@cichlids.com> | ||||
* | Remove hardcoded xterm title bar manipulation. | jkoshy | 1999-08-13 | 1 | -11/+29 |
| | | | | Submitted by: "Louis A. Mamakos" <louie@TransSys.COM> | ||||
* | Update Version required: to match reality | cpiazza | 1999-08-12 | 1 | -2/+2 |
| | |||||
* | Upgrade to v0.59r. mpg123 can now be built tuned for your specific x86 | jkoshy | 1999-08-05 | 4 | -30/+46 |
| | | | | | | | architecture at port build time. PR: ports/12814 Submitted by: Maxim Sobolev <sobomax@altavista.net> | ||||
* | Respect PREFIX. | jkoshy | 1999-06-15 | 1 | -2/+11 |
| | | | | | PR: ports/12210 Submitted by: Nick Hibma <nick.hibma@jrc.it> | ||||
* | Wisten, to the SWwound, of a Whole new WOO | hoek | 1999-05-02 | 1 | -4/+3 |
| | | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings] | ||||
* | Respect CC and CFLAGS | kris | 1999-03-24 | 1 | -19/+23 |
| | | | | Reviewed by: Maintainer | ||||
* | Update to v0.59q. | jkoshy | 1999-02-01 | 4 | -44/+45 |
| | | | | Requested by: Vanilla GTK+ Shu <vanilla@ns.oneway.net> (and others) | ||||
* | Update MASTER_SITE, add URL to pkg/DESCR. | jkoshy | 1999-01-28 | 2 | -2/+7 |
| | | | | Submitted by: Steve Samorodin <samorodi@NUXI.com> | ||||
* | Move $(CFLAGS) to end of line to make user-overrides easier. | jkoshy | 1999-01-19 | 1 | -7/+11 |
| | | | | Requested by: Sheldon Hearn <axl@iafrica.com> |