diff options
-rw-r--r-- | audio/geonkick-lv2/Makefile | 9 | ||||
-rw-r--r-- | devel/bazel/Makefile | 8 | ||||
-rw-r--r-- | dns/knot3/Makefile | 1 | ||||
-rw-r--r-- | lang/ecl/Makefile | 1 | ||||
-rw-r--r-- | mail/neomutt/Makefile | 2 | ||||
-rw-r--r-- | sysutils/u-boot-rpi3-32/Makefile | 1 | ||||
-rw-r--r-- | sysutils/u-boot-rpi3/Makefile | 2 |
7 files changed, 4 insertions, 20 deletions
diff --git a/audio/geonkick-lv2/Makefile b/audio/geonkick-lv2/Makefile index 78fa731bd878..08151220f6fa 100644 --- a/audio/geonkick-lv2/Makefile +++ b/audio/geonkick-lv2/Makefile @@ -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> diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index 5ca9b3ef777b..846d6f1eea08 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -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> diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile index 9f6faa34c50b..a4a7b0711e41 100644 --- a/dns/knot3/Makefile +++ b/dns/knot3/Makefile @@ -98,7 +98,6 @@ MAXMINDDB_CONFIGURE_ENABLE= maxminddb .if ${ARCH} == i386 USES+= autoreconf -EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-configure.ac .endif post-patch: diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 8c6ee74a2c84..47868e8b38f3 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -56,7 +56,6 @@ SAGE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_aclocal.m4 \ ${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 diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index be75d7cd85fe..074cce5f77e9 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -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 diff --git a/sysutils/u-boot-rpi3-32/Makefile b/sysutils/u-boot-rpi3-32/Makefile index 0ca80aeedf59..b6f754ab7018 100644 --- a/sysutils/u-boot-rpi3-32/Makefile +++ b/sysutils/u-boot-rpi3-32/Makefile @@ -3,5 +3,6 @@ MODEL= rpi3-32 BOARD_CONFIG= rpi_3_32b_defconfig UBOOT_ARCH= arm +EXTRA_PATCHES= .include "${.CURDIR}/../u-boot-rpi3/Makefile" diff --git a/sysutils/u-boot-rpi3/Makefile b/sysutils/u-boot-rpi3/Makefile index 28bed99bc711..d94941158178 100644 --- a/sysutils/u-boot-rpi3/Makefile +++ b/sysutils/u-boot-rpi3/Makefile @@ -2,7 +2,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -EXTRA_PATCHES= ${.CURDIR}/files/ +EXTRA_PATCHES?= ${.CURDIR}/files/ PATCHFILES+= 939129/raw MODEL?= rpi3 |