aboutsummaryrefslogtreecommitdiff
path: root/audio/blop
Commit message (Collapse)AuthorAgeFilesLines
* 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 USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | Notes: svn path=/head/; revision=154104
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-082-3/+1
| | | | | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio Notes: svn path=/head/; revision=147568
* 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
* Add missing directoryKris Kennaway2004-11-261-0/+1
| | | | Notes: svn path=/head/; revision=122443
* Update to version 0.2.8Kirill Ponomarev2004-08-305-53/+42
| | | | | | | | PR: ports/71120 Submitted by: Ports Fury Notes: svn path=/head/; revision=117629
* - Fix build on non-i386 archKirill Ponomarev2004-03-012-8/+12
| | | | | | | | PR: ports/63588 Submitted by: Ports Fury Notes: svn path=/head/; revision=102659
* BROKEN on alpha 5.x: Configure failsKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101836
* 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
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
| | | | Notes: svn path=/head/; revision=92312
* Update to 0.2.7Tilman Keskinoz2003-05-017-90/+50
| | | | | | | | | | USE_GETOPT_LONG PR: 51510 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=79959
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Fix Build on STABLE.Tilman Keskinoz2003-02-114-0/+82
| | | | | | | | PR: 48168 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=75324
* Update to 0.2.6. Drop MaintainershipTilman Keskinoz2003-02-024-50/+26
| | | | Notes: svn path=/head/; revision=74525
* Update my EmailadressTilman Keskinoz2002-10-221-2/+2
| | | | | | | Approved by: kris (mentor) Notes: svn path=/head/; revision=68592
* Update to blop-0.2.5 to unbreakKris Kennaway2002-09-296-103/+49
| | | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> (maintainer) PR: ports/43293 Approved by: myself (portmgr hat on) Notes: svn path=/head/; revision=67232
* add blop 0.1.0Ying-Chieh Liao2002-09-217-0/+135
Bandlimited oscillator plugins for LADSPA-aware audio applications PR: 38450 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=66975