summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy C. Reed <reed@reedmedia.net>2006-02-03 03:02:44 +0000
committerJeremy C. Reed <reed@reedmedia.net>2006-02-03 03:02:44 +0000
commit8a28830626893e7730acf54b8dce17bb23b44436 (patch)
tree6e09944457ec62c0889d0b4f01a6ce473713327c
parentc9398641220d49a3b07ba24b8f516529a3138ee7 (diff)
INSTALLMINORREV = true for DragonFly. Help DragonFly since the packageXORG-7_0_99_901
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).
-rw-r--r--ChangeLog11
-rw-r--r--bsdLib.rules2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f4aec9..314347b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-02-02 Jeremy C. Reed <reed@reedmedia.net>
+
+ * 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 <kem-at-freedesktop-dot-org>
* 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