Compare commits
122 Commits
Author | SHA1 | Date | |
---|---|---|---|
197ae11c63 | |||
38214fc6a2 | |||
cfbb59c8bc | |||
8a0f6e5bad | |||
f31d536118 | |||
3c8211d67c | |||
b3456ccc87 | |||
954c52d760 | |||
de041b535a | |||
d30f37c9e1 | |||
3a9b4532cc | |||
7aaf915426 | |||
93c0b9cb8b | |||
93261af976 | |||
c5a1cc2bb3 | |||
3145e37195 | |||
d2d0aa7e06 | |||
2ef27027c7 | |||
3eaa0470e4 | |||
c7447f80c7 | |||
37af133baa | |||
34609971a4 | |||
2fbde7be5e | |||
34d4be3da4 | |||
0f58018007 | |||
18fc147c79 | |||
d2b0695ca0 | |||
fd405a36cc | |||
de4d7918ef | |||
cba80dbb88 | |||
637bd6ab2f | |||
285a65ad01 | |||
5328a2c898 | |||
28073a9dc1 | |||
ba87d63cf2 | |||
ef9fe0ee75 | |||
0f938ef57c | |||
2585eef310 | |||
0e585181d0 | |||
0ff9b4f32d | |||
1a0e49a94d | |||
ef1a1834d4 | |||
e873e73576 | |||
819839aae7 | |||
bca0ca9047 | |||
278d2ba223 | |||
e0ee921980 | |||
dd9233ba64 | |||
ee2ee2b2e0 | |||
56e7fa52e1 | |||
c60dc8a81f | |||
cb4cb340dc | |||
170abcf93d | |||
1e9b7a3e4d | |||
243a1d039b | |||
e82bd52365 | |||
6abf875cec | |||
03f038468b | |||
f1787bfb67 | |||
7c02f034a1 | |||
2042d49ffc | |||
0d5e6ddf89 | |||
ec7760ca42 | |||
1fd487fa72 | |||
cf3f23a34a | |||
276d5308a6 | |||
abc8559fdf | |||
47b6f2d2e9 | |||
35d9c6a8e3 | |||
d67e8fa192 | |||
70f750a967 | |||
f221a441c2 | |||
45039378f3 | |||
13eea85fd4 | |||
790d851c83 | |||
d4b0160f8c | |||
494bc76314 | |||
8a6fda3e54 | |||
74724f980f | |||
295b56b789 | |||
73648819f9 | |||
2487ec1b8f | |||
287bfe5e47 | |||
bb18f7fb5b | |||
5db25c4b97 | |||
c8567aa1d0 | |||
3027a33959 | |||
d6ebbb5588 | |||
616dad60d6 | |||
fdf75d207e | |||
48ccb03310 | |||
10cd2a7580 | |||
fd340a1c3b | |||
334f22412f | |||
b56717c637 | |||
98e74bf187 | |||
be756ebadd | |||
53a88b5077 | |||
faf6a182b2 | |||
59f93afe44 | |||
84429e97a9 | |||
efbbd914dc | |||
3155f3084e | |||
2ba292c03e | |||
22693505c8 | |||
09973457f6 | |||
ec339ad630 | |||
d4a97d64ca | |||
8b5dde950a | |||
b2fadcca4e | |||
45c9c690ee | |||
7f2e68d70b | |||
ebcee2440b | |||
1fd9a33713 | |||
5e74eb42ac | |||
39f1b419f5 | |||
f667aa8d76 | |||
cfde0a0177 | |||
db0fea558c | |||
cdca4e536e | |||
8772ec62c9 | |||
81079b1cf3 |
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/Rwkiepm7gfHEO0usv0SfSG2s1L+i5s8lnukPfn0ZULVCqeGgzSpoqptuMF7gTP2m2Du1sI2EMC2ycRLHYQpgwA=
|
||||
SHA256 (Pkgfile) = f9f0b78a9243565224fd41cb414b021125d9ffc3452b2e7d92567bf0dc931035
|
||||
RWSE3ohX2g5d/Rfx4t1zvL2qQvykzNNYeerxZf6yEUXKjz8EaX1KZcK8XsSwQ9Qk3Fo0IU4221ji8zByv1OoZ8lf9o2Zt41++Qs=
|
||||
SHA256 (Pkgfile) = 6067d445d86c2d12a748d0272e51cf6a1dc8e4f2110d9acbda66d95731c451bb
|
||||
SHA256 (.footprint) = 7704f2404ebd8f6a84caf4e81265275a5eedf95164f39e542e709a18ec86d16f
|
||||
SHA256 (a2ps-4.15.6.tar.gz) = 87ff9d801cb11969181d5b8cf8b65e65e5b24bb0c76a1b825e8098f2906fbdf4
|
||||
|
12
a2ps/Pkgfile
12
a2ps/Pkgfile
@ -9,12 +9,12 @@ release=1
|
||||
source=(https://ftp.gnu.org/gnu/a2ps/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/{info,emacs}
|
||||
find $PKG -type f -name README -delete
|
||||
rm -r $PKG/usr/share/{info,emacs}
|
||||
find $PKG -type f -name README -delete
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/aksFYH0yGR3bYJQhNMTk5biQFZo5W092xERZdSyxRqJIAApw7pPcxkWErdNBrCAwY2tSgM48RC+s/rsX+MSYgA=
|
||||
SHA256 (Pkgfile) = f52ef066728a6fc3e5c733b3a9a495c7365224fe85635044b5cb4895e5523657
|
||||
RWSE3ohX2g5d/WlNVvNxFPCVE3RTFZ7RLd0NuPVhhpxgAk0bJQP4QAJERLBFQX240brwEPcfMb4vDkE8oGAqGasb0F97/1mPsA8=
|
||||
SHA256 (Pkgfile) = 037bf76a680fd1c0b54b60136459b0eef89dbe420477d5f2dfb39e6d863420ee
|
||||
SHA256 (.footprint) = 436d3e581672a7d3d35ef9bcc0f101248e5080111ab2cd9ed22481148a59847d
|
||||
SHA256 (adwaita-icon-theme-46.0.tar.bz2) = abefc0a216946cea6705f59ef5bf90ab2a584e1df5e2790e1b92e95eed5f083f
|
||||
|
@ -9,15 +9,15 @@ release=1
|
||||
source=(https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/$version/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
rm -rf $PKG/usr/share/licenses
|
||||
rm -rf $PKG/usr/share/licenses
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/fC186cZ3u7IVOEg92D9KBNfQ23B0tv+1JvZgYOZTPsq+4OxgswT9DVhgmvMz8eesVauNRr424SsdnOIRS/WJAE=
|
||||
SHA256 (Pkgfile) = 844dbd03a5ce2a89c73818fd32ac24280236152fc2fc3bd2a9a8ee41b0770233
|
||||
RWSE3ohX2g5d/UJkvZdH+Gv5e/yit+qTZIjIkHeJhgDgkB32iUF8HEZ667u2S0w3ejTBetAq8Zg6Ld+jgBH14Ghf4jhvxiYZrwo=
|
||||
SHA256 (Pkgfile) = 4d205dd5c23b3c14367c09e4214187fbbe71294ef56cdbab25a12265a96b2759
|
||||
SHA256 (.footprint) = c74d5e2fd28b7400bca7988e0b21f4e2b12748a0a85f1d21a819069f0f9f6c9f
|
||||
SHA256 (httpd-2.4.59.tar.bz2) = ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323
|
||||
SHA256 (crux.layout) = a72a0d72c47aa72df4378f4bf1ff291eb9cdfd29f6c827b9970b8775f38f4dd6
|
||||
|
@ -7,32 +7,32 @@ name=apache
|
||||
version=2.4.59
|
||||
release=1
|
||||
source=(https://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \
|
||||
crux.layout apache)
|
||||
crux.layout apache)
|
||||
|
||||
build(){
|
||||
cd httpd-$version
|
||||
cd httpd-$version
|
||||
|
||||
cat $SRC/crux.layout >> config.layout
|
||||
sed -ri '/^(User|Group)/s/daemon/www/' docs/conf/httpd.conf.in
|
||||
cat $SRC/crux.layout >> config.layout
|
||||
sed -ri '/^(User|Group)/s/daemon/www/' docs/conf/httpd.conf.in
|
||||
|
||||
./configure \
|
||||
--enable-layout=CRUX \
|
||||
--with-apr=/usr \
|
||||
--with-apr-util=/usr \
|
||||
--with-pcre=/usr \
|
||||
--enable-so \
|
||||
--enable-modules=all \
|
||||
--enable-mods-shared=all \
|
||||
--enable-mpms-shared=all \
|
||||
--disable-lua
|
||||
make
|
||||
make -j1 DESTDIR=$PKG install
|
||||
./configure \
|
||||
--enable-layout=CRUX \
|
||||
--with-apr=/usr \
|
||||
--with-apr-util=/usr \
|
||||
--with-pcre=/usr \
|
||||
--enable-so \
|
||||
--enable-modules=all \
|
||||
--enable-mods-shared=all \
|
||||
--enable-mpms-shared=all \
|
||||
--disable-lua
|
||||
make
|
||||
make -j1 DESTDIR=$PKG install
|
||||
|
||||
install -D -m 755 $SRC/apache $PKG/etc/rc.d/apache
|
||||
install -D -m 755 $SRC/apache $PKG/etc/rc.d/apache
|
||||
|
||||
rm -r $PKG/var/www/htdocs/*
|
||||
rm -r $PKG/run
|
||||
rm $PKG/var/www/{error,icons}/README*
|
||||
rm -r $PKG/var/www/htdocs/*
|
||||
rm -r $PKG/run
|
||||
rm $PKG/var/www/{error,icons}/README*
|
||||
|
||||
chmod -R g-s $PKG/var/www/
|
||||
chmod -R g-s $PKG/var/www/
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/SaMEkuhGuA0iu/KAn7ejPIsLj08BvpsJ+jLYNiOGH2hhJfIMECAUPyyLqPrlUAFGpnqzkA9we1ZuL81fdYW4Qc=
|
||||
SHA256 (Pkgfile) = 9305cfcd83ece6120c73ae9fe48b980e8ecf087ba9dc591c12e76a84fbe8f9e0
|
||||
RWSE3ohX2g5d/SOZwEEh5AizTaeyE+gKfNUz02jsJ37GE7STlXXE4/xdLw9g5QEazZyN891+3J3H6XrQL8KZ7u/YRM+98RpyIg8=
|
||||
SHA256 (Pkgfile) = aff10ec62ae7c78dd5ab69e712a8626bad3d49923f7623d86d704d25ec29b3fc
|
||||
SHA256 (.footprint) = aa91ecaf9ff0afe84e72cec3736de2248ef6b027d761809e6256a610ae0f86a1
|
||||
SHA256 (apr-util-1.6.3.tar.bz2) = a41076e3710746326c3945042994ad9a4fcac0ce0277dd8fea076fec3c9772b5
|
||||
|
@ -9,20 +9,20 @@ release=1
|
||||
source=(https://downloads.apache.org/apr/$name-$version.tar.bz2)
|
||||
|
||||
build(){
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-apr=/usr \
|
||||
--with-expat=/usr \
|
||||
--with-berkeley-db=/usr \
|
||||
--with-gdbm=/usr \
|
||||
--with-sqlite3=/usr \
|
||||
--with-openssl=/usr \
|
||||
--with-crypto
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-apr=/usr \
|
||||
--with-expat=/usr \
|
||||
--with-berkeley-db=/usr \
|
||||
--with-gdbm=/usr \
|
||||
--with-sqlite3=/usr \
|
||||
--with-openssl=/usr \
|
||||
--with-crypto
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
sed -i -r "/^APU_(SOURCE|BUILD)/s|=.*|=|" $PKG/usr/bin/apu-1-config
|
||||
rm -r $PKG/usr/lib/*.exp
|
||||
sed -i -r "/^APU_(SOURCE|BUILD)/s|=.*|=|" $PKG/usr/bin/apu-1-config
|
||||
rm -r $PKG/usr/lib/*.exp
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/b+yaCg1J2edoqruyZKUF/UbC9aMifBTWGjx1n6AvtQ3QZliWO7mPtzGFVKxK8W5RzjMYcEsOWRcX5he0vHebws=
|
||||
SHA256 (Pkgfile) = ba1f92c179ad4cb9bb462a042315db37dcd241fa6199e0f2560145a5aeb708ab
|
||||
RWSE3ohX2g5d/b5qzJHgOELvYXe3XyIPRsMIZ6e7E8d3dCMhGa7fHPdJPIFGurlKr3Xf5CcGiDZMqa78VWIxJ8dx9FqoOt3XiAM=
|
||||
SHA256 (Pkgfile) = b4d14074ad30023ab89828964c125b56814dc1a9cbe508214eea0b05126b44c6
|
||||
SHA256 (.footprint) = 4704db7b5d569bedade38689c44563a80653d3c697756324ffd9a6aad58d389e
|
||||
SHA256 (apr-1.7.4.tar.bz2) = fc648de983f3a2a6c9e78dea1f180639bd2fad6c06d556d4367a701fe5c35577
|
||||
|
16
apr/Pkgfile
16
apr/Pkgfile
@ -9,14 +9,14 @@ release=1
|
||||
source=(https://downloads.apache.org/$name/$name-$version.tar.bz2)
|
||||
|
||||
build(){
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-installbuilddir=/usr/share/apr-1
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-installbuilddir=/usr/share/apr-1
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
sed -i -r "/^APR_(SOURCE|BUILD)/s|=.*|=|" $PKG/usr/bin/apr-1-config
|
||||
rm -r $PKG/usr/lib/*.exp
|
||||
sed -i -r "/^APR_(SOURCE|BUILD)/s|=.*|=|" $PKG/usr/bin/apr-1-config
|
||||
rm -r $PKG/usr/lib/*.exp
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/Wi+wpvnJOmQ7s7SjAq1R1BXXpDxR2wGpl+TwgEGQD79tFxq0BSy1LcsttxAy7GIYeM3ykCO/Bs/ZOGV2JNheQI=
|
||||
SHA256 (Pkgfile) = ed373df2d06760fa3f6ae5993864ab6d14ae90ee0fac926b63898087fcca22b2
|
||||
RWSE3ohX2g5d/cfCeK26EE02jPFebHEtIg8kIGqsa7t81nmZOGM2XA3GJdMGdxG2kV7192phz5tHK6F7BBnS+rrJm0dI+EVc1gg=
|
||||
SHA256 (Pkgfile) = cce4933c39d4c52258b00b94b7e98841e8b1ceb377a7df570333ff03ff47c33d
|
||||
SHA256 (.footprint) = 7a750467ef70fd0add5559ce6d21750f45d16d17f2f73cdf41d8f1b6829f10d6
|
||||
SHA256 (aspell-0.60.8.1.tar.gz) = d6da12b34d42d457fa604e435ad484a74b2effcd120ff40acd6bb3fb2887d21b
|
||||
|
@ -9,14 +9,14 @@ release=1
|
||||
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--enable-curses=ncursesw
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--enable-curses=ncursesw
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -R $PKG/usr/share/info
|
||||
rm -R $PKG/usr/share/info
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/XOC6CF5cHQRLD/h2cQEr23zOF8f1f/WCNB7lXOsahUGY0coZ6oGnFRmduAc7MDUwHYTT2gQpiwdvrB+V+aEYQE=
|
||||
SHA256 (Pkgfile) = ab3b426371aaacff7f63ea20961d16911c3a4a82452d40c2d572cdfcc132b656
|
||||
RWSE3ohX2g5d/aaaVCxSF2ZFzH1YAxHEuHGP/UMv05etThYxJV4rZNeYvQYOraN7dJAQPxNXFdS7rl5A73sJVfyLYauwsr41LwI=
|
||||
SHA256 (Pkgfile) = d28476536fac495e1ac126baf2c1290f54712d3fadc88f77ea0ff1535f2015a8
|
||||
SHA256 (.footprint) = 6101a10cc6e788486885e591caf1ed8c5c188369ab2670ba0f23d91a89736c4f
|
||||
SHA256 (at-spi2-core-2.52.0.tar.xz) = 0ac3fc8320c8d01fa147c272ba7fa03806389c6b03d3c406d0823e30e35ff5ab
|
||||
|
@ -9,17 +9,17 @@ release=1
|
||||
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
meson setup build $name-$version \
|
||||
--prefix /usr \
|
||||
--sysconfdir=/usr/etc \
|
||||
--libexecdir=/usr/lib/at-spi2 \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
meson setup build $name-$version \
|
||||
--prefix /usr \
|
||||
--sysconfdir=/usr/etc \
|
||||
--libexecdir=/usr/lib/at-spi2 \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
rm -r $PKG/usr/{share/locale,lib/systemd}
|
||||
rm -r $PKG/usr/{share/locale,lib/systemd}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/bbdOk0YH3xVNE59fFdCm94BzmBzyca8luByeVJkHao3wvxt5iqx97molBVm3xtI2g5J+s+IvR367WnCZzzMTwQ=
|
||||
SHA256 (Pkgfile) = a665957231fba1ea18ef65649f673a7032594fbc98376967d07748d514ce0d81
|
||||
RWSE3ohX2g5d/dYP8OatzpcMXSzjixuTvBM9iv9JX+B5IJGyfrFaANmZGE+ibGLOC+5pDYeUQHNqUygXVAkXl6bnwPejO1KkgQo=
|
||||
SHA256 (Pkgfile) = bc478311813a97b4614778805918e486caaa79b6b12484560655f8a8e6963e31
|
||||
SHA256 (.footprint) = 2991bc460e6ed6ee8256816fde768cb9f463b0dbe8d10e016501c10820f3035f
|
||||
SHA256 (bin86-0.16.21-c83297b.tar.gz) = 5e95d86806df1adc091e9e067d82723d8d7f9fe48df5c3d9985b3bb7b2675e04
|
||||
SHA256 (bin86-0.16.21-c83297b.tar.gz) = 56ce828fe6482ae5f9867e179de093fb5d8b49354e8079b53763d550fcac25f8
|
||||
SHA256 (bin86-x86_64.patch) = 3b41a07f6b31de8124d015f4526b9c1427771c3d7c9bd3bcbf888992f966bb47
|
||||
|
@ -11,18 +11,17 @@ source=(https://codeberg.org/jbruchon/dev86/archive/$_commit.tar.gz
|
||||
renames=($name-$version-c83297b.tar.gz SKIP)
|
||||
|
||||
build() {
|
||||
cd dev86
|
||||
cd dev86-*
|
||||
|
||||
patch -p1 -i $SRC/$name-x86_64.patch
|
||||
patch -p1 -i $SRC/$name-x86_64.patch
|
||||
sed -i '/#include "version.h"/d' as/as.c ld/io.c
|
||||
|
||||
sed -i '/#include "version.h"/d' as/as.c ld/io.c
|
||||
cd bin86
|
||||
for i in ld as man; do ln -s ../${i} .; done
|
||||
make -j1 CFLAGS="$CFLAGS -D_POSIX_SOURCE" PREFIX=/usr
|
||||
|
||||
cd bin86
|
||||
for i in ld as man; do ln -s ../${i} .; done
|
||||
make -j1 CFLAGS="$CFLAGS -D_POSIX_SOURCE" PREFIX=/usr
|
||||
install -d $PKG/usr/{bin,share/man/man1}
|
||||
make PREFIX=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
|
||||
|
||||
install -d $PKG/usr/{bin,share/man/man1}
|
||||
make PREFIX=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
|
||||
|
||||
rm -r $PKG/usr/share/man/man1/{bcc,elks,elksemu}.1
|
||||
rm -r $PKG/usr/share/man/man1/{bcc,elks,elksemu}.1
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/WRToEjySi1q9Xs6dUMnWJ2NW33W0Zo1/UwLxvh789Im98LFvtlL4wrXtf9nw9/F056p+pEVz2Rc4qeYba55xAk=
|
||||
SHA256 (Pkgfile) = 8fbafdee59f35b4b2a073977e89a6942761b01ac97a5898d9ec2d8d19116f11b
|
||||
RWSE3ohX2g5d/c1zrMrL+A0Q1bxoJG2kHAcTmH79zWDRtQ7hgsRhcZcnTo+WOE1e2/lGco34aGx2AOVTYnxWf1ig1t7BMywdYQQ=
|
||||
SHA256 (Pkgfile) = 4b183a46e8680ac489c7fcc1837d6215fa5ced9569e4cb90f4c8e57f39f534b3
|
||||
SHA256 (.footprint) = 71837d6ffabc0d7f070f326ac50470354273d67337f18faa07525dd28e960e18
|
||||
SHA256 (bind-9.18.26.tar.xz) = 75ffee52731e9604c849b658df29e927f1c4f01d5a71ea3ebcbeb63702cb6651
|
||||
SHA256 (utils.patch) = 300e6a789ae99aca1a414a0e6d5ef67ec7b41baff99449e69c7c6b94785fc465
|
||||
|
@ -7,33 +7,33 @@ name=bindutils
|
||||
version=9.18.26
|
||||
release=1
|
||||
source=(https://ftp.isc.org/isc/bind9/$version/bind-$version.tar.xz
|
||||
utils.patch)
|
||||
utils.patch)
|
||||
|
||||
build() {
|
||||
cd bind-$version
|
||||
cd bind-$version
|
||||
|
||||
patch -Np1 -i $SRC/utils.patch
|
||||
patch -Np1 -i $SRC/utils.patch
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib/bindutils \
|
||||
--includedir=/usr/include/bindutils \
|
||||
--disable-linux-caps \
|
||||
--disable-doh \
|
||||
--with-libxml2=no \
|
||||
--with-gssapi=no
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib/bindutils \
|
||||
--includedir=/usr/include/bindutils \
|
||||
--disable-linux-caps \
|
||||
--disable-doh \
|
||||
--with-libxml2=no \
|
||||
--with-gssapi=no
|
||||
|
||||
make -C lib
|
||||
make bind.keys.h
|
||||
make -C bin/dig
|
||||
make -C bin/delv
|
||||
make -C doc
|
||||
make DESTDIR=$PKG -C lib install
|
||||
make DESTDIR=$PKG -C bin/dig install
|
||||
make DESTDIR=$PKG -C bin/delv install
|
||||
make -C lib
|
||||
make bind.keys.h
|
||||
make -C bin/dig
|
||||
make -C bin/delv
|
||||
make -C doc
|
||||
make DESTDIR=$PKG -C lib install
|
||||
make DESTDIR=$PKG -C bin/dig install
|
||||
make DESTDIR=$PKG -C bin/delv install
|
||||
|
||||
install -D -m 644 doc/man/delv.1 $PKG/usr/share/man/man1/delv.1
|
||||
install -D -m 644 doc/man/dig.1 $PKG/usr/share/man/man1/dig.1
|
||||
install -D -m 644 doc/man/host.1 $PKG/usr/share/man/man1/host.1
|
||||
install -D -m 644 doc/man/nslookup.1 $PKG/usr/share/man/man1/nslookup.1
|
||||
install -D -m 644 doc/man/delv.1 $PKG/usr/share/man/man1/delv.1
|
||||
install -D -m 644 doc/man/dig.1 $PKG/usr/share/man/man1/dig.1
|
||||
install -D -m 644 doc/man/host.1 $PKG/usr/share/man/man1/host.1
|
||||
install -D -m 644 doc/man/nslookup.1 $PKG/usr/share/man/man1/nslookup.1
|
||||
}
|
||||
|
@ -22,15 +22,15 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libbrotlicommon.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libbrotlidec.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libbrotlienc.pc
|
||||
drwxr-xr-x root/root usr/lib/python3.10/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/Brotli-1.1.0-py3.10.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Brotli-1.1.0-py3.10.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Brotli-1.1.0-py3.10.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Brotli-1.1.0-py3.10.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Brotli-1.1.0-py3.10.egg-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.10/site-packages/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/brotli.cpython-310.opt-1.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/brotli.cpython-310.pyc
|
||||
-rwxr-xr-x root/root usr/lib/python3.10/site-packages/_brotli.cpython-310-x86_64-linux-gnu.so
|
||||
-rw-r--r-- root/root usr/lib/python3.10/site-packages/brotli.py
|
||||
drwxr-xr-x root/root usr/lib/python3.12/
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/Brotli-1.1.0-py3.12.egg-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/Brotli-1.1.0-py3.12.egg-info/PKG-INFO
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/Brotli-1.1.0-py3.12.egg-info/SOURCES.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/Brotli-1.1.0-py3.12.egg-info/dependency_links.txt
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/Brotli-1.1.0-py3.12.egg-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/__pycache__/
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/__pycache__/brotli.cpython-312.opt-1.pyc
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/__pycache__/brotli.cpython-312.pyc
|
||||
-rwxr-xr-x root/root usr/lib/python3.12/site-packages/_brotli.cpython-312-x86_64-linux-gnu.so
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/brotli.py
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/USgZsJHms6lToBb5GElZqt7wI4F+g9vXwUHQat7zQwx1kYrEo5sfYtiJ0CvIcFSQtmm6g7avSUYSgui3xaU9AI=
|
||||
RWSE3ohX2g5d/WUOSrviWqFjC86+E9Ffz4bUpN5boYk2UibZVoWbmaTz1o6fj/qNVA6OtPTzmJtvGZLzwL1ecWxEWRCmTLcA3w4=
|
||||
SHA256 (Pkgfile) = 0335d911c50ed2fecdcece611ffb578138fb27f657a233110dd2048f87bffabd
|
||||
SHA256 (.footprint) = cf3216778723e27bab2cee860739d312baf16805c542d39ce5624c473ad5c94b
|
||||
SHA256 (.footprint) = e6220715e992ad713900adb3334668458e462e05737c51c97b66ce6a37d8273d
|
||||
SHA256 (brotli-v1.1.0.tar.gz) = e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/cXLLOgg2ZmujCen3nPKlv9D5HTFvwDyOUM7eEhJyzW5mrH5IvPcYE3Bk9DXHG73NHfZmBIajXO0UbzVFQLGhwQ=
|
||||
SHA256 (Pkgfile) = 62363c4ad9b016cb1bb14b71f09bd74048df4fb228fc6217c1518e61a5bf276c
|
||||
RWSE3ohX2g5d/QDwQMDyD11uABOz7KT1Y2jBmm7NaLtgkK7wkhEzW/rwMiOAj/lRCUxpsFjdxPK45p9WMvbbu/NxRG2Ltnc9PQ0=
|
||||
SHA256 (Pkgfile) = bc727e936ff9d901bb7600eb3eb693fe5a0b45f27935bf9558e43d49fc9db076
|
||||
SHA256 (.footprint) = 16ac08684bf57de8691150e0637fb727180e41d56539268e00cb94593f290223
|
||||
SHA256 (btrfs-progs-v6.8.1.tar.xz) = 0e40a068a26c2969cb02a95ba9fef888d7a6356e3f457ff92ad2477d08735678
|
||||
|
@ -9,18 +9,18 @@ release=1
|
||||
source=(https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-v$version
|
||||
cd $name-v$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--bindir=/sbin \
|
||||
--disable-convert \
|
||||
--disable-zoned \
|
||||
--disable-documentation
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--bindir=/sbin \
|
||||
--disable-convert \
|
||||
--disable-zoned \
|
||||
--disable-documentation
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/usr/share/man/man{5,8}
|
||||
install -m 644 Documentation/*.5 $PKG/usr/share/man/man5
|
||||
install -m 644 Documentation/*.8 $PKG/usr/share/man/man8
|
||||
install -d $PKG/usr/share/man/man{5,8}
|
||||
install -m 644 Documentation/*.5 $PKG/usr/share/man/man5
|
||||
install -m 644 Documentation/*.8 $PKG/usr/share/man/man8
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/eEgZ8VwX9eL2rUxF79vPTVN2AUQfSjqxUhSvVTyU7vgnk6ITRZrtOp4wsdpCQgW+5f9fQhx/8L5ddjxCQw9OwU=
|
||||
SHA256 (Pkgfile) = c7c17181047234b3f7623c9cd4f661fe28491c9a33945a16fde447b26ab108f7
|
||||
RWSE3ohX2g5d/d8oH67sDOFLRZ9ADynnEjujGPuQvD/U1nWUZ2w+eTlsX32mYg/8xmyXFTgF5y/VKH2zame5zJIY8MpyUVkTPg0=
|
||||
SHA256 (Pkgfile) = 7c252789838de4954003edf647373ca92a72c42d00c2d9de478743c78eab5c9d
|
||||
SHA256 (.footprint) = 4ecef32c60cd4ded5030702557eef5e3ebe7c44f7e9ba13f0a81bf2c4c7997e7
|
||||
SHA256 (cairo-1.18.0.tar.bz2) = abf8fba4d510086a492783c3e0828e90b32734738fd80906595617d229d02bab
|
||||
|
@ -9,18 +9,18 @@ release=1
|
||||
source=(https://gitlab.freedesktop.org/cairo/cairo/-/archive/$version/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
meson setup build $name-$version $PKGMK_CAIRO \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D dwrite=disabled \
|
||||
-D spectre=disabled \
|
||||
-D symbol-lookup=disabled \
|
||||
-D tests=disabled
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
meson setup build $name-$version $PKGMK_CAIRO \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D dwrite=disabled \
|
||||
-D spectre=disabled \
|
||||
-D symbol-lookup=disabled \
|
||||
-D tests=disabled
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
chmod +x $PKG/usr/bin/cairo-trace
|
||||
chmod +x $PKG/usr/bin/cairo-trace
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/Y74ifMv5QyHzCXcpLMmiN1Idgj8/OmqPZe199hMBPcQU4S7QE3rkRyKl+3AvuhGCjVBKMTwubmaxAIWhY28ZAc=
|
||||
SHA256 (Pkgfile) = 72b93913ad3fc4c4254705e76ca432fea91783f80c0d05775d95be8b4552dd67
|
||||
RWSE3ohX2g5d/WipDWdoUC9U19okFJEXb6xrRSVyJtpjBDGT3xytiGiFMBDor/tmRs0pbVNmRZJJzJKROZxZ0G51u08IeWZhwAA=
|
||||
SHA256 (Pkgfile) = b128e5a619ac046a2abf27f3e2bb724adc105d40341da5a5f906fd8380d044d4
|
||||
SHA256 (.footprint) = 77f6cea25dd7d94bc541f287b93642c327b67f24ac416f3f8b6eadc54918ca8f
|
||||
SHA256 (cdrkit-1.1.11.tar.gz) = d1c030756ecc182defee9fe885638c1785d35a2c2a297b4604c0e0dcc78e47da
|
||||
SHA256 (cdrkit-1.1.9-efi-boot.patch) = fc9b45bde484bd83c7d34fd22a1d9699a997852b482502195c9e9c72a7b4abc8
|
||||
|
@ -7,16 +7,16 @@ name=cdrkit
|
||||
version=1.1.11
|
||||
release=5
|
||||
source=(http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/cdrkit-1.1.11.tar.gz/efe08e2f3ca478486037b053acd512e9/cdrkit-1.1.11.tar.gz
|
||||
cdrkit-1.1.9-efi-boot.patch)
|
||||
cdrkit-1.1.9-efi-boot.patch)
|
||||
|
||||
build () {
|
||||
patch -d $name-$version -p1 -i $SRC/cdrkit-1.1.9-efi-boot.patch
|
||||
cmake -S $name-$version -B build -G Ninja \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS -fcommon" \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D MANSUBDIR=share/man \
|
||||
-Wno-dev
|
||||
cmake --build build
|
||||
DESTDIR=$PKG cmake --install build
|
||||
patch -d $name-$version -p1 -i $SRC/cdrkit-1.1.9-efi-boot.patch
|
||||
cmake -S $name-$version -B build -G Ninja \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS -fcommon" \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D MANSUBDIR=share/man \
|
||||
-Wno-dev
|
||||
cmake --build build
|
||||
DESTDIR=$PKG cmake --install build
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/eEhm9mEjoIldmynMXzv2c8qC2veQQn5BeGto4aif0rvQWmtPGAoN8LUQryB4QwaoCeUARWlYHomSzUgw5oaPQA=
|
||||
SHA256 (Pkgfile) = 1aa7806ee05b2b9c4fb3fa5edfd700a22483431ad4fec3dd44378722c8a0fb36
|
||||
RWSE3ohX2g5d/ay1SEBW6AArxIcbfLqj7qIf/t9zC6nZv562FRezvM6IrspV8SpN1K0h5ucA1eDlEUxOa2tWoreY6z+APdLSnQI=
|
||||
SHA256 (Pkgfile) = 8f6175446386085b0fb434df07114851b87b77765427556ee0975aca89daf203
|
||||
SHA256 (.footprint) = 6f403b2e0972da49318c0d041091125760ac3ce9b64a4ce746fd153343488fd5
|
||||
SHA256 (chrony-4.5.tar.gz) = 19fe1d9f4664d445a69a96c71e8fdb60bcd8df24c73d1386e02287f7366ad422
|
||||
SHA256 (chronyd) = 5ae5109312f1d3d28385aad84e086a45cf2ef71d0f39c3c06777b55d069bfdcf
|
||||
|
@ -8,21 +8,21 @@ name=chrony
|
||||
version=4.5
|
||||
release=1
|
||||
source=(https://chrony-project.org/releases/$name-$version.tar.gz
|
||||
chronyd)
|
||||
chronyd)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--chronyrundir=/run/chrony \
|
||||
--with-pidfile=/run/chrony/chronyd.pid \
|
||||
--with-user=chrony
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--chronyrundir=/run/chrony \
|
||||
--with-pidfile=/run/chrony/chronyd.pid \
|
||||
--with-user=chrony
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d -o chrony -g chrony -m 0750 $PKG/var/{lib,log}/chrony
|
||||
install -D -m 0755 $SRC/chronyd $PKG/etc/rc.d/chronyd
|
||||
install examples/chrony.conf.example1 $PKG/etc/chrony.conf
|
||||
install -d -o chrony -g chrony -m 0750 $PKG/var/{lib,log}/chrony
|
||||
install -D -m 0755 $SRC/chronyd $PKG/etc/rc.d/chronyd
|
||||
install examples/chrony.conf.example1 $PKG/etc/chrony.conf
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/UOa+XChaRA4O7F6osMlhfCTQWnrmNCPHr7Nk5FWa3JJJFOKvItw+13pRiIYHqAWAFPowAervAUpM1loXPhLgwk=
|
||||
SHA256 (Pkgfile) = 5a7173059439033788df94cd264f70408104c4032468296814b5e13e646cf75e
|
||||
RWSE3ohX2g5d/R8PNz2HE7IqpmXC+ahSW13ar3qFCCDkyvLEYzvSgaZy8GJTiyNFteGKzYKxvzYWAnH/z20W7UL5SUobRQ1pkgM=
|
||||
SHA256 (Pkgfile) = 4443f85bccac103e79bee18f6c446f8e3dbe106aa83f7d75f60a83e9d1b6e7a7
|
||||
SHA256 (.footprint) = 63bf775cb82da089e4f0bd8e323b033d906ac04eab1858e2a603855d440ea955
|
||||
SHA256 (chrpath-0.17.tar.gz) = 4a1dacc91f4eaf1c8c3f767fd881eb1fe3a509a20d0628bf9760d90ac124bd0c
|
||||
SHA256 (chrpath-0.17.tar.gz) = 199444d0831553c31e4655ad0e87bd825d650f2011f109dbfeddb38eca0b4356
|
||||
|
@ -9,12 +9,12 @@ source=(https://codeberg.org/pere/chrpath/archive/release-$version.tar.gz)
|
||||
renames=($name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name
|
||||
cd $name
|
||||
|
||||
./bootstrap
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./bootstrap
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/doc
|
||||
rm -r $PKG/usr/doc
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/ScUdQiLgLqEvR5t+2Dm2ZdoEg3MgEPs+ssIWZdbHTkZu7lqDJTcWNPjuQ+pLVJEhkOM0mPUdgjn7kbDEyFilQ0=
|
||||
SHA256 (Pkgfile) = ac7b8069c2b6af18109cf0f812c87ecf849fe7ebe3fcd4ca5a87ce1e2f3a9b5b
|
||||
RWSE3ohX2g5d/bJ4NTBYVO0MleG8WAIPA2yS+GzcKaGIoyyB7eb2IygfIfPvWgh74DeOfFkjiVKuAc2b/Y5sJFAYMe/LdX58YAc=
|
||||
SHA256 (Pkgfile) = f3bdaf67fa8e1894ad1d716dd690a24a1d4193920e714765a9f11be040e54d14
|
||||
SHA256 (.footprint) = 3a948a1200573e978bcb943d8e55956590fa9f50be3031b87d13cea4dd83528c
|
||||
SHA256 (cifs-utils-7.0.tar.bz2) = 0defaab85bd3ea46ffc45ab41fb0d0ad54d05ae2cfaa7e503de86d4f12bc8161
|
||||
SHA256 (cifs-utils-man.tar.xz) = 8eaea627abf57d109ce7138de27af185901e2546d9f7226ac784b9c95ccaf2c3
|
||||
|
@ -7,19 +7,19 @@ name=cifs-utils
|
||||
version=7.0
|
||||
release=1
|
||||
source=(https://download.samba.org/pub/linux-cifs/$name/$name-$version.tar.bz2
|
||||
$name-man.tar.xz cifs)
|
||||
$name-man.tar.xz cifs)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
install -d $PKG/{sbin,usr/share/man/man{1,8}}
|
||||
install -m 0644 $SRC/*.1 $PKG/usr/share/man/man1
|
||||
install -m 0644 $SRC/*.8 $PKG/usr/share/man/man8
|
||||
ln -s mount.cifs.8 $PKG/usr/share/man/man8/mount.smb3.8
|
||||
install -d $PKG/{sbin,usr/share/man/man{1,8}}
|
||||
install -m 0644 $SRC/*.1 $PKG/usr/share/man/man1
|
||||
install -m 0644 $SRC/*.8 $PKG/usr/share/man/man8
|
||||
ln -s mount.cifs.8 $PKG/usr/share/man/man8/mount.smb3.8
|
||||
|
||||
./configure --prefix=/usr --with-pamdir=/lib/security
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure --prefix=/usr --with-pamdir=/lib/security
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -D -m 0755 $SRC/cifs $PKG/etc/rc.d/cifs
|
||||
install -D -m 0755 $SRC/cifs $PKG/etc/rc.d/cifs
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/aI7mQ9nS07NifvXn4cSMGaq4N/4kzIVRXjJF1NbNEF3nLVyaTIJg5ZFjlgm1gflxEIKPQcRQA++CuTVl1ZpfAQ=
|
||||
SHA256 (Pkgfile) = 693432fe8a382fd95772e03c8cef798079ff5c15899c6217eeee073eb6cf0c01
|
||||
RWSE3ohX2g5d/TlBI43KVbnVbduwODlfdZvymgScWZpP3EFmkrF2TFXae/C7+MPnJya59JIm7qi13264xUn8aAkTlc6ADRQl1Q8=
|
||||
SHA256 (Pkgfile) = 3de300ffc3ec6d1d5fd867411c5b72b08e8532602d585982876f153acddabda4
|
||||
SHA256 (.footprint) = 5ee30ac97a3a1006d3156c6d4e025003526ccb35968cf962eede0c1eb82b0f08
|
||||
SHA256 (ck4up-1.4.tar.gz) = 37f2f981cfdb6811a906e5520cb27203cb5ecb725d2180aaac59d377c1ac9fbf
|
||||
|
@ -9,6 +9,6 @@ release=2
|
||||
source=(http://jue.li/crux/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
make MANDIR=/usr/share/man/man1 DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
make MANDIR=/usr/share/man/man1 DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/RaQCoiMfXxLCRS9UfTQGuuvUT/FvpLuMyzq95alSv1/mZiQ8prij3fMSA2x8yH82t9Ah3quGw+eYekFOrlz3Qk=
|
||||
SHA256 (Pkgfile) = b4f4dd0e98a9ef5d9076ed05ae1195e32c7f8214ec38e1303b09d3cf9c0045a3
|
||||
RWSE3ohX2g5d/ceplFAGIp1q0XOErocVkEXfCiCnzaxFUsTCrDhtfhP89hLDotqYKXLCOM1gSlKuYWij0URsy9S++Lw37JHtQQs=
|
||||
SHA256 (Pkgfile) = e6649a1151592f520e4703045cb3118b0db13e39b90b615b8ce081c0cd775865
|
||||
SHA256 (.footprint) = 0431adb74f8ed171ddc37fe835aed070159ec3d1225cd03b50d01c46a78e2bac
|
||||
SHA256 (clang-18.1.5.src.tar.xz) = 82deec53b4535ae30fce3bcbb1a946020aaf8bdedc4f34ec025e29ee70678f1d
|
||||
SHA256 (clang-tools-extra-18.1.5.src.tar.xz) = 45a377910d35ff248ebd7d78cd12238e0a36548d39af026730f2ba772c17ebab
|
||||
|
@ -7,27 +7,27 @@ name=clang
|
||||
version=18.1.5
|
||||
release=1
|
||||
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/clang-$version.src.tar.xz
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/clang-tools-extra-$version.src.tar.xz
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/llvm-$version.src.tar.xz
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz
|
||||
)
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/clang-tools-extra-$version.src.tar.xz
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/llvm-$version.src.tar.xz
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz
|
||||
)
|
||||
|
||||
build() {
|
||||
mv clang-tools-extra-$version.src clang-$version.src/tools/extra
|
||||
prt-get isinst ccache && PKGMK_CLANG+=' -D LLVM_CCACHE_BUILD=ON'
|
||||
mv clang-tools-extra-$version.src clang-$version.src/tools/extra
|
||||
prt-get isinst ccache && PKGMK_CLANG+=' -D LLVM_CCACHE_BUILD=ON'
|
||||
|
||||
mv cmake-$version.src cmake
|
||||
mv cmake-$version.src cmake
|
||||
|
||||
cmake -S $name-$version.src -B build -G Ninja $PKGMK_CLANG \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_INSTALL_LIBEXECDIR=lib/clang \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
-D LLVM_MAIN_SRC_DIR="$SRC/llvm-$version.src" \
|
||||
-D LLVM_PARALLEL_COMPILE_JOBS="${JOBS:-1}" \
|
||||
-D LLVM_INCLUDE_TESTS=OFF \
|
||||
-Wno-dev
|
||||
cmake --build build
|
||||
DESTDIR=$PKG cmake --install build
|
||||
cmake -S $name-$version.src -B build -G Ninja $PKGMK_CLANG \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_INSTALL_LIBEXECDIR=lib/clang \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
-D LLVM_MAIN_SRC_DIR="$SRC/llvm-$version.src" \
|
||||
-D LLVM_PARALLEL_COMPILE_JOBS="${JOBS:-1}" \
|
||||
-D LLVM_INCLUDE_TESTS=OFF \
|
||||
-Wno-dev
|
||||
cmake --build build
|
||||
DESTDIR=$PKG cmake --install build
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/R8q+uTa6bhHqWfkSWvTvKRica4aLp5VOJeqXaRyndxD/YEmuX8FwUsURB43492YzEV5IDuBTEWZmVWYs1HE7gs=
|
||||
SHA256 (Pkgfile) = 80d8c79fd45672e0f3e390c7dda8875809dbe318f9de9c8d6add991b488236a6
|
||||
RWSE3ohX2g5d/asjoDtHdGOhqNQ6ZIjuwkoQXgky87PmeiWjvppgC9tZ7VDXoTSKeDAngXxR2vUwA7VukqJaH1FU9aQDv0A6mQ0=
|
||||
SHA256 (Pkgfile) = 7d272fe734e029b4df7508058bfe3cd1128bcce6206c832fc934471c9e8caa12
|
||||
SHA256 (.footprint) = c000c5c6ba683a0b545ae2b3f805dcec534dfdf3d55b482115495cab26d2e356
|
||||
SHA256 (clex-4.7.tar.gz) = dd8ddac89132f691cb4d449e5d879e91355da29c0a2d9f2f55c55aacb2059e93
|
||||
|
@ -9,8 +9,8 @@ release=1
|
||||
source=(https://github.com/xitop/clex/releases/download/v$version//$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/cZMNnQEXWN78UFeWg6kkOnXKliJBCX3feAV4B8YKtmmb00TJh78bRyBxbmNQhV+Ed+4Abve0WFX6fqMybX9oQE=
|
||||
SHA256 (Pkgfile) = 1105f5384a4dc6681dc74b8c1989fd28fa8142df9e240cc27cd18da6678f2245
|
||||
RWSE3ohX2g5d/VmtMARTUMcDndxVJPnT02GKUC4/9PF2HadYCD/TICM2sOVu67Kh+WzF7uMXdSXnsrkBh173VQd3mfNuVPLmQQ8=
|
||||
SHA256 (Pkgfile) = ab0b54e4763ff45cdc4e6ce06521763b0e07ac68ab03f2b2fe9db19c2c2d0b36
|
||||
SHA256 (.footprint) = 627aa77bd9b9998ea06e9a5315612a672df68593f13f8ee43cf054375e907409
|
||||
SHA256 (cmocka-1.1.7.tar.xz) = 810570eb0b8d64804331f82b29ff47c790ce9cd6b163e98d47a4807047ecad82
|
||||
|
@ -8,12 +8,12 @@ release=1
|
||||
source=(https://cmocka.org/files/1.1/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cmake -S $name-$version -B build -G Ninja \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_INSTALL_LIBDIR=lib \
|
||||
-D UNIT_TESTING=On
|
||||
cmake --build build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG cmake --install build
|
||||
cmake -S $name-$version -B build -G Ninja \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_INSTALL_LIBDIR=lib \
|
||||
-D UNIT_TESTING=On
|
||||
cmake --build build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG cmake --install build
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/TY3QMYheZSZFh7lOiZoHjEEmUY38LW4o8x2sX1wGeEv0C4udw+1L24zP90t3ok90Up08kRcae7yo57pLeopXwo=
|
||||
SHA256 (Pkgfile) = 4eece08c24ea6c09755a6a2c7588f0757845acd0bea192a4fa74aa659270e9fd
|
||||
RWSE3ohX2g5d/S7Q/1c2/iB0FZToPkmTSakwVjVUzp7aoGnaE1ZFrCB8iNLvl6XINtJJQsJlZ9YqySbZWnlP5GEJ8v/peiJbJw0=
|
||||
SHA256 (Pkgfile) = aea001c4827bd6ebcf02dec551cb04143d3d7159f1ac110466bf7b54c0ab6140
|
||||
SHA256 (.footprint) = 84bb3f3ad5a657004a0ce908f95855bf5bb77e4bd91a51f90b5f7a6296ca72ab
|
||||
SHA256 (compiler-rt-18.1.5.src.tar.xz) = a58fa6ce9b2d1653eaad384be4972cfdfde6dac11d2f7764f17eed801fe8c289
|
||||
SHA256 (llvm-18.1.5.src.tar.xz) = 8a134e58cb98061b6b8f312fe9c174a646fa0c8691b5511c43795dc980dfd226
|
||||
|
@ -8,32 +8,32 @@ name=compiler-rt
|
||||
version=18.1.5
|
||||
release=2
|
||||
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/compiler-rt-$version.src.tar.xz
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/llvm-$version.src.tar.xz
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz
|
||||
libsanitizer-timebits.diff)
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/llvm-$version.src.tar.xz
|
||||
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz
|
||||
libsanitizer-timebits.diff)
|
||||
|
||||
build() {
|
||||
mv llvm-$version.src llvm
|
||||
mv cmake-$version.src cmake
|
||||
mv llvm-$version.src llvm
|
||||
mv cmake-$version.src cmake
|
||||
|
||||
if prt-get isinst clang; then
|
||||
if ! /usr/bin/ldd /usr/bin/clang | grep -q -E '.*not found'; then
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
fi
|
||||
fi
|
||||
if prt-get isinst clang; then
|
||||
if ! /usr/bin/ldd /usr/bin/clang | grep -q -E '.*not found'; then
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
fi
|
||||
fi
|
||||
|
||||
patch -Np2 -d $name-$version.src -i $SRC/libsanitizer-timebits.diff
|
||||
patch -Np2 -d $name-$version.src -i $SRC/libsanitizer-timebits.diff
|
||||
|
||||
cmake -S $name-$version.src -B build -G Ninja \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
-D COMPILER_RT_INSTALL_PATH=/usr/lib/clang/${version:0:2} \
|
||||
-D Python3_EXECUTABLE=/usr/bin/python3 \
|
||||
-D COMPILER_RT_INCLUDE_TESTS=OFF \
|
||||
-Wno-dev
|
||||
cmake --build build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG cmake --install build
|
||||
cmake -S $name-$version.src -B build -G Ninja \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
-D COMPILER_RT_INSTALL_PATH=/usr/lib/clang/${version:0:2} \
|
||||
-D Python3_EXECUTABLE=/usr/bin/python3 \
|
||||
-D COMPILER_RT_INCLUDE_TESTS=OFF \
|
||||
-Wno-dev
|
||||
cmake --build build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG cmake --install build
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/bC6+t9X2dKrFpg46WgDCTefQv5sqwNvuyRjC48LwlChf6JYbPcrNNQUzymYi0sAS8C/GsgmrlTSR4Prvu27Aw4=
|
||||
SHA256 (Pkgfile) = 689c6dfcac5961502f0433504645099ed6fafd387c29f1624fe34a0ece564e3d
|
||||
RWSE3ohX2g5d/RUoAYkPaPlvxqVeOhIRS4fIbZ6IrM5qJysAgvJEE+2NZ/WPsk40Nc9W/ulewX7HIZrf4Feq6FXeqUPlpiWxjQo=
|
||||
SHA256 (Pkgfile) = 335239896458a6115067210306e4069202d1158065e6674d7d85125d3cb8b42c
|
||||
SHA256 (.footprint) = b1befb365db806952cf7726c732e89b6ce20f20bb46e5c7a2529cd011de490c6
|
||||
SHA256 (conky-1.20.2.tar.gz) = 16f2e17d35252c1c3b97363016ede5cd68be719c32a51961420fcd46859bf503
|
||||
|
@ -9,21 +9,21 @@ release=1
|
||||
source=(https://github.com/brndnmtthws/conky/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
prt-get isinst wayland && PKGMK_CONKY+=' -D BUILD_WAYLAND=ON'
|
||||
prt-get isinst wayland && PKGMK_CONKY+=' -D BUILD_WAYLAND=ON'
|
||||
|
||||
cmake -S $name-$version -B build -G Ninja $PKGMK_CONKY \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D SYSTEM_CONFIG_FILE=/usr/etc/conky.conf \
|
||||
-D BUILD_DOCS=OFF \
|
||||
-D BUILD_I18N=OFF \
|
||||
-D BUILD_CURL=ON \
|
||||
-D BUILD_RSS=ON \
|
||||
-D RELEASE=TRUE
|
||||
cmake -S $name-$version -B build -G Ninja $PKGMK_CONKY \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D SYSTEM_CONFIG_FILE=/usr/etc/conky.conf \
|
||||
-D BUILD_DOCS=OFF \
|
||||
-D BUILD_I18N=OFF \
|
||||
-D BUILD_CURL=ON \
|
||||
-D BUILD_RSS=ON \
|
||||
-D RELEASE=TRUE
|
||||
|
||||
cmake --build build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG cmake --install build
|
||||
cmake --build build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG cmake --install build
|
||||
|
||||
rm -r $PKG/usr/share/doc
|
||||
rm -r $PKG/usr/share/doc
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/cEtdpn9L+dUcn0H80rk83utmRsXQK/MiKHx7mxqVc5+26urnll7wht8GVI1s5qVAbSK8FDW0ur7m7wvdy2qkQc=
|
||||
SHA256 (Pkgfile) = 01e98ed59ced837efc4de700e9cdeafd819a7c80782ee1446a1081c43a4ba52e
|
||||
RWSE3ohX2g5d/Q7Z7tvnCXW/ZIqyfpdWGrXTKUgMUWgRm8cDXyfj1STHmzQpRjHLqa1VzzvIMsgoTVXpuotJdpBKVvI+3B3HNQ0=
|
||||
SHA256 (Pkgfile) = 6236a5240893b7f0b3733356b9372d167082437f6e6263547f80890f41e87980
|
||||
SHA256 (.footprint) = e8e5ed2a5fa85c51d910e1c8dc4423e98fa9bbaebb21d54fd8d91ddb00fd01c7
|
||||
SHA256 (courier-unicode-2.3.0.tar.bz2) = c9d9a7d368baa216d109c42389964946f988ac919460d7a3828bf99b7e50820d
|
||||
|
@ -8,8 +8,8 @@ release=1
|
||||
source=(http://download.sourceforge.net/project/courier/$name/$version/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/VsWEaKY1beEG69WCtJQsk9k6PyyF40x0csA+FrgPwq3uL/yiyQRfH+WhFNgzny8L39ejfqxRU7PfE5uO+u7eAQ=
|
||||
SHA256 (Pkgfile) = f41a4825533c24c7849b0dd101360b6d797d49f0c23eff512ae01893112b047d
|
||||
RWSE3ohX2g5d/djK1ZfI16EF2wriKaf4C1Jz13vDjzo4he+wAta4b5wmVn6bTaOvgT14IahAJeyEcXFEFARsayBuMKcgOke0igg=
|
||||
SHA256 (Pkgfile) = 5562b18fdbe00ce0a68ac25a51062bdbda5546992656021528eaeb40fbe86af7
|
||||
SHA256 (.footprint) = bf0b2af4b3b4bebce8d1ffba30175c378efe612246bd8105d25ee0843b557ad4
|
||||
SHA256 (cryptsetup-2.7.2.tar.xz) = 219ebf74e8eddf96624a0376477e5a6f8f350a67aaf36e7dadb114d94b3afef4
|
||||
|
@ -9,18 +9,18 @@ release=1
|
||||
source=(https://www.kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
prt-get isinst asciidoctor || PKGMK_CRYPTSETUP+=' --disable-asciidoc'
|
||||
prt-get isinst asciidoctor || PKGMK_CRYPTSETUP+=' --disable-asciidoc'
|
||||
|
||||
./configure $PKGMK_CRYPTSETUP \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--enable-static-cryptsetup \
|
||||
--disable-ssh-token
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure $PKGMK_CRYPTSETUP \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--enable-static-cryptsetup \
|
||||
--disable-ssh-token
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/sbin
|
||||
mv $PKG/{usr/sbin,sbin}/cryptsetup.static
|
||||
install -d $PKG/sbin
|
||||
mv $PKG/{usr/sbin,sbin}/cryptsetup.static
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/a7BwAaEvy0c4XR3LuwxA1Y5rdEMCTLqOSjD7rmTaHVa55Yybxt7MICZODmK0NLWdlFXwPa2JT4YWT0COkMuYwc=
|
||||
SHA256 (Pkgfile) = c234ef04fa4fb297d8ea63aa09e23a7ffbed8546f25f84ba3518b009bba14111
|
||||
RWSE3ohX2g5d/cKcZgLmPzB+ktqkJcYqjCctxt/T1A45dGWr16UfVQKnU8sy/u8JVN2833jEcODyrxLqY+ydwH1gd6pqidgEhQg=
|
||||
SHA256 (Pkgfile) = 0f55bc6c6adf3d80e8a8dfd4915278ea0374e0b1e5114fee859cafe6415ec12a
|
||||
SHA256 (.footprint) = 0126cf808cf479a51e79e8d66093ef985df834da70f524894fb2b7e7e85401c8
|
||||
SHA256 (cups-browsed-2.0.0.tar.xz) = 3a63793213f302787357f520a09e4aaae47aad67cd030d9b29de20e51649b38b
|
||||
SHA256 (disabled_avahi.patch) = 68f4f7ede48048b541c2d584791692f7159a22780187e9a4ed6826a4b817413a
|
||||
|
@ -8,26 +8,26 @@ name=cups-browsed
|
||||
version=2.0.0
|
||||
release=1
|
||||
source=(https://github.com/OpenPrinting/$name/releases/download/$version/$name-$version.tar.xz
|
||||
disabled_avahi.patch cups-browsed)
|
||||
disabled_avahi.patch cups-browsed)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
patch -p1 -i $SRC/disabled_avahi.patch
|
||||
patch -p1 -i $SRC/disabled_avahi.patch
|
||||
|
||||
prt-get isinst avahi || PKGMK_CUPSBROWSED+=' --disable-avahi'
|
||||
prt-get isinst avahi || PKGMK_CUPSBROWSED+=' --disable-avahi'
|
||||
|
||||
./configure $PKGMK_CUPSBROWSED \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--runstatedir=/run \
|
||||
--with-cups-rundir=/run/cups \
|
||||
--without-rcdir
|
||||
./configure $PKGMK_CUPSBROWSED \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--runstatedir=/run \
|
||||
--with-cups-rundir=/run/cups \
|
||||
--without-rcdir
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed
|
||||
install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed
|
||||
|
||||
rm -r $PKG/usr/share/doc
|
||||
rm -r $PKG/usr/share/doc
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/f2cFs259D6/HvHCu0ZscEO1/iG3tnR3FhEnct/M+Rc1P+ciGfITAUUr+gcrSZcitQdVXftSpcLAZYi8EXaIlgg=
|
||||
SHA256 (Pkgfile) = 62e9b137e56b91ad27d487a6a5d593aedf0c8bc2f76574257c6e83d1454b38c6
|
||||
RWSE3ohX2g5d/fl7HkMu5hc1fRYJdsTS718p0sst1DS+4MHyvwTd2XFHNdnKeurxnr3y5NSxwflPa/dlZa1E1Fg1QlHGYKRANgc=
|
||||
SHA256 (Pkgfile) = 4271e31f8e38b298bfa99c77f883de46177b803e2abb1912fb0dbe09436753e9
|
||||
SHA256 (.footprint) = 89df0ab035324ce79797722686cdb9124022eb8e0b0a582a81f282c2b28a6372
|
||||
SHA256 (cups-filters-2.0.0.tar.xz) = b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8
|
||||
|
@ -10,15 +10,15 @@ release=1
|
||||
source=(https://github.com/OpenPrinting/cups-filters/releases/download/$version/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
prt-get isinst avahi || PKGMK_CUPSFILTERS+=' --disable-avahi'
|
||||
prt-get isinst mupdf || PKGMK_CUPSFILTERS+=' --disable-mutool'
|
||||
prt-get isinst poppler || PKGMK_CUPSFILTERS+=' --disable-poppler'
|
||||
prt-get isinst avahi || PKGMK_CUPSFILTERS+=' --disable-avahi'
|
||||
prt-get isinst mupdf || PKGMK_CUPSFILTERS+=' --disable-mutool'
|
||||
prt-get isinst poppler || PKGMK_CUPSFILTERS+=' --disable-poppler'
|
||||
|
||||
./configure $PKGMK_CUPSFILTERS --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure $PKGMK_CUPSFILTERS --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/doc
|
||||
rm -r $PKG/usr/share/doc
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/V97i4ElD8hB4CfFUL9cuFOiw7xO3tEAB0f/Ahh5mSed5835AQZneQoNCMNMrsZfG98UTz8pxmhQd4SQ62cS5Ak=
|
||||
SHA256 (Pkgfile) = 0cbaed94e4a8c1feb8cae2c2faf4841a848e327e58b108a4e28ff3ddbb1f1cd5
|
||||
RWSE3ohX2g5d/dhkNYZyIzZUTtz9KwHHXrMFIxh387ee23Crt981Py0/P7IzndGSBZnc7mn+onQarbgkvP346xVvimUmPZp/ZAY=
|
||||
SHA256 (Pkgfile) = 2a406264c8dcbac5993a7f8643698e77f8889382073fbe025566d0dde617d846
|
||||
SHA256 (.footprint) = dd3f14cab90e760795330704596f4eae51f16d72e5fa08dc344c5ffe54cccfb4
|
||||
SHA256 (cups-2.4.8-source.tar.gz) = 75c326b4ba73975efcc9a25078c4b04cdb4ee333caaad0d0823dbd522c6479a0
|
||||
SHA256 (cups.rc) = 050ec2210c1d05bb0a1b659705c9cf2a6967a7eabb9f71100309f15124e49e9f
|
||||
|
70
cups/Pkgfile
70
cups/Pkgfile
@ -8,48 +8,48 @@ name=cups
|
||||
version=2.4.8
|
||||
release=1
|
||||
source=(https://github.com/OpenPrinting/cups/releases/download/v$version/$name-$version-source.tar.gz
|
||||
cups.rc cups.pam)
|
||||
cups.rc cups.pam)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
PKGMK_CUPS=' --with-tls=openssl'
|
||||
prt-get isinst gnutls && PKGMK_CUPS=' --with-tls=gnutls'
|
||||
PKGMK_CUPS=' --with-tls=openssl'
|
||||
prt-get isinst gnutls && PKGMK_CUPS=' --with-tls=gnutls'
|
||||
|
||||
CC=cc CXX=c++ \
|
||||
./configure $PKGMK_CUPS \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
--with-rundir=/run/cups \
|
||||
--with-docdir=/usr/share/cups/doc \
|
||||
--with-logdir=/var/log/cups \
|
||||
--with-cups-user=daemon \
|
||||
--with-cups-group=lp \
|
||||
--with-languages="" \
|
||||
--without-rcdir \
|
||||
--with-optim="$CFLAGS" \
|
||||
--enable-acl \
|
||||
--without-systemd
|
||||
CC=cc CXX=c++ \
|
||||
./configure $PKGMK_CUPS \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
--with-rundir=/run/cups \
|
||||
--with-docdir=/usr/share/cups/doc \
|
||||
--with-logdir=/var/log/cups \
|
||||
--with-cups-user=daemon \
|
||||
--with-cups-group=lp \
|
||||
--with-languages="" \
|
||||
--without-rcdir \
|
||||
--with-optim="$CFLAGS" \
|
||||
--enable-acl \
|
||||
--without-systemd
|
||||
|
||||
make
|
||||
make BUILDROOT=$PKG install
|
||||
make
|
||||
make BUILDROOT=$PKG install
|
||||
|
||||
# conflict with cups-filters
|
||||
rm -r $PKG/usr/share/cups/{banners,data}
|
||||
# conflict with cups-filters
|
||||
rm -r $PKG/usr/share/cups/{banners,data}
|
||||
|
||||
# cleanup
|
||||
rm -r $PKG/usr/share/{applications,icons}
|
||||
rm -r $PKG/run
|
||||
chmod 0755 $PKG/var/{cache,spool}
|
||||
chmod -R +w $PKG
|
||||
# cleanup
|
||||
rm -r $PKG/usr/share/{applications,icons}
|
||||
rm -r $PKG/run
|
||||
chmod 0755 $PKG/var/{cache,spool}
|
||||
chmod -R +w $PKG
|
||||
|
||||
# start script and pam module
|
||||
install -D -m 755 $SRC/cups.rc $PKG/etc/rc.d/cups
|
||||
install -D -m 644 $SRC/cups.pam $PKG/etc/pam.d/cups
|
||||
# start script and pam module
|
||||
install -D -m 755 $SRC/cups.rc $PKG/etc/rc.d/cups
|
||||
install -D -m 644 $SRC/cups.pam $PKG/etc/pam.d/cups
|
||||
|
||||
# blacklist usblp kernel module
|
||||
install -d $PKG/etc/modprobe.d
|
||||
echo 'blacklist usblp' > $PKG/etc/modprobe.d/cups.conf
|
||||
# blacklist usblp kernel module
|
||||
install -d $PKG/etc/modprobe.d
|
||||
echo 'blacklist usblp' > $PKG/etc/modprobe.d/cups.conf
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/YmC91GeP88oLLOkyWA54/ejhPfSHQD9FmxcxsDepp6VOIaQ1Lar5krSpARc2Ej1b2DpRGlBngsnVO3HZFzGdwA=
|
||||
SHA256 (Pkgfile) = 1071d1e586969c47f2be99e2fe4e0813c7a2a4b71865f55e97b4f3847e106735
|
||||
RWSE3ohX2g5d/UZum2f9qPwBxXqjaYgYLcl0/pU9uJ6IOh39VFK+TOcCJY+ZsfaPSPMzx0ld74RT7u7yH5n0SDtbjnSXMeivoQs=
|
||||
SHA256 (Pkgfile) = 6e2e66310b4ff0c17d427cbeae784fbcfa6b8e359c43a7f69f9e34a793d44c9b
|
||||
SHA256 (.footprint) = 3bc9d6a85a4a09db8e0b6fe41e56074265457b8470f5d26db1d7edf3957d4a6a
|
||||
SHA256 (cyrus-sasl-2.1.28.tar.gz) = 7ccfc6abd01ed67c1a0924b353e526f1b766b21f42d4562ee635a8ebfc5bb38c
|
||||
SHA256 (0013-Don-t-use-la-files-for-opening-plugins.patch) = bbee401c01dc6942710e0c1285091fcd98588bf636b52f24ed0e3b04039b748b
|
||||
SHA256 (0022-Fix-keytab-option-for-MIT-Kerberos.patch) = 1a0ae7bd722d57feb6fab12c05eb1922982c68bd9be1c165d405954012e6634f
|
||||
SHA256 (0032-Add-with_pgsql-include-postgresql-to-include-path.patch) = 069a731f90617cb75fd7029876b714078b1c4187c217f90d7dc8d896e2445aa4
|
||||
SHA256 (time-include.patch) = 071f880f1887715e14328e1033eaa36487bac910a1cd9bad051c92518d95ce5d
|
||||
SHA256 (saslauthd) = 2a96dca868261d5275087ed8e1eef59946f47c6d35797368710c3037f46e61bd
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Simple Authentication and Security Layer
|
||||
# URL: https://www.cyrusimap.org/sasl/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: db openssl linux-pam
|
||||
# Depends on: openssl linux-pam
|
||||
# Optional: krb5 mariadb openldap postgresql
|
||||
|
||||
name=cyrus-sasl
|
||||
@ -11,6 +11,7 @@ source=(https://github.com/cyrusimap/$name/releases/download/$name-$version/$nam
|
||||
0013-Don-t-use-la-files-for-opening-plugins.patch
|
||||
0022-Fix-keytab-option-for-MIT-Kerberos.patch
|
||||
0032-Add-with_pgsql-include-postgresql-to-include-path.patch
|
||||
time-include.patch
|
||||
saslauthd)
|
||||
|
||||
build() {
|
||||
@ -20,6 +21,7 @@ build() {
|
||||
patch -p1 -i $SRC/0022-Fix-keytab-option-for-MIT-Kerberos.patch
|
||||
prt-get isinst postgresql && \
|
||||
patch -p1 -i $SRC/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
|
||||
patch -p1 -i $SRC/time-include.patch
|
||||
|
||||
CPPFLAGS="$CFLAGS"
|
||||
|
||||
@ -44,26 +46,23 @@ build() {
|
||||
autoconf
|
||||
|
||||
./configure $PKGMK_CYRUSSASL \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/sasl \
|
||||
--with-configdir=/etc/sasl2:/etc/sasl:/usr/lib/sasl2 \
|
||||
--with-plugindir=/usr/lib/sasl2 \
|
||||
--with-saslauthd=/var/sasl/saslauthd \
|
||||
--with-dbpath=/var/sasl/sasldb2 \
|
||||
--with-dblib=berkeley \
|
||||
--with-bdb-incdir=/usr/include \
|
||||
--with-bdb-libdir=/usr/lib \
|
||||
--with-openssl=/usr \
|
||||
--with-devrandom=/dev/urandom \
|
||||
--with-sqlite3=/usr/lib \
|
||||
--enable-login \
|
||||
--enable-cram \
|
||||
--enable-digest \
|
||||
--enable-shared \
|
||||
--enable-auth-sasldb \
|
||||
--enable-plain \
|
||||
--enable-login \
|
||||
--enable-ntlm
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/sasl \
|
||||
--with-configdir=/etc/sasl2:/etc/sasl:/usr/lib/sasl2 \
|
||||
--with-plugindir=/usr/lib/sasl2 \
|
||||
--with-saslauthd=/var/sasl/saslauthd \
|
||||
--with-dbpath=/var/sasl/sasldb2 \
|
||||
--with-openssl=/usr \
|
||||
--with-devrandom=/dev/urandom \
|
||||
--with-sqlite3=/usr/lib \
|
||||
--enable-login \
|
||||
--enable-cram \
|
||||
--enable-digest \
|
||||
--enable-shared \
|
||||
--enable-auth-sasldb \
|
||||
--enable-plain \
|
||||
--enable-login \
|
||||
--enable-ntlm
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
make CFLAGS="$CFLAGS -fPIC"
|
||||
|
24
cyrus-sasl/time-include.patch
Normal file
24
cyrus-sasl/time-include.patch
Normal file
@ -0,0 +1,24 @@
|
||||
diff -Naur cyrus-sasl-2.1.28.old/lib/saslutil.c cyrus-sasl-2.1.28/lib/saslutil.c
|
||||
--- cyrus-sasl-2.1.28.old/lib/saslutil.c 2024-05-13 23:13:13.373438223 +0200
|
||||
+++ cyrus-sasl-2.1.28/lib/saslutil.c 2024-05-13 23:13:35.936370004 +0200
|
||||
@@ -59,9 +59,7 @@
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
-#ifdef HAVE_TIME_H
|
||||
#include <time.h>
|
||||
-#endif
|
||||
#include "saslint.h"
|
||||
#include <saslutil.h>
|
||||
|
||||
diff -Naur cyrus-sasl-2.1.28.old/plugins/cram.c cyrus-sasl-2.1.28/plugins/cram.c
|
||||
--- cyrus-sasl-2.1.28.old/plugins/cram.c 2024-05-13 23:13:13.378438205 +0200
|
||||
+++ cyrus-sasl-2.1.28/plugins/cram.c 2024-05-13 23:13:56.700323193 +0200
|
||||
@@ -56,6 +56,7 @@
|
||||
#include <sasl.h>
|
||||
#include <saslplug.h>
|
||||
#include <saslutil.h>
|
||||
+#include <time.h>
|
||||
|
||||
#include "plugin_common.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/T/zoPeG5gCVsqwNrOFA1mQe1cqbzrT9eA1YCHDHvZd71OmfONT+Qm6rZuTDzlzPXVCHGJVH/cdMz32fDVZWtwA=
|
||||
SHA256 (Pkgfile) = 7285014d2673754dc5cf9d8cad5fb2104b3404b16536ad11f275ab68797c2c67
|
||||
RWSE3ohX2g5d/WBS8p6Kabzh1cCZ3XeZSKxvoj3g5Hsy4X1UwDOo/mYV5NWzPfWWHzUU8YcLQh2sob1osW5yE0UZfawnbZgglwU=
|
||||
SHA256 (Pkgfile) = 8b6db6706a8915a4385c8719f6cb48840b317a8e6c313c0e6fb37d1d97c12b44
|
||||
SHA256 (.footprint) = 2bc9ee84833f65fee9d0b50ddcbe22da8a37fa4c4bef65eecc25405f77a409df
|
||||
SHA256 (dar-2.7.14.tar.gz) = 40d4dba44260df3a8ddce1e61f411ea9ab43c2cfc47bd83ab868c939d19dc582
|
||||
|
22
dar/Pkgfile
22
dar/Pkgfile
@ -10,19 +10,19 @@ release=1
|
||||
source=(http://downloads.sourceforge.net/project/dar/dar/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
prt-get isinst gpgme || PKGMK_DAR+=' --disable-gpgme-linking'
|
||||
prt-get isinst gpgme || PKGMK_DAR+=' --disable-gpgme-linking'
|
||||
|
||||
CONFIG_SHELL=/bin/bash \
|
||||
./configure $PKGMK_DAR \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--enable-mode=64 \
|
||||
--disable-build-html
|
||||
CONFIG_SHELL=/bin/bash \
|
||||
./configure $PKGMK_DAR \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--enable-mode=64 \
|
||||
--disable-build-html
|
||||
|
||||
make V=0
|
||||
make DESTDIR=$PKG install
|
||||
make V=0
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/dar
|
||||
rm -r $PKG/usr/share/dar
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/ayOLybOtbTLr7Lp0I6Nt+tToH6pFPhLM0Iqct1qhERSCB86Vcq3+HR1mLGGCtKfvw+CerTqSHbNFb757qgI+AU=
|
||||
SHA256 (Pkgfile) = 2126993637c6666f8c5911f0ec5a54b8c1e269e99f965b0f4911cdf7c70b208a
|
||||
RWSE3ohX2g5d/d3LqEjJhRo5yaMag74JXOPJyUS721vfgkbS++r+IzGVPAOfkjFn9OX3CioXrnuKpQY7bGTEftyTUH8ke4+zKAU=
|
||||
SHA256 (Pkgfile) = 0e63c0efd069bd4159d43c5bf5fe72becdce48611f8a45f21e80cb11fb08abec
|
||||
SHA256 (.footprint) = ed21101f6ec01240f8881bbaf3293534d314e52ad3fd237d16f6dc6ec8ef3b4b
|
||||
SHA256 (dbus-glib-0.112.tar.gz) = 7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a
|
||||
|
@ -9,16 +9,16 @@ release=2
|
||||
source=(https://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
prt-get isinst bash-completion || PKGMK_DBUSGLIB+=' --enable-bash-completion=no'
|
||||
prt-get isinst bash-completion || PKGMK_DBUSGLIB+=' --enable-bash-completion=no'
|
||||
|
||||
./configure $PKGMK_DBUSGLIB \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/dbus-glib \
|
||||
--disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure $PKGMK_DBUSGLIB \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/dbus-glib \
|
||||
--disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/gtk-doc
|
||||
rm -r $PKG/usr/share/gtk-doc
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/U6therX6cbGtGS0+WrD9cAHTp0877afRUz4Y+JrljCeM2TwHlTWINMETdL6GfVoDDDtwRJlo5Tb92YgC39MqwM=
|
||||
SHA256 (Pkgfile) = d6782ee6fd1906023641f9d7c8cfcc1211001a6069556beef9d9119e73ad24a2
|
||||
RWSE3ohX2g5d/YTfYSqTnPVAjkfFFeHMFADFxrns9E7qXSAvGrWWju6qPNzKYpd+++DFCCXGIe4sAY4gB9rj+ovvau2mwFPmpAY=
|
||||
SHA256 (Pkgfile) = 918c38aaef8a3c1fa5e0a97a181a54a9c1d8ddef39fa3bcbf195c1c5b2c687e3
|
||||
SHA256 (.footprint) = 239f39c443493d433d99a58a1d3683c57af2f77d460d75e45c47d3a1f90b702e
|
||||
SHA256 (dbus-1.14.10.tar.xz) = ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f
|
||||
SHA256 (rc.dbus) = 6d67e387a8b3296f7c5b88cbe5e5c4ec113ce9b36abc8da4b733aae624a6a6d6
|
||||
|
40
dbus/Pkgfile
40
dbus/Pkgfile
@ -7,30 +7,30 @@ name=dbus
|
||||
version=1.14.10
|
||||
release=1
|
||||
source=(https://dbus.freedesktop.org/releases/dbus/$name-$version.tar.xz
|
||||
rc.dbus 30-dbus.launch)
|
||||
rc.dbus 30-dbus.launch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-dbus-daemondir=/usr/sbin \
|
||||
--localstatedir=/var \
|
||||
--runstatedir=/run \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/dbus \
|
||||
--with-dbus-user=messagebus \
|
||||
--with-init-scripts=none \
|
||||
--with-system-pid-file=/run/dbus/pid \
|
||||
--with-system-socket=/run/dbus/system_bus_socket
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-dbus-daemondir=/usr/sbin \
|
||||
--localstatedir=/var \
|
||||
--runstatedir=/run \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/dbus \
|
||||
--with-dbus-user=messagebus \
|
||||
--with-init-scripts=none \
|
||||
--with-system-pid-file=/run/dbus/pid \
|
||||
--with-system-socket=/run/dbus/system_bus_socket
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -D -m 0755 $SRC/rc.dbus $PKG/etc/rc.d/dbus
|
||||
install -D -m 0755 $SRC/30-dbus.launch \
|
||||
$PKG/etc/X11/xinit/xinitrc.d/30-dbus.launch.sh
|
||||
install -D -m 0755 $SRC/rc.dbus $PKG/etc/rc.d/dbus
|
||||
install -D -m 0755 $SRC/30-dbus.launch \
|
||||
$PKG/etc/X11/xinit/xinitrc.d/30-dbus.launch.sh
|
||||
|
||||
rm -r $PKG/usr/share/doc $PKG/var/run
|
||||
rm -rf $PKG/usr/share/xml
|
||||
rm -r $PKG/usr/share/doc $PKG/var/run
|
||||
rm -rf $PKG/usr/share/xml
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/Rk2kYXJrqG0j9hbveaKtsSlTyqFN/7FQABLf1ik4vidkLWJKz6qAg9rCC61hGfWgKcjY00eU3QtT9J8cyZqiQA=
|
||||
SHA256 (Pkgfile) = 96ab8e0c99f33c92e160bdd631f9c864eae120dff7c995ae25df921065dea8d1
|
||||
RWSE3ohX2g5d/eCmuWssBCUfxXI4PRw9lwll7v8K3brALWZ8jQnoEQinUITJV6DUNP9xAvTb607bOxpjWAmDVMNZpcv/YFSuswI=
|
||||
SHA256 (Pkgfile) = c9018b6f2f3c09d4ab526d05c568eb9671a1a42fc35aa7de18cc0dd4dfe89ff0
|
||||
SHA256 (.footprint) = f0120269ef1cd244a1f1e263249bb22e28cad98b4dcae44048d538b9fa3d71e8
|
||||
SHA256 (dialog-1.3-20240307.tgz) = 339d311c6abb240213426b99ad63565cbcb3e8641ef1989c033e945b754d34ef
|
||||
|
@ -9,8 +9,8 @@ release=1
|
||||
source=(https://invisible-mirror.net/archives/$name/$name-$version.tgz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --with-ncursesw
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --with-ncursesw
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/Wb2T3BMk9bjNDjfk/i/1V+hQnmhz9r/RGTdCVrjJfyjpmag5nBww0zd9Wd190Ib/PzEs073sPdDMsLWVLXymAE=
|
||||
SHA256 (Pkgfile) = 51f90f5e344869664772703cd5042c31331fb6a7e947aa05a7d5469e0266318e
|
||||
RWSE3ohX2g5d/eKZ0bP+flWQ5cu3kbPkASgQTX7AYoUmJVKoe1p1s+B7O7+YS1Fi193Q1rUUKhG8X0sIM6hTmAP0ungzvyhf8Ak=
|
||||
SHA256 (Pkgfile) = c97902c0a9853c1c4b54e41e402a4ebd1bce8161c85a0c17f7f52b07bc770d64
|
||||
SHA256 (.footprint) = a9b2926c49f21dee91cc4b4186a4abc2494b610a40941467c281573e2f9c76d9
|
||||
SHA256 (dnsmasq-2.90.tar.xz) = 8e50309bd837bfec9649a812e066c09b6988b73d749b7d293c06c57d46a109e4
|
||||
SHA256 (dnsmasq-config.patch) = da7d99b46a2b86e405000a6f9f1412bf5264deb186364849a9986d44efb42450
|
||||
|
@ -7,19 +7,19 @@ name=dnsmasq
|
||||
version=2.90
|
||||
release=1
|
||||
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \
|
||||
$name-config.patch dnsmasq)
|
||||
$name-config.patch dnsmasq)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
patch -p1 -i $SRC/$name-config.patch
|
||||
patch -p1 -i $SRC/$name-config.patch
|
||||
|
||||
make COPTS="-DHAVE_DNSSEC" CFLAGS="$CFLAGS -W -Wall"
|
||||
make PREFIX=$PKG/usr install-common
|
||||
make COPTS="-DHAVE_DNSSEC" CFLAGS="$CFLAGS -W -Wall"
|
||||
make PREFIX=$PKG/usr install-common
|
||||
|
||||
install -d $PKG/{var/lib/dhcp,etc/rc.d,usr/share/dnsmasq}
|
||||
install -d $PKG/{var/lib/dhcp,etc/rc.d,usr/share/dnsmasq}
|
||||
|
||||
install -m 755 $SRC/dnsmasq $PKG/etc/rc.d/
|
||||
install -m 644 dnsmasq.conf.example $PKG/etc/dnsmasq.conf
|
||||
install -m 644 trust-anchors.conf $PKG/usr/share/dnsmasq
|
||||
install -m 755 $SRC/dnsmasq $PKG/etc/rc.d/
|
||||
install -m 644 dnsmasq.conf.example $PKG/etc/dnsmasq.conf
|
||||
install -m 644 trust-anchors.conf $PKG/usr/share/dnsmasq
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/VWVbKfoqmDa40OAo2IHODTIqKD79fXn+PY5ttbbIIcBm4iaeMtNNN44Fg/+qwkeOfJkz0JAL5J1/wcN9WtYRwI=
|
||||
SHA256 (Pkgfile) = 9337bdb7620b3da0d37d1cf6092196ff8bd2c1e676e9157ff26005215fa440a7
|
||||
RWSE3ohX2g5d/bSEOVES2gd41bnycpipEZcF9ECuMOlm71pqkY7fE4eLgSkbL9XtJcol8rRGdDsVFbe4bHuKfa6N6/XKBiBRcwU=
|
||||
SHA256 (Pkgfile) = fa4af061d5267ff1625a61eea573c9bdfa22716273b230c08e3732f5309668ff
|
||||
SHA256 (.footprint) = 9ce92920e115b45f8344dfe4a614d3d5ffaf44b0bedcd80ec11dc110e15c78ec
|
||||
SHA256 (dovecot-2.3.21.tar.gz) = 05b11093a71c237c2ef309ad587510721cc93bbee6828251549fc1586c36502d
|
||||
SHA256 (dovecot.rc) = 5c42d68ba066ecb27571ab85da98e4aba6c9a91c3289066a461283c54d175db5
|
||||
|
@ -7,42 +7,42 @@ name=dovecot
|
||||
version=2.3.21
|
||||
release=1
|
||||
source=(https://dovecot.org/releases/2.3/$name-$version.tar.gz
|
||||
dovecot.rc dovecot.pam)
|
||||
dovecot.rc dovecot.pam)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-rundir=/run/dovecot \
|
||||
--with-moduledir=/usr/lib/dovecot/modules \
|
||||
--with-pam \
|
||||
--with-ssl=openssl
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-rundir=/run/dovecot \
|
||||
--with-moduledir=/usr/lib/dovecot/modules \
|
||||
--with-pam \
|
||||
--with-ssl=openssl
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
cp -r $PKG/usr/share/doc/dovecot/example-config/* $PKG/etc/dovecot
|
||||
cp -r $PKG/usr/share/doc/dovecot/example-config/* $PKG/etc/dovecot
|
||||
|
||||
# RC script
|
||||
install -D -m 755 $SRC/dovecot.rc $PKG/etc/rc.d/dovecot
|
||||
# RC script
|
||||
install -D -m 755 $SRC/dovecot.rc $PKG/etc/rc.d/dovecot
|
||||
|
||||
# PAM
|
||||
install -D -m 644 $SRC/dovecot.pam $PKG/etc/pam.d/dovecot
|
||||
# PAM
|
||||
install -D -m 644 $SRC/dovecot.pam $PKG/etc/pam.d/dovecot
|
||||
|
||||
# SSL
|
||||
install -d $PKG/etc/ssl/{certs,private}
|
||||
touch $PKG/etc/ssl/certs/dovecot.pem
|
||||
touch $PKG/etc/ssl/private/dovecot.pem
|
||||
chmod 0600 $PKG/etc/ssl/{certs/dovecot.pem,private/dovecot.pem}
|
||||
# SSL
|
||||
install -d $PKG/etc/ssl/{certs,private}
|
||||
touch $PKG/etc/ssl/certs/dovecot.pem
|
||||
touch $PKG/etc/ssl/private/dovecot.pem
|
||||
chmod 0600 $PKG/etc/ssl/{certs/dovecot.pem,private/dovecot.pem}
|
||||
|
||||
# directories
|
||||
install -d -m 0750 $PKG/var/lib/dovecot
|
||||
# directories
|
||||
install -d -m 0750 $PKG/var/lib/dovecot
|
||||
|
||||
# cleanup
|
||||
rm -r $PKG/usr/share/doc
|
||||
rm $PKG/etc/dovecot/README
|
||||
# cleanup
|
||||
rm -r $PKG/usr/share/doc
|
||||
rm $PKG/etc/dovecot/README
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/UXQAo9504s4DhyIe3xZqR5xyLIY9ZnMV3l3YJNcU607nXi58HC15viFso4MaHKzBE3csqjzyfX1pjl2SE16tgk=
|
||||
SHA256 (Pkgfile) = 172ebf31a3baf160e746bd97d5f61debe13edcc3697b2345d9f6671bf73ac933
|
||||
RWSE3ohX2g5d/XyZhYAAlBTezvaxldzA98v1zPrhOIuws+75XeDNBDqpbH0KPv83cQBflTduCQMXAinaILuu4kuX9J+p8iqjOAY=
|
||||
SHA256 (Pkgfile) = c450dc4c7e7a2f424e9778b4c85d411645df96b32a99d6dc39ac80afe1d31073
|
||||
SHA256 (.footprint) = 5d47799d69d21b860be70eb9e767298617679bcee2140d245cbc74f4a2a4502e
|
||||
SHA256 (dropbear-2024.85.tar.bz2) = 86b036c433a69d89ce51ebae335d65c47738ccf90d13e5eb0fea832e556da502
|
||||
SHA256 (dropbear.rc) = 81c63263e036a042d1c72a594f1f836e9fc861f6e7c2ae8434db80952595acf1
|
||||
|
@ -7,23 +7,23 @@ name=dropbear
|
||||
version=2024.85
|
||||
release=1
|
||||
source=(https://matt.ucc.asn.au/$name/releases/$name-$version.tar.bz2 \
|
||||
dropbear.rc dropbear.pam)
|
||||
dropbear.rc dropbear.pam)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
sed '/pam_start/s/sshd/dropbear/' -i src/svr-authpam.c
|
||||
sed '/pam_start/s/sshd/dropbear/' -i src/svr-authpam.c
|
||||
|
||||
echo '#define SFTPSERVER_PATH "/usr/lib/ssh/sftp-server"' > localoptions.h
|
||||
echo '#define DROPBEAR_SVR_PASSWORD_AUTH 0' >> localoptions.h
|
||||
echo '#define DROPBEAR_SVR_PAM_AUTH 1' >> localoptions.h
|
||||
echo '#define DROPBEAR_PIDFILE "/run/dropbear.pid"' >> localoptions.h
|
||||
echo '#define SFTPSERVER_PATH "/usr/lib/ssh/sftp-server"' > localoptions.h
|
||||
echo '#define DROPBEAR_SVR_PASSWORD_AUTH 0' >> localoptions.h
|
||||
echo '#define DROPBEAR_SVR_PAM_AUTH 1' >> localoptions.h
|
||||
echo '#define DROPBEAR_PIDFILE "/run/dropbear.pid"' >> localoptions.h
|
||||
|
||||
./configure --prefix=/usr --enable-pam
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure --prefix=/usr --enable-pam
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -d $PKG/etc/{rc.d,pam.d,dropbear}
|
||||
install -m 755 $SRC/dropbear.rc $PKG/etc/rc.d/dropbear
|
||||
install -m 644 $SRC/dropbear.pam $PKG/etc/pam.d/dropbear
|
||||
install -d $PKG/etc/{rc.d,pam.d,dropbear}
|
||||
install -m 755 $SRC/dropbear.rc $PKG/etc/rc.d/dropbear
|
||||
install -m 644 $SRC/dropbear.pam $PKG/etc/pam.d/dropbear
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/eIIa9GkuWvuvdIyiO0XTUcFWb3/qibaSp79tPE5zv51xA4HKqvF18ZteivNhfxfMBDzA56s4UG3xocimZwwFgI=
|
||||
SHA256 (Pkgfile) = 51e1f36cc124e0f80d45a266d1136e12ebfb333204b6cdf1e63a8d786a78046f
|
||||
RWSE3ohX2g5d/fJAQOycS/t0ZvNBcsHQ6bKM0yeJzAHw/BO0cy0jIDFfhc5Z9lVIpTnaIXx0a0tlw9mOvlke8VuJ/IYW8s66fgA=
|
||||
SHA256 (Pkgfile) = 2450124b0a0d1b013835beeb3cb03c7b65558d8340fdd8567ffe70c06e89a2a3
|
||||
SHA256 (.footprint) = d11e3a31345e5fb0aad1b36197a5b9aec939421d67c4957b506198126a56f15a
|
||||
SHA256 (dtc-1.7.0.tar.xz) = 29edce3d302a15563d8663198bbc398c5a0554765c83830d0d4c0409d21a16c4
|
||||
SHA256 (pyscm.patch) = 332f69313911cd174758ee5462b67d96ae3cfe7810eb7b94cb340524ce7d1665
|
||||
|
24
dtc/Pkgfile
24
dtc/Pkgfile
@ -6,20 +6,20 @@ name=dtc
|
||||
version=1.7.0
|
||||
release=2
|
||||
source=(https://www.kernel.org/pub/software/utils/$name/$name-$version.tar.xz
|
||||
pyscm.patch)
|
||||
pyscm.patch)
|
||||
|
||||
build() {
|
||||
sed '/version:/s/6/7/' -i $name-$version/{,libfdt}/meson.build
|
||||
CFLAGS+=" -ffat-lto-objects"
|
||||
patch -p1 -d $name-$version -i $SRC/pyscm.patch
|
||||
sed '/version:/s/6/7/' -i $name-$version/{,libfdt}/meson.build
|
||||
CFLAGS+=" -ffat-lto-objects"
|
||||
patch -p1 -d $name-$version -i $SRC/pyscm.patch
|
||||
|
||||
meson setup build $name-$version \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
meson setup build $name-$version \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/fAJPAvncvz4pCBXg1a31D8FVKTapf1PxCGDIl2AT3eMT/m9IRSvVxSTxm661TQWDi/YAUWyZcZTIYSTZdEngQ8=
|
||||
SHA256 (Pkgfile) = 25cad8463d2f1cb4824845d2f72a3901302dd70ef2bafbecfa51aae7b726e7f7
|
||||
RWSE3ohX2g5d/aNNy6uFUjOf9vJLPKgARNDcQXoJPaP8XfPEkljYGXi8J9CQT4Ny0bv8AW2JZrxZpO6SRvlWQ8NHrajN6YZANAk=
|
||||
SHA256 (Pkgfile) = 6209c7a66475b82b6ba8444622e4c476eac5cf91ce8574bc87578c188e88f7f5
|
||||
SHA256 (.footprint) = e34f18fd1083f800387ab49d04767d3d41735415249dcd80b13acf5c78108282
|
||||
SHA256 (efibootmgr-18.tar.gz) = 442867d12f8525034a404fc8af3036dba8e1fc970998af2486c3b940dfad0874
|
||||
|
@ -9,13 +9,13 @@ release=1
|
||||
source=(https://github.com/rhboot/efibootmgr/archive/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
export CFLAGS="${CFLAGS} -Wno-error=pointer-sign"
|
||||
sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c
|
||||
export CFLAGS="${CFLAGS} -Wno-error=pointer-sign"
|
||||
sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c
|
||||
|
||||
EFIDIR=/boot/efi make
|
||||
EFIDIR=/boot/efi make
|
||||
|
||||
install -D src/efibootmgr $PKG/usr/sbin/efibootmgr
|
||||
install -D src/efibootmgr.8 $PKG/usr/share/man/man8/efibootmgr.8
|
||||
install -D src/efibootmgr $PKG/usr/sbin/efibootmgr
|
||||
install -D src/efibootmgr.8 $PKG/usr/share/man/man8/efibootmgr.8
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/esyKcnGs6RhNlS08X6++/nhN1cZtZJDa9ROCVT8hC+gqw7UwHnQeRk4Pd6UhmpEloqVLUQiNjPk6UW4A7tXpAk=
|
||||
SHA256 (Pkgfile) = bf53db9214a950671cb945d759306a73a49152da0ec2cb7bb3bc84a2e7669a05
|
||||
RWSE3ohX2g5d/b9Z9b5N40CosHMf5yCOV+D4Wrvus6Arx09twQuZdiuZ6/6PKVyAFoUKCe0Fssz/aztwg1RHWMDgCUnzv2A/UAc=
|
||||
SHA256 (Pkgfile) = a602c52cf9e1b3bd42c2bf95afae00ef9d4c46c5daca6cc49ebfcc89f354a727
|
||||
SHA256 (.footprint) = cda25328607e977632487a52459e8c0627171d2d565cf152bbf429bf1acd095e
|
||||
SHA256 (efivar-39.tar.gz) = c9edd15f2eeeea63232f3e669a48e992c7be9aff57ee22672ac31f5eca1609a6
|
||||
|
@ -10,8 +10,8 @@ source=(https://github.com/rhboot/efivar/archive/refs/tags/$version.tar.gz)
|
||||
renames=($name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
sed 's/docs//' -i Makefile
|
||||
make -j1
|
||||
make libdir=/usr/lib DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
sed 's/docs//' -i Makefile
|
||||
make -j1
|
||||
make libdir=/usr/lib DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/ZMVw0s5IiEopfbqWP8+9gzfmJsmlKi/JUSmkLampuOs/y0uZZl94ST4bmnRLAOSn2g9nkse+tSF8xomXrd2dg8=
|
||||
SHA256 (Pkgfile) = b4bdda5e4e9f41243790d9b1a289d7d56b7d51864d192b7ae0b5a7da514ecd76
|
||||
RWSE3ohX2g5d/WmnS9QjIenKTbO+4fn9M0Ig4XU0AL4mQr9/zyNbVpvJyujDmM53+SekZ5yTAdW9deZqoLZVk/MlTSBTUEgDaAg=
|
||||
SHA256 (Pkgfile) = f168d87d3d909c52666f3256aa98a07fe7186dbec3427b82fbb7adbc776474a9
|
||||
SHA256 (.footprint) = bff62d7952f34e12cc944cb6a62b6ef238682ec8bbc73d2c51a88149f99d23a5
|
||||
SHA256 (evilwm-1.4.3.tar.gz) = d5945b20b12c91db2412fac0dbda3fb9c3ec8debb8e1b109838992b2b1bbe5d4
|
||||
|
@ -9,7 +9,7 @@ release=1
|
||||
source=(http://www.6809.org.uk/$name/dl/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
make CFLAGS="$CFLAGS"
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
make CFLAGS="$CFLAGS"
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/V4N0/DjhvbuWXSL3tjg9Bbk4yLhs2z3UcYRgKLTgwz3Pp9aVZe8aTPw+qkK9L9lUXgnNLeAZlqICtb8WVU1awo=
|
||||
SHA256 (Pkgfile) = 645ed1df761eb5214215f19ac8cf3f56a65cc8a62b16318c00e83ca7a2554279
|
||||
RWSE3ohX2g5d/dlmEqKhh9Mn2DqZ1EOxDv+3TPqli0MJWUMt8/XyVM9f+Sgsm61nBpGp94ir7mhzzSQKSpQpt+P4HkNuZmKjrwM=
|
||||
SHA256 (Pkgfile) = 0c1f7adae885e6aa9c31c4fbdac8fcef31ab265f42cfb92444ed00aef9b51bc1
|
||||
SHA256 (.footprint) = 82c148e1ac96410b982aa928c56d928b21537dfc305eff13f643ad4a6321dab7
|
||||
SHA256 (exfat-1.4.0.tar.gz) = af560659f55dca0270f94809530f359d6bdad5d313133c68b458fb0a8eeab1c8
|
||||
|
@ -9,9 +9,9 @@ release=1
|
||||
source=(https://github.com/relan/exfat/archive/v${version}/exfat-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd exfat-$version
|
||||
autoreconf -i
|
||||
./configure --prefix=/usr --sbindir=/sbin
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd exfat-$version
|
||||
autoreconf -i
|
||||
./configure --prefix=/usr --sbindir=/sbin
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/bxCANPcNHalzj7DNdz/k55BmfzVCDwJrP6YrmyxiX4pOD65xCQkNjvMJE2k3B8BdDEVcMbQr/lWFHm2j3nFnQ4=
|
||||
SHA256 (Pkgfile) = 1cc7f67a1a8cadfc4b8a100a7d4e72d162f0cf2dc17ecb928ab2dd2430484cb4
|
||||
RWSE3ohX2g5d/be90D+W9+aNi7KlWVsZHCbAk4Erch7ZQUImwvyd0pACcmBBdrd/HTd3WW1LZffOtFKHNJRcxf6TzbHjtYk6ggk=
|
||||
SHA256 (Pkgfile) = 39bccb419fb5ad23c70438340700ca222f9aa3853e0b925878758e7b77f5a00f
|
||||
SHA256 (.footprint) = 1f5f79e1cbd481e2ba0a3bba9dbe5ec40ce9d7e53e714936edc46340ccef80ed
|
||||
SHA256 (exfatprogs-1.2.2.tar.gz) = 16b28c9130b4dfab0b571dce6d2959d2ee93fce27aa0f4b2c1bb30700f371393
|
||||
|
@ -8,9 +8,9 @@ release=1
|
||||
source=(https://github.com/exfatprogs/exfatprogs/archive/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr --sbindir=/sbin
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr --sbindir=/sbin
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/V3WACmc6tmvul+RzHLSO59TiGbsxJIhe8zIkyLNobMthjNPDIWzYDmUtr+CfZldOTCN4a6ENE7GocR3569WeAw=
|
||||
SHA256 (Pkgfile) = dd696039c0f04ef67d1cedca3316bbc65f09d1cd2f90601e7c54b076b43fedb5
|
||||
RWSE3ohX2g5d/SZfs6V67zlRZ8iGmhpfFgz8D7izfBW0vA+esQ2N+tEF31aazxoM4ywVixeZKHXoH4DtrMvhOoCYPYEqL0epqwQ=
|
||||
SHA256 (Pkgfile) = 73e8438bf610d82a4b2e2e33bc7101c967298f23e7f8529b4e6aab1732e902a0
|
||||
SHA256 (.footprint) = 5b5ec0f58474571c1d9bb357a696ecca4b6fa9f114b346ea0fdcc0f42bbb2ec4
|
||||
SHA256 (exif-0.6.22.tar.xz) = 0fe268736e0ca0538d4af941022761a438854a64c8024a4175e57bf0418117b9
|
||||
|
@ -9,8 +9,8 @@ release=1
|
||||
source=(https://github.com/libexif/$name/releases/download/$name-${version//./_}-release/$name-$version.tar.xz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/TAR2AaF+9E6zT2XS+KyxKVyIDvc9g4td18Ikk8Z3vwP9WMufGFF9TzxiTYSoi6JSc+yfl6mnsQSOegSZEIX7Q4=
|
||||
SHA256 (Pkgfile) = 26b106155152a1f91d21bc3beea4e5d017d730bbe1ac75dd05bb7ef86a0fc368
|
||||
RWSE3ohX2g5d/WbZ1dkmySTjgoeyzR/3Skf7qY9XyALgY1zpwM8x2OR+D19zR0BZOaHWNeszyLUrHnnVizpOjGzuZLOhzcT45wQ=
|
||||
SHA256 (Pkgfile) = 63178f1ada963d6f3aabd7cdfe89be94ae7dc5b18e9e03e5dbd9db1f035e9b6d
|
||||
SHA256 (.footprint) = b372fbdfe6daf9611f08a5152cfd9b73e68dddf464ddfcd88820ad00fe061043
|
||||
SHA256 (fakeroot_1.34.orig.tar.gz) = 5727f16d8903792588efa7a9f8ef8ce71f8756e746b62e45162e7735662e56bb
|
||||
|
@ -8,10 +8,10 @@ release=1
|
||||
source=(https://deb.debian.org/debian/pool/main/f/$name/${name}_${version}.orig.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
sed -i '/^SUBDIRS/d' doc/Makefile.am
|
||||
./bootstrap
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
sed -i '/^SUBDIRS/d' doc/Makefile.am
|
||||
./bootstrap
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/brV2khm9eVOb+o0skeZ7rBksu4XbFQYQluXtTjInEzVtOCHFqD5WSA1pqsSRxLkSwoG8MrTP9CxJjjL2l4P6wQ=
|
||||
SHA256 (Pkgfile) = d58e2b3ec9bcd3069ae3de6afeefde2688920d72c16b09ec59ec81f5c55be60a
|
||||
RWSE3ohX2g5d/TVhERt8Ce1Z7ovw7BwTIiSw/CweqkZpd6P+D/MI5gdou3uT2Ny14K+wY4qB36fmR6iKH/xdWMXzbiuHXYR8LQA=
|
||||
SHA256 (Pkgfile) = 2105fdc8c9a5dfcaeb8e9a34140b01bcc7c1c00019639b689218dc227f2d6785
|
||||
SHA256 (.footprint) = db8ea76fb4cbbc5601c5d6cd6d742805ab4935c06dc6951a17e3215c6fe9e688
|
||||
SHA256 (fcron-3.3.1.src.tar.gz) = f359daa08a63ddfb7fe2f964bb3f5c52244c25aa36f9225a3cc54d36f4681106
|
||||
SHA256 (fcron) = 1585434084d9310008debdee188aca2cc1858764ac465d0c4fba085fa8b74a9c
|
||||
|
@ -7,35 +7,35 @@ name=fcron
|
||||
version=3.3.1
|
||||
release=2
|
||||
source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz
|
||||
fcron systab.orig)
|
||||
fcron systab.orig)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/fcron \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/share/man \
|
||||
--with-piddir=/run/fcron \
|
||||
--with-fifodir=/run/fcron \
|
||||
--with-spooldir=/var/spool/fcron \
|
||||
--with-boot-install=no \
|
||||
--with-answer-all=no \
|
||||
--with-username=fcron \
|
||||
--with-groupname=fcron \
|
||||
--with-db2man=no \
|
||||
--with-dsssl-dir=no \
|
||||
--with-pam=yes \
|
||||
--with-sendmail=/usr/sbin/sendmail
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/fcron \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/share/man \
|
||||
--with-piddir=/run/fcron \
|
||||
--with-fifodir=/run/fcron \
|
||||
--with-spooldir=/var/spool/fcron \
|
||||
--with-boot-install=no \
|
||||
--with-answer-all=no \
|
||||
--with-username=fcron \
|
||||
--with-groupname=fcron \
|
||||
--with-db2man=no \
|
||||
--with-dsssl-dir=no \
|
||||
--with-pam=yes \
|
||||
--with-sendmail=/usr/sbin/sendmail
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/{usr/share/{doc,man/{fr,man3}},run}
|
||||
rm -r $PKG/{usr/share/{doc,man/{fr,man3}},run}
|
||||
|
||||
install -D -m 644 files/fcron.pam $PKG/etc/pam.d/fcron
|
||||
install -D -m 644 files/fcrontab.pam $PKG/etc/pam.d/fcrontab
|
||||
install -D -m 755 $SRC/fcron $PKG/etc/rc.d/fcron
|
||||
install -m 600 -o root -g fcron $SRC/systab.orig $PKG/var/spool/fcron
|
||||
install -D -m 644 files/fcron.pam $PKG/etc/pam.d/fcron
|
||||
install -D -m 644 files/fcrontab.pam $PKG/etc/pam.d/fcrontab
|
||||
install -D -m 755 $SRC/fcron $PKG/etc/rc.d/fcron
|
||||
install -m 600 -o root -g fcron $SRC/systab.orig $PKG/var/spool/fcron
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/U5Iu4xA4STQwU7wDbFCI1/routpGnwgXd9j2kX2RPUk0sf8zjWfvekc0YHw8fro9YVAlrqeZJa8Zz3E7QrJdgo=
|
||||
SHA256 (Pkgfile) = 6e88f15885e8a22675a0f261650046ef94a336abc5016c2c2e13d24c7c355405
|
||||
RWSE3ohX2g5d/f/8eI2ZgXPqqxgJOcAEJvd3opOKfa69o0X0IPrKXZDyXNu0+i5jb2nN9RBFHzyLKPD4pXDqUIJgbfr5+2HCSwI=
|
||||
SHA256 (Pkgfile) = ea8c90e33c5dbeb5d9a7a873e85bbd7839872c5fa36e09febef195453d61d9bc
|
||||
SHA256 (.footprint) = 8f72a4fd1b0fa1002f56934304473e870f0ced528cc01c60ddcdda958a7c8038
|
||||
SHA256 (fdm-2.2.tar.gz) = 53aad117829834e21c1b9bf20496a1aa1c0e0fb98fe7735e1e73314266fb6c16
|
||||
|
@ -9,8 +9,8 @@ release=1
|
||||
source=(https://github.com/nicm/fdm/releases/download/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/f6/V8HVsn70L9BAUVsfvhR0vYVmmT0GQCIwRDZBWIQD0SnUK37kADKCochaVpDQRple9qJZNBIlDfD7A2TtJgY=
|
||||
SHA256 (Pkgfile) = 6820d4d85a9cacfbbf40837ac630e3b3fae0a35423a5c24aacad863c262bd8ea
|
||||
RWSE3ohX2g5d/Y/hWMBAQjYWoDcYcRDjDAUK4z6pljJLyLsAtlfUA3VMgzsmS41lt7k7kxlhEfV0rez22vo/d4qfB1FeQqbQFQo=
|
||||
SHA256 (Pkgfile) = efce8f3c51385c24eeb6ab441bfc468f0a7b4a5517336af437ac5a6e60602286
|
||||
SHA256 (.footprint) = c52f9b61b3ffbab88aa941546c7721245d6c825056bd4948b84b94966203996d
|
||||
SHA256 (fetchmail-6.4.38.tar.xz) = a6cb4ea863ac61d242ffb2db564a39123761578d3e40d71ce7b6f2905be609d9
|
||||
|
@ -9,13 +9,13 @@ release=1
|
||||
source=(https://downloads.sourceforge.net/project/$name/branch_${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
# don't build python stuff
|
||||
sed -i '22,25s/^/#/' Makefile.am
|
||||
autoreconf -vi
|
||||
# don't build python stuff
|
||||
sed -i '22,25s/^/#/' Makefile.am
|
||||
autoreconf -vi
|
||||
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/cUmWs8C7d/KGFNB56blQC6GiYLT3x4f2V7LTuOjP0jpRlAFDBaPV8BJo4EUn9ZAgANFj0JAsBjwDkuqBMtBGAs=
|
||||
SHA256 (Pkgfile) = 1f5422c37703ed5da3a15435e59b9f4de0573c19f206b24f926758a03418a671
|
||||
RWSE3ohX2g5d/Zo7VV0BtsXtJuTSlZk8et0DhzUJwloohl+7uRrcHayiL/HS9DzqqPEyAhSHrXaUje51EZKp7+ENwd5o78P3JQc=
|
||||
SHA256 (Pkgfile) = 0d69c16bb56af6a9c63f1faddf1ceef2a0c942ef1c21cdfdbd6029a361a683ba
|
||||
SHA256 (.footprint) = 9fb5082751ace80b2c50196f5d6c26468ad33c4e9068c7c0687028f1ba67f81c
|
||||
SHA256 (firefox-125.0.3.tar.bz2) = 2fb91b8dd196a8ee47238d82d6b7afef3dd1bb3212b29122ab1c3897052d8a49
|
||||
SHA256 (policies.json) = cf856011307f7831d74cdacb4e80b6dceaa49882b8dcba008d527a78764903f4
|
||||
|
@ -7,27 +7,27 @@ name=firefox-bin
|
||||
version=125.0.3
|
||||
release=1
|
||||
source=(http://ftp.mozilla.org/pub/firefox/releases/$version/linux-x86_64/en-US/firefox-$version.tar.bz2 \
|
||||
policies.json firefox.desktop)
|
||||
policies.json firefox.desktop)
|
||||
|
||||
build() {
|
||||
cd firefox
|
||||
install -d $PKG/usr/{lib,bin}
|
||||
mv $SRC/firefox $PKG/usr/lib/firefox
|
||||
ln -s /usr/lib/firefox/firefox $PKG/usr/bin/firefox
|
||||
mkdir -p $PKG/usr/lib/firefox/lib
|
||||
cd firefox
|
||||
install -d $PKG/usr/{lib,bin}
|
||||
mv $SRC/firefox $PKG/usr/lib/firefox
|
||||
ln -s /usr/lib/firefox/firefox $PKG/usr/bin/firefox
|
||||
mkdir -p $PKG/usr/lib/firefox/lib
|
||||
|
||||
mkdir -p $PKG/etc/revdep.d
|
||||
echo "/usr/lib/firefox" > $PKG/etc/revdep.d/firefox-bin
|
||||
mkdir -p $PKG/etc/revdep.d
|
||||
echo "/usr/lib/firefox" > $PKG/etc/revdep.d/firefox-bin
|
||||
|
||||
#We don't want these 'features'
|
||||
rm -r $PKG/usr/lib/firefox/browser/features
|
||||
# Disable autoupdate
|
||||
mkdir $PKG/usr/lib/firefox/distribution
|
||||
#We don't want these 'features'
|
||||
rm -r $PKG/usr/lib/firefox/browser/features
|
||||
# Disable autoupdate
|
||||
mkdir $PKG/usr/lib/firefox/distribution
|
||||
|
||||
install -m644 $SRC/policies.json $PKG/usr/lib/firefox/distribution/
|
||||
install -m644 $SRC/policies.json $PKG/usr/lib/firefox/distribution/
|
||||
|
||||
install -m644 -D $SRC/firefox.desktop $PKG/usr/share/applications/firefox.desktop
|
||||
install -m755 -d $PKG/usr/share/pixmaps
|
||||
ln -s /usr/lib/firefox/browser/chrome/icons/default/default32.png \
|
||||
$PKG/usr/share/pixmaps/firefox.png
|
||||
install -m644 -D $SRC/firefox.desktop $PKG/usr/share/applications/firefox.desktop
|
||||
install -m755 -d $PKG/usr/share/pixmaps
|
||||
ln -s /usr/lib/firefox/browser/chrome/icons/default/default32.png \
|
||||
$PKG/usr/share/pixmaps/firefox.png
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/Ruurd1M7xkIX5El2oAUEiU65mxL7OHfGPM1Rdk01lfITY7LxdlbcHf9ujfR2jV0TnT8HvKTB6mt0UlqU/fjlAs=
|
||||
SHA256 (Pkgfile) = 6b2e58c1ad6cb8b510fe4826177e01790cc3891770953a54f0e2abc7d4464e6c
|
||||
RWSE3ohX2g5d/etQjNkSRBDGQEIaUJ+MCmh4H2OzXy/kDC5TWc4W5KJOYh+4nRbKstb07n3B22EPUYpobzu7njDEQPqwqo+9wg8=
|
||||
SHA256 (Pkgfile) = 42f2bbced39f80e83cf05d209fee8acdcc9b65191d624171ceeb4a95f2dd4182
|
||||
SHA256 (.footprint) = 048249e738c1f96ceb182cd98a728485720ce3dfb2a2d3b9ed001c41b8a5f5f9
|
||||
SHA256 (fontconfig-2.15.0.tar.xz) = 63a0658d0e06e0fa886106452b58ef04f21f58202ea02a94c39de0d3335d7c0e
|
||||
|
@ -9,24 +9,24 @@ release=2
|
||||
source=(https://fontconfig.org/release/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode=nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D doc-man=enabled \
|
||||
-D doc=disabled \
|
||||
-D nls=disabled \
|
||||
-D tests=disabled \
|
||||
-D cache-build=disabled
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode=nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D doc-man=enabled \
|
||||
-D doc=disabled \
|
||||
-D nls=disabled \
|
||||
-D tests=disabled \
|
||||
-D cache-build=disabled
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
# Enabling autohinting by default
|
||||
pushd $PKG/etc/fonts/conf.d
|
||||
ln -sf ../../../usr/share/fontconfig/conf.avail/10-autohint.conf
|
||||
popd
|
||||
# Enabling autohinting by default
|
||||
pushd $PKG/etc/fonts/conf.d
|
||||
ln -sf ../../../usr/share/fontconfig/conf.avail/10-autohint.conf
|
||||
popd
|
||||
|
||||
rm -f $PKG/etc/fonts/conf.d/README
|
||||
rm -f $PKG/etc/fonts/conf.d/README
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/VIr7n5ZKaj8/F3iwDlDziVTX261fpx8g1NdPda4dMIWONggDSQHasnwkQQpUPmCBOcAwibfxL+8efHTB6lyCQE=
|
||||
SHA256 (Pkgfile) = ff211a34c0fc516f2a6a32366e189efad4f2faa11b1fafef5b6247ba4c3c439d
|
||||
RWSE3ohX2g5d/aXVSoR9yrowAWKPrpx5IWm48FgQLrVMwruGx/E9sV3OrCB68lYqoOp+veMHtUZgmoodhl5VsbF0BFvXnL9pYQ4=
|
||||
SHA256 (Pkgfile) = 6037073f3de57a2ea6acf6e65c6f5cb74bcbb2f2fc16fd5c54e02e965e657432
|
||||
SHA256 (.footprint) = bd427910a01d66bc1e36ea59b05b1f451a276f3a4bbf319346fe89800ebff33e
|
||||
SHA256 (freetype-2.13.2.tar.xz) = 12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d
|
||||
SHA256 (freetype2.sh) = f7f8e09c44f7552c883846e9a6a1efc50377c4932234e74adc4a8ff750606467
|
||||
|
@ -9,25 +9,25 @@ version=2.13.2
|
||||
release=1
|
||||
|
||||
source=(https://sourceforge.net/projects/freetype/files/freetype2/$version/freetype-$version.tar.xz
|
||||
freetype2.sh
|
||||
0001-Enable-table-validation-modules.patch
|
||||
0002-Enable-subpixel-rendering.patch
|
||||
0004-Enable-long-PCF-family-names.patch)
|
||||
freetype2.sh
|
||||
0001-Enable-table-validation-modules.patch
|
||||
0002-Enable-subpixel-rendering.patch
|
||||
0004-Enable-long-PCF-family-names.patch)
|
||||
|
||||
build() {
|
||||
patch -Np1 -d $name-$version -i $SRC/0001-Enable-table-validation-modules.patch
|
||||
patch -Np1 -d $name-$version -i $SRC/0002-Enable-subpixel-rendering.patch
|
||||
patch -Np1 -d $name-$version -i $SRC/0004-Enable-long-PCF-family-names.patch
|
||||
patch -Np1 -d $name-$version -i $SRC/0001-Enable-table-validation-modules.patch
|
||||
patch -Np1 -d $name-$version -i $SRC/0002-Enable-subpixel-rendering.patch
|
||||
patch -Np1 -d $name-$version -i $SRC/0004-Enable-long-PCF-family-names.patch
|
||||
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode=nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D default_library=shared
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode=nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D default_library=shared
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
install -Dt $PKG/etc/profile.d -m644 $SRC/freetype2.sh
|
||||
install -Dt $PKG/etc/profile.d -m644 $SRC/freetype2.sh
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/WeQBRBQze6eHyaIX2qhOI05UkjU8+oP2XF3o4jOu4AMpU8l9ATdJOZGT3pvDIpo1wwl2D0bLtIpp1VmhJJfawk=
|
||||
SHA256 (Pkgfile) = 910590c8d6d9c7a3f8b4e863c04b395fa8f888a99be5417bd49b56c32131f6a9
|
||||
RWSE3ohX2g5d/RoWPWvaaZAsiv81uTgnmztZp6kdRR/3Ti5AXDjuDf7r78PN8XjKYAr6OtPpt5V5S6yqsz6Vp8jgMcuiU7PHpAU=
|
||||
SHA256 (Pkgfile) = e8d755936143404faf2e16bd8c7e2f6a080de07386342acc36eae1797d2b3103
|
||||
SHA256 (.footprint) = 8d4d878d04289f927a029bdd3dfa6418fff8990eb8da2b9d56f8d52402509cd5
|
||||
SHA256 (fuse-3.16.2.tar.gz) = 1bc306be1a1f4f6c8965fbdd79c9ccca021fdc4b277d501483a711cbd7dbcd6c
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user