aboutsummaryrefslogtreecommitdiff
path: root/audio/mpg123
Commit message (Collapse)AuthorAgeFilesLines
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* - Update to 1.20.1Roman Bogorodskiy2014-07-063-5/+8
| | | | | | | - Specify arm_nofpu CPU on ARM arch Notes: svn path=/head/; revision=360858
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Update to 1.19.0.Roman Bogorodskiy2014-03-103-5/+4
| | | | Notes: svn path=/head/; revision=347775
* Fix plist, don't know how I ended up add that wrong entry, but pointyhat on meBaptiste Daroussin2014-03-031-1/+1
| | | | | | | Reported by: "Herbert J. Skuhra" <hskuhra@eumx.net> Notes: svn path=/head/; revision=346873
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-6/+4
| | | | Notes: svn path=/head/; revision=346815
* Update to 1.18.1.Roman Bogorodskiy2014-03-022-3/+3
| | | | Notes: svn path=/head/; revision=346746
* Update to 1.17.0.Roman Bogorodskiy2013-12-302-3/+3
| | | | Notes: svn path=/head/; revision=338079
* Fix testings that should not have been inBaptiste Daroussin2013-12-122-1/+2
| | | | | | | Pointyhat to: bapt Notes: svn path=/head/; revision=336288
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-5/+2
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Update to 1.16.0.Roman Bogorodskiy2013-10-133-3/+6
| | | | Notes: svn path=/head/; revision=330234
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Update to 1.15.4.Roman Bogorodskiy2013-06-022-3/+3
| | | | Notes: svn path=/head/; revision=319692
* Update to 1.15.2.Roman Bogorodskiy2013-03-243-32/+3
| | | | Notes: svn path=/head/; revision=315102
* Fix build on i386.Roman Bogorodskiy2013-03-121-0/+29
| | | | | | | | Reported by: Tsurutani Naoki in ports/176743 Submitted by: olli Notes: svn path=/head/; revision=313983
* - Update to 1.15.1Roman Bogorodskiy2013-03-022-4/+3
| | | | | | | | - Drop GCC dependency as it now doesn't crash when compiled with clang Notes: svn path=/head/; revision=313187
* - Force GCC to do the build for the time being, since Clang produces bad codeAlexey Dokuchaev2013-02-151-9/+6
| | | | | | | | | | at least on amd64 (mpg123 simply dumps core upon run) - Trim Makefile header, retouch COMMENT, and perform minor Makefile cleanups Approved by: novel (maintainer) Notes: svn path=/head/; revision=312288
* Update to 1.14.4.Roman Bogorodskiy2012-08-152-3/+3
| | | | Notes: svn path=/head/; revision=302579
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* Update to 1.14.3.Roman Bogorodskiy2012-07-062-3/+3
| | | | Notes: svn path=/head/; revision=300561
* Update to 1.14.2.Roman Bogorodskiy2012-06-102-3/+3
| | | | Notes: svn path=/head/; revision=298905
* Update to 1.14.1.Roman Bogorodskiy2012-05-072-3/+3
| | | | Notes: svn path=/head/; revision=296122
* Update to 1.13.7.Roman Bogorodskiy2012-03-312-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294038
* Update to 1.13.6.Roman Bogorodskiy2012-03-132-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293204
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+3
| | | | | | | | | | | | - 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
* Update to 1.13.4.Roman Bogorodskiy2011-09-162-3/+3
| | | | Notes: svn path=/head/; revision=281831
* Disable vendor optimization flags in CFLAGS.Roman Bogorodskiy2011-06-231-1/+2
| | | | | | | | PR: 158191 Submitted by: Pan Tsu <inyaoo@gmail.com> Notes: svn path=/head/; revision=276109
* - Update to 1.13.3Roman Bogorodskiy2011-05-132-4/+3
| | | | | | | - Remove useless CONFIGURE_TARGET definition Notes: svn path=/head/; revision=274046
* Update to 1.13.2.Roman Bogorodskiy2011-02-252-3/+3
| | | | Notes: svn path=/head/; revision=269739
* - Update to 1.13.1 [1]Roman Bogorodskiy2011-02-233-10/+11
| | | | | | | | | | | - Specify LICENSE [1] - Use USE_GNOME's gnomehack and ltverhack PR: 154720 [1] Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> Notes: svn path=/head/; revision=269552
* Update to 1.12.5.Roman Bogorodskiy2010-10-232-5/+7
| | | | | | | | PR: 151158 (based on) Submitted by: Anton Yuzhaninov <ayuzhaninov@monitoring.int.vega.ru> Notes: svn path=/head/; revision=263481
* Update to 1.12.3.Roman Bogorodskiy2010-07-172-4/+4
| | | | Notes: svn path=/head/; revision=257892
* Update to 1.12.1.Roman Bogorodskiy2010-04-273-7/+9
| | | | | | | | PR: 145943 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Notes: svn path=/head/; revision=253353
* Update to 1.10.1.Roman Bogorodskiy2010-02-282-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250416
* Update to 1.10.0.Roman Bogorodskiy2010-01-043-5/+5
| | | | | | | | | PR: 141823, 142326 Submitted by: Oliver Herold <oh@fixmbr.de>, WATANABE Kazuhiro <CQG00620@nifty.ne.jp>, Yuri Pankov <yuri.pankov@gmail.com> Notes: svn path=/head/; revision=247154
* Update to 1.9.1.Roman Bogorodskiy2009-11-202-4/+4
| | | | | | | | PR: 139466 Submitted by: sylvio Notes: svn path=/head/; revision=244547
* - 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
* Update to 1.9.0.Roman Bogorodskiy2009-08-203-7/+6
| | | | | | | | PR: 135958 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Notes: svn path=/head/; revision=239993
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-0/+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
* - Update to 1.6.4Pav Lucistnik2009-01-3017-546/+35
| | | | | | | | | PR: ports/126537 (based on) Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer timeout (novel; 6 months) Notes: svn path=/head/; revision=227194
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+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
* Remove support for OSVERSIONS < 5Edwin Groothuis2007-10-031-12/+0
| | | | Notes: svn path=/head/; revision=200753
* Cleanup non-supported FreeBSD versions.Roman Bogorodskiy2007-04-161-4/+1
| | | | | | | | PR: 111679 Submitted by: edwin Notes: svn path=/head/; revision=190112
* Fix a segfault on playing an empty file.Roman Bogorodskiy2006-04-271-0/+12
| | | | | | | Reported by: Harald Muehlboeckk <home@clef.at> Notes: svn path=/head/; revision=160576
* SHA256ifyEdwin Groothuis2006-01-251-2/+6
| | | | | | | APproved by: krion@ Notes: svn path=/head/; revision=154400
* Make sure to apply the distfile group to the whole ${MASTER_SITE_foo}.Bill Fenner2005-11-281-1/+2
| | | | | | | | | Switch to PATCH_SITE_SUBDIR instead of substituting %SUBDIR%. Approved by: Roman Bogorodskiy (MAINTAINER) Notes: svn path=/head/; revision=149822
* Fix wrong handling of mp3 files with id3 tag "genre" = 148Roman Bogorodskiy2005-03-102-22/+28
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=130811
* Use @freebsd.org address for my ports.Roman Bogorodskiy2005-03-081-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=130591
* Fix buffer overflow vulnerability.Simon L. B. Nielsen2005-01-152-1/+31
| | | | | | | | | VuXML: http://vuxml.FreeBSD.org/3cc84400-6576-11d9-a9e7-0001020eed82.html Obtained from: Debian Approved by: maintainer, erwin (mentor) Notes: svn path=/head/; revision=126499