Bug 75079 - Update audio/yammi to 1.2-rc; fix imake issue with new x.org
Summary: Update audio/yammi to 1.2-rc; fix imake issue with new x.org
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: lesi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 22:40 UTC by Arjan van Leeuwen
Modified: 2004-12-23 04:54 UTC (History)
1 user (show)

See Also:


Attachments
yammi.diff (9.47 KB, patch)
2004-12-14 22:40 UTC, Arjan van Leeuwen
no flags Details | Diff
patch-src::main.cpp (214 bytes, text/x-c++src; charset="us-ascii")
2004-12-17 20:03 UTC, Dejan Lesjak
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arjan van Leeuwen 2004-12-14 22:40:20 UTC

- Update audio/yammi to version 1.2-rc
- Fix imake dependency problem with upcoming X.org port [1]

[1] Reported by Dejan Lesjak <lesi@freebsd.org>
Comment 1 lesi freebsd_committer freebsd_triage 2004-12-14 23:00:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lesi

Take.
Comment 2 Dejan Lesjak 2004-12-17 20:03:02 UTC
(I just noticed I've sent this to freebsd-ports-bugs@freebsd.org before 
instead of properly following-up, so here it is again)
Doesn't seem to compile on 4.x, a possible workaround/fix/ugly hack attached 
after these short messages:

gmake[3]: Entering directory `/usr/ports/audio/yammi/work/yammi-1.2-rc/src'
source='main.cpp' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc /bin/sh ../admin/depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  
-I/usr/local/include  -DQT_THREAD_SUPPORT   -I/usr/local/include 
-I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE   
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith 
-Wwrite-strings -O2 -O -pipe -D_THREAD_SAFE -fno-exceptions -fno-check-new 
-fno-common  -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp
In file included from /usr/include/string.h:50,
                 from /usr/X11R6/include/qcstring.h:46,
                 from /usr/X11R6/include/qstring.h:42,
                 from /usr/X11R6/include/qwindowdefs.h:44,
                 from /usr/X11R6/include/qwidget.h:42,
                 from /usr/X11R6/include/qdesktopwidget.h:40,
                 from /usr/X11R6/include/qapplication.h:42,
                 from /usr/local/include/kapplication.h:40,
                 from /usr/local/include/kuniqueapplication.h:24,
                 from main.cpp:7:
/usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined
/usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined
In file included from /usr/include/g++/iostream.h:31,
                 from /usr/include/g++/stl_alloc.h:45,
                 from /usr/include/g++/alloc.h:21,
                 from /usr/include/g++/std/bastring.h:39,
                 from /usr/include/g++/string:6,
                 from /usr/X11R6/include/qstring.h:56,
                 from /usr/X11R6/include/qwindowdefs.h:44,
                 from /usr/X11R6/include/qwidget.h:42,
                 from /usr/X11R6/include/qdesktopwidget.h:40,
                 from /usr/X11R6/include/qapplication.h:42,
                 from /usr/local/include/kapplication.h:40,
                 from /usr/local/include/kuniqueapplication.h:24,
                 from main.cpp:7:
/usr/include/g++/streambuf.h:58: warning: `_G_IO_IO_FILE_VERSION' is not 
defined
/usr/include/g++/streambuf.h:416: warning: `_G_IO_IO_FILE_VERSION' is not 
defined
In file included from /usr/include/g++/stl_alloc.h:45,
                 from /usr/include/g++/alloc.h:21,
                 from /usr/include/g++/std/bastring.h:39,
                 from /usr/include/g++/string:6,
                 from /usr/X11R6/include/qstring.h:56,
                 from /usr/X11R6/include/qwindowdefs.h:44,
                 from /usr/X11R6/include/qwidget.h:42,
                 from /usr/X11R6/include/qdesktopwidget.h:40,
                 from /usr/X11R6/include/qapplication.h:42,
                 from /usr/local/include/kapplication.h:40,
                 from /usr/local/include/kuniqueapplication.h:24,
                 from main.cpp:7:
/usr/include/g++/iostream.h:253: warning: `_G_CLOG_CONFLICT' is not defined
main.cpp: In function `int main(int, char **)':
main.cpp:64: implicit declaration of function `int time(...)'
/usr/include/g++/stl_map.h: At top level:
/usr/local/include/id3/globals.h:542: warning: `const char * 
ID3_v1_genre_description[148]' defined but not used
gmake[3]: *** [main.o] Error 1
gmake[3]: Leaving directory `/usr/ports/audio/yammi/work/yammi-1.2-rc/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/audio/yammi/work/yammi-1.2-rc/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/audio/yammi/work/yammi-1.2-rc'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/audio/yammi.
Comment 3 lesi freebsd_committer freebsd_triage 2004-12-23 04:52:51 UTC
State Changed
From-To: open->closed

Commited with the patch for main.cpp, it seems to work on 4.X. 
It would be nifty to specify explicitly added/removed files. 
Thanks!