Bug 71172 - [PATCH] audio/py23-vorbis: update to 1.4
Summary: [PATCH] audio/py23-vorbis: update to 1.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 01:20 UTC by Michael Johnson
Modified: 2004-10-26 14:46 UTC (History)
0 users

See Also:


Attachments
py23-vorbis-1.4.patch (988 bytes, patch)
2004-08-31 01:20 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!