From owner-freebsd-questions@freebsd.org Wed Dec 19 05:47:06 2018 Return-Path: Delivered-To: freebsd-questions@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 54E78134C2C6 for ; Wed, 19 Dec 2018 05:47:06 +0000 (UTC) (envelope-from freebsd-en@lists.vlassakakis.de) Received: from dd14614.kasserver.com (dd14614.kasserver.com [85.13.136.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25A856A86B for ; Wed, 19 Dec 2018 05:47:04 +0000 (UTC) (envelope-from freebsd-en@lists.vlassakakis.de) Received: from [172.29.0.45] (unknown [193.169.77.230]) by dd14614.kasserver.com (Postfix) with ESMTPSA id 1AB2943C211A; Wed, 19 Dec 2018 06:47:02 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: packages vs ports, do they conflict? From: Philipp Vlassakakis X-Mailer: iPhone Mail (16C101) In-Reply-To: <20181219045456.enlgh43ndhglad7b@matica.foolinux.mooo.com> Date: Wed, 19 Dec 2018 06:47:01 +0100 Cc: FreeBSD-Questions Mailinglist Content-Transfer-Encoding: quoted-printable Message-Id: <39D9A666-F99D-4CD6-A45F-980D0DB18D29@lists.vlassakakis.de> References: <20181219045456.enlgh43ndhglad7b@matica.foolinux.mooo.com> To: Ian Zimmerman X-Rspamd-Queue-Id: 25A856A86B X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [5.36 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_SPAM_SHORT(0.91)[0.907,0]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; IP_SCORE(0.19)[ip: (0.52), ipnet: 85.13.136.0/24(0.26), asn: 34788(0.19), country: DE(-0.01)]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[vlassakakis.de]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.95)[0.954,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: lists.vlassakakis.de]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[14.136.13.85.list.dnswl.org : 127.0.5.0]; NEURAL_SPAM_LONG(0.91)[0.914,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:34788, ipnet:85.13.136.0/24, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 05:47:06 -0000 Hi, Its a good idead to stick with ports OR packages, but do not mix them. Packages are build with default build settings. (Also they expect those defa= ult settings from dependencies). If you mix those, you will end up with changed build settings for a port, wh= ich is maybe required by a installed package. This can cause a lot of troubl= e. :) Use only pkg and no ports OR use poudriere to build =E2=80=9Ecustom=E2=80=9C= packages from ports which you can easily deploy via pkg. Regards Philipp > On 19. Dec 2018, at 05:54, Ian Zimmerman wrote: >=20 > I just tried to compile a port for the first time, and I tried to follow > the Handbook as closely as possible, as is fitting for a newbie. So, > after becoming root in the port directory, the first thing I tried was > "make config-recursive". And the first dialog of options was for bash. > So I guess this port has the bash port as a dependency. But I have > already installed bash as a package! If I go ahead with the build, will > a bash port be built and installed too, overwriting the package > installation - maybe with different and undesirable options? How does > this work in general? Can I mix packages and ports at all, or do I have > to commit to one framework or the other for all software installs? >=20 > Thanks for clarifications. >=20 > --=20 > Please don't Cc: me privately on mailing lists and Usenet, > if you also post the followup to the list or newsgroup. > To reply privately _only_ on Usenet and on broken lists > which rewrite From, fetch the TXT record for no-use.mooo.com. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"