Bug 129091

Summary: Compile fix for x11-drivers/xf86-video-radeonhd-devel
Product: Ports & Packages Reporter: Martin <nakal>
Component: Individual Port(s)Assignee: Norikatsu Shigemura <nork>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Martin 2008-11-23 16:20:03 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-23 16:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-12-07 19:51:58 UTC
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"
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2008-12-07 19:54:08 UTC
State Changed
From-To: open->closed

Committed, thanks!