Remove references to non existent patches.
PR: 250723
This commit is contained in:
parent
a1ad131478
commit
17a343a0c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554710
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -98,7 +98,6 @@ MAXMINDDB_CONFIGURE_ENABLE= maxminddb
|
||||
|
||||
.if ${ARCH} == i386
|
||||
USES+= autoreconf
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-configure.ac
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -3,5 +3,6 @@
|
||||
MODEL= rpi3-32
|
||||
BOARD_CONFIG= rpi_3_32b_defconfig
|
||||
UBOOT_ARCH= arm
|
||||
EXTRA_PATCHES=
|
||||
|
||||
.include "${.CURDIR}/../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
|
||||
|
Loading…
Reference in New Issue
Block a user