linux-f10-sdl_image only depends on sdl12, while the library actually depends on png, jpeg and tiff: % objdump -x usr/lib/libSDL_image-1.2.so.0 | grep NEEDED NEEDED libpng12.so.0 NEEDED libjpeg.so.62 NEEDED libtiff.so.3 NEEDED libz.so.1 NEEDED libSDL-1.2.so.0 NEEDED libpthread.so.0 NEEDED libc.so.6 Port maintainer (emulation@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->emulation Over to maintainer (via the GNATS Auto Assign Tool)
bsam 2009-06-12 18:03:43 UTC FreeBSD ports repository Modified files: Mk bsd.linux-apps.mk graphics/linux-f10-sdl_image Makefile graphics/linux-f8-sdl_image Makefile Log: Fedora Core 4 didn't have a dependency on libpng12, libjpeg and libtiff for graphics/linux-sdl_image. New Fedora distros has. So fix it: . graphics/linux-f8-sdl_image and bump PORTREVISION; [1] . graphics/linux-f10-sdl_image and bump PORTREVISION; . Mk/bsd.linux-apps.mk. PR: ports/135339 [1] Submitted by: amdmi [1] Revision Changes Path 1.22 +5 -1 ports/Mk/bsd.linux-apps.mk 1.16 +2 -1 ports/graphics/linux-f10-sdl_image/Makefile 1.15 +2 -2 ports/graphics/linux-f8-sdl_image/Makefile _______________________________________________ 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: open->closed Committed, thanks!