svn commit: r434304 - in head: databases/mysql80-server devel/bazel lang/erlang lang/erlang-runtime19 multimedia/ffmpeg print/harfbuzz print/harfbuzz/files sysutils/pesign sysutils/pesign/files
Mathieu Arnold
mat at FreeBSD.org
Fri Feb 17 16:54:36 UTC 2017
Author: mat
Date: Fri Feb 17 16:54:34 2017
New Revision: 434304
URL: https://svnweb.freebsd.org/changeset/ports/434304
Log:
There were a few others _FreeBSD_9 things around.
Sponsored by: Absolight
Deleted:
head/print/harfbuzz/files/extra-src_hb-open-type-private.hh
head/sysutils/pesign/files/extra-patch-src_client.c
Modified:
head/databases/mysql80-server/Makefile (contents, props changed)
head/devel/bazel/Makefile (contents, props changed)
head/lang/erlang-runtime19/Makefile (contents, props changed)
head/lang/erlang/Makefile (contents, props changed)
head/multimedia/ffmpeg/Makefile (contents, props changed)
head/print/harfbuzz/Makefile (contents, props changed)
head/sysutils/pesign/Makefile (contents, props changed)
Modified: head/databases/mysql80-server/Makefile
==============================================================================
--- head/databases/mysql80-server/Makefile Fri Feb 17 16:49:29 2017 (r434303)
+++ head/databases/mysql80-server/Makefile Fri Feb 17 16:54:34 2017 (r434304)
@@ -134,7 +134,6 @@ PERFSCHM_SUB_LIST_OFF+= PERFSCHEMRC="--s
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
-BROKEN_FreeBSD_9= FreeBSD 9.x requires SSL from ports
CMAKE_ARGS+= -DWITH_SSL=system
.else
CMAKE_ARGS+= -DWITH_SSL=${OPENSSLBASE}
Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile Fri Feb 17 16:49:29 2017 (r434303)
+++ head/devel/bazel/Makefile Fri Feb 17 16:54:34 2017 (r434304)
@@ -21,8 +21,6 @@ BUILD_DEPENDS= bash:shells/bash \
# candidates.
FINALRC= 1
-BROKEN_FreeBSD_9= fails with static_assert expression error in src/main/cpp/util/numbers.cc
-
NO_WRKSUBDIR= YES
USES= shebangfix zip
SHEBANG_FILES= ${WRKSRC}/tools/cpp/link_dynamic_library.sh
Modified: head/lang/erlang-runtime19/Makefile
==============================================================================
--- head/lang/erlang-runtime19/Makefile Fri Feb 17 16:49:29 2017 (r434303)
+++ head/lang/erlang-runtime19/Makefile Fri Feb 17 16:54:34 2017 (r434304)
@@ -55,7 +55,6 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE S
OPTIONS_EXCLUDE+= DTRACE
.endif
-OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE
# ld(1) fails to link probes: missing __dtrace_erlang___* symbols
Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile Fri Feb 17 16:49:29 2017 (r434303)
+++ head/lang/erlang/Makefile Fri Feb 17 16:54:34 2017 (r434304)
@@ -60,7 +60,6 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE S
OPTIONS_EXCLUDE+= DTRACE
.endif
-OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
OPTIONS_EXCLUDE_i386= DTRACE
# ld(1) fails to link probes: missing __dtrace_erlang___* symbols
Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile Fri Feb 17 16:49:29 2017 (r434303)
+++ head/multimedia/ffmpeg/Makefile Fri Feb 17 16:54:34 2017 (r434304)
@@ -457,7 +457,6 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \
CONFIGURE_ENV_armv6_clang= ASFLAGS=-no-integrated-as
CONFIGURE_ARGS_armv6= --disable-fast-unaligned
-CONFIGURE_ARGS_FreeBSD_9= --enable-memalign-hack
DOC_FILES= Changelog CREDITS INSTALL.md LICENSE.md MAINTAINERS \
README.md RELEASE_NOTES
Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile Fri Feb 17 16:49:29 2017 (r434303)
+++ head/print/harfbuzz/Makefile Fri Feb 17 16:54:34 2017 (r434304)
@@ -23,7 +23,4 @@ TEST_TARGET= check
PLIST_SUB+= LIBVER=0.10400.2
-EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}}
-EXTRA_PATCHES_FreeBSD_9= ${PATCHDIR}/extra-src_hb-open-type-private.hh
-
.include <bsd.port.mk>
Modified: head/sysutils/pesign/Makefile
==============================================================================
--- head/sysutils/pesign/Makefile Fri Feb 17 16:49:29 2017 (r434303)
+++ head/sysutils/pesign/Makefile Fri Feb 17 16:54:34 2017 (r434304)
@@ -24,9 +24,6 @@ GH_ACCOUNT= rhinstaller
USES= gmake localbase pkgconfig
USE_LDCONFIG= yes
-EXTRA_PATCHES= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}}
-EXTRA_PATCHES_FreeBSD_9= ${FILESDIR}/extra-patch-src_client.c
-
ONLY_FOR_ARCHS= aarch64 armv6 amd64 i386
ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors
BROKEN_armv6= fails to compile: error: EFI_VARIABLE_NON_VOLATILE redefined
More information about the svn-ports-head
mailing list