Skip site navigation (1)Skip section navigation (2)

CVS log for ports/audio/timidity++/Makefile

[BACK] Up to [FreeBSD] / ports / audio / timidity++

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:21:15 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -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.58: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:43:41 2010 UTC (20 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:31:26 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:13:21 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with A

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Jul 6 21:25:41 2009 UTC (2 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Bump PORTREVISION after libogg and libvorbisfile major version increment.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Jun 9 15:32:52 2009 UTC (2 years, 8 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Feb 8 04:12:00 2009 UTC (3 years ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Fix the index

Reported by: portsnap build

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Feb 1 23:49:56 2009 UTC (3 years ago) by lx
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Use pre-su-install.

Approved by:	nork@ (maintainer)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Jul 28 12:27:17 2007 UTC (4 years, 6 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat May 19 19:59:54 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Mar 22 16:59:22 2007 UTC (4 years, 10 months ago) by rafan
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +28 -58 lines
- Move timidity++ interface glues from audio/timidity++-emacs into
  audio/timidity++. This makes all interface ports much more similar
  to each others.
- As a result of changing master port, all interface ports portrevision
  are bumped
- Use PLIST_FILES for slave ports if possible
- While I'm here, remove 4.x support in audio/timidity++

Approved by:	nork (timidity++ maintainer, blanket)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Jan 30 10:25:23 2007 UTC (5 years ago) by pav
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -5 lines
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:	portmgr

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Sep 25 15:22:25 2005 UTC (6 years, 4 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +6 -2 lines
Append ${LOCALBASE}/include/libarc to CPPFLAGS instead of CONFIGURE_ENV directly
to avoid being overruled by the GNUGETOPT's CPPFLAGS settings on 4.x systems. [1]

Continue using GMAKE on systems before 5.0, due to a bug in our make there.

Reported by: dhw [1]

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Sep 23 13:19:44 2005 UTC (6 years, 4 months ago) by mi
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +9 -4 lines
Patch timidity to read the descriptions of the optional modules directly
from the module's shared object instead of a gratuitous .txt file, that
currently accompanies each module. This should fix pointhat's builds
of the interfaces without adding cruft to their PLISTs. The patch is
accepted by vendor.

Fix one other place in configure to look for tcl8X instead of tcl8.X.
The patch is accepted by vendor.

Realy on archivers/libarc instead of building the version bundled with
timidity.

Set USE_GETOPT_LONG -- timidity uses it, if it can, resulting in a
potentially omitted dependency.

Bump PORTREVISION.

Add links to the vendor's bug reports to each patch, where possible.

Approved by:	maintainer	(blanket)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Sep 17 22:30:28 2005 UTC (6 years, 4 months ago) by cperciva
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +8 -8 lines
Since MASTERDIR isn't autodefined by bsd.port.mk until after
bsd.port.pre.mk is included, move the block which uses it to be after
said inclusion.  This makes timidity++ cease to depend upon itself,
and unbreaks portsnap's INDEX-building.

Approved by:	linimon

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Sep 17 00:49:18 2005 UTC (6 years, 4 months ago) by nork
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +14 -15 lines
o Fix deep recursion problem of dependency on self. [1]
o Fix typo in playmidi.c. [2]
o Find tk84 or tk83 library for timidity++-tcltk slave port. [2]
o Change install directory of Japanese documentation files.  [2]
o Add RUN_DEPENDS on the timidity.cfg installed by audio/eawpats. [2] [3]
  I'll add audio/eawplus, and change dependency on audio/eawplus.
o Remove explicit requirements for particular major numbers [2]
  of the dependencies' share libraries. [2]

Pointed out by:	Mikhail Teterin <mi+kde@aldan.algebra.com> [1] [3]
Noticed by:	portmgr (marcus) [1]
Suggested by:	portmgr (kris) [1]
Submitted by:	Mikhail Teterin <mi@corbulon.video-collage.com> [2]
Approved by:	Jonathan Lennox <lennox@cs.columbia.edu> [3]

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Apr 16 10:36:02 2005 UTC (6 years, 9 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
- Fix PKGNAMESUFFIX which doesn't work with make(1) on RELENG_4.

Noticed by:	lofi, Dwayne MacKinnon <Dwayne.MacKinnon@xwave.com>

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Apr 12 12:49:02 2005 UTC (6 years, 10 months ago) by flz
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +73 -48 lines
- Update to 2.13.2.
- Assign maintainership to nork.
- Global overhaul of the port.

PR:		ports/79802
Submitted by:	Conrad J. Sabatier <conrads@cox.net>
Approved by:	maintainer timeout (see ports/68909)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Apr 10 21:27:12 2005 UTC (6 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -0 lines
BROKEN on 6.0: Depends on libxpg4, which was removed prematurely by tjr

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Oct 11 14:36:37 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -0 lines
- Add CONFLICTS, because of the same item in pkg-plist

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Apr 8 00:40:03 2003 UTC (8 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +0 -1 lines
Remove the USE_GNOMENG macro.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Feb 21 10:59:35 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
De-pkg-comment.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Feb 8 15:23:34 2003 UTC (9 years ago) by nork
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3 lines
Change MASTER_SITES and MAINTAINER's mail address.

PR:		ports/48086
Submitted by:	Yoichi ASAI <yatt@luna2.org> (maintainer)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Nov 19 15:50:16 2002 UTC (9 years, 2 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
remove un-needed dir

PR:		45268
Submitted by:	maintainer

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Aug 31 00:13:20 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -3 lines
Use USE_GNOMENG.

PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jan 21 03:31:59 2002 UTC (10 years ago) by sf
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -7 lines
o update to 2.11.0.
o PORTDOCS.

PR:		34080-34085
Submitted by:	maintainer

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 11 03:08:44 2001 UTC (10 years, 5 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Bump png major

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Mar 20 13:05:31 2001 UTC (10 years, 10 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Update to 2.10.4.

PR:		ports/25937, ports/25938
Submitted by:	Yoichi ASAI <yatt@msc.biglobe.ne.jp>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Mar 12 17:59:53 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3 lines
update to 2.10.3.

PR:		25701,25702
Submitted by:	maintainer

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jan 23 14:45:52 2001 UTC (11 years ago) by sf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
update to 2.10.2.

PR:		22591,22592
Submitted by:	maintainer

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Oct 19 14:43:40 2000 UTC (11 years, 3 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update to version 2.10.1

PR: 22091
Submitted by: MAINTAINER

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 5 05:19:37 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +9 -8 lines
Implement WANT_ESOUND, USE_ESOUND.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Aug 16 15:24:33 2000 UTC (11 years, 5 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Update to version 2.10.0

PR: 20640
Submitted by: MAINTAINER

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jul 8 07:37:17 2000 UTC (11 years, 7 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Update to 2.9.5.

PR:		ports/19776, ports/19777
Submitted by:	Maintainer

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 4 07:13:21 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Bump png shared library version.

Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 29 02:29:09 2000 UTC (11 years, 8 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Update to version 2.9.4.

PR:		18853
Submitted by:	maintainer

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed May 10 14:44:38 2000 UTC (11 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Update to 2.9.3.

PR:		ports/18482, ports/18483
Submitted by:	MAINTAINER

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Apr 27 09:53:48 2000 UTC (11 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Update TiMidity++ to 2.9.2.

PR:		ports/17827, ports/17828
Submitted by:	Yoichi ASAI <yatt@msc.biglobe.ne.jp>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Apr 20 10:10:13 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -2 lines
portlint and add SLAVEDIRS variable to master ports

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 17 00:17:07 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -6 lines
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Apr 8 21:24:32 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
update with the new PORTNAME/PORTVERSION variables

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Mar 31 21:20:58 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +30 -37 lines
update to 2.9.0

PR:		17354
Submitted by:	maintainer

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Oct 13 06:47:35 1999 UTC (12 years, 4 months ago) by flathill
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Use tclsh instead of wish
Change MAINTAINER to yatt@msc.biglobe.ne.jp
by his request

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Sep 10 17:08:53 1999 UTC (12 years, 5 months ago) by sada
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +78 -28 lines
Enhanced version of the software midi player `TiMidity' .

PR:		ports/12150
Submitted by:	Yoichi Asai <yatt@msc.biglobe.ne.jp>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:40:43 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Aug 28 02:42:15 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Aug 28 02:17:08 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
sed -> ${SED}

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:36:14 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Change Id->FreeBSD.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 22 23:32:15 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 4 15:04:31 1999 UTC (13 years, 1 month ago) by ache
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -1 lines
fix cfg file after install

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 4 01:33:28 1999 UTC (13 years, 1 month ago) by ache
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -14 lines
unbroke the port (fetch)
use gus patches set now

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 28 01:53:45 1998 UTC (13 years, 4 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Can't fetch the distfile and remove empty directories on deinstall.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 16 16:04:51 1998 UTC (13 years, 7 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Fix gus patches dist site

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 2 11:47:35 1998 UTC (14 years ago) by jseger
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
ftp.cdrom.com no longer has dgguspat.zip.  Switch MASTER_SITE to ftp.planix.com

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 7 22:08:13 1997 UTC (14 years, 5 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Timidity dist site moved

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jun 14 11:04:19 1997 UTC (14 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
Add NO_CDROM clause - dguspat.zip is copyrighted.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 5 06:14:26 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Add "-o" flag to unzip so it won't prompt about overwriting existing
files.  Add slash at end of ${DISTDIR}.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 18 05:20:10 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -5 lines
Standardize.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Nov 17 11:10:08 1996 UTC (15 years, 2 months ago) by ache
CVS tags: ache
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
MIDI-to-WAV rendered/player, sounds much better than playmidi

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Nov 17 11:10:08 1996 UTC (15 years, 2 months ago) by ache
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options