aboutsummaryrefslogtreecommitdiff
path: root/audio/swhplugins
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add gettext-tools to Build dependency in case NLS is disabled.Tilman Keskinoz2021-01-041-0/+1
| | | | | | | | | | autopoint is called during autoreconf stage (see PR 234833 for details) PR: 251954 Reported by: tjlegg Notes: svn path=/head/; revision=560308
* audio/swhplugins: update to 0.4.17Piotr Kubaj2020-12-163-18/+13
| | | | | | | | | | | | | - enable on all architectures, tested to build now on aarch64 and powerpc64 - upstream moved to GitHub, the port needs to as well, - add dependency for textproc/p5-XML-Parser, it's now necessary, - add USES=autoreconf, upstream does not provide configure and Makefile, - add USES=shebangfix for /usr/bin/perl in makestub.pl's shebang, - add USES=localbase:ldflags instead of specifying flags manually, - remove post-patch step, it's not necessary now. Notes: svn path=/head/; revision=558235
* Three plugins used C89 inline semantics, which resulted in unresolvedTilman Keskinoz2019-09-231-5/+8
| | | | | | | | | | | | | symbols with C99 compilers. PR: 239128 Reported by: Marcel Bonnet While here, portlint. Grab back maintainership. Notes: svn path=/head/; revision=512672
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | 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-17/+8
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371234
* 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
* - Switch to USES=libtoolDmitry Marakasov2014-07-281-4/+2
| | | | Notes: svn path=/head/; revision=363271
* Stage supportAntoine Brodin2013-12-301-1/+0
| | | | Notes: svn path=/head/; revision=338149
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-3/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-4/+2
| | | | Notes: svn path=/head/; revision=316287
* - Unbreak buildMartin Wilke2013-02-211-0/+1
| | | | Notes: svn path=/head/; revision=312694
* Convert to new options frameworkBaptiste Daroussin2012-06-011-12/+12
| | | | Notes: svn path=/head/; revision=297946
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-2/+2
| | | | | | | | | | - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+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
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* -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
* - Chase fftw3 updatePav Lucistnik2009-05-181-2/+2
| | | | Notes: svn path=/head/; revision=234143
* 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
* Use libtool port instead of included version to avoid a.out objformat botchKris Kennaway2007-01-291-0/+1
| | | | Notes: svn path=/head/; revision=183664
* The author fixed a backup restore glitch, the distfile is now fetchableTilman Keskinoz2007-01-231-2/+0
| | | | | | | | | again. Submitted by: Steve Harris Notes: svn path=/head/; revision=183069
* BROKEN: UnfetchableKris Kennaway2007-01-201-0/+2
| | | | Notes: svn path=/head/; revision=182825
* - Update to 0.4.15Jean-Yves Lefort2006-12-052-13/+22
| | | | | | | | - Add missing -lintl - Use OPTIONS Notes: svn path=/head/; revision=178927
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170572
* - Chase fftw3 libver bumpMichael Johnson2006-05-111-1/+2
| | | | Notes: svn path=/head/; revision=162087
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | Notes: svn path=/head/; revision=154104
* 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
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-081-0/+1
| | | | | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio Notes: svn path=/head/; revision=147568
* - Update to 0.4.14Renato Botelho2005-09-162-8/+5
| | | | | | | | PR: ports/86116 Submitted by: Ports Fury Notes: svn path=/head/; revision=142910
* 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
* - Update to 0.4.13.Florent Thoumie2005-03-062-3/+3
| | | | | | | | | PR: ports/78495 Submitted by: Ports Fury Approved by: pav (mentor) Notes: svn path=/head/; revision=130468
* Update to version 0.4.12Kirill Ponomarev2004-12-203-12/+6
| | | | | | | | PR: ports/75263 Submitted by: Ports Fury Notes: svn path=/head/; revision=124560
* Add missing fileKris Kennaway2004-11-261-0/+1
| | | | Notes: svn path=/head/; revision=122464
* - Add math/fftw3 to BUILD_DEPENDS since it installs the header files [1]Michael Johnson2004-11-241-2/+11
| | | | | | | | | | | - Add WITH_SSE knob since fftw3-float supports it - Add WITH_OPTIMIZED_CFLAGS knob to respect CFLAGS if not defined [1] Submitted by: KATO Tsuguru [1] Approved by: adamw (implicit) Notes: svn path=/head/; revision=122284
* Bump PORTREVISION due to last commit of dependency changesMichael Johnson2004-11-241-0/+1
| | | | | | | Approved by: adamw (implicit) Notes: svn path=/head/; revision=122277
* Change math/fftw3 dependency to math/fftw3-floatMichael Johnson2004-11-241-4/+1
| | | | | | | Approved by: adamw (implicit) Notes: svn path=/head/; revision=122276
* Fix comment: s/assember/assemblerKirill Ponomarev2004-11-091-1/+1
| | | | Notes: svn path=/head/; revision=121238
* Fix build.Kirill Ponomarev2004-11-091-1/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=121236
* Update to version 0.4.11Kirill Ponomarev2004-11-013-5/+7
| | | | | | | | PR: ports/73344 Submitted by: Ports Fury Notes: svn path=/head/; revision=120593