-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e30b566
commit 959ad07
Showing
8 changed files
with
74 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
app-vcs/subversion/autobuild/patches/0001-fix-libtoolize-link.patch
This file was deleted.
Oops, something went wrong.
84 changes: 0 additions & 84 deletions
84
app-vcs/subversion/autobuild/patches/0002-Fedora-subversion-1.12.0-linking.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
abinfo "Exporting necessary environment variables ..." | ||
export PYTHON=/usr/bin/python3 | ||
|
||
abinfo "Generating SWIG files ..." | ||
# FIXME: OSError: [Errno 2] No such file or directory: 'subversion/bindings/swig/proxy/tmprPyU9d' | ||
# we have to make it manually | ||
mkdir -vp subversion/bindings/swig/proxy/ | ||
# run autogen with --release first to generate some .c files that are only included in release tarballs | ||
# but not git repository | ||
# those included in release tarballs are not compatible with our SWIG | ||
./autogen.sh --release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
VER=1.14.3 | ||
REL=2 | ||
SRCS="tbl::https://archive.apache.org/dist/subversion/subversion-$VER.tar.gz" | ||
CHKSUMS="sha256::cf70775e5ed075ebc6a63fe8619dc6b530da254a3f61ba53a502dd83c8f14afc" | ||
VER=1.14.5 | ||
SRCS="git::commit=aosc/${VER}::https://github.com/AOSC-Tracking/subversion.git" | ||
CHKSUMS="SKIP" | ||
CHKUPDATE="anitya::id=4905" |