From owner-freebsd-ports-bugs@freebsd.org Mon Sep 2 02:03:35 2019 Return-Path: Delivered-To: freebsd-ports-bugs@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 EB82BCDE1E for ; Mon, 2 Sep 2019 02:03:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46MCzq5svWz47KT for ; Mon, 2 Sep 2019 02:03:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id C9782CDE1D; Mon, 2 Sep 2019 02:03:35 +0000 (UTC) Delivered-To: ports-bugs@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 C93B0CDE1C for ; Mon, 2 Sep 2019 02:03:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46MCzq4PsVz47KS for ; Mon, 2 Sep 2019 02:03:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7ACE5ADE1 for ; Mon, 2 Sep 2019 02:03:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x8223ZaA010628 for ; Mon, 2 Sep 2019 02:03:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x8223Znl010625 for ports-bugs@FreeBSD.org; Mon, 2 Sep 2019 02:03:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239768] print/fontforge: Update to 20190801 Date: Mon, 02 Sep 2019 02:03:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cyberbotx@cyberbotx.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2019 02:03:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239768 Naram Qashat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #207084| |maintainer-approval+ Flags| | --- Comment #4 from Naram Qashat --- Created attachment 207084 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207084&action= =3Dedit fontforge-20190801.patch So, I realized after I started trying to make the port use CMake that they = have not YET moved to CMake for the current release, it was done shortly after t= he release. In any case, the attached patch moves to make most of the stuff options ins= tead of required, with the previously required things being default options. I decided against making the native scripting optional. * Update to 20190801 * Update distinfo * Update pkg-plist * Move most required things to options (only required LIB_DEPENDS is freety= pe2 and only required GNOME use is glib20 and libxml2) * USES autoreconf no longer needs to have the build argument because they m= ade their bootstrap be just running autoreconf and not all the other junk it did before * USES localbase in favor of setting CPPFLAGS and LDFLAGS to those * iconv is forced on despite being an option as the build fails without ico= nv for some reason * Included options for some things that were not options before but are configurable via GNU configure * Removed patches from files: patch-Makefile.am (uthash not used anymore), patch-fontforge_cvexport.c and patch-fontforge_print.c (that code was remov= ed and the patch is not needed anymore), patch-fontforge_splinefont.h (looking= at SVN history, this was added to fix build for 8.x, but that isn't supported anymore and it builds without this) * Added patch to files: patch-m4-fontforge__arg__enable.m4 (without this, w= off2 was always being enabled regardless of --enable/disable-woff2 being set) Changelog: https://github.com/fontforge/fontforge/releases/tag/20190801 Tested all the options in poudriere for 12-amd64, tested the default option= s in poudriere for 12-i386, 11-amd64 and 11-i386. Passes portlint (other than it complaining about no NLS option which I don't think I can do). I did keep my work I did for making the port use CMake so when the next rel= ease happens, I'll have a bit of a head start on that. --=20 You are receiving this mail because: You are the assignee for the bug.=