aboutsummaryrefslogtreecommitdiff
path: root/audio/libaacplus
Commit message (Collapse)AuthorAgeFilesLines
* Fix some misspelled or duplicated LICENSE_*Tobias Kortkamp2019-09-171-1/+0
| | | | Notes: svn path=/head/; revision=512232
* Remove unused AUTOMAKE_ARGS.Tijl Coosemans2017-12-241-2/+0
| | | | Notes: svn path=/head/; revision=457169
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Cleanup patches, a* categories.Mathieu Arnold2016-07-264-19/+19
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-9/+4
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+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
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+3
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-2/+1
| | | | Notes: svn path=/head/; revision=374885
* - Fix build failure in fetchThomas Zander2014-09-182-7/+11
| | | | | | | | | | | - New MASTER_SITES - Update LICENSE* PR: 193727 Submitted by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=368447
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-252-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366060
* Use default LIBTOOLIZE_ARGS such that USES=libtool takes effect.Tijl Coosemans2014-05-122-2/+2
| | | | Notes: svn path=/head/; revision=353782
* Support stageBaptiste Daroussin2014-05-111-2/+3
| | | | | | | | | | | Strip binaries Convert to USES=libtool PR: ports/189495 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=353744
* - Fix USE_AUTOTOOLS, Makefile_am in distfileThomas Zander2014-02-241-1/+8
| | | | | | | | | | | - Introduce LICENSE_* PR: ports/186907 Submitted by: Takefu <takefu@airport.fm> (maintainer) Approved by: thierry, jadawin (mentors) Notes: svn path=/head/; revision=345893
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* audio/libaacplus: allow stagingWilliam Grzybowski2013-11-012-8/+8
| | | | | | | | | | - Allow staging [1] (based on) PR: ports/183514 Submitted by: Takefu <takefu airport.fm> (maintainer) Notes: svn path=/head/; revision=332366
* 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
* - Fix make packageSunpoet Po-Chuan Hsieh2013-09-091-6/+4
| | | | | | | | | | | - Cosmetic change PR: ports/181956 Submitted by: Takefu <takefu@airport.fm> (maintainer) Reported by: gergely.czuczy@harmless.hu Notes: svn path=/head/; revision=326796
* Eliminate USE_GNOME=pkgconfig from audioBaptiste Daroussin2013-09-021-1/+1
| | | | | | | | | | | While here: - trim headers - convert USE_GMAKE -> USES=gmake - convert USE_GNOME=gnomehack -> USES=pathfix - convert USE_PERL5 -> USES=perl5 Notes: svn path=/head/; revision=325966
* - Update devel/automake to 1.14Ade Lovett2013-07-161-1/+1
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* Remove some dead MASTER_SITES.Wesley Shields2012-11-301-3/+1
| | | | | | | | | PR: ports/173759 Submitted by: Takefu <takefu@airport.fm> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307989
* Convert to OptionsNGEitan Adler2012-10-081-7/+5
| | | | | | | | | | Trim the headers PR: ports/172467 Submitted by: Takefu <takefu@airport.fm> (maintainer) Notes: svn path=/head/; revision=305513
* - Fix linking when building with clangMichael Scheidell2012-08-061-0/+1
| | | | | | | | PR: ports/169672 Submitted by: Takefu <takefu@airport.fm> (maintainer) Notes: svn path=/head/; revision=302158
* - Mark MAKE_JOBS_UNSAFEChris Rees2012-02-063-6/+47
| | | | | | | | | | | | PR: ports/163465 Submitted by: "T.J." <baotserver@gmail.com> - Remove dependency on unzip Submitted by: Takefu <takefu@airport.fm> (maintainer) Notes: svn path=/head/; revision=290503
* - Fix a typoMartin Wilke2011-11-251-0/+11
| | | | | | | | | PR: 161569 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=286442
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-0/+1
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* - Use gnomehackBeech Rintoul2011-09-163-23/+6
| | | | | | | | | | | - Remove CONFIGURE_ENV - Invalid 'WITH_OLDLIBS' deletion. PR: ports/160727 Submitted by: Takefu <takefu@airport.fm> (maintainer) Notes: svn path=/head/; revision=281847
* - Update to 2.0.2Pav Lucistnik2011-01-245-90/+24
| | | | | | | | | PR: ports/153518 Submitted by: Takefu <takefu@airport.fm> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268171
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* update to 1.1.0Max Brazhnikov2010-10-303-5/+17
| | | | | | | | PR: ports/151281 Submitted by: Takefu (maintainer) Notes: svn path=/head/; revision=263779
* 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
* - Checks for unzip in configure scriptPav Lucistnik2010-10-021-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=262330
* - Catch up with autotools@Philip M. Gollucci2010-09-231-1/+1
| | | | | | | Reporteds by: portsnap Notes: svn path=/head/; revision=261682
* HE-AAC+ Codec as Shared LibraryDmitry Marakasov2010-09-236-0/+155
WWW: http://tipok.org.ua/ru/node/17/ PR: 149794 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=261661