From 8a28830626893e7730acf54b8dce17bb23b44436 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Fri, 3 Feb 2006 03:02:44 +0000 Subject: 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). --- ChangeLog | 11 +++++++++++ bsdLib.rules | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5f4aec9..314347b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-02-02 Jeremy C. Reed + + * bsdLib.rules: + 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). + 2005-12-20 Kevin E. Martin * configure.ac: diff --git a/bsdLib.rules b/bsdLib.rules index b293b3f..b8e946b 100644 --- a/bsdLib.rules +++ b/bsdLib.rules @@ -229,7 +229,7 @@ LintLibReferences(varname,libname,libsource) * 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 -- cgit v1.2.3