From owner-freebsd-ports@freebsd.org Sun Oct 1 18:36:05 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 10267E2BBE2 for ; Sun, 1 Oct 2017 18:36:05 +0000 (UTC) (envelope-from amit@phpandmore.net) Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AD696A60B for ; Sun, 1 Oct 2017 18:36:04 +0000 (UTC) (envelope-from amit@phpandmore.net) Received: by mail-wr0-x244.google.com with SMTP id z1so2471932wre.1 for ; Sun, 01 Oct 2017 11:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=phpandmore-net.20150623.gappssmtp.com; s=20150623; h=subject:to:newsgroups:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=PCn/P7PUUlC5cQVPsFv6Zd4Fq3GxXmP6vnEtRA9eaUw=; b=UiKhcpLuvwOK/JES/+cQeiLmsIN+FNwgfZSfMXVgMagTTmBQHJsWa+MDEScQWbMhJJ bTF2a087bhnZjfBia3Cda7QHtvcBiiJX1YYtNYy2nZmtXV5omLWRZdJXzcK6yO9vEl9W wZ1EYffOmAbB/8N7HiCebcxNU0qi7FgCAMwSfPKBU+7dJMWjcdSqYyobHlsi5E8fb3ok PJyiwFtNcPZ5nFJUrvX/ErayRh2V44krYYBwFoN5vx0SDZ+6iEafol4vfthoyzHt5opc n33z4CVtnWy5vSqrudo+PdmXr6kwgiQn6zSvXSKHCZY/pxVyAt1drDkBR9IRU4q0NgcX vAHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:newsgroups:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=PCn/P7PUUlC5cQVPsFv6Zd4Fq3GxXmP6vnEtRA9eaUw=; b=DGsXovAorMKhAjgmXIgb9hCDa3ei7If/u7CtMciWFVR9ARYaD8cdCCsyBofDTrboPG NdlnAeyPGyBcENjp7rqVKAuBz++y7AxE+o/zYDRCAgPs8n83woeDnCaRYM4kFHNlBBo3 Paak9lTmTF8Ne5h6CpKbHobkz0B7eqWcMpPZn1CG4LSfCVcmAfGncQlVylO3IdNJPAEA TjLozqp3fYQcJCbmP9hn8OqNAuMBi2T94x3Qf0lwJkAP0DVa4k7c1dkBj4zXQ3I/ZFN1 M9dMPBNH/HRBIGlnujXtrOZ6/CE/dlYWc518mffDBonQK9Vy1g+OxTPB321gkP/mrmaA t3iA== X-Gm-Message-State: AHPjjUhQq4dzldlHWrcb7c/kxjDTyP+oqq0qrjoVgnDlVUwkp7PUOt5a UdvZStIr5fFYHLYxhW7xtltCtgt17AQ= X-Google-Smtp-Source: AOwi7QALUA6/4P2jk52yRd4k635IWJTLg+DJL1HqVt8Xyq7oTjVEI976MkyITUDfkttM775datBliw== X-Received: by 10.223.199.18 with SMTP id k18mr10078105wrg.145.1506882962989; Sun, 01 Oct 2017 11:36:02 -0700 (PDT) Received: from [10.0.0.1] ([94.230.86.101]) by smtp.gmail.com with ESMTPSA id t36sm16899953wrc.28.2017.10.01.11.36.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Oct 2017 11:36:01 -0700 (PDT) Subject: Re: Debugging A Port To: freebsd-ports@freebsd.org Newsgroups: gmane.os.freebsd.devel.ports References: <20171001174256.GI86601@home.opsec.eu> From: Amit Yaron Message-ID: <4375b67f-92a8-6b9f-989a-05cb6e0e5352@phpandmore.net> Date: Sun, 1 Oct 2017 21:35:53 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <20171001174256.GI86601@home.opsec.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US 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: Sun, 01 Oct 2017 18:36:05 -0000 Thanks, It seems to work. On 01.10.2017 20:42, Kurt Jaeger wrote: > Hi! > >> What action will make the Make command to recompile a source file? > > That depends on the port, there's no generic way to say. > > Basically, the port framework adds a wrapper of targets > around the upstream source Makefile and those targets can shield > a recompile from happening. > > What sometimes work is this: > > cd work// > make >