diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-19 06:29:35 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-19 06:29:35 +0000 |
commit | 3dc8097aac854240d9eebda13ee5bea844a09017 (patch) | |
tree | 3fef8894b292a7b19d738b3c8bcecdc0cd119587 /audio/libvorbis/files/patch-lib_psy.c | |
parent | Fix MASTER_SITES and take maintainership. (diff) |
o update to 1.0 RC1.
PORTEPOCH bumped due to PKGNAME now strictly follows handbook.
(1.0b4,1 > 1.0.r1,1 vs. 1.0b4,1 < 1.0.r1,2)
o support NOPORTDOCS.
o remove stale MASTER_SITES.
PR: 29036
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=45236
Diffstat (limited to 'audio/libvorbis/files/patch-lib_psy.c')
-rw-r--r-- | audio/libvorbis/files/patch-lib_psy.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/libvorbis/files/patch-lib_psy.c b/audio/libvorbis/files/patch-lib_psy.c deleted file mode 100644 index c736d2bc7b4d..000000000000 --- a/audio/libvorbis/files/patch-lib_psy.c +++ /dev/null @@ -1,12 +0,0 @@ -$FreeBSD$ ---- lib/psy.c.orig Mon Feb 26 05:37:59 2001 -+++ lib/psy.c Wed Mar 21 15:50:10 2001 -@@ -191,7 +191,7 @@ - p->total_octave_lines=maxoc-p->firstoc+1; - - p->ath=_ogg_malloc(n*sizeof(float)); -- p->octave=_ogg_malloc(n*sizeof(int)); -+ p->octave=_ogg_malloc(n*sizeof(long)); - p->bark=_ogg_malloc(n*sizeof(float)); - p->vi=vi; - p->n=n; |