aboutsummaryrefslogtreecommitdiff
path: root/databases/mariadb103-server
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-11-12 16:11:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-11-12 16:11:37 +0000
commit6356d8c7e8a5b3311140aa8b74af61db9b595ae7 (patch)
tree420e2c0e379a8f13b244f846bf38fc73a8391586 /databases/mariadb103-server
parent864bc1d6fe7cf37ce67a02454691936452da83ed (diff)
downloadports-6356d8c7e8a5b3311140aa8b74af61db9b595ae7.tar.gz
ports-6356d8c7e8a5b3311140aa8b74af61db9b595ae7.zip
Patents are a complicated topic, and their regulation varies depending on
jurisdiction. Patents are not necessarily related to the license and so should not be connected to the license framework. As a project we will officially remove all patent limitations within the ports tree and leave it to the user or consumer to deal with their local legislation to determine if they can use the software without legal restrictions. Approved by: core
Notes
Notes: svn path=/head/; revision=554970
Diffstat (limited to 'databases/mariadb103-server')
-rw-r--r--databases/mariadb103-server/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/mariadb103-server/Makefile b/databases/mariadb103-server/Makefile
index 2aa54784df90..4f52dc6da4eb 100644
--- a/databases/mariadb103-server/Makefile
+++ b/databases/mariadb103-server/Makefile
@@ -19,9 +19,7 @@ MAINTAINER= brnrd@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
LICENSE= GPLv2
-LICENSE_NAME_PerconaFT= PerconaFT patents license
-LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS
-LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_FILE= ${WRKSRC}/COPYING
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
@@ -151,7 +149,6 @@ SNAPPY_CMAKE_OFF= -DWITH_INNODB_SNAPPY=OFF -DWITH_ROCKSDB_snappy=OFF
SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy
TOKUDB_IMPLIES= SNAPPY
TOKUDB_PORTDOCS= README.md
-TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi
WSREP_CMAKE_BOOL= WITH_WSREP
WSREP_LIB_DEPENDS= libgalera.so:databases/galera
WSREP_RUN_DEPENDS= bash:shells/bash \