[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / mariadb104-client

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/databases/mariadb104-client/Makefile between version 1.1 and 1.4

version 1.1, 2021/05/08 19:47:16 version 1.4, 2021/05/23 19:09:18
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKGNAME=        ${DISTNAME:S/-/-client-/}  PKGNAME=        ${DISTNAME:S/-/-client-/}
 COMMENT=        MariaDB 10.4, a free SQL database (client)  PKGREVISION=    2
   COMMENT=        MariaDB 10.4, a free MySQL compatible database (client)
   
 CONFLICTS=      mysql-client-[0-9]*  CONFLICTS=      mysql-client-[0-9]*
   
Line 11  CMAKE_ARGS+= -DWITHOUT_SERVER=ON
Line 12  CMAKE_ARGS+= -DWITHOUT_SERVER=ON
   
 INSTALL_DIRS+=  client include libmariadb man scripts  INSTALL_DIRS+=  client include libmariadb man scripts
   
   .include "options.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>