aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-faad
Commit message (Collapse)AuthorAgeFilesLines
* fix installing when LOCALBASE != PREFIXBaptiste Daroussin2011-04-141-0/+1
| | | | Notes: svn path=/head/; revision=272706
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to version 2.7Beech Rintoul2009-02-216-152/+78
| | | | | | | | PR: ports/131836 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=228790
* - Chase audio/faad shlib bumpMartin Wilke2009-02-211-2/+2
| | | | Notes: svn path=/head/; revision=228783
* Reset dyeske@gmail.com at his request.Mark Linimon2009-02-021-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=227472
* 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214428
* - Remove USE_X_PREFIXBeech Rintoul2008-03-211-3/+2
| | | | | | | | | | - Use SF macro - Bump portrevision Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit) Notes: svn path=/head/; revision=209551
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* dyeske at yahoo dot com -> dyeske at gmail dot comEdwin Groothuis2007-07-051-2/+2
| | | | Notes: svn path=/head/; revision=195037
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Don't leech distinfo from audio/faad in preps of faad updateMichael Johnson2006-08-242-1/+3
| | | | Notes: svn path=/head/; revision=171344
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Conversion to a single libtool environment.Ade Lovett2006-02-231-4/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Attempt to fix build on pointyhatPav Lucistnik2005-11-181-0/+1
| | | | Notes: svn path=/head/; revision=148751
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-4/+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. Notes: svn path=/head/; revision=148323
* Patch audio/xmms-faadEdwin Groothuis2005-09-142-2/+90
| | | | | | | | | | The latest mpeg4ip ports have a different ABI which breaks the plugin. PR: ports/84272 Submitted by: Daniel J. O'Connor <darius@dons.net.au> Notes: svn path=/head/; revision=142671
* 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
* Fix build on 6.xMichael Johnson2004-12-031-1/+3
| | | | | | | Pointed out by: pointy hat via kris Notes: svn path=/head/; revision=123011
* Don't build not needed librariesMichael Johnson2004-11-232-8/+15
| | | | | | | | | PR: ports/72176 Approved by: maintainer timeout (20 days) adamw (mentor) Notes: svn path=/head/; revision=122199
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-8/+8
| | | | Notes: svn path=/head/; revision=110841
* - Update to 2.0 releasePav Lucistnik2004-05-143-48/+11
| | | | | | | | PR: ports/66600 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=109120
* Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variablesAde Lovett2004-03-251-1/+1
| | | | Notes: svn path=/head/; revision=105187
* UnBROKEN and Update to 2.0(Add support MPEG-4 AAC as knownNorikatsu Shigemura2004-03-153-14/+71
| | | | | | | | | | as .m4a suffix). PR: ports/64280 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer) Notes: svn path=/head/; revision=104056
* BROKEN: Does not work with faad 2.0 (and missing distinfo)Kris Kennaway2004-03-141-0/+2
| | | | Notes: svn path=/head/; revision=103952
* - Fix build on AMD64Kirill Ponomarev2004-02-081-1/+1
| | | | | | | Approved by: maintainer informed Notes: svn path=/head/; revision=100420
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Chase version change of audio/id3libEdwin Groothuis2004-01-031-1/+2
| | | | | | | | PR: ports/60830 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=97219
* - Update MASTER_SITESKirill Ponomarev2003-10-061-1/+2
| | | | | | | | PR: 57638 Submitted by: maintainer Notes: svn path=/head/; revision=90393
* chase lib version change of multimedia/xmmsEdwin Groothuis2003-09-081-1/+1
| | | | | | | | PR: ports/56505 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=88702
* New port xmms-faad2 version 1.1: XMMS plugin for faadMario Sergio Fujikawa Ferreira2003-03-042-0/+45
PR: 48687 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=76865