aboutsummaryrefslogtreecommitdiff
path: root/audio/libopenspc
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/libopenspc: allow linking with lld on i386Ed Maste2018-09-181-0/+1
| | | | | | | | | | | | By default lld does not allow relocations against read-only segments. Add -Wl,-znotext to override the default. No effect on GNU ld, where this just reaffirms the default. Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=480074
* 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
* Unbreak by adding extra distfile location outside the freebsd cluster.Koop Mast2015-04-241-3/+2
| | | | Notes: svn path=/head/; revision=384629
* Mark broken unfetchable portsBaptiste Daroussin2015-04-051-0/+1
| | | | Notes: svn path=/head/; revision=383354
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-251-3/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=362883
* Stagify.Koop Mast2014-03-311-1/+0
| | | | Notes: svn path=/head/; revision=349788
* 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-6/+2
| | | | | | | | | | | 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
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284626
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Add dependency on nasm.Koop Mast2009-01-061-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=225348
* Fix a typo that prevented fetching.Erwin Lansing2009-01-031-1/+1
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=225189
* Add libopenspc. A library for playing .spc (Snes audio) files.Koop Mast2009-01-013-0/+31
Distfile obtained from debian ftp mirrors. Notes: svn path=/head/; revision=225084