summaryrefslogtreecommitdiff
path: root/audio/spiralsynth/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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)
* - 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}.
* 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]
* Update port: audio/spiralsynth update MASTER_SITE and pkg-descrEdwin Groothuis2005-11-221-1/+1
| | | | | | | | | | | | | | | | | - 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>
* Tidy up whitespace.Trevor Johnson2004-04-101-10/+10
|
* Patch for GCC 3.3.3.Trevor Johnson2004-02-091-9/+14
|
* Remove my e-mail address from comment blocks of portsTrevor Johnson2003-11-131-1/+1
| | | | I have contributed, in hopes of attracting less spam.
* 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.
* Fix a problem in post-patch.Trevor Johnson2003-11-031-3/+2
| | | | noticed by: kris
* 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.
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
|
* Avoid Perl.Trevor Johnson2003-10-041-5/+8
| | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx
* 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
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
|
* Unbreak.Dmitry Sivachenko2003-03-211-2/+0
| | | | Approved by: kris
* These are not compatible with the new fltk.Trevor Johnson2003-03-011-0/+2
| | | | Reported by: David Thiel
* Retire comment file.Trevor Johnson2003-03-011-0/+1
|
* Generate packing list.Trevor Johnson2002-05-231-6/+35
| | | | Add support for use as a plugin (not yet usable).
* 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.
* - new master site (works for me)Trevor Johnson2000-12-061-3/+2
| | | | | | | - new home page - update to 0.1.7 - add a patch needed for compilation - in pkg-descr, fix typo and update my address
* Update to version 1.6.Trevor Johnson2000-10-041-2/+1
| | | | | | | | | 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
* Change MAINTAINER for my ports.Trevor Johnson2000-10-021-1/+1
| | | | Approved by: will
* Add spiralsynth 0.1.5, a nifty program that generates noise or musicWill Andrews2000-09-161-0/+36
(depending on the talents of the user) from a MIDI or PC keyboard, and outputs to /dev/dsp or to a .wav file. PR: 21053 Submitted by: Trevor Johnson <trevor@jpj.net>