From owner-freebsd-questions@FreeBSD.ORG Mon May 24 21:31:36 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1F9B1065676 for ; Mon, 24 May 2010 21:31:36 +0000 (UTC) (envelope-from dimitar.vassilev@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9928FC0A for ; Mon, 24 May 2010 21:31:36 +0000 (UTC) Received: by ewy1 with SMTP id 1so317200ewy.13 for ; Mon, 24 May 2010 14:31:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=pV16EzpymV+RwpW5lMgGWIjAGZJeT1uCrHPlXgVY9ss=; b=dhSqeeukZ760WCbbh7UdlWEPye4Pc7Jki2u5yuuUTiDJwPyRVl9Aib8giX6usmhWyx TGMGPnCBYq4TmAM6gRPXPcSzuErlk1T1BnavE8VUD/uM3iyQI3/M9FD6nCw0Naf8f3y3 hpBo5rJnuigCrfSXcjHlbEzc0OmuuHMPpDEE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FlCNHz3n9mPLFVaFpWeim3ZTOHVqkHqmGknWAnfYGSxw9sam6zUKB1H9Z04cKOHK1Z mfrgqTSqjVej6Dpfr8ypXP4T5TDos5i4iG6tuL3Vx9SlfbknAMfoB+LBGYR1yJ8xDdJO Q4BtkdVXKoGRiuplBfmp4x6+srqGT5k12lhQ8= MIME-Version: 1.0 Received: by 10.213.106.15 with SMTP id v15mr41265ebo.8.1274736695392; Mon, 24 May 2010 14:31:35 -0700 (PDT) Received: by 10.213.2.207 with HTTP; Mon, 24 May 2010 14:31:35 -0700 (PDT) Date: Tue, 25 May 2010 00:31:35 +0300 Message-ID: From: Dimitar Vassilev To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Cc: Subject: nanobsd devd install without installation of compilers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 21:31:37 -0000 Hello, has anyone succeeded in installing devd on Nanobsd without infecting the image with g++? Mucking currently with CONF_INSTALL=' WITHOUT_CXX=YES #devd needs cxx WITHOUT_CPP=YES WITHOUT_INSTALLLIB=YES WITHOUT_TOOLCHAIN=YES WITHOUT_EXAMPLES=YES ' CONF_WORLD=' TARGET=i386 TARGET_ARCH=i386 WITHOUT_BLUETOOTH=YES WITHOUT_CALENDAR=YES WITHOUT_CTM=YES WITHOUT_CVS=YES WITHOUT_DICT=YES WITHOUT_EXAMPLES=YES WITHOUT_FLOPPY=YES WITHOUT_GAMES=YES WITHOUT_GCOV=YES WITHOUT_IPFILTWITHOUT_INFO=YES WITHOUT_IPFW=YES WITHOUT_IPX=YES WITHOUT_LPR=YES WITHOUT_MAKE=YES WITHOUT_GROFF=YES WITHOUT_NCP=YES WITHOUT_NIS=YES WITHOUT_FREEBSD_UPDATE=YES WITHOUT_RCS=YES ' If someone has succeeed, could you please share how it's possible to install devd with the needed libraries and have no compilers. Thanks a bunch, Dimitar