svn commit: r1921885 - in /subversion/trunk/tools/dev/unix-build: Makefile.local Makefile.svn

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: dsahlberg
Date: Thu Nov 14 07:55:21 2024
New Revision: 1921885

URL: http://svn.apache.org/viewvc?rev=1921885&view=rev
Log:
In tools/dev/unix-build:

Commit a template Makefile.local with the current default versions
(commented out, since they are set in Makefile.svn).

Makefile.svn needs a file Makefile.local since r1921458. Create it 
by copying the template.

* Makefile.local
  New file
* Makefile.svn
  (Makefile.local target): Create Makefile.local by copying from the template.

Added:
    subversion/trunk/tools/dev/unix-build/Makefile.local
Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Added: subversion/trunk/tools/dev/unix-build/Makefile.local
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.local?rev=1921885&view=auto
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.local (added)
+++ subversion/trunk/tools/dev/unix-build/Makefile.local Thu Nov 14 07:55:21 2024
@@ -0,0 +1,28 @@
+# Uncomment and change version numbers below if you want to use
+# another version.
+# You may also have to edit Makefile.svn to add the SHA256 checksums
+# for the archives.
+#BDB_MAJOR_VER   = 4.7
+#BDB_VER         = $(BDB_MAJOR_VER).25
+#APR_VER         = 1.7.5
+#APR_ICONV_VER   = 1.2.1
+#GNU_ICONV_VER   = 1.15
+#APR_UTIL_VER    = 1.6.1
+#PCRE_VER        = 8.41
+#HTTPD_VER       = 2.4.37
+#NEON_VER        = 0.32.5
+#SERF_VER        = 1.3.10
+#CYRUS_SASL_VER  = 2.1.28
+#SQLITE_VER      = 3390400
+#LIBMAGIC_VER    = 5.30
+#RUBY_MAJOR_VER  = 2.7
+#RUBY_VER        = $(RUBY_MAJOR_VER).4
+#BZ2_VER = 1.0.6
+#PYTHON_VER      = 3.11.10
+#PYTHON2_VER     = 2.7.13
+#PY3C_VER        = 1.1
+#JUNIT_VER       = 4.10
+#GETTEXT_VER     = 0.19.8.1
+#LZ4_VER         = 1.7.5
+#SWIG_VER        = 3.0.12
+

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1921885&r1=1921884&r2=1921885&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Nov 14 07:55:21 2024
@@ -101,6 +101,7 @@ DISTDIR		= $(PWD)/distfiles
 SRCDIR		= $(PWD)/src
 OBJDIR		= $(PWD)/objdir
 
+# Default dependency versions
 BDB_MAJOR_VER	= 4.7
 BDB_VER		= $(BDB_MAJOR_VER).25
 APR_VER		= 1.7.5
@@ -347,6 +348,12 @@ nuke:
 fetch: $(DISTFILES)
 
 #######################################################################
+# Local version override file
+#######################################################################
+Makefile.local:
+	cp unix-build/Makefile.local .
+
+#######################################################################
 # directories
 #######################################################################
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.