From owner-freebsd-ports@freebsd.org Mon Feb 20 18:30:20 2017 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 C59F7CE6087 for ; Mon, 20 Feb 2017 18:30:20 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay112.isp.belgacom.be (mailrelay112.isp.belgacom.be [195.238.20.139]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E20786B; Mon, 20 Feb 2017 18:30:19 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BAAwBANatY/0nD8VFeHAEBBAEBCgEBg?= =?us-ascii?q?1FBEBB4EY1jcpEjKQGVCoIMIoYAAoJLQBgBAgEBAQEBAQFiKIRwAQEBAwE6HCM?= =?us-ascii?q?FCwsOCgklDyoeBhOJZwywMYtSAQEBAQEBBAEBAQEkizuKOQWcBIZ0ixx2gWWOP?= =?us-ascii?q?JMiHziBADQsCIcHPzWLEQEBAQ?= X-IPAS-Result: =?us-ascii?q?A2BAAwBANatY/0nD8VFeHAEBBAEBCgEBg1FBEBB4EY1jcpE?= =?us-ascii?q?jKQGVCoIMIoYAAoJLQBgBAgEBAQEBAQFiKIRwAQEBAwE6HCMFCwsOCgklDyoeB?= =?us-ascii?q?hOJZwywMYtSAQEBAQEBBAEBAQEkizuKOQWcBIZ0ixx2gWWOPJMiHziBADQsCIc?= =?us-ascii?q?HPzWLEQEBAQ?= Received: from 73.195-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.195.73]) by relay.skynet.be with ESMTP; 20 Feb 2017 19:28:56 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id v1KISt84013371; Mon, 20 Feb 2017 19:28:55 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Mon, 20 Feb 2017 19:28:55 +0100 From: Tijl Coosemans To: Vasil Dimov Cc: freebsd-ports@freebsd.org Subject: Re: Make index fails with no entry for /usr/ports/audio/linux-c7-mikmod Message-ID: <20170220192855.2ae467de@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 18:30:20 -0000 On Mon, 20 Feb 2017 08:35:55 +0200 Vasil Dimov wrote: > This happens when emulators/linux_base-c7 is installed. Then > games/linux-uplink-demo/Makefile which contains "USE_LINUX=... mikmod > ..." picks up a dependency on audio/linux-c7-mikmod which does not > exist. > > Should audio/linux-c7-mikmod be added, similarly to other? I've removed the mikmod dependency in r434476 (and r434481) because it's no longer needed. Mikmod is not provided by centos.org but by Fedora's EPEL repository and for CentOS 7 this repository is amd64 only so it would not work for this i386 game anyway. > This is a diff between c6 and c7 ports, that could eventually cause > similar problems: Thanks, I've also removed naslibs from www/linux-opera in r434483. The other ports aren't causing any problems at moment I think. I'll try to keep an eye on it.