Index: head/audio/libogg/Makefile =================================================================== --- head/audio/libogg/Makefile (revision 67335) +++ head/audio/libogg/Makefile (revision 67336) @@ -1,30 +1,31 @@ # New ports collection makefile for: libogg # Date created: 18 October 2000 # Whom: t.vanklaveren@student.utwente.nl # # $FreeBSD$ # PORTNAME= libogg PORTVERSION= 1.0 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ http://xiph.stratius.com/vorbis/unix/ \ http://www.oddsock.org/vorbis/unix/ \ http://www.casterclub.com/vorbis/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ MAINTAINER= naddy@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALLS_SHLIB= yes .if defined(NOPORTDOCS) MAKE_ENV= DOC="" .else MAKE_ENV= DOC=doc .endif .include Property changes on: head/audio/libogg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/audio/libogg/files/patch-configure =================================================================== --- head/audio/libogg/files/patch-configure (revision 67335) +++ head/audio/libogg/files/patch-configure (revision 67336) @@ -1,25 +1,35 @@ + $FreeBSD$ ---- configure.orig Mon Jun 18 18:08:30 2001 -+++ configure Tue Jul 17 03:07:30 2001 -@@ -1492,7 +1492,7 @@ if test -z "$GCC"; then + +--- configure.orig Fri Jul 19 16:13:10 2002 ++++ configure Sat Oct 5 17:51:53 2002 +@@ -5363,6 +5363,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -5388,7 +5389,7 @@ ;; *) DEBUG="-g" - CFLAGS="-O" + CFLAGS="" PROFILE="-g -p" ;; esac -@@ -1514,9 +1514,9 @@ else +@@ -5410,9 +5411,9 @@ PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math" ;; *) - DEBUG="-g -Wall -fsigned-char" - CFLAGS="-O20 -fsigned-char" - PROFILE="-O20 -g -pg -fsigned-char" + DEBUG="-g -Wall" + CFLAGS="" + PROFILE="-g -pg" ;; esac fi Property changes on: head/audio/libogg/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/audio/libogg/pkg-plist =================================================================== --- head/audio/libogg/pkg-plist (revision 67335) +++ head/audio/libogg/pkg-plist (revision 67336) @@ -1,76 +1,75 @@ @comment $FreeBSD$ include/ogg/config_types.h include/ogg/ogg.h include/ogg/os_types.h lib/libogg.a -lib/libogg.la lib/libogg.so lib/libogg.so.4 share/aclocal/ogg.m4 %%PORTDOCS%%share/doc/libogg/framing.html %%PORTDOCS%%share/doc/libogg/index.html %%PORTDOCS%%share/doc/libogg/ogg/bitpacking.html %%PORTDOCS%%share/doc/libogg/ogg/datastructures.html %%PORTDOCS%%share/doc/libogg/ogg/decoding.html %%PORTDOCS%%share/doc/libogg/ogg/encoding.html %%PORTDOCS%%share/doc/libogg/ogg/general.html %%PORTDOCS%%share/doc/libogg/ogg/index.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_packet.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_packet_clear.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page_bos.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page_checksum_set.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page_continued.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page_eos.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page_granulepos.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page_packets.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page_pageno.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page_serialno.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_page_version.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_clear.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_destroy.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_eos.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_flush.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_init.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_packetin.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_packetout.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_pagein.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_pageout.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_reset.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_stream_state.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_sync_buffer.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_sync_clear.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_sync_destroy.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_sync_init.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_sync_pageout.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_sync_pageseek.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_sync_reset.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_sync_state.html %%PORTDOCS%%share/doc/libogg/ogg/ogg_sync_wrote.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_adv.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_adv1.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_bits.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_buffer.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_bytes.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_get_buffer.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_look.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_look1.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_read.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_read1.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_readinit.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_reset.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_write.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_writeclear.html %%PORTDOCS%%share/doc/libogg/ogg/oggpack_writeinit.html %%PORTDOCS%%share/doc/libogg/ogg/overview.html %%PORTDOCS%%share/doc/libogg/ogg/reference.html %%PORTDOCS%%share/doc/libogg/ogg/style.css %%PORTDOCS%%share/doc/libogg/ogg/vorbis_comment.html %%PORTDOCS%%share/doc/libogg/ogg/vorbis_info.html %%PORTDOCS%%share/doc/libogg/oggstream.html %%PORTDOCS%%share/doc/libogg/stream.png %%PORTDOCS%%share/doc/libogg/white-ogg.png %%PORTDOCS%%share/doc/libogg/white-xifish.png @dirrm include/ogg %%PORTDOCS%%@dirrm share/doc/libogg/ogg %%PORTDOCS%%@dirrm share/doc/libogg Property changes on: head/audio/libogg/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/audio/libvorbis/Makefile =================================================================== --- head/audio/libvorbis/Makefile (revision 67335) +++ head/audio/libvorbis/Makefile (revision 67336) @@ -1,33 +1,34 @@ # New ports collection makefile for: libvorbis # Date created: 18 October 2000 # Whom: t.vanklaveren@student.utwente.nl # # $FreeBSD$ # PORTNAME= libvorbis PORTVERSION= 1.0 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ http://xiph.stratius.com/vorbis/unix/ \ http://www.oddsock.org/vorbis/unix/ \ http://www.casterclub.com/vorbis/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} INSTALLS_SHLIB= yes .if defined(NOPORTDOCS) MAKE_ENV= DOC="" .else MAKE_ENV= DOC=doc .endif .include Property changes on: head/audio/libvorbis/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/audio/libvorbis/files/patch-configure =================================================================== --- head/audio/libvorbis/files/patch-configure (revision 67335) +++ head/audio/libvorbis/files/patch-configure (revision 67336) @@ -1,27 +1,35 @@ $FreeBSD$ ---- configure.orig Tue Jan 1 22:47:11 2002 -+++ configure Tue Jan 1 22:54:27 2002 -@@ -5337,7 +5337,7 @@ +--- configure.orig Fri Jul 19 16:12:17 2002 ++++ configure Sat Oct 5 17:57:37 2002 +@@ -5386,6 +5386,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -5441,7 +5442,7 @@ PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;; *) DEBUG="-g" - CFLAGS="-O" + CFLAGS="" PROFILE="-g -p" ;; esac else -@@ -5428,9 +5428,9 @@ +@@ -5536,9 +5537,9 @@ 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 -W -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="-g -Wall -W -fsigned-char" + CFLAGS="-fsigned-char" + PROFILE="-g -pg -fsigned-char" ;; esac fi CFLAGS="$CFLAGS $cflags_save" Property changes on: head/audio/libvorbis/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/libvorbis/pkg-plist =================================================================== --- head/audio/libvorbis/pkg-plist (revision 67335) +++ head/audio/libvorbis/pkg-plist (revision 67336) @@ -1,118 +1,115 @@ @comment $FreeBSD$ include/vorbis/codec.h include/vorbis/vorbisenc.h include/vorbis/vorbisfile.h lib/libvorbis.a -lib/libvorbis.la lib/libvorbis.so lib/libvorbis.so.2 lib/libvorbisenc.a -lib/libvorbisenc.la lib/libvorbisenc.so lib/libvorbisenc.so.2 lib/libvorbisfile.a -lib/libvorbisfile.la lib/libvorbisfile.so lib/libvorbisfile.so.3 share/aclocal/vorbis.m4 %%PORTDOCS%%share/doc/libvorbis/components.png %%PORTDOCS%%share/doc/libvorbis/draft-moffitt-vorbis-rtp-00.txt %%PORTDOCS%%share/doc/libvorbis/eightphase.png %%PORTDOCS%%share/doc/libvorbis/evenlsp.png %%PORTDOCS%%share/doc/libvorbis/floor1-1.png %%PORTDOCS%%share/doc/libvorbis/floor1-2.png %%PORTDOCS%%share/doc/libvorbis/floor1-3.png %%PORTDOCS%%share/doc/libvorbis/floor1-4.png %%PORTDOCS%%share/doc/libvorbis/floor1_inverse_dB_table.html %%PORTDOCS%%share/doc/libvorbis/floorval.png %%PORTDOCS%%share/doc/libvorbis/fourphase.png %%PORTDOCS%%share/doc/libvorbis/framing.html %%PORTDOCS%%share/doc/libvorbis/helper.html %%PORTDOCS%%share/doc/libvorbis/hufftree-under.png %%PORTDOCS%%share/doc/libvorbis/hufftree.png %%PORTDOCS%%share/doc/libvorbis/index.html %%PORTDOCS%%share/doc/libvorbis/lspmap.png %%PORTDOCS%%share/doc/libvorbis/oddlsp.png %%PORTDOCS%%share/doc/libvorbis/oggstream.html %%PORTDOCS%%share/doc/libvorbis/programming.html %%PORTDOCS%%share/doc/libvorbis/residue-pack.png %%PORTDOCS%%share/doc/libvorbis/residue2.png %%PORTDOCS%%share/doc/libvorbis/squarepolar.png %%PORTDOCS%%share/doc/libvorbis/stereo.html %%PORTDOCS%%share/doc/libvorbis/stream.png %%PORTDOCS%%share/doc/libvorbis/v-comment.html %%PORTDOCS%%share/doc/libvorbis/vorbis-clip.txt %%PORTDOCS%%share/doc/libvorbis/vorbis-errors.txt %%PORTDOCS%%share/doc/libvorbis/vorbis-fidelity.html %%PORTDOCS%%share/doc/libvorbis/vorbis-ogg.html %%PORTDOCS%%share/doc/libvorbis/vorbis-spec-bitpack.html %%PORTDOCS%%share/doc/libvorbis/vorbis-spec-codebook.html %%PORTDOCS%%share/doc/libvorbis/vorbis-spec-floor0.html %%PORTDOCS%%share/doc/libvorbis/vorbis-spec-floor1.html %%PORTDOCS%%share/doc/libvorbis/vorbis-spec-intro.html %%PORTDOCS%%share/doc/libvorbis/vorbis-spec-ref.html %%PORTDOCS%%share/doc/libvorbis/vorbis-spec-res.html %%PORTDOCS%%share/doc/libvorbis/vorbis.html %%PORTDOCS%%share/doc/libvorbis/vorbisenc/index.html %%PORTDOCS%%share/doc/libvorbis/vorbisenc/overview.html %%PORTDOCS%%share/doc/libvorbis/vorbisenc/reference.html %%PORTDOCS%%share/doc/libvorbis/vorbisenc/style.css %%PORTDOCS%%share/doc/libvorbis/vorbisenc/vorbis_encode_ctl.html %%PORTDOCS%%share/doc/libvorbis/vorbisenc/vorbis_encode_init.html %%PORTDOCS%%share/doc/libvorbis/vorbisenc/vorbis_encode_init_vbr.html %%PORTDOCS%%share/doc/libvorbis/vorbisenc/vorbis_info.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/OggVorbis_File.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/chaining_example_c.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/chainingexample.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/datastructures.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/decoding.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/example.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/exampleindex.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/fileinfo.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/index.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/initialization.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_bitrate.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_bitrate_instant.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_callbacks.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_clear.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_comment.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_info.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_open.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_open_callbacks.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_pcm_seek.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_pcm_tell.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_pcm_total.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_raw_seek.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_raw_tell.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_raw_total.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_read.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_read_float.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_seekable.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_serialnumber.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_streams.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_test.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_test_callbacks.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_test_open.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_time_seek.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_time_tell.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/ov_time_total.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/overview.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/reference.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/seekexample.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/seeking.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/seeking_test_c.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/style.css %%PORTDOCS%%share/doc/libvorbis/vorbisfile/seekingexample.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/vorbis_comment.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/vorbis_info.html %%PORTDOCS%%share/doc/libvorbis/vorbisfile/vorbisfile_example_c.html %%PORTDOCS%%share/doc/libvorbis/vorbisword2.png %%PORTDOCS%%share/doc/libvorbis/wait.png %%PORTDOCS%%share/doc/libvorbis/white-ogg.png %%PORTDOCS%%share/doc/libvorbis/white-xifish.png %%PORTDOCS%%share/doc/libvorbis/window1.png %%PORTDOCS%%share/doc/libvorbis/window2.png @dirrm include/vorbis %%PORTDOCS%%@dirrm share/doc/libvorbis/vorbisenc %%PORTDOCS%%@dirrm share/doc/libvorbis/vorbisfile %%PORTDOCS%%@dirrm share/doc/libvorbis Property changes on: head/audio/libvorbis/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property