From owner-freebsd-ports@freebsd.org Thu Aug 20 13:07:49 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 586EC9BDFE9 for ; Thu, 20 Aug 2015 13:07:49 +0000 (UTC) (envelope-from henk@signature.nl) Received: from ans.signature.nl (ans.signature.nl [IPv6:2a01:7c8:aab1:31a::160]) by mx1.freebsd.org (Postfix) with ESMTP id 24209DA3; Thu, 20 Aug 2015 13:07:48 +0000 (UTC) (envelope-from henk@signature.nl) Received: by ans.signature.nl (Postfix, from userid 1001) id 90FED435C7B; Thu, 20 Aug 2015 15:07:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ans.signature.nl (Postfix) with ESMTP id 8C41F435C6B; Thu, 20 Aug 2015 15:07:46 +0200 (CEST) Date: Thu, 20 Aug 2015 15:07:46 +0200 (CEST) From: Henk van Oers To: Mathieu Arnold cc: freebsd-ports@freebsd.org Subject: Re: Running ''portmaster ghostscript9-9.06_10'' takes a lot of time In-Reply-To: <627814EA5632799E98790639@atuin.in.mat.cc> Message-ID: References: <201508200724.t7K7OPaQ033554@mech-as222.men.bris.ac.uk> <627814EA5632799E98790639@atuin.in.mat.cc> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2015 13:07:49 -0000 On Thu, 20 Aug 2015, Mathieu Arnold wrote: [...] > It's not as > if you're all sitting behind your desk looking at the screen waiting for it > to finish. I can not wait for this: ls -al /usr/ports/print/ghostscript9 total 88 drwxr-xr-x 3 root wheel 512 Aug 20 12:15 . drwxr-xr-x 262 root wheel 5632 Aug 19 15:57 .. -rw-r--r-- 1 root wheel 5358 Jun 22 20:33 Makefile -rw-r--r-- 1 root wheel 23028 Jan 22 2014 Makefile.drivers -rw-r--r-- 1 root wheel 317 Jan 22 2014 distinfo drwxr-xr-x 2 root wheel 1536 Jun 22 22:44 files -rw-r--r-- 1 root wheel 1038 Jan 22 2014 pkg-descr -rw-r--r-- 1 root wheel 29669 Nov 13 2014 pkg-plist cd /usr/ports/print/ghostscript9 [root@mbox /usr/ports/print/ghostscript9]# time date Thu Aug 20 13:49:43 CEST 2015 real 0m0.003s user 0m0.003s sys 0m0.001s [root@mbox /usr/ports/print/ghostscript9]# time make clean ^C real 71m50.653s user 71m5.993s sys 0m0.888s [root@mbox /usr/ports/print/ghostscript9]# time date Thu Aug 20 15:01:46 CEST 2015 real 0m0.004s user 0m0.003s sys 0m0.000s