Bug 71172

Summary: [PATCH] audio/py23-vorbis: update to 1.4
Product: Ports & Packages Reporter: Michael Johnson <ahze>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py23-vorbis-1.4.patch none

Description Michael Johnson 2004-08-31 01:20:24 UTC
- Update to 1.4

Generated with FreeBSD Port Tools 0.63
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-09-02 11:21:47 UTC
State Changed
From-To: open->feedback

Does not build on 4.10: 

cc -fno-strict-aliasing -DNDEBUG -O -pipe -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x100000 -O -pipe -g -fPIC -DVERSION="1.4" -I/usr/local/include -I/usr/local/include -I/usr/local/include/python2.3 -c src/pyvorbisfile.c -o build/temp.freebsd-4.10-STABLE-i386-2.3/src/pyvorbisfile.o 
src/pyvorbisfile.c: In function `py_ov_file_dealloc': 
src/pyvorbisfile.c:188: syntax error before `*' 
src/pyvorbisfile.c:189: `py_self' undeclared (first use in this function) 
src/pyvorbisfile.c:189: (Each undeclared identifier is reported only once 
src/pyvorbisfile.c:189: for each function it appears in.) 
src/pyvorbisfile.c: In function `py_ov_open': 
src/pyvorbisfile.c:241: syntax error before `int' 
src/pyvorbisfile.c:242: `orig_fd' undeclared (first use in this function) 
src/pyvorbisfile.c:243: `new_fd' undeclared (first use in this function) 
error: command 'cc' failed with exit status 1 
*** Error code 1 

It does build with CC=gcc34, though.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-10-26 14:46:23 UTC
State Changed
From-To: feedback->closed

Committed with USE_GCC=3.4, thanks!