aboutsummaryrefslogtreecommitdiff
path: root/audio/mpg321/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Chase libmad changesBaptiste Daroussin2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342735
* Make use of new option helpers.Christian Weisgerber2013-10-041-13/+3
| | | | | | | Remove post-patch section that didn't actually change anything. Notes: svn path=/head/; revision=329297
* Support staging.Christian Weisgerber2013-09-281-19/+18
| | | | | | | Turn obscure WITH_ variable into OPTION for Last.fm Audioscrobbler support. Notes: svn path=/head/; revision=328592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* For all my portsChristian Weisgerber2013-08-011-1/+0
| | | | | | | | * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake Notes: svn path=/head/; revision=324122
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* Bump PORTREVISION after libao update and handle API incompatibility.Christian Weisgerber2010-06-061-2/+2
| | | | Notes: svn path=/head/; revision=255956
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* Mark MAKE_JOBS_SAFE for parallel building.Christian Weisgerber2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231126
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* initialize some variables so we won't call free() on random pointersChristian Weisgerber2007-07-211-1/+1
| | | | Notes: svn path=/head/; revision=195993
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Add a WITH_MPG321_SCROBBLER_PATCH knob to support an unofficialPeter Pentchev2006-02-191-0/+17
| | | | | | | | | | patch that adds the -S command-line option to report the currently played file to Last.fm's AudioScrobbler service. Approved by: naddy (maintainer) Notes: svn path=/head/; revision=156412
* Chase libid3tag update.Jean-Yves Lefort2005-10-281-2/+2
| | | | Notes: svn path=/head/; revision=146548
* Provide "User-Agent" header in HTTP requests.Christian Weisgerber2005-08-281-1/+1
| | | | | | | | | | | SHOUTcast Distributed Network Audio Server disconnects clients that don't provide a user agent identification. PR: 84898 Submitted by: Frank Ruell <stoerte@dreamwarrior.net> Notes: svn path=/head/; revision=141195
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* 1. Add CONFIGURE_TARGET to fix warning in configure scheme.Christian Weisgerber2004-05-101-0/+3
| | | | | | | | | 2. Move pkg-files list to Makefile and remove pkg-plist. Submitted by: osa Notes: svn path=/head/; revision=108840
* * Fix libmad and libid3tag dependencies.Christian Weisgerber2004-01-071-2/+3
| | | | | | | | | | | Submitted by: sheldonh * Don't leak file descriptors on error. Obtained from: Debian Notes: svn path=/head/; revision=97597
* Chase the libmad/libid3tag shared lib version.Joe Marcus Clarke2003-12-071-2/+2
| | | | Notes: svn path=/head/; revision=95225
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
| | | | Notes: svn path=/head/; revision=92312
* pkg-comment -> COMMENTChristian Weisgerber2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76039
* Fix format string bugs.Christian Weisgerber2002-09-021-1/+1
| | | | | | | Submitted by: Moritz Jodeit <moritz@jodeit.org> Notes: svn path=/head/; revision=65519
* Plug file descriptor leak.Christian Weisgerber2002-08-271-0/+1
| | | | | | | Obtained from: Joe Drew <drew@debian.org> Notes: svn path=/head/; revision=65113
* * Update to 0.2.10. Noteworthy changes in this release:Christian Weisgerber2002-03-251-1/+1
| | | | | | | | | | - many bug fixes - ID3 tag support * New homepage URL. Notes: svn path=/head/; revision=56643
* * upgrade to 0.2.3Christian Weisgerber2002-01-161-3/+2
| | | | | | | * update lib version of libao dependency Notes: svn path=/head/; revision=53174
* Bump PORTREVISION in response to shared library version bump in dependency.Christian Weisgerber2001-11-171-0/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=50160
* Shared library version bump because of audio/mad updatePatrick Li2001-11-161-1/+1
| | | | | | | Approved by: lioux Notes: svn path=/head/; revision=50133
* Update my MAINTAINER address.Christian Weisgerber2001-11-031-1/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=49545
* - Update to version 0.2.2Kevin Lo2001-10-191-5/+3
| | | | | | | | | | - New MASTER_SITE PR: 31294 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48955
* upgrade to 0.2.0 and unbreakYing-Chieh Liao2001-10-111-5/+3
| | | | | | | | PR: 31121 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48685
* Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,Trevor Johnson2001-08-271-0/+2
| | | | | | | | | | | vorbis-tools and the vorbis meta-port to 1.0rc2. This version supports "channel coupling" for more efficient compression of stereo material. Submitted by: Christian Weisgerber (maintainer) Notes: svn path=/head/; revision=46948
* Update to 0.1.5.Trevor Johnson2001-08-151-1/+2
| | | | | | | | PR: 29683 Submitted by: maintainer Notes: svn path=/head/; revision=46283
* o Update to 0.1.3Mario Sergio Fujikawa Ferreira2001-08-101-4/+2
| | | | | | | | | | o New COMMENT PR: 29567 Submitted by: MAINTAINER Notes: svn path=/head/; revision=46051
* Clean-up of audio/mpg321 port, add description, take maintainer.Ying-Chieh Liao2001-07-261-6/+5
| | | | | | | | PR: 29234 Submitted by: Christian Weisgerber <naddy@mips.inka.de> (new maintainer) Notes: svn path=/head/; revision=45499
* upgrade to 0.1.2Ying-Chieh Liao2001-07-221-1/+1
| | | | Notes: svn path=/head/; revision=45371
* no longer use SDL & smpegYing-Chieh Liao2001-07-201-7/+3
| | | | | | | | | handle pthread more properly Submitted by: Alexander Leidinger <Alexander@leidinger.net> Notes: svn path=/head/; revision=45289
* upgrade to 0.1.1Ying-Chieh Liao2001-07-201-2/+3
| | | | Notes: svn path=/head/; revision=45267
* upgrade to 0.1.0Ying-Chieh Liao2001-07-171-2/+3
| | | | Notes: svn path=/head/; revision=45199
* Update MASTER_SITESKevin Lo2001-06-101-1/+1
| | | | | | | | PR: 28003 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Notes: svn path=/head/; revision=43741
* upgrade to 0.0.5.1Ying-Chieh Liao2001-06-091-2/+2
| | | | | | | drop maintainership Notes: svn path=/head/; revision=43692
* Move:Maxim Sobolev2001-04-091-1/+1
| | | | | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami Notes: svn path=/head/; revision=41125
* add mpg321Ying-Chieh Liao2001-03-171-0/+32
A completely free clone of mpg123 Notes: svn path=/head/; revision=39972