diff options
author | sf <sf@FreeBSD.org> | 2001-07-19 14:29:35 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-07-19 14:29:35 +0800 |
commit | 595343b44add1e1dd3548f4b360d6028cf05868e (patch) | |
tree | a24915238c82e843c4fcb70faad4c3ece86b0fd1 /audio/libvorbis/files | |
parent | 25b10667915c950dbaf3e2c4a79a7469373d7902 (diff) | |
download | freebsd-ports-graphics-595343b44add1e1dd3548f4b360d6028cf05868e.tar.gz freebsd-ports-graphics-595343b44add1e1dd3548f4b360d6028cf05868e.tar.zst freebsd-ports-graphics-595343b44add1e1dd3548f4b360d6028cf05868e.zip |
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
Diffstat (limited to 'audio/libvorbis/files')
-rw-r--r-- | audio/libvorbis/files/patch-Makefile.in | 12 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-configure | 36 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-lib_psy.c | 12 |
3 files changed, 28 insertions, 32 deletions
diff --git a/audio/libvorbis/files/patch-Makefile.in b/audio/libvorbis/files/patch-Makefile.in new file mode 100644 index 00000000000..34617ba89d3 --- /dev/null +++ b/audio/libvorbis/files/patch-Makefile.in @@ -0,0 +1,12 @@ +$FreeBSD$ +--- Makefile.in.orig Tue Jul 17 02:38:23 2001 ++++ Makefile.in Tue Jul 17 02:40:02 2001 +@@ -87,7 +87,7 @@ pthread_lib = @pthread_lib@ + + AUTOMAKE_OPTIONS = foreign dist-zip + +-SUBDIRS = lib include doc examples win32 debian vq ++SUBDIRS = lib include $(DOC) examples win32 debian vq + + m4datadir = $(datadir)/aclocal + m4data_DATA = vorbis.m4 diff --git a/audio/libvorbis/files/patch-configure b/audio/libvorbis/files/patch-configure index bc1c134bfd4..b7ea0b4a7bf 100644 --- a/audio/libvorbis/files/patch-configure +++ b/audio/libvorbis/files/patch-configure @@ -1,40 +1,36 @@ $FreeBSD$ ---- configure.orig Mon Feb 26 14:34:27 2001 -+++ configure Wed Mar 21 15:45:36 2001 -@@ -1617,9 +1617,9 @@ - CFLAGS="-xO4 -fast -w -fsimple -native -xcg92" +--- configure.orig Mon Jun 18 18:12:43 2001 ++++ configure Tue Jul 17 00:26:16 2001 +@@ -1621,7 +1621,7 @@ if test -z "$GCC"; then PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;; *) -- DEBUG="-g" + DEBUG="-g" - CFLAGS="-O" -- PROFILE="-g -p" ;; -+ DEBUG="$CFLAGS -g" -+ CFLAGS="$CFLAGS" -+ PROFILE="$CFLAGS -g -p" ;; ++ CFLAGS="" + PROFILE="-g -p" ;; esac else - -@@ -1709,9 +1709,9 @@ +@@ -1712,9 +1712,9 @@ rm -f conftest* CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char" PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O4 -ffast-math -fsigned-char";; *) - DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char" - CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char" - PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;; -+ DEBUG="$CFLAGS -g -Wall -D__NO_MATH_INLINES -fsigned-char" -+ CFLAGS="$CFLAGS -fsigned-char" -+ PROFILE="$CFLAGS -g -pg -D__NO_MATH_INLINES -fsigned-char" ;; ++ DEBUG="-g -Wall" ++ CFLAGS="" ++ PROFILE="-g -pg" esac fi - -@@ -1795,14 +1795,14 @@ + CFLAGS="$CFLAGS $cflags_save" +@@ -1800,14 +1800,14 @@ else LIBS="" fi -echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 --echo "configure:1800: checking for pthread_create in -lpthread" >&5 +-echo "configure:1805: checking for pthread_create in -lpthread" >&5 +echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 -+echo "configure:1800: checking for pthread_create in -pthread" >&5 ++echo "configure:1805: checking for pthread_create in -pthread" >&5 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -43,9 +39,9 @@ $FreeBSD$ -LIBS="-lpthread $LIBS" +LIBS="-pthread $LIBS" cat > conftest.$ac_ext <<EOF - #line 1808 "configure" + #line 1813 "configure" #include "confdefs.h" -@@ -1830,7 +1830,7 @@ +@@ -1835,7 +1835,7 @@ LIBS="$ac_save_LIBS" fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 diff --git a/audio/libvorbis/files/patch-lib_psy.c b/audio/libvorbis/files/patch-lib_psy.c deleted file mode 100644 index c736d2bc7b4..00000000000 --- 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; |