From owner-freebsd-ports@freebsd.org Thu Mar 18 18:20:29 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1358D57FF90 for ; Thu, 18 Mar 2021 18:20:29 +0000 (UTC) (envelope-from gelson@borsoi.com.br) Received: from server.borsoi.com.br (server.borsoi.com.br [177.99.176.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F1b174MhQz4YWL for ; Thu, 18 Mar 2021 18:20:27 +0000 (UTC) (envelope-from gelson@borsoi.com.br) Received: from localhost (localhost [127.0.0.1]) by server.borsoi.com.br (Postfix) with ESMTP id 64CE02C3D54A for ; Thu, 18 Mar 2021 15:14:18 -0300 (-03) Received: from server.borsoi.com.br ([127.0.0.1]) by localhost (server.borsoi.com.br [127.0.0.1]) (maiad, port 10024) with ESMTP id 90996-07 for ; Thu, 18 Mar 2021 15:14:17 -0300 (-03) Received: from NotebookGB (unknown [192.168.50.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: gelson@borsoi.com.br) by server.borsoi.com.br (Postfix) with ESMTPSA id C815F2C3D546 for ; Thu, 18 Mar 2021 15:14:16 -0300 (-03) From: "Gelson Borsoi" To: Subject: Help Porting Firebird 3.0 Date: Thu, 18 Mar 2021 15:20:19 -0300 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Content-Language: pt-br Thread-Index: AdccIVgiLHoxAKJRR2a2StaZUoAnBQ== X-Virus-Scanned: Maia Mailguard 1.0.4 X-Rspamd-Queue-Id: 4F1b174MhQz4YWL X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.70 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[borsoi.com.br:s=default]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_MED(-2.00)[borsoi.com.br:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:177.99.176.76/32]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[4]; RCVD_IN_DNSWL_MED(-0.20)[177.99.176.76:from]; DKIM_TRACE(0.00)[borsoi.com.br:+]; DMARC_POLICY_ALLOW(-0.50)[borsoi.com.br,quarantine]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:18881, ipnet:177.99.176.0/20, country:BR]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2021 18:20:29 -0000 Hello, =20 I am trying to port Firebird 3.0.7 to FreeBSD. I created a Makefile and found some necessary patches. I have successfully compiled the source code but I have difficulty to = finish the Makefile to install it in the correct folders.=20 I actually did a completely manual installation to test and it worked in 12.2 and 13 amd64. Another problem was that I had to copy the content of the =93/usr/local/include=94 folder to =93/usr/include=94 and = =93/usr/local/lib=94 to =93/usr/lib=94 because the configure process did not find some files = related to devel/icu and math/tommath. =20 Questions: 1- How do I make "configure process" include the folders =93/usr/local/include=94 and =93/usr/local/lib=94 in the search for = headers files (.h) and Shared Objects (.so) without the need to copy the files? 2- Could someone with experience with ports help me finish the = "Makefile" to install and finalize the port? =20 I can provide the "Makefile" and the patches. Any help is welcome as it would be one more software for the ports and community. =20 Gelson Borsoi Chapec=F3 =96 SC =96 Brazil