pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 16:29:29 UTC 2025

Modified Files:
        pkgsrc/databases/mysql75-cluster: Makefile.common
        pkgsrc/databases/mysql80-cluster: Makefile.common

Log Message:
mysql*-cluster: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/mysql75-cluster/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/mysql80-cluster/Makefile.common

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

Modified files:

Index: pkgsrc/databases/mysql75-cluster/Makefile.common
diff -u pkgsrc/databases/mysql75-cluster/Makefile.common:1.4 pkgsrc/databases/mysql75-cluster/Makefile.common:1.5
--- pkgsrc/databases/mysql75-cluster/Makefile.common:1.4        Sun Aug 25 06:18:30 2024
+++ pkgsrc/databases/mysql75-cluster/Makefile.common    Mon Apr 21 16:29:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2024/08/25 06:18:30 wiz Exp $
+# $NetBSD: Makefile.common,v 1.5 2025/04/21 16:29:29 wiz Exp $
 #
 
 DISTNAME=      mysql-cluster-gpl-7.5.25
@@ -80,10 +80,8 @@ CMAKE_CONFIGURE_ARGS+=               -DDTRACE_FLAGS="
 CPPFLAGS+=             -Dunix
 CFLAGS+=               -D__STDC_FORMAT_MACROS=1 # always defined too late
 
-.if ${OPSYS} != "Interix"
 CFLAGS+=               -fPIC -DPIC
 CXXFLAGS+=             -fPIC -DPIC
-.endif
 
 # force HAVE_CURSES_H on Solaris since the configure script is broken
 # and does not properly detect this, breaking the build later on.  Also

Index: pkgsrc/databases/mysql80-cluster/Makefile.common
diff -u pkgsrc/databases/mysql80-cluster/Makefile.common:1.2 pkgsrc/databases/mysql80-cluster/Makefile.common:1.3
--- pkgsrc/databases/mysql80-cluster/Makefile.common:1.2        Sun Aug 25 06:18:30 2024
+++ pkgsrc/databases/mysql80-cluster/Makefile.common    Mon Apr 21 16:29:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2024/08/25 06:18:30 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2025/04/21 16:29:29 wiz Exp $
 #
 # used by databases/mysql-cluster/Makefile
 
@@ -94,10 +94,8 @@ CMAKE_CONFIGURE_ARGS+=               -DDTRACE_FLAGS="
 CPPFLAGS+=             -Dunix
 CFLAGS+=               -D__STDC_FORMAT_MACROS=1 # always defined too late
 
-.if ${OPSYS} != "Interix"
 CFLAGS+=               -fPIC -DPIC
 CXXFLAGS+=             -fPIC -DPIC
-.endif
 
 # force HAVE_CURSES_H on Solaris since the configure script is broken
 # and does not properly detect this, breaking the build later on.  Also



Home | Main Index | Thread Index | Old Index