pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files Drop -RELEASE and similiar ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f05fa5f214b8
branches:  trunk
changeset: 532613:f05fa5f214b8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 24 15:25:08 2007 +0000

description:
Drop -RELEASE and similiar components of the OS version on FreeBSD as
well.

diffstat:

 pkgtools/pkg_install/files/configure    |  2 +-
 pkgtools/pkg_install/files/configure.ac |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a3dde00b5875 -r f05fa5f214b8 pkgtools/pkg_install/files/configure
--- a/pkgtools/pkg_install/files/configure      Fri Aug 24 15:20:43 2007 +0000
+++ b/pkgtools/pkg_install/files/configure      Fri Aug 24 15:25:08 2007 +0000
@@ -6787,7 +6787,7 @@
 
 
 case $host in
-*-*-dragonfly*)
+*-*-dragonfly* |*-*-freebsd*)
 
 cat >>confdefs.h <<\_ACEOF
 #define NUMERIC_VERSION_ONLY 1
diff -r a3dde00b5875 -r f05fa5f214b8 pkgtools/pkg_install/files/configure.ac
--- a/pkgtools/pkg_install/files/configure.ac   Fri Aug 24 15:20:43 2007 +0000
+++ b/pkgtools/pkg_install/files/configure.ac   Fri Aug 24 15:25:08 2007 +0000
@@ -138,7 +138,7 @@
 AC_CHECK_SIZEOF(long long)
 
 case $host in
-*-*-dragonfly*)
+*-*-dragonfly* |*-*-freebsd*)
        AC_DEFINE([NUMERIC_VERSION_ONLY], [1], [Defined when to retain only the numeric OS version])
        ;;
 esac



Home | Main Index | Thread Index | Old Index