From owner-freebsd-x11@FreeBSD.ORG Mon Jun 4 17:27:53 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2B9416A400; Mon, 4 Jun 2007 17:27:52 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail4.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id A3DC713C45D; Mon, 4 Jun 2007 17:27:52 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id D4F92192A91; Mon, 4 Jun 2007 19:27:51 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1180978071; bh=95t1d5E7hA1SqIMurdL5hdLhNXA=; h=X-Virus-Scanned: Received:Received:Received:Received:From:Organization:To:Subject: Date:User-Agent:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Content-Disposition: Message-Id; b=aUmVa0gEJ9SsxE6qMWSUHrn6tPtEKNl3pAh7/OY49UhS4KtOfw2q RpxFg+GQ1lMkhwgovmc7ZkA7HVVWeRK9lyBZpERGnKMS7+s3Sk3ahZj/exs/c8cFjTL axRK7b3If X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id zN0v4bIMxXY0; Mon, 4 Jun 2007 19:27:50 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 07847192A89; Mon, 4 Jun 2007 19:27:50 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id D9612511CC; Mon, 4 Jun 2007 19:27:49 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l54HRmBS003502; Mon, 4 Jun 2007 19:27:49 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org Date: Mon, 4 Jun 2007 19:27:48 +0200 User-Agent: KMail/1.9.6 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706041927.48673.dejan.lesjak@ijs.si> Cc: martinko , freebsd-ports@freebsd.org Subject: Re: package font-adobe-utopia-type1-1.0.1 has no origin recorded X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 17:27:53 -0000 On Sunday 03 June 2007 19:43:56 martinko wrote: > Hallo, > > I've installed new X.org 7.2 on clean 6.2-STABLE system and everything > went fine except for the following package: > > pkg_version: font-adobe-utopia-type1-1.0.1 does not appear to be a valid > package! > > I tried to reinstall it but that didn't help (see below). also i could > not install some port (don't remember which one) due to issue with the > above mentioned package. What happens if you try to reinstall it manually (via cd /usr/ports/x11-fonts/font-adobe-utopia-type1 && make deinstall && make reinstall)? Dejan