diff options
author | ben <ben> | 2004-12-03 14:20:03 +0000 |
---|---|---|
committer | ben <ben> | 2004-12-03 14:20:03 +0000 |
commit | d18cf51cb80e96976b3aafaa3adf44714420c469 (patch) | |
tree | f661f9e159cc5ad1698e2180774f3f12a49ecdfc /audio/guspatches/MESSAGE | |
parent | f17538a57147fda4d9e4d20a6197b7af2105e041 (diff) | |
download | pkgsrc-d18cf51cb80e96976b3aafaa3adf44714420c469.tar.gz |
Modify directory structure used by guspatches and eawpatches.
1) install patches into separate directories to eliminate pkgsrc conflict
2) leave timidity configuration up to user, with instructions in MESSAGE
3) make timidity read configuration from PKG_SYSCONFDIR
4) bump PKGREVISION on eawpatches, guspatches, and timidity
Diffstat (limited to 'audio/guspatches/MESSAGE')
-rw-r--r-- | audio/guspatches/MESSAGE | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/guspatches/MESSAGE b/audio/guspatches/MESSAGE new file mode 100644 index 00000000000..346387ceb82 --- /dev/null +++ b/audio/guspatches/MESSAGE @@ -0,0 +1,14 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/12/03 14:20:03 ben Exp $ + + To use timidity with guspatches, you have a couple of options. + + 1) at the command-line: + + timidity -L ${PREFIX}/share/guspatches -c timidity.cfg file.mid + + 2) in the system-wide timidity configuration: + + cp ${PREFIX}/share/guspatches/timidity.cfg ${PKG_SYSCONFDIR}/timidity + +=========================================================================== |