From owner-freebsd-ports@FreeBSD.ORG Thu Jan 30 05:56:35 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19F15F0F; Thu, 30 Jan 2014 05:56:35 +0000 (UTC) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5B63150C; Thu, 30 Jan 2014 05:56:34 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id up15so2736526pbc.0 for ; Wed, 29 Jan 2014 21:56:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=j2E0kcm79wF5d58/wag0YTHNGBHENvzc2h0L0zkgBNo=; b=f58i+XMhPzFnTNHKX//QfPJuSLu9uNpAe7IcU3e3zj/y/jOign/TnjXdripvkdzCJo FIfqxqKndRb62IpQTrdNyWKDbZobKu9+WH2tFzJyMwLpO4zaKKjpcXdL87A+Zw6NfHIa Iab9Z4MkQlvT0GTQNTPzYZp1K5Z2e2mUx+DtSFLM3mImmjHoqnagKSqxgaZij2ifjYG0 IeLQcg0IMdZbwG7CgPma5O2JglRScwDTh6B6GcuXj0WZSV2xbuy4x/m+TEEGUqdFveMI M7+XzMLhCtHeL6cw5oGuG2OwaD9neCaJ5z7x/1cxNTyaDkIzRL5Fo3hMORymMdXeajet vpkw== MIME-Version: 1.0 X-Received: by 10.68.183.228 with SMTP id ep4mr12287046pbc.67.1391061394387; Wed, 29 Jan 2014 21:56:34 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Wed, 29 Jan 2014 21:56:34 -0800 (PST) In-Reply-To: <201401300304.s0U34NHx008515@fire.js.berklix.net> References: <201401281600.s0SG0kBx034099@fire.js.berklix.net> <201401300304.s0U34NHx008515@fire.js.berklix.net> Date: Wed, 29 Jan 2014 21:56:34 -0800 X-Google-Sender-Auth: lkXAl5DtP7S2qD2v-uyaZ2mPaXI Message-ID: Subject: Re: ports/math/hexcalc restored from 8.2 now runs on 9.1 & 9.2 & 10.0 From: Kevin Oberman To: "Julian H. Stacey" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "ports@FreeBSD.org" , Dimitry Andric , Florent Thoumie X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 05:56:35 -0000 On Wed, Jan 29, 2014 at 7:04 PM, Julian H. Stacey wrote: > Hi ports@ > I changed Subject: > From: > Re: How to find removed ports in general & math/hexcalc in particular. > To: > ports/math/hexcalc restored from 8.2 now runs on 9.1 & 9.2 & 10.0 > > + cc'd FYI Maintainer of x11/xcalc (a scientific not hexadecimal > calculator) > > > > grep hexcalc /usr/ports/MOVED > > math/hexcalc||2011-08-01|Has expired: Looks like abandonware, no more > public distfiles > > > > I have a local: > > 25129 Dec 20 1995 hexcalc..tar.Z > > (no idea why 2 dots), anyway its a valid tar. I have put it up here > > http://berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/hexcalc..tar.Z > > I'll look at creating a port. (unless people know of a newer > > nice hexcalc ? but this one was always OK for me) > > > I have restored ports/math/hexcalc from 8.2; it now runs on 9.1 & 9.2 & > 10.0 > > http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/math/hexcalc/ > > Anyone know what to fix for 10.0 Mk/ ? After installing it bleats: > ===> Registering installation for hexcalc-1.11_2 > pkg-static: > lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/bin/hexcalc): > No such file or directory > pkg-static: > lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/man/man1/hexcalc.1.gz): > No such file or directory > > Cheers, > Julian > Quick workaround is to turn off staging for the port. It needs fixing, but that will let it build immediately. Add the following to the Makefile: NO_STAGE= yes -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com