Date: Sat, 12 Sep 2020 03:14:13 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548280 - head/databases/mysql80-server Message-ID: <202009120314.08C3EDvh072892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Sep 12 03:14:13 2020 New Revision: 548280 URL: https://svnweb.freebsd.org/changeset/ports/548280 Log: databases/mysql80-server: add devel/libunwind to dependencies on powerpc64 Now that it works on powerpc64, add it and bump PORTREVISION. Modified: head/databases/mysql80-server/Makefile Modified: head/databases/mysql80-server/Makefile ============================================================================== --- head/databases/mysql80-server/Makefile Sat Sep 12 02:25:15 2020 (r548279) +++ head/databases/mysql80-server/Makefile Sat Sep 12 03:14:13 2020 (r548280) @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 8.0.21 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases MASTER_SITES= MYSQL/MySQL-8.0 PKGNAMESUFFIX?= 80-server @@ -37,12 +37,14 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \ LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind LIB_DEPENDS_amd64= libunwind.so:devel/libunwind LIB_DEPENDS_i386= libunwind.so:devel/libunwind +LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind BUILD_DEPENDS= liblz4>0:archivers/liblz4 \ ${BUILD_DEPENDS_${ARCH}} BUILD_DEPENDS_aarch64= libunwind>0:devel/libunwind BUILD_DEPENDS_amd64= libunwind>0:devel/libunwind BUILD_DEPENDS_i386= libunwind>0:devel/libunwind +BUILD_DEPENDS_powerpc64= libunwind>0:devel/libunwind CMAKE_BUILD_TYPE= Release CFLAGS+= -fPIC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009120314.08C3EDvh072892>