aboutsummaryrefslogtreecommitdiff
path: root/audio/faad
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Add stdin support from:Brooks Davis2010-02-252-1/+262
| | | | | | | | | | | | | http://svn.slimdevices.com/slim/7.3/trunk/vendor/faad2/bpa-stdin.patch This is required to allow BBCiPlayer support in audio/squeezeboxserver. PR: ports/138213 Submitted by: Mark Knight <markk at knigma dot org> Feature safe: yes Notes: svn path=/head/; revision=250318
* Fix sourceforgeErwin Lansing2009-08-241-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=240254
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix the build on -CURRENT by removing an inline function prototype.Joe Marcus Clarke2009-03-251-0/+13
| | | | Notes: svn path=/head/; revision=230927
* - Add MAKE_JOBS_SAFE to support SMP compilationMartin Matuska2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230877
* - Bump PORTREVISION for previous -fPIC fix, otherwise it's invisiblePav Lucistnik2009-03-021-0/+1
| | | | | | | Missed by: beech Notes: svn path=/head/; revision=229380
* - Add PIC flags to fix 64 Bit buildBeech Rintoul2009-03-011-0/+2
| | | | | | | | Submitted by: KATO Tsuguru <tkato432@yahoo.com> Reported by: pointyhat via pav Notes: svn path=/head/; revision=229298
* - Update to version 2.7Martin Wilke2009-02-215-51/+28
| | | | | | | | PR: 131829 Submitted by: ports fury Notes: svn path=/head/; revision=228782
* - Fix a heap-based buffer overflow in the command-line frontend. It allowsPav Lucistnik2008-11-122-0/+18
| | | | | | | | | | | | remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted MPEG-4 (MP4) file. PR: ports/128512 Submitted by: bf <bf2006a@yahoo.com> Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4201 Notes: svn path=/head/; revision=222775
* 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
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* Update to 2.6.1Michael Johnson2008-02-242-5/+4
| | | | Notes: svn path=/head/; revision=207832
* Remove the drm, which drm causes faac/faad to not be able get mplayer andJeremy Messenger2007-11-141-1/+1
| | | | | | | | | | other applications function correct. Bump the PORTREVISION. Reported by: a few in freebsd-multimedia@ Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202710
* Update to 2.6Michael Johnson2007-10-233-24/+4
| | | | Notes: svn path=/head/; revision=201816
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Fix the build on FreeBSD 4.x.Jeremy Messenger2006-08-311-3/+3
| | | | | | | | PR: ports/102572 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=171746
* - Mark BROKEN on 4.xMichael Johnson2006-08-311-0/+4
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=171719
* Remove PATCH_DEPENDS and rename the post-patch target to pre-configure. ItJeremy Messenger2006-08-261-3/+1
| | | | | | | | | | makes more sense. Should fix the build in a few of other tinderboxes, but I don't understand why it works for pointyhat thought. Reported by: novel Notes: svn path=/head/; revision=171449
* - Update to 2.5Michael Johnson2006-08-247-223/+33
| | | | Notes: svn path=/head/; revision=171348
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* - Make portlint happyMichael Johnson2006-04-151-2/+1
| | | | | | | | PR: ports/95829 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=159667
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Change the pre-patch: build-depends to PATCH_DEPENDS= ${BUILD_DEPENDS} to makeMichael Johnson2006-01-281-2/+1
| | | | | | | | | sure we have libtool and stuf for post-patch Reported by: kris Notes: svn path=/head/; revision=154683
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+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
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* 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 with new lrintf math functions [1]Michael Johnson2005-01-194-7/+64
| | | | | | | | | | - Simplify COMMENT - Update pkg-desc Submitted by: Dan Larsson [1] Notes: svn path=/head/; revision=126760
* Remove old MPEG4IP knobs that are not used anymoreMichael Johnson2004-12-011-7/+0
| | | | | | | Pointed out by: lofi Notes: svn path=/head/; revision=122937
* Use newer version of autoconf/autoheader (259)Michael Johnson2004-11-271-1/+1
| | | | | | | Submitted by: paulbeard@mac.com Notes: svn path=/head/; revision=122613
* o Have faad depend on mpeg4ip-libmp4v2 so mpeg4ip can use faadMario Sergio Fujikawa Ferreira2004-11-102-44/+6
| | | | | | | | | | o Bump PORTREVISION PR: 72205 Submitted by: ahze Notes: svn path=/head/; revision=121270
* Change email to new FreeBSD.org addressMichael Johnson2004-10-291-1/+1
| | | | | | | Approved by:adamw (mentor) Notes: svn path=/head/; revision=120470
* Fix the build on amd64.Jeremy Messenger2004-10-211-0/+47
| | | | | | | | | | | | PR: ports/72943 Reported by: pointyhat via kris sean@mcneil.com Submitted by: sean@mcneil.com (patch) Michael Johnson <ahze@ahze.net> (maintainer) Tested by: sean@mcneil.com Notes: svn path=/head/; revision=119890
* Only define WITHOUT_MPEG4IP for >=502126 and if you don't already have mpeg4ipJeremy Messenger2004-10-181-2/+6
| | | | | | | | | | | | previously installed. This is also only a temp fix until mpeg4ip is updated (ports/72206) or fixed. PR: ports/72799 Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) Pointed out by: spamrefuse@yahoo.com Notes: svn path=/head/; revision=119708
* Disable depend on mpeg4ip until new mpeg4ip is committed. The current mpeg4ipJeremy Messenger2004-10-141-0/+3
| | | | | | | | | is broke, so disable this to allow other apps to get build with faad. Requested by: Michael Johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=119456
* Backout previous commit because the rest of the updates can't beEdwin Groothuis2004-10-142-6/+45
| | | | | | | | tested because I'm still on 5.2.1 and I can't compile gcc34 and the only packages for gcc34 I find are 4.10 or 5.3. Bummer! Notes: svn path=/head/; revision=119360
* [MAINTAINER] audio/faad2: Patch for new mpeg4ip [2 of 4]Edwin Groothuis2004-10-142-44/+6
| | | | | | | | | | - make faad use libmp4v2 so mpeg4ip can use faad. PR: ports/72205 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=119348
* Fix WWW lineKirill Ponomarev2004-10-121-1/+1
| | | | | | | | PR: ports/71597 Submitted by: maintainer Notes: svn path=/head/; revision=118879
* Set NO_CDROM due to licensing restrictions.Mark Linimon2004-10-041-0/+2
| | | | | | | | | PR: ports/71655 Submitted by: Michael Johnson <ahze at ahze dot net> (maintainer) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=118539
* - Only use SDL support if WITHOUT_MPEG4IP is not definedPav Lucistnik2004-08-291-1/+4
| | | | | | | | | PR: ports/71041 Pointed out by: <ingmar.gebert@stud.uni-rostock.de> Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=117559
* 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-2/+2
| | | | Notes: svn path=/head/; revision=110841
* - Switch to MASTER_SITE_SOURCEFORGE_EXTENDEDPav Lucistnik2004-05-251-1/+1
| | | | | | | | PR: ports/67190 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=110002