| Summary: | audio/lmms port - does not build | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | atom <atom> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback lmms builds on all supported architectures and branches, accoding to our testing. Can you provide more specifics about the failure you're seeing? Responsible Changed From-To: freebsd-ports-bugs->pav lmms builds on all supported architectures and branches, accoding to our testing. Can you provide more specifics about the failure you're seeing? State Changed From-To: feedback->open fltk package conflicts with internally built static fltk library. I don't have a fix, sorry. CMake wiz needed here Responsible Changed From-To: pav->freebsd-ports-bugs fltk package conflicts with internally built static fltk library. I don't have a fix, sorry. CMake wiz needed here Responsible Changed From-To: freebsd-ports-bugs->amdmi3 CMake wiz here State Changed From-To: open->closed Committed. Thanks! amdmi3 2010-01-14 20:52:42 UTC
FreeBSD ports repository
Modified files:
audio/lmms Makefile
audio/lmms/files
patch-plugins__zynaddsubfx__CMakeLists.txt
Added files:
audio/lmms/files patch-CMakeLists.txt
patch-plugins__zynaddsubfx__fltk__CMakeLists.txt
Log:
- Fix compilation in presence of x11-toolkits/fltk
- While here, simplify MASTER_SITES
PR: 141450
Submitted by: atom smasher <atom@smasher.org>
Revision Changes Path
1.26 +2 -4 ports/audio/lmms/Makefile
1.1 +10 -0 ports/audio/lmms/files/patch-CMakeLists.txt (new)
1.3 +12 -2 ports/audio/lmms/files/patch-plugins__zynaddsubfx__CMakeLists.txt
1.1 +11 -0 ports/audio/lmms/files/patch-plugins__zynaddsubfx__fltk__CMakeLists.txt (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: closed->open Reopen, claimed to fail in presence of kdelibs State Changed From-To: open->closed Claimed to be fixed in 0.4.6 |
1) Update ports: ports-cur 8111 2) cd /usr/ports/audio/lmms/ 3) Make sure all depends are up to date: make all-depends-list | cut -d/ -f4- | xargs portupgrade -R 4) make build 5) Fail. Fix: Unknown. How-To-Repeat: See above.