The port does not compile properly for me. I have a patch here that compiles the port as stated in INSTALL file, using ./autogen.sh. Fix: Patch for Makefile: =================== Patch for pkg-plist =================== How-To-Repeat: cd /usr/ports/x11-drivers/xf86-video-radeonhd-devel/ ; make install or portinstall -R xf86-video-radeonhd-devel
Responsible Changed From-To: freebsd-ports-bugs->nork Over to maintainer (via the GNATS Auto Assign Tool)
nork 2008-12-07 19:51:45 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-radeonhd-devel Makefile Added files: x11-drivers/xf86-video-radeonhd-devel/files patch-configure.ac Log: o Fix typo (CONFLICT -> CONFLICTS). o Add CONFLICTS xf86-video-ati by radeonhd.4x. o Fix implicit dependency on libpci. o Add workaround to substitute @MKDIR_P@ to fix install issue. o Re-evaluate related autogen.sh and bsd.autotools.mk. [NOTE] bsd.autotools.mk (run-autotools target) substituted autogen.sh in almost case. PR: ports/129091 Suggested by: Martin nakal at web dot de, and many people Revision Changes Path 1.12 +7 -2 ports/x11-drivers/xf86-video-radeonhd-devel/Makefile 1.1 +12 -0 ports/x11-drivers/xf86-video-radeonhd-devel/files/patch-configure.ac (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: open->closed Committed, thanks!