From owner-freebsd-questions@FreeBSD.ORG Sun Aug 12 05:50:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 979D416A418 for ; Sun, 12 Aug 2007 05:50:19 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id 27D6413C480 for ; Sun, 12 Aug 2007 05:50:18 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1290968mue for ; Sat, 11 Aug 2007 22:50:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=Aazxo9vvaMW/ZQAwy691KMbS61Af/g927bsCwt5Ao1DWaxqQT7hWIbn8DZrUUXun6e8TwpegJIzhyxNE6+ucqobFqkuRqkhfyMvSP0mjLx8wgu+JUBcUGdT1dzPZsqa9SxY6nb3VUH/HIguH2lh9UMbfFsOy1vZYacPncCSeHh8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=ZPdHM1km+UyDwe/B7tVxm9aq5NRXhEZVUyYbC38JGY762/i5hoPk1fIajIYOABijx/lqABvXEE8PLqUnLCF2w/d6LdZGioJkjyZMkDn4rLHxIIJdreWfTpBnuoReGrRFC6V14rvQ7j/l1jXG1EYn75CRtmA5KwGBPDcG3Usdzyg= Received: by 10.78.156.6 with SMTP id d6mr1822371hue.1186897817840; Sat, 11 Aug 2007 22:50:17 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.137.21]) by mx.google.com with ESMTPS id 38sm2223938hua.2007.08.11.22.50.14 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Aug 2007 22:50:16 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 402165080A; Sun, 12 Aug 2007 09:49:43 +0400 (GST) Date: Sun, 12 Aug 2007 09:49:43 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: Valentin Bud In-Reply-To: <200708100429.03072.mtx@edoxx.eu> Message-ID: <20070812094822.Y37191@obelix.home.rakhesh.com> References: <46BB75D0.3080200@calarts.edu> <20070809163101.c8623754.wmoran@potentialtech.com> <200708091613.20539.freebsd@dfwlp.com> <200708100429.03072.mtx@edoxx.eu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: freebsd-questions@freebsd.org Subject: Re: How do I make install clean a port in the background 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: Sun, 12 Aug 2007 05:50:19 -0000 > A good ideea would be to build screen static. In case you > update your system, it is possible that the libraries on which screen depends > might be deleted. To do so > # make CONFIGURE_ENV=LDFLAGS="-static" build > # make install > that will create a binary screen which is not dynamically linked with the > libraries. > and of course don't forget man screen That's neat! Didn't know you could do that. Is the option CONFIGURE_ENV=LDFLAGS="-static" something you can use for any port to compile it statically? Regards, Rakhesh