From owner-freebsd-ports-bugs@freebsd.org Thu May 20 09:55:43 2021 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 B9B8863A3C7 for ; Thu, 20 May 2021 09:55:43 +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 4Fm4qg4jCgz3Nqb for ; Thu, 20 May 2021 09:55:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A17DD63A3C6; Thu, 20 May 2021 09:55:43 +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 A14AF63A44A for ; Thu, 20 May 2021 09:55:43 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fm4qg44w8z3P8D for ; Thu, 20 May 2021 09:55:43 +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 74A0323F4D for ; Thu, 20 May 2021 09:55:43 +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 14K9thVN061620 for ; Thu, 20 May 2021 09:55:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 14K9thdO061619 for ports-bugs@FreeBSD.org; Thu, 20 May 2021 09:55:43 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 256001] dns/knot3: upgrade to 3.0.6 Date: Thu, 20 May 2021 09:55:43 +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 Some People X-Bugzilla-Who: eduardo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2021 09:55:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256001 Nuno Teixeira changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eduardo@FreeBSD.org --- Comment #1 from Nuno Teixeira --- Hello, Before I can take this PR could you take a look at: 1. Could you provide a git diff instead of svn diff? https://docs.freebsd.org/en/books/porters-handbook/upgrading/#git-diff 2. I've found several commented port options in Makefile: --- #BUILD_DEPENDS=3D autoconf>=3D2.65:devel/autoconf \ # gsed:textproc/gsed and #PLIST_FILES=3D etc/rc.d/${PORTNAME} Any particular reason for this comments? 3. `portclippy Makefile`: --- # PORTNAME block PORTNAME DISTVERSION CATEGORIES MASTER_SITES PKGNAMESUFFIX # Maintainer block MAINTAINER COMMENT # License block LICENSE LICENSE_FILE # Dependencies BUILD_DEPENDS LIB_DEPENDS # USES block USES +USE_LDCONFIG +USE_RC_SUBR -CONFLICTS # Configure block HAS_CONFIGURE -BINARY_ALIAS CONFIGURE_ARGS -USE_RC_SUBR # Make block +INSTALL_TARGET # Conflicts +CONFLICTS # Standard bsd.port.mk variables +BINARY_ALIAS SUB_FILES +SUB_LIST -USE_LDCONFIG -INSTALL_TARGET # Users and groups block USERS GROUPS -SUB_LIST # Packaging list block PORTDOCS # Options definitions OPTIONS_DEFINE # Options descriptions DNSTAP_DESC +FASTPARSER_DESC +MAXMINDDB_DESC # Options helpers +DNSTAP_LIB_DEPENDS DNSTAP_CONFIGURE_ENABLE DNSTAP_CONFIGURE_WITH -DNSTAP_LIB_DEPENDS DNSTAP_CPPFLAGS DOCS_CONFIGURE_OFF -FASTPARSER_DESC FASTPARSER_CONFIGURE_ENABLE -IDN_CONFIGURE_WITH IDN_CONFIGURE_OFF -MAXMINDDB_DESC +IDN_CONFIGURE_WITH MAXMINDDB_LIB_DEPENDS MAXMINDDB_CONFIGURE_ENABLE --- You use portclippy to organize Makefile blocks --=20 You are receiving this mail because: You are the assignee for the bug.=