From owner-freebsd-ports@FreeBSD.ORG Sat Aug 23 22:16:40 2014 Return-Path: Delivered-To: freebsd-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 A71D02B0; Sat, 23 Aug 2014 22:16:40 +0000 (UTC) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B11D33B3; Sat, 23 Aug 2014 22:16:40 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id hn18so1247612igb.3 for ; Sat, 23 Aug 2014 15:16:39 -0700 (PDT) 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:content-type; bh=YmY9cF7O1Y+egaunr8rLROEHVWPKRpXUsf2FQCdnPn4=; b=Iqce+7AiDL+yML+4cpBigUHJWqQ+3ViUt5hLli3LIw+pTw3KXVR8poWnKRzDTbY7RK EnEo5oCmcvSi4BupUyHc3Bz6qgG71LHkdDfl/ERVex6Jr4clmjf0mwpMHGBD4FlFkZn8 DsaiApMPn9x5jh8KVLk6V28DhkhHJcssAUwHFUUQzWETn1T5wS93dLQYHIWJd73XHsGW sV9GAF9pVTeO06gchCsSQMRKfDAlcojYG6k6ubiVB2IgU72N2KlRPKChNXoCqgUeO3d6 B9oQ+Kc01UPIcWisMp2pHeg5ep9MfmVM+Hjrl/epAVcJQeADxr6eW5W0wzyqsJyQM3b4 SC/Q== MIME-Version: 1.0 X-Received: by 10.50.43.193 with SMTP id y1mr6608585igl.32.1408832199778; Sat, 23 Aug 2014 15:16:39 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.107.163.148 with HTTP; Sat, 23 Aug 2014 15:16:39 -0700 (PDT) In-Reply-To: References: Date: Sat, 23 Aug 2014 15:16:39 -0700 X-Google-Sender-Auth: OUyTTqJJwfJF8gd1wrqyZSKHP-Y Message-ID: Subject: Re: texlive ports now failing more sooner than his morning From: Kevin Oberman To: FreeBSD Ports ML , Hiroki Sato Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 22:16:40 -0000 Either it is already fixed or I had a problem with the svn update. In any case, the copy in the repository looks fine. Sorry for the noise. R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com On Sat, Aug 23, 2014 at 3:12 PM, Kevin Oberman wrote: > This morning I had to delete texlive-texmf to install texlive-base. Not a > big deal. The mail list made it appear that this had been fixed, but this > afternoon I tried updating another system and texlive-infra and > texlive-texmf fail immediately with a bad Makefile. > > I should mention that this is a v9.2 system. > > The Makefile appears to be at least, in part, a diff. I see: > CATEGORIES= print > <<<<<<< .mine > MASTER_SITES= ftp://ftp.tux.org/historic/systems/texlive/2012/ > ||||||| .r365631 > MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2012/ > ======= > MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2014/ > >>>>>>> .r365718 > PKGNAMESUFFIX= -texmf > > I manually edited the file and it is now building. > > -- > R. Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com >