aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-flac
Commit message (Collapse)AuthorAgeFilesLines
* Add missing explicit dependencies.Christian Weisgerber2010-06-221-2/+9
| | | | | | | | | PR: 147974 Submitted by: Andrius Morkunas <hinokind@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=256841
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* -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
* Alas, the assumption that /nonexistent does not exist is not reliable.Christian Weisgerber2009-07-091-1/+4
| | | | | | | PR: 136447 Notes: svn path=/head/; revision=237505
* 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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 unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Update to FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-0711-317/+28
| | | | | | | | | | | | | worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476 Notes: svn path=/head/; revision=210771
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209697
* Fix integer overflows (CVE-2007-4619) by backporting correspondingChristian Weisgerber2007-11-138-3/+255
| | | | | | | | | | | fixes from FLAC 1.2.1. Reviewed by: miwi Approved by: portmgr (linimon) Security: ff65eecb-91e4-11dc-bd6c-0016179b2dd5 Notes: svn path=/head/; revision=202684
* - 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 waste time building unused static versions of convenience libraries.Christian Weisgerber2007-03-281-0/+1
| | | | Notes: svn path=/head/; revision=188608
* Ignore ${WRKSRC}/obj.Christian Weisgerber2007-03-271-5/+1
| | | | Notes: svn path=/head/; revision=188605
* Use ports libtool instead of the included one. This should fix buildingChristian Weisgerber2007-03-273-11/+12
| | | | | | | | | on 7.0-CURRENT. Notified by: kris (pointyhat) Notes: svn path=/head/; revision=188603
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+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
* Fix build on 4.x.Christian Weisgerber2005-03-161-0/+16
| | | | | | | Reported by: vs Notes: svn path=/head/; revision=131443
* Update to FLAC 1.1.2. Notable changes:Christian Weisgerber2005-03-165-52/+51
| | | | | | | | | | | | * better Ogg FLAC support * speedups * several new options to flac and metaflac * several API additions * streaming support in the XMMS plugin * bugfixes Notes: svn path=/head/; revision=131400
* Sync with Debian. No code changes.Christian Weisgerber2004-11-172-3/+3
| | | | | | | | PR: 74047 Submitted by: Radek Kozlowski <radek@raadradd.com> Notes: svn path=/head/; revision=121828
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+2
| | | | Notes: svn path=/head/; revision=104535
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Sync with Debian patch version, no functional changes.Christian Weisgerber2003-10-232-2/+2
| | | | | | | Submitted by: fenner (distfiles survey) Notes: svn path=/head/; revision=91921
* Chase XMMS library version.Christian Weisgerber2003-09-161-1/+1
| | | | | | | | PR: 56708 Submitted by: Linh Pham <question@closedsrc.org> Notes: svn path=/head/; revision=88999
* Catch up with Debian patch file. No functional changes.Christian Weisgerber2003-07-072-2/+2
| | | | | | | Reported by: fenner (portsurvey) Notes: svn path=/head/; revision=84411
* Spin off the XMMS FLAC plugin into its proper port.Christian Weisgerber2003-06-107-0/+120
PR: 52456 Suggested by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=82693