From 4d48cb4c92bbf9f9a0fc9eac1748ede498266be0 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 8 Apr 2010 12:28:08 +0000 Subject: [PATCH] comment out the make check in libtool's bep file as it takes a long time to run. Set the default path for ssh. --- net-misc/openssh/openssh-5.4p1.bep | 12 +----------- sys-devel/libtool/libtool-2.2.6b.bep | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/net-misc/openssh/openssh-5.4p1.bep b/net-misc/openssh/openssh-5.4p1.bep index eb1472a95..ce8f431dd 100644 --- a/net-misc/openssh/openssh-5.4p1.bep +++ b/net-misc/openssh/openssh-5.4p1.bep @@ -29,17 +29,7 @@ BUILD { --mandir=`finddir B_COMMON_DIRECTORY`/man \ --docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY` \ --sysconfdir=`finddir B_COMMON_SETTINGS_DIRECTORY`/ssh \ - --sharedstatedir=/boot/home/1 \ - --localstatedir=/boot/home/2 \ - --includedir=/boot/home/3 \ - --oldincludedir=/boot/home/4 \ - --datarootdir=/boot/home/5 \ - --infodir=/boot/home/6 \ - --localedir=/boot/home/7 \ - --htmldir=/boot/home/8 \ - --dvidir=/boot/home/9 \ - --pdfdir=/boot/home/10 \ - --psdir=/boot/home/11 \ + --with-default-path=PATH \ --with-md5-passwords make } diff --git a/sys-devel/libtool/libtool-2.2.6b.bep b/sys-devel/libtool/libtool-2.2.6b.bep index 6877646d8..6dd6a2384 100644 --- a/sys-devel/libtool/libtool-2.2.6b.bep +++ b/sys-devel/libtool/libtool-2.2.6b.bep @@ -15,5 +15,5 @@ BUILD { INSTALL { cd libtool-2.2.6b make install - make check +# make check }