pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/xtraceroute explicitly specify path to traceroute ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/560aae4d606a
branches:  trunk
changeset: 485658:560aae4d606a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 18 15:50:42 2004 +0000

description:
explicitly specify path to traceroute binary on irix 5.

fixes PR pkg/27769 from Georg Schwarz.

diffstat:

 net/xtraceroute/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 8ef557ae7c95 -r 560aae4d606a net/xtraceroute/Makefile
--- a/net/xtraceroute/Makefile  Sat Dec 18 15:43:19 2004 +0000
+++ b/net/xtraceroute/Makefile  Sat Dec 18 15:50:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/10/03 00:18:02 tv Exp $
+# $NetBSD: Makefile,v 1.37 2004/12/18 15:50:42 grant Exp $
 #
 
 DISTNAME=      xtraceroute-0.8.14
@@ -26,6 +26,11 @@
 CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE}
 CONFIGURE_ARGS+= --with-lib-MesaGL
 
+.include "../../mk/bsd.prefs.mk"
+.if !empty(LOWER_OPSYS:Mirix5*)
+CONFIGURE_ARGS+= --with-traceroute=/usr/etc/traceroute
+.endif
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/xtraceroute
        ${INSTALL_DATA} ${WRKDIR}/hosts.cache    ${PREFIX}/share/xtraceroute/hosts.cache



Home | Main Index | Thread Index | Old Index