Bug 129091 - Compile fix for x11-drivers/xf86-video-radeonhd-devel
Summary: Compile fix for x11-drivers/xf86-video-radeonhd-devel
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: Norikatsu Shigemura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-23 16:20 UTC by Martin
Modified: 2008-12-07 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1006 bytes, patch)
2008-11-23 16:20 UTC, Martin
no flags Details | Diff
file.diff (332 bytes, patch)
2008-11-23 16:20 UTC, Martin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!