summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* audio/mpg123: update to 1.23.5Roman Bogorodskiy2016-06-261-1/+1
| | | | Notes: svn path=/head/; revision=417522
* audio/mpg123: update to 1.23.4Roman Bogorodskiy2016-05-121-1/+1
| | | | Notes: svn path=/head/; revision=415072
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* audio/mpg123: update to 1.23.3Roman Bogorodskiy2016-03-261-1/+1
| | | | Notes: svn path=/head/; revision=411928
* audio/mpg123: update to 1.23.2Roman Bogorodskiy2016-02-251-1/+1
| | | | Notes: svn path=/head/; revision=409488
* audio/mpg123: update to 1.23.1Roman Bogorodskiy2016-02-161-1/+1
| | | | Notes: svn path=/head/; revision=408968
* audio/mpg123: update to 1.23.0Roman Bogorodskiy2016-02-051-1/+1
| | | | Notes: svn path=/head/; revision=408126
* Update to 1.22.4.Roman Bogorodskiy2015-08-141-1/+1
| | | | Notes: svn path=/head/; revision=394228
* Update to 1.22.3.Roman Bogorodskiy2015-08-081-2/+1
| | | | Notes: svn path=/head/; revision=393736
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Update to 1.22.2.Roman Bogorodskiy2015-05-261-1/+1
| | | | Notes: svn path=/head/; revision=387495
* - Remove libtool hacks and patches that are now handled by USES=libtoolTijl Coosemans2015-04-181-1/+0
| | | | | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that Notes: svn path=/head/; revision=384215
* Update to 1.22.1.Roman Bogorodskiy2015-04-181-2/+1
| | | | Notes: svn path=/head/; revision=384205
* - Drop .la files, no dependees require themDmitry Marakasov2014-12-121-2/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=374564
* Update to 1.21.0.Roman Bogorodskiy2014-10-111-1/+1
| | | | Notes: svn path=/head/; revision=370650
* 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-061-2/+3
| | | | | | | - 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-101-2/+1
| | | | Notes: svn path=/head/; revision=347775
* Convert to USES=libtoolBaptiste Daroussin2014-03-021-3/+3
| | | | Notes: svn path=/head/; revision=346815
* Update to 1.18.1.Roman Bogorodskiy2014-03-021-1/+1
| | | | Notes: svn path=/head/; revision=346746
* Update to 1.17.0.Roman Bogorodskiy2013-12-301-1/+1
| | | | Notes: svn path=/head/; revision=338079
* Fix testings that should not have been inBaptiste Daroussin2013-12-121-1/+1
| | | | | | | 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-131-1/+2
| | | | 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-021-1/+1
| | | | Notes: svn path=/head/; revision=319692
* Update to 1.15.2.Roman Bogorodskiy2013-03-241-1/+1
| | | | Notes: svn path=/head/; revision=315102
* - Update to 1.15.1Roman Bogorodskiy2013-03-021-2/+1
| | | | | | | | - 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-151-1/+1
| | | | 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-061-1/+1
| | | | Notes: svn path=/head/; revision=300561
* Update to 1.14.2.Roman Bogorodskiy2012-06-101-1/+1
| | | | Notes: svn path=/head/; revision=298905
* Update to 1.14.1.Roman Bogorodskiy2012-05-071-1/+1
| | | | Notes: svn path=/head/; revision=296122
* Update to 1.13.7.Roman Bogorodskiy2012-03-311-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294038
* Update to 1.13.6.Roman Bogorodskiy2012-03-131-1/+1
| | | | | | | 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-161-1/+1
| | | | 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-131-2/+1
| | | | | | | - Remove useless CONFIGURE_TARGET definition Notes: svn path=/head/; revision=274046
* Update to 1.13.2.Roman Bogorodskiy2011-02-251-1/+1
| | | | Notes: svn path=/head/; revision=269739
* - Update to 1.13.1 [1]Roman Bogorodskiy2011-02-231-6/+5
| | | | | | | | | | | - 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-231-2/+4
| | | | | | | | 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-171-1/+1
| | | | Notes: svn path=/head/; revision=257892
* Update to 1.12.1.Roman Bogorodskiy2010-04-271-3/+5
| | | | | | | | PR: 145943 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Notes: svn path=/head/; revision=253353
* Update to 1.10.1.Roman Bogorodskiy2010-02-281-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250416
* Update to 1.10.0.Roman Bogorodskiy2010-01-041-1/+1
| | | | | | | | | 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-201-1/+1
| | | | | | | | PR: 139466 Submitted by: sylvio Notes: svn path=/head/; revision=244547