Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
5dc18e9e
Commit
5dc18e9e
authored
Oct 01, 2021
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/subversion: version up 1.14.1
parent
96f29e08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
19 deletions
+7
-19
component/subversion/buildout.cfg
component/subversion/buildout.cfg
+7
-8
component/subversion/subversion-fix-parallel-build-support-for-perl-bindings.patch
...ersion-fix-parallel-build-support-for-perl-bindings.patch
+0
-11
No files found.
component/subversion/buildout.cfg
View file @
5dc18e9e
...
@@ -15,26 +15,25 @@ extends =
...
@@ -15,26 +15,25 @@ extends =
../sqlite3/buildout.cfg
../sqlite3/buildout.cfg
../zlib/buildout.cfg
../zlib/buildout.cfg
../swig/buildout.cfg
../swig/buildout.cfg
../lz4/buildout.cfg
parts =
parts =
subversion
subversion
[subversion]
[subversion]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = http://apache.mirrors.tds.net/subversion/subversion-1.8.14.tar.bz2
url = https://downloads.apache.org/subversion/subversion-1.14.1.tar.bz2
md5sum = fe476ba26d6835eba4393780ea907361
md5sum = 2eccc2c7451397e01a13682600af9563
# Patch available thanks to gentoo developpers
# https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-vcs/subversion/files/subversion-fix-parallel-build-support-for-perl-bindings.patch
patches =
${:_profile_base_location_}/subversion-fix-parallel-build-support-for-perl-bindings.patch#fd69f4c932b4882ed98c59eb102be64a
configure-options =
configure-options =
--disable-static
--disable-static
--with-apr=${apr:location}
--with-apr=${apr:location}
--with-apr-util=${apr-util:location}
--with-apr-util=${apr-util:location}
--with-serf=yes
--with-serf=yes
--without-apxs
--without-apxs
--with-utf8proc=internal
--with-zlib=${zlib:location}
--with-zlib=${zlib:location}
--with-sqlite=${sqlite3:location}
--with-sqlite=${sqlite3:location}
--with-lz4=${lz4:location}
--without-berkeley-db
--without-berkeley-db
--without-sasl
--without-sasl
--without-apr_memcache
--without-apr_memcache
...
@@ -53,9 +52,9 @@ configure-options =
...
@@ -53,9 +52,9 @@ configure-options =
make-targets = install -j1
make-targets = install -j1
environment =
environment =
PATH=${patch:location}/bin:${perl:location}/bin:${pkgconfig:location}/bin:%(PATH)s
PATH=${patch:location}/bin:${perl:location}/bin:${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${apache:location}/lib/pkgconfig:${sqlite3:location}/lib/pkgconfig:${openssl
-1.0
:location}/lib/pkgconfig:${serf:location}/lib/pkgconfig
PKG_CONFIG_PATH=${apache:location}/lib/pkgconfig:${sqlite3:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig:${serf:location}/lib/pkgconfig
CPPFLAGS=-I${libexpat:location}/include -I${libuuid:location}/include
CPPFLAGS=-I${libexpat:location}/include -I${libuuid:location}/include
LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${apache:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib -Wl,-rpath=${openssl
-1.0
:location}/lib
LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${sqlite3:location}/lib -Wl,-rpath=${apache:location}/lib -L${libuuid:location}/lib -Wl,-rpath=${libuuid:location}/lib -Wl,-rpath=${openssl
:location}/lib -Wl,-rpath=${serf:location}/lib -Wl,-rpath=${lz4
:location}/lib
[subversion-1.9]
[subversion-1.9]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
...
...
component/subversion/subversion-fix-parallel-build-support-for-perl-bindings.patch
deleted
100644 → 0
View file @
96f29e08
--- Makefile.in 2011-07-16 13:50:53.000000000 +0200
+++ Makefile.in.new 2012-03-11 12:13:57.000000000 +0100
@@ -732,7 +732,7 @@
extraclean-swig-headers: clean-swig-headers
$(EXTRACLEAN_SWIG_HEADERS)
-$(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in
+$(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in libsvn_swig_perl
./config.status subversion/bindings/swig/perl/native/Makefile.PL
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment