commit f764305e7be1436ffec58a2a483c0f25d2db0b44 Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:24:04 2021 +0100 db: use https and syntax diff --git a/db/.signature b/db/.signature index 5335fac1..1021420a 100644 --- a/db/.signature +++ b/db/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqqI40v3L9iavReKUYQYWk2zTWj9/n/pBRBhTgVlkefq79eiQRHPmF1Oklimzkfgz0b40fEIGWuzQiE1U4RaObws= -SHA256 (Pkgfile) = 676569b36aae5b5ca3fb904169acff8f5db2af95e3b4b148e9041a401c9f32db +RWRJc1FUaeVeqjiMcdBcgN4/JfbZXhf6oYYq+lXX41a/JuCTEG+IBr3T4DR/t7UwtI/H8c0M51y4VLxoky4m5fZTKakinX6JcAs= +SHA256 (Pkgfile) = 7860bf65e611c434b80a67dab84fd984e09492eb5ee5a046446b6ac1989b1cc9 SHA256 (.footprint) = 3a4d0e8a4f718b7d171558a53799371c27bdcacf7991ef39b5c82e16d51b0f02 SHA256 (db-5.3.28.tar.gz) = e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628 SHA256 (0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch) = 696ac5af5473f0d85ecc6af44a85333c91500721fb5c33028c05e843429058d1 diff --git a/db/Pkgfile b/db/Pkgfile index a0d4820e..66a2f9a4 100644 --- a/db/Pkgfile +++ b/db/Pkgfile @@ -1,25 +1,25 @@ # Description: Berkeley DB -# URL: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/ -# Maintainer: CRUX System Team, core-ports at crux dot nu +# URL: https://www.oracle.com/technetwork/database/database-technologies/berkeleydb... +# Maintainer: CRUX System Team, core-ports at crux dot nu name=db version=5.3.28 release=2 -source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz \ +source=(https://download.oracle.com/berkeley-db/$name-$version.tar.gz 0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch) build() { - cd $name-$version - patch -p1 -i $SRC/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch + cd $name-$version + patch -p1 -i $SRC/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch - cd build_unix - ../dist/configure --prefix=/usr \ - --enable-compat185 \ - --enable-shared \ - --enable-static \ - --enable-cxx - make - make DESTDIR=$PKG install - rm -r $PKG/usr/docs - chmod -R +w $PKG + cd build_unix + ../dist/configure --prefix=/usr \ + --enable-compat185 \ + --enable-shared \ + --enable-static \ + --enable-cxx + make + make DESTDIR=$PKG install + rm -r $PKG/usr/docs + chmod -R +w $PKG }