From owner-freebsd-ports@freebsd.org Sun Apr 8 12:27:27 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01853FA0224 for ; Sun, 8 Apr 2018 12:27:27 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 685F984D0B for ; Sun, 8 Apr 2018 12:27:25 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (unknown [10.10.10.32]) by ares.cloudzeeland.nl (Postfix) with ESMTP id DFB074FD44A0; Sun, 8 Apr 2018 14:27:23 +0200 (CEST) Received: from [10.10.10.34] (styx.zeeland24.nl [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ares.cloudzeeland.nl (Postfix) with ESMTPSA id 877B84FD449F; Sun, 8 Apr 2018 14:27:23 +0200 (CEST) Subject: Re: pkg version - Orphanned status phpMyAdmin 4.7.9 From: Jos Chrispijn To: Kurt Jaeger Cc: FreeBSD Ports ML References: <414792de-2b1f-c576-0810-04e756452153@cloudzeeland.nl> <20180407150018.GB37752@home.opsec.eu> Message-ID: Date: Sun, 8 Apr 2018 14:27:23 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-GB X-Virus-Scanned: ClamAV using ClamSMTP on ares.cloudzeeland.nl Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 12:27:27 -0000 Just found out the flavored ports will end the necessity of slave ports. Imho that is a great solution, as oneport can result in many packages (no need to build you packages as the created port package is more flexible). What I still ask myself: - what if another program in that package releases a new version- you just only recompile that port including the update? - what effect does this have on precompiled ports? /Jos On 8-4-2018 14:14, Jos Chrispijn wrote: > Kurt, thanks for this. > Can you tell me why this flavored mode has been introduced? > Does that mean that if I install a port that will not have this > php-version string, it is either not used by php or is not yet ready > to be used in flavored mode? > > Best regards, Jos > > > On 7-4-2018 17:00, Kurt Jaeger wrote: >> Hi! >> >>> Running 'pkg version', I got phpMyAdmin status "?" (orphan) >> [...] >>> ===>  Installing for phpMyAdmin-php56-4.7.9 >> [...] >>> Can you tell me how I can solve this? Thanks! >> I think it happens because databases/phpmyadmin was modified to work >> with >> every php version (it was 'flavored'). So the php-version is now part >> of PKGNAME. >> >> To fix it, this should work: >> >> pkg delete phpmyadmin >> >> pkg install phpmyadmin >> > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"