Bug 5800 - INSTALLMINORREV and DragonFly
Summary: INSTALLMINORREV and DragonFly
Status: RESOLVED WONTFIX
Alias: None
Product: xorg
Classification: Unclassified
Component: App/other (show other bugs)
Version: 6.9.0
Hardware: x86 (IA32) other
: high normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 5799
  Show dependency treegraph
 
Reported: 2006-02-03 14:02 UTC by Jeremy C. Reed
Modified: 2009-09-01 07:59 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jeremy C. Reed 2006-02-03 14:02:03 UTC
I already committed to modular HEAD's util/cf/bsdLib.rules.

This is for 6.9.x.

INSTALLMINORREV = true for DragonFly.  Help DragonFly since
the package build system knows and uses these "minor
revisions". As discussed with DragonFly developer, Joerg
Sonnenberger.  And I was told this is probably just an
historic artifact from a.out versioning (but would be hard
to change for FreeBSD because many ports pkg-plists would
need to be changed).

$NetBSD: patch-ak,v 1.3 2006/01/19 00:30:55 joerg Exp $

--- config/cf/bsdLib.rules.orig	2005-06-01 18:09:09.000000000 +0200
+++ config/cf/bsdLib.rules
@@ -229,7 +229,7 @@ LintLibReferences(varname,libname,libsou
  * InstallSharedLibrary - generate rules to install the shared library.
  * NOTE: file must be executable, hence "INSTBINFLAGS"
  */
-#ifndef FreeBSDArchitecture
+#if !defined(FreeBSDArchitecture) || defined(DragonFlyArchitecture)
 INSTALLMINORREV = true
 #else
 INSTALLMINORREV = false
Comment 1 Daniel Stone 2007-02-27 01:30:16 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 2 Alan Coopersmith 2009-09-01 07:59:11 UTC
Clearly, 6.9.x branch fixes are not going to happen at this point.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.