From owner-svn-ports-head@freebsd.org Mon Nov 9 11:42:36 2020 Return-Path: Delivered-To: svn-ports-head@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 C06442EFD5A; Mon, 9 Nov 2020 11:42:36 +0000 (UTC) (envelope-from mat@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 4CV8Hc03TGz4hdC; Mon, 9 Nov 2020 11:42:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 1EFE510B47; Mon, 9 Nov 2020 11:42:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A9BgYtU093612; Mon, 9 Nov 2020 11:42:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A9BgXWZ093604; Mon, 9 Nov 2020 11:42:33 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202011091142.0A9BgXWZ093604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 Nov 2020 11:42:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554710 - in head: audio/geonkick-lv2 devel/bazel dns/knot3 lang/ecl mail/neomutt sysutils/u-boot-rpi3 sysutils/u-boot-rpi3-32 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: audio/geonkick-lv2 devel/bazel dns/knot3 lang/ecl mail/neomutt sysutils/u-boot-rpi3 sysutils/u-boot-rpi3-32 X-SVN-Commit-Revision: 554710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2020 11:42:38 -0000 Author: mat Date: Mon Nov 9 11:42:33 2020 New Revision: 554710 URL: https://svnweb.freebsd.org/changeset/ports/554710 Log: Remove references to non existent patches. PR: 250723 Modified: head/audio/geonkick-lv2/Makefile (contents, props changed) head/devel/bazel/Makefile (contents, props changed) head/dns/knot3/Makefile (contents, props changed) head/lang/ecl/Makefile (contents, props changed) head/mail/neomutt/Makefile (contents, props changed) head/sysutils/u-boot-rpi3-32/Makefile (contents, props changed) head/sysutils/u-boot-rpi3/Makefile (contents, props changed) Modified: head/audio/geonkick-lv2/Makefile ============================================================================== --- head/audio/geonkick-lv2/Makefile Mon Nov 9 11:42:28 2020 (r554709) +++ head/audio/geonkick-lv2/Makefile Mon Nov 9 11:42:33 2020 (r554710) @@ -28,11 +28,4 @@ USE_XORG= x11 INSTALLS_ICONS= yes -.include - -.if ${CHOSEN_COMPILER_TYPE} == clang -EXTRA_PATCHES= ${FILESDIR}/extra-patch-plugin_lv2_CMakeLists.txt \ - ${FILESDIR}/extra-patch-standalone_CMakeLists.txt -.endif - -.include +.include Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Mon Nov 9 11:42:28 2020 (r554709) +++ head/devel/bazel/Makefile Mon Nov 9 11:42:33 2020 (r554710) @@ -43,12 +43,6 @@ NO_WRKSUBDIR= YES # The bazel binary is also a zip archive (extracted by the elf part), it must not be stripped STRIP= -.include - -.if ${ARCH} == "i386" -EXTRA_PATCHES+= ${FILESDIR}/extra-i386_tools_cpp_BUILD.static.freebsd -.endif - # Have the location of the system-wide rc file reside ${ETCDIR}. # Also adapt the sample file to disable persistent java workers as they # do not work reliably on FreeBSD. @@ -86,4 +80,4 @@ do-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/scripts/packages/bazel.bazelrc ${STAGEDIR}${ETCDIR}/bazel.bazelrc.sample -.include +.include Modified: head/dns/knot3/Makefile ============================================================================== --- head/dns/knot3/Makefile Mon Nov 9 11:42:28 2020 (r554709) +++ head/dns/knot3/Makefile Mon Nov 9 11:42:33 2020 (r554710) @@ -98,7 +98,6 @@ MAXMINDDB_CONFIGURE_ENABLE= maxminddb .if ${ARCH} == i386 USES+= autoreconf -EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-configure.ac .endif post-patch: Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Mon Nov 9 11:42:28 2020 (r554709) +++ head/lang/ecl/Makefile Mon Nov 9 11:42:33 2020 (r554710) @@ -56,7 +56,6 @@ SAGE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_acloca ${PATCHDIR}/extra-patch-src_c_file.d \ ${PATCHDIR}/extra-patch-src_compile.lsp.in \ ${PATCHDIR}/extra-patch-src_configure.ac \ - ${PATCHDIR}/extra-patch-src_lsp_format.lsp \ ${PATCHDIR}/extra-patch-src_Makefile.in SOCKETS_CONFIGURE_ON= --with-tcp=yes Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Mon Nov 9 11:42:28 2020 (r554709) +++ head/mail/neomutt/Makefile Mon Nov 9 11:42:33 2020 (r554710) @@ -25,8 +25,6 @@ HAS_CONFIGURE= yes OPTIONS_SUB= yes SHEBANG_FILES= contrib/smime_keys -EXTRA_PATCHES= ${FILESDIR}/0001-fix-sidebar-use-abbreviated-path-if-possible.patch:-p1 - OPTIONS_DEFINE= NLS DOCS SASL IDN FLOCK GPGME NOTMUCH OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH GPGME LMDB NCURSES GSSAPI_BASE OPTIONS_MULTI= HCACHE Modified: head/sysutils/u-boot-rpi3-32/Makefile ============================================================================== --- head/sysutils/u-boot-rpi3-32/Makefile Mon Nov 9 11:42:28 2020 (r554709) +++ head/sysutils/u-boot-rpi3-32/Makefile Mon Nov 9 11:42:33 2020 (r554710) @@ -3,5 +3,6 @@ MODEL= rpi3-32 BOARD_CONFIG= rpi_3_32b_defconfig UBOOT_ARCH= arm +EXTRA_PATCHES= .include "${.CURDIR}/../u-boot-rpi3/Makefile" Modified: head/sysutils/u-boot-rpi3/Makefile ============================================================================== --- head/sysutils/u-boot-rpi3/Makefile Mon Nov 9 11:42:28 2020 (r554709) +++ head/sysutils/u-boot-rpi3/Makefile Mon Nov 9 11:42:33 2020 (r554710) @@ -2,7 +2,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -EXTRA_PATCHES= ${.CURDIR}/files/ +EXTRA_PATCHES?= ${.CURDIR}/files/ PATCHFILES+= 939129/raw MODEL?= rpi3