aboutsummaryrefslogtreecommitdiff
path: root/audio/spiralsynth
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-0/+0
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* 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
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-6/+2
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-225-10/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* audio category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-4/+3
| | | | | | | | | xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382272
* Remove useless @dirrmBaptiste Daroussin2015-01-171-1/+0
| | | | Notes: svn path=/head/; revision=377251
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Support stagingDmitry Marakasov2014-05-091-5/+4
| | | | Notes: svn path=/head/; revision=353536
* Remove trailing whitespaces from category audioEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345395
* - Fix build on 10.xDmitry Marakasov2014-02-193-3/+13
| | | | Notes: svn path=/head/; revision=345030
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Convert to PORT_OPTIONS:MDOCS.Adam Weinberger2014-01-031-2/+4
| | | | | | | Holdout shame list: ruby, perl, python Notes: svn path=/head/; revision=338547
* 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
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326658
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-5/+1
| | | | | | | | Submitted by: trevor With hat: portmgr Notes: svn path=/head/; revision=311049
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Unbreak - fix build with latest x11-toolkits/fltkPietro Cerutti2011-11-153-7/+26
| | | | | | | | | - Fix a runtime segfault due to an uninitialized pointer Feature safe: yes Notes: svn path=/head/; revision=285849
* - Mark BROKEN: does not compile with new fltkPav Lucistnik2011-11-041-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=285056
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Chase x11-toolkits/fltk updatePietro Cerutti2010-03-231-1/+1
| | | | Notes: svn path=/head/; revision=251412
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* fix build with gcc41Tilman Keskinoz2006-12-221-0/+11
| | | | Notes: svn path=/head/; revision=180515
* Reset maintainership to ports@ after ~4 months without any response to anyAlexander Leidinger2006-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1] Notes: svn path=/head/; revision=155784
* Update port: audio/spiralsynth update MASTER_SITE and pkg-descrEdwin Groothuis2005-11-223-2/+3
| | | | | | | | | | | | | | | | | | | | - Update MASTER_SITE to fix fetch problem and WWW on pkg-descr - Maintainer has been CCed Also added SHA256 ---- This PR has been selected to inform you about my unhappines with regarding about the current implementation of the silly "To see this PR with email addresses displayed, enter the code from the image and submit:" forms. ---- PR: ports/87940 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=149017
* Tidy up whitespace.Trevor Johnson2004-04-101-10/+10
| | | | Notes: svn path=/head/; revision=106671
* Patch for GCC 3.3.3.Trevor Johnson2004-02-098-9/+134
| | | | Notes: svn path=/head/; revision=100494
* Add size data.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99278
* Remove my e-mail address from DESCR files of portsTrevor Johnson2003-11-131-1/+0
| | | | | | | I have contributed, in order to attract less spam. Notes: svn path=/head/; revision=93877
* Remove my e-mail address from comment blocks of portsTrevor Johnson2003-11-131-1/+1
| | | | | | | I have contributed, in hopes of attracting less spam. Notes: svn path=/head/; revision=93876
* Respect CC, CFLAGS, CXX, CXXFLAGS. Don't hard-code g++ as theTrevor Johnson2003-11-041-3/+15
| | | | | | | | linker either. Chase soundcard.h header. Mark broken at kris' request. Notes: svn path=/head/; revision=93091
* Fix a problem in post-patch.Trevor Johnson2003-11-031-3/+2
| | | | | | | noticed by: kris Notes: svn path=/head/; revision=93000
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-7/+3
| | | | | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
| | | | Notes: svn path=/head/; revision=92312
* Avoid Perl.Trevor Johnson2003-10-041-5/+8
| | | | | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx Notes: svn path=/head/; revision=90251
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81207
* Unbreak.Dmitry Sivachenko2003-03-212-2/+10
| | | | | | | Approved by: kris Notes: svn path=/head/; revision=77172
* These are not compatible with the new fltk.Trevor Johnson2003-03-011-0/+2
| | | | | | | Reported by: David Thiel Notes: svn path=/head/; revision=76701
* Retire comment file.Trevor Johnson2003-03-012-1/+1
| | | | Notes: svn path=/head/; revision=76700
* Generate packing list.Trevor Johnson2002-05-232-11/+35
| | | | | | | Add support for use as a plugin (not yet usable). Notes: svn path=/head/; revision=59794
* Use PTHREAD_CFLAGS and PTHREAD_LIBS to permit building on bento.Trevor Johnson2001-08-291-1/+9
| | | | | | | | | | Submitted by: Patrick Li PR: 29597 While I'm here, use DOCSDIR and X11BASE too. Notes: svn path=/head/; revision=47048
* Add NOPORTDOCS support to pkg-plistYing-Chieh Liao2001-07-081-4/+4
| | | | | | | | PR: 28579, 28582, 28583, 28585, 28586, 28587, 28590, 28591, 28595, 28599 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44910
* - new master site (works for me)Trevor Johnson2000-12-064-7/+19
| | | | | | | | | | - new home page - update to 0.1.7 - add a patch needed for compilation - in pkg-descr, fix typo and update my address Notes: svn path=/head/; revision=35732
* Update to version 1.6.Trevor Johnson2000-10-042-3/+2
| | | | | | | | | | | | Remove unnecessary patches/patch-ab (patches a generated file). Remove all other patches (author incorporated them). Remove erroneous credit to NetBSD. PR: 21053, 21334 Approved by: will Notes: svn path=/head/; revision=33399