CVS log for ports/audio/openal/Makefile
Up to [FreeBSD] / ports / audio / openal
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:21:09 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:30:29 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Dec 1 23:12:12 2010 UTC (14 months, 1 week ago) by linimon
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Update maintainer's email address. Submitted by: maintainer (private email)
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:43:37 2010 UTC (20 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Bump PORTREVISION for ports that depend on libogg, directly or indirectly (via libvorbis, libtheora).
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:32:22 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -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
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jul 6 21:25:37 2009 UTC (2 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Apr 7 22:17:38 2009 UTC (2 years, 10 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
- Fix segfault under certain conditions PR: 133354 Submitted by: myself Approved by: pav@
Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Mar 17 00:32:41 2009 UTC (2 years, 10 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
- Oops, depend on nasm correctly Noticed by: cperciva@
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Mar 16 22:57:07 2009 UTC (2 years, 10 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +10 -2 lines
- Improve previous fix: - add patches by [3] to fix assembly - make use of assembly OPTIONal and depend on nasm when it's enabled PR: 131021 [1], 129362 [2] Submitted by: myself [1], "J. Altman <freebsd at chthonic dot com> [2] Patch by: Edward Sutton <mirror176 at hotmail dot com> [3] Approved by: oliver, maintainer timeout
Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Mar 16 00:54:39 2009 UTC (2 years, 10 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -0 lines
- Don't detect nasm, as it will lead to broken openal library built PR: 131021 Submitted by: myself Approved by: maintainer timeout
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Mar 9 21:31:13 2009 UTC (2 years, 11 months ago) by mva
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -0 lines
Added CONFLICTS with audio/openal-soft. They install the same includes. Approved by: miwi (mentor)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:18 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:46:30 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [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)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Mar 13 14:27:11 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
- Chase devel/sdl12 shlib version bump
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jul 28 12:27:14 2007 UTC (4 years, 6 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
- Chase increase of audio/libvorbis shlib version. - Bump PORTREVISION
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Jul 15 14:04:39 2007 UTC (4 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
- Bump PORTREVISION Approved by: portmgr (pav)
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Jan 28 09:07:35 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
Use libtool port instead of included one to avoid objformat a.out botch
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Sep 20 11:20:34 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Aug 16 13:27:38 2006 UTC (5 years, 5 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -1 lines
Allow the user to customize the audio buffer size. PR: ports/101960 Submitted by: jylefort Approved by: maintainer
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jul 5 17:54:22 2006 UTC (5 years, 7 months ago) by rafan
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- Fix build when CPUTYPE is set and nasm is installed PR: 99809 Submitted by: maintainer Approved by: delphij (mentor, implicit)
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Jul 1 23:47:49 2006 UTC (5 years, 7 months ago) by linimon
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -0 lines
Fails to compile on ia64. Notified maintainer.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed May 3 05:14:24 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +0 -1 lines
Remove USE_REINPLACE from ports in categories starting with A.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Apr 25 17:04:34 2006 UTC (5 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -2 lines
add pthread stuff to openal.pc's Libs and Cflags bump PORTREVISION
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Apr 23 19:46:44 2006 UTC (5 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -0 lines
fix oss support bump portrevision
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Apr 23 19:30:20 2006 UTC (5 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -0 lines
fix openal.pc
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Apr 23 19:01:28 2006 UTC (5 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -0 lines
fix build on amd64
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Apr 23 10:14:24 2006 UTC (5 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +14 -11 lines
update to openal 20060211 [1] fix dependant ports [2] PR: ports/96172 [1] ports/95192 [2] Submitted by: maintainer [1] oliver [2] Approved by: maintainer
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Nov 24 06:49:56 2005 UTC (6 years, 2 months ago) by jylefort
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +49 -5 lines
- Fix OSS support:
OpenAL uses a buffer size of 1024 bytes, which is too small on
some systems and/or with some applications, causing heavy drops in
the audio output. I solve the problem by using the value returned
by SNDCTL_DSP_GETBLKSIZE rather than 1024.
- Add options for enabling aRts, esd, SDL, vorbis and smpeg support
- Enable capture
- Fix info file handling (install in post-install, and do not use
install-info since bsd.port.mk takes care of it)
PR: ports/88728
Submitted by: jylefort
Approved by: maintainer timeout (15 days)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Aug 28 12:50:01 2005 UTC (6 years, 5 months ago) by novel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Fix MASTER_SITES. PR: 85360 Submitted by: Erik Greenwald (maintainer)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:24:52 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:21 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Apr 9 21:35:39 2005 UTC (6 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- Update to 20050401 PR: ports/79696 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 10 00:26:14 2005 UTC (7 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
- Update to 20050202 PR: ports/77037 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Aug 17 08:15:38 2004 UTC (7 years, 5 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Update to 20040816 PR: ports/70553 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun May 16 07:30:07 2004 UTC (7 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Restore maintainer; his email was bouncing last week and I fat-fingered the address when I retried it tonight. Sorry, Erik.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 16 04:04:16 2004 UTC (7 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Reset bouncing maintainer address: <eric@smluc.org>: Sorry, no mailbox here by that name. (#5.1.1)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Feb 15 14:34:29 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2 lines
- Update to version 20040215 PR: ports/62875 Submitted by: maintainer
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:18:36 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Nov 16 16:48:51 2003 UTC (8 years, 2 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
- Update to version 20031116 * src/al_debug.c: Fix an implicit declaration: the man page on linux says that vsnprintf() is a GNU extension, so #define _GNU_SOURCE * src/arch/sdl/sdl.c: #include <string.h> to avoid implicit declaration of memcpy()/memset() * audioconvert/ac_freq.c For the first sample in a chunk to be resampled*2, use dampened extrapolation instead of interpolation to somewhat reduce 'clicking'. * Michel Danzer's big endian patch * audioconvert/ac_freq.c Added Adam Moss's patch to improve fidelity of low-sampled sounds in higher sampling-rate environments. PR: 59340 Submitted by: maintainer
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Oct 27 09:11:27 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
portlint (whitespace cleanup)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Oct 4 04:53:13 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -0 lines
pthread fix for audio/openal on -current -pthread doesn't work anymore, this fixes up configure so audio/openal builds. PR: ports/57282 Submitted by: Erik Greenwald <erik@smluc.org>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Aug 16 10:24:22 2003 UTC (8 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
Utilize INFO.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jul 27 08:34:05 2003 UTC (8 years, 6 months ago) by daichi
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
update audio/openal: 20030524 -> 20030724 PR: 54893 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jun 7 14:44:20 2003 UTC (8 years, 8 months ago) by erwin
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -4 lines
Update to 20030524 fixes to queueing, source stuff, vector stuff, doppler stuff, ... PR: 52647 Submitted by: maintainer Approved by: edwin (mentor)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 31 08:00:45 2003 UTC (8 years, 10 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
Port installs a shared lib. Informed maintainer.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 21 10:59:31 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
De-pkg-comment.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jan 29 23:04:10 2003 UTC (9 years ago) by petef
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to 20030125. PR: 47497 Submitted by: maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 3 06:05:17 2003 UTC (9 years, 1 month ago) by petef
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -4 lines
Update to 20021215fbsd. PR: 46282 Submitted by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Dec 26 13:34:03 2002 UTC (9 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -1 lines
http://smluc.org/~erik/ doesn't contain distribution files anymore. Noticed on: portsruvey
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 18 13:04:35 2002 UTC (9 years, 1 month ago) by knu
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Set MAINTAINER back to the submitter. He is now reachable again. Submitted by: Erik Greenwald <erik@smluc.org>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 18 03:48:09 2002 UTC (9 years, 2 months ago) by kris
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Reset undeliverable maintainer addresses to ports@FreeBSD.org
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 20 18:58:48 2002 UTC (9 years, 6 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Update to 20020712: numerous improvements and bugfixes. PR: 40776 Submitted by: Erik Greenwald <erik@smluc.org>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 1 02:01:59 2002 UTC (9 years, 10 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -14 lines
Update to latest version PR: 36596 Submitted by: maintainer
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 21 01:26:26 2002 UTC (9 years, 11 months ago) by pat
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -6 lines
- Update to 20020217 - Pass the maintainership wand to submitter PR: 35162 Submitted by: Erik Greenwald <erik@smluc.org>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Feb 4 21:12:58 2001 UTC (11 years ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Style: use tabs, not spaces, to indent variables in Makefiles. (whitespace only changes)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:33:29 2001 UTC (11 years, 1 month ago) by trevor
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Master site was reorganized. Update the port accordingly. PR: 24090 Submitted by: Joseph Scott <joseph@randomnetworks.com>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 17 20:07:22 2000 UTC (11 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -6 lines
Add USE_GMAKE Remove redundant GNU_CONFIGURE Install info file Support install macros perl -> PERL Fix version number of sharedlib PR: 22054 Submitted by: Ports Fury
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 26 12:12:48 2000 UTC (11 years, 4 months ago) by tg
Branches: MAIN
New port openal, a 3D sound library.
