aboutsummaryrefslogtreecommitdiff
path: root/audio/openspc
Commit message (Collapse)AuthorAgeFilesLines
* Support staging.Emanuel Haupt2013-10-231-3/+2
| | | | Notes: svn path=/head/; revision=331422
* Fix build on 10-CURRENTEmanuel Haupt2013-10-041-0/+1
| | | | Notes: svn path=/head/; revision=329294
* 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
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313649
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-6/+6
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - 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
* -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
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-301-0/+1
| | | | Notes: svn path=/head/; revision=231308
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209970
* Replace INSTALL_SHLIB with USE_LDCONFIGEmanuel Haupt2006-06-291-1/+1
| | | | Notes: svn path=/head/; revision=166612
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+3
| | | | Notes: svn path=/head/; revision=164152
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* 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
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* OpenSPC is an SPC command line player created using a very modified SNEeSe SPCPav Lucistnik2005-07-133-0/+41
CPU core. It was written in C (although the SPC core is in Assembly) using DJGPP. PR: ports/83222 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=139069