Skip to content

Commit

Permalink
subversion: update 1.14.0 to 1.14.2
Browse files Browse the repository at this point in the history
- update
- remove shared libs
- (unfixed) --serf introduced a `.so` dependency nightmare

`libsasl2.so.3` vs `libsasl2.so.2`

```
    libsasl2.so.3 => /usr/lib/libsasl2.so.3
    libserf-1.so.1 => /usr/lib/libserf-1.so.1
        libldap-2.4.so.2 => /usr/lib/libldap-2.4.so.2
            libsasl2.so.2 => /usr/lib/libsasl2.so.2
```
  • Loading branch information
wwwutz committed Apr 27, 2022
1 parent fd05069 commit a573d6c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions subversion.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION subversion-1.14.0-0
# BEE_VERSION subversion-1.14.2-0

# more info: https://subversion.apache.org

SRCURL[0]="https://downloads.apache.org/subversion/subversion-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://downloads.apache.org/subversion/subversion-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/9927b167d1c67d663ca63125907f6f69/subversion-1.14.2.tar.bz2"

# PATCHURL+=()

Expand All @@ -25,7 +26,8 @@ mee_configure() {
--disable-nls \
--with-lz4=internal \
--with-utf8proc=internal \
--with-serf
--with-serf \
--disable-shared
}

#mee_build() {
Expand All @@ -35,7 +37,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit a573d6c

Please sign in to comment.