From owner-freebsd-ports-bugs@freebsd.org Sat Mar 18 11:37:04 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 B1D89D10C22 for ; Sat, 18 Mar 2017 11:37:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 873C61BEA for ; Sat, 18 Mar 2017 11:37:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v2IBb3CC074151 for ; Sat, 18 Mar 2017 11:37:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217872] [NEW PORT] graphics/guetzli: Perceptual JPEG encoder Date: Sat, 18 Mar 2017 11:37:04 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobik@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status cc 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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2017 11:37:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217872 Tobias Kortkamp changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |tobik@freebsd.org |org | Status|New |Open CC| |tobik@freebsd.org --- Comment #2 from Tobias Kortkamp --- Hi Yuri, some comments inline. X# Created by: Yuri Victorovich X# $FreeBSD$ X XPORTNAME=3D guetzli XPORTVERSION=3D 0.170317 Version 1.0 is tagged on GitHub. Why can't we use it? XDISTVERSIONPREFIX=3D v DISTVERSIONPREFIX is unnecessary if you're not using the v1.0 tag. XCATEGORIES=3D graphics X XMAINTAINER=3D yuri@rawbw.com XCOMMENT=3D Perceptual JPEG encoder X XLICENSE=3D APACHE20 Missing LICENSE_FILE X XLIB_DEPENDS=3D libpng.so:graphics/png \ X libgflags_nothreads.so:devel/gflags X XUSE_GITHUB=3D yes XGH_ACCOUNT=3D google XGH_TAGNAME=3D b0cf821 X XUSES=3D gmake XCFLAGS+=3D -I${LOCALBASE}/include XLDFLAGS+=3D -L${LOCALBASE}/lib Remove CFLAGS and LDFLAGS and add USES=3Dlocalbase:ldflags XPLIST_FILES=3D bin/guetzli X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bin/Release/guetzli ${STAGEDIR}${PREFIX}/bin X X.include The build seems to not be verbose. I suggest adding MAKE_FLAGS=3D verbose= =3D1 to make future build failure logs more informative. This also reveals that -O3 is passed to the build where it shouldn't be. Maybe also add config=3Ddebug to MAKE_FLAGS. --=20 You are receiving this mail because: You are the assignee for the bug.=