aboutsummaryrefslogtreecommitdiff
path: root/audio/linux-f10-freealut
Commit message (Collapse)AuthorAgeFilesLines
* Here are new Linux Fedora 10 infrastructure ports.Boris Samorodov2009-06-012-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML. Notes: svn path=/head/; revision=234983
* Here are new Linux Fedora 8 infrastructure ports.Boris Samorodov2009-04-012-17/+20
| | | | | | | | | | | | | | | | | | The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-) Notes: svn path=/head/; revision=231438
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav) Notes: svn path=/head/; revision=230420
* Reset maintainership. Thanks for your good work!Boris Samorodov2009-02-051-1/+1
| | | | | | | Submitted by: the former maintainer via ports@ ML Notes: svn path=/head/; revision=227691
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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
* - Update maintainer mail adressMartin Wilke2007-05-251-1/+1
| | | | | | | | PR: 112538 Submitted by: Jona Joachim<walkingshadow@grummel.net> (maintainer) Notes: svn path=/head/; revision=191731
* Freealut is a free implementation of the OpenAL Utility ToolkitBoris Samorodov2006-09-073-0/+41
(ALUT). It is well suited to producing succinct demo programs and to help new developers to get started with OpenAL without distractions such as loading sound samples from disk. WWW: http://www.openal.org/ PR: ports/102854 Submitted by: Jona Joachim <walkingshadow at grummel.net> Notes: svn path=/head/; revision=172526