From owner-freebsd-ports-bugs@freebsd.org Wed Jul 29 20:45:31 2020 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 C871736C2CB for ; Wed, 29 Jul 2020 20:45:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BH5Cb4zDXz4FXS for ; Wed, 29 Jul 2020 20:45:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id AABEF36C2C9; Wed, 29 Jul 2020 20:45:31 +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 AA86636C1AF for ; Wed, 29 Jul 2020 20:45:31 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BH5Cb46kDz4FpL for ; Wed, 29 Jul 2020 20:45:31 +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.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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CC9A257CD for ; Wed, 29 Jul 2020 20:45:31 +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 06TKjV1C063078 for ; Wed, 29 Jul 2020 20:45:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06TKjVcY063077 for ports-bugs@FreeBSD.org; Wed, 29 Jul 2020 20:45:31 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 248354] www/gohugo: The EXTENDED flag doesn't seem to work Date: Wed, 29 Jul 2020 20:45:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: vendion@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: 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.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2020 20:45:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248354 Bug ID: 248354 Summary: www/gohugo: The EXTENDED flag doesn't seem to work Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: vendion@gmail.com CC: ben.lavery@hashbang0.com Flags: maintainer-feedback?(ben.lavery@hashbang0.com) CC: ben.lavery@hashbang0.com Looking at the Makefile for gohugo there is an option that is enabled be default called "EXTENDED" that should cause hugo to be built with SASS/SCSS support, but that does not seem to be the case per this thread https://discourse.gohugo.io/t/problems-getting-started-with-hugo-pipes-to-p= rocess-scss/27224/2 If hugo did have the SASS/SCSS support the version output should be similar= to "Hugo Static Site Generator v0.74.3/extended ..." rather than "Hugo Static = Site Generator v0.74.3 ...". Doing a test build of gohugo v0.74.3 on my system I also don't see where the "-tags extended" build flag is passed in: [code] (cd /wrkdirs/usr/ports/www/gohugo/work/hugo-0.74.3; for t in hugo; do=20 out=3D$(/usr/bin/basename $(echo ${t} | /usr/bin/sed -Ee 's/^[^:]*:([^:]+).*$/\1/' -e 's/^\.$/hugo/')); pkg=3D$(echo ${t} | /usr/b= in/sed -Ee 's/^([^:]*).*$/\1/' -e 's/^hugo$/./'); echo "=3D=3D=3D> Building ${ou= t} from ${pkg}"; /usr/bin/env XDG_DATA_HOME=3D/wrkdirs/usr/ports/www/gohugo/work=20 XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/www/gohugo/work=20 HOME=3D/wrkdirs/usr/ports/www/gohugo/work TMPDIR=3D"/tmp" PATH=3D/usr/local/libexec/ccache:/wrkdirs/usr/ports/www/gohugo/work/.bin:/s= bin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=3Dyes MK_DEBUG_FILES=3Dno MK_KERNEL_SYMBOLS=3Dno SHELL=3D/bin/sh NO_= LINT=3DYES PREFIX=3D/usr/local LOCALBASE=3D/usr/local CC=3D"cc" CFLAGS=3D"-O2 -pipe= =20 -fstack-protector-strong -fno-strict-aliasing " CPP=3D"cpp" CPPFLAGS=3D""= =20 LDFLAGS=3D" -fstack-protector-strong " LIBS=3D"" CXX=3D"c++" CXXFLAGS=3D"-= O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX=3D"/usr/local" CCACHE_DIR=3D"/root/.ccache" BSD_INSTALL_PROGRAM=3D"install -s -m 555"=20 BSD_INSTALL_LIB=3D"install -s -m 0644" BSD_INSTALL_SCRIPT=3D"install -m = 555"=20 BSD_INSTALL_DATA=3D"install -m 0644" BSD_INSTALL_MAN=3D"install -m 444" CGO_ENABLED=3D1 CGO_CFLAGS=3D"-I/usr/local/include"=20 CGO_LDFLAGS=3D"-L/usr/local/lib" GOARM=3D GOPATH=3D""=20 GOBIN=3D"/wrkdirs/usr/ports/www/gohugo/work/bin" GO_NO_VENDOR_CHECKS=3D1 /usr/local/bin/go build -v -buildmode=3Dexe -ldflags=3D-s -mod=3Dvendor -o /wrkdirs/usr/ports/www/gohugo/work/bin/${out} ${pkg}; done) [/code] --=20 You are receiving this mail because: You are the assignee for the bug.=