Date: Mon, 9 Nov 2020 11:42:33 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> 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 Message-ID: <202011091142.0A9BgXWZ093604@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> - -.if ${CHOSEN_COMPILER_TYPE} == clang -EXTRA_PATCHES= ${FILESDIR}/extra-patch-plugin_lv2_CMakeLists.txt \ - ${FILESDIR}/extra-patch-standalone_CMakeLists.txt -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011091142.0A9BgXWZ093604>