pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Use gamin instead of fam on OSF1. Closes P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7712512fe03b
branches:  trunk
changeset: 542532:7712512fe03b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue May 20 21:13:15 2008 +0000

description:
Use gamin instead of fam on OSF1. Closes PR pkg/31489.

diffstat:

 mk/platform/OSF1.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b860a4808841 -r 7712512fe03b mk/platform/OSF1.mk
--- a/mk/platform/OSF1.mk       Tue May 20 21:07:57 2008 +0000
+++ b/mk/platform/OSF1.mk       Tue May 20 21:13:15 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OSF1.mk,v 1.22 2008/01/16 03:09:48 tnn Exp $
+# $NetBSD: OSF1.mk,v 1.23 2008/05/20 21:13:15 tnn Exp $
 #
 # Variable definitions for the OSF1 operating system.
 
@@ -69,5 +69,8 @@
 
 _INCOMPAT_ICONV=   OSF1-*-*
 
+# sysutils/fam is not usable on OSF1.
+FAM_DEFAULT?=          gamin
+
 _STRIPFLAG_CC?=                ${_INSTALL_UNSTRIPPED:D:U}      # cc(1) option to strip
 _STRIPFLAG_INSTALL?=   ${_INSTALL_UNSTRIPPED:D:U}      # install(1) option to strip



Home | Main Index | Thread Index | Old Index