Bug 5800

Summary: INSTALLMINORREV and DragonFly
Product: xorg Reporter: Jeremy C. Reed <reed>
Component: App/otherAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED WONTFIX QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: high    
Version: 6.9.0   
Hardware: x86 (IA32)   
OS: other   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 5799    

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.