diff options
44 files changed, 108 insertions, 93 deletions
diff --git a/babl/.signature b/babl/.signature index 9f1ebc728..b9d4ea4f5 100644 --- a/babl/.signature +++ b/babl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/alhWZS2IWMNKKl6qqz4oAp8iIVeet6Mw1vAMazreFFrnKCRC/wZzXfnfL/xpAmMhnd9NP2xOegM1QHj0l4B+wk= -SHA256 (Pkgfile) = ce9d825cfdbd77be04c185be835383685b8d745f7abd4a6cc1240c2b5c50c286 +RWSE3ohX2g5d/R121terJP6vGys+uLnmjHPBUMUMpr3QYWRtFBiyJqGsqK+arOzoSK0U5vWYsq0x0jsc2Tzhzm74iLTkLGPQvwY= +SHA256 (Pkgfile) = 29b57910d5e7907bd9c9366144c040b3a34a84fec60ef41c071f295df117a6c4 SHA256 (.footprint) = 1e55e0c8c3c09aefd2a848a016992543d6c5f2d8c6bb0aba3525cfcb3c971ffe SHA256 (babl-0.1.82.tar.xz) = c62d93d4ad6774cb8e3231bbbc7f2e61e551e7242d78640d757505ee1a9fadc5 diff --git a/babl/Pkgfile b/babl/Pkgfile index bf9fbc6c9..b4d2253b5 100644 --- a/babl/Pkgfile +++ b/babl/Pkgfile @@ -9,6 +9,10 @@ release=1 source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz) build() { - meson $name-$version build --prefix=/usr -Denable-vapi=false - DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install + meson setup build $name-$version \ + --prefix=/usr \ + --buildtype=plain \ + -Denable-vapi=false + meson compile -C build -j ${JOBS:-1} + DESTDIR=$PKG meson install -C build } diff --git a/cmocka/.signature b/cmocka/.signature index ef8d0990f..4b2c5827a 100644 --- a/cmocka/.signature +++ b/cmocka/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/fSfk2icuHre6q18uMB8pOXWIamOtDHbAGbLT+7Q0/G71Tn0qRHARzYLOnpI4rYtzbNTA9pO7oUWqBj0HKtEZQg= -SHA256 (Pkgfile) = ecc1edb7f944f262e3d9ecb9adcda1311862f88960ba17d5203538e144e9cc5b +RWSE3ohX2g5d/ee220vDgYSnqJ7CixKJzejn7nymvIPhztN7dCO5gjA3b7yRpPAyehsI04iN/LTQ4+zXOW1wYWSzMMVxYaOYEgo= +SHA256 (Pkgfile) = f6dad3ed67faa3f87aece4b24a370ed4442173f38c8d2f96c45c9c85744578b2 SHA256 (.footprint) = 6fa82bc6f1dfe4920cf656462b70c1fa61800892fbcc39b98c791c0054c69e29 SHA256 (cmocka-1.1.5.tar.xz) = f0ccd8242d55e2fd74b16ba518359151f6f8383ff8aef4976e48393f77bba8b6 diff --git a/cmocka/Pkgfile b/cmocka/Pkgfile index 2a41a372a..ffc0a402c 100644 --- a/cmocka/Pkgfile +++ b/cmocka/Pkgfile @@ -11,7 +11,7 @@ source=(https://cmocka.org/files/1.1/$name-$version.tar.xz) build() { cmake -S $name-$version -B build \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ -D WITH_STATIC_LIB=On \ diff --git a/conky/.signature b/conky/.signature index 9889c8865..2971e80a6 100644 --- a/conky/.signature +++ b/conky/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/SSlOTahLHTIjFF2OtZ4SBFETdOn3RxsdZbcVYSmw5uUVvL4FHHTcocBCYbGE9NW8dEYjiIfFRwPrFTfp2E+swI= -SHA256 (Pkgfile) = 4b8784aa8cf49ee6a61c350dc336a390963af45f51cf717d3621816f9ce13bd6 +RWSE3ohX2g5d/YMiqz9wqT1oj2e3PADe7vLHjRITJ3aqBb3IlPtL9sDN2h3cmAWjqVUbE+L31ku3+YdoSPoKqhWWHX2XGKsKLQw= +SHA256 (Pkgfile) = a46b5b4ca763eb8f371e583f3b61836d1269295de35c7498f7d90d8237b8d529 SHA256 (.footprint) = b1befb365db806952cf7726c732e89b6ce20f20bb46e5c7a2529cd011de490c6 SHA256 (conky-1.11.6.tar.gz) = e7c01e4910744851e05f85f0a0aab3f5068215b1af850515189ac40e7deeb26d diff --git a/conky/Pkgfile b/conky/Pkgfile index 5fd54b2ee..488b87758 100644 --- a/conky/Pkgfile +++ b/conky/Pkgfile @@ -11,7 +11,7 @@ source=(https://github.com/brndnmtthws/conky/archive/v$version/$name-$version.ta build() { cmake -S $name-$version -B build \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \ + -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D SYSTEM_CONFIG_FILE=/usr/etc/conky.conf \ -D BUILD_DOCS=OFF \ diff --git a/exiv2/.signature b/exiv2/.signature index 58abb95e1..c3cbe8540 100644 --- a/exiv2/.signature +++ b/exiv2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/fLe5u06omesNlsBgIXLDmtSd2ifYj134JfTm2dcul6FpxWe01UXidpCeBJN0wx0EkJe8x8QPpGKH4qDeqxyaQA= -SHA256 (Pkgfile) = a36f9941c1091c2e6692c55bacf301734542cd3a451ce95c872f6717892a3425 +RWSE3ohX2g5d/fGkzaIpVAB4djRP1zrB2UgIKh5MpWGvUYArFNdqOmRW6dWg3oGr0vDMJ9TFdD6NzXUhmWdg0Dv1z1sBPaLIVQc= +SHA256 (Pkgfile) = 36a73572bce270eaac4e58ae3b2544fc0e747bbc80ca503b5700191e3e361408 SHA256 (.footprint) = f0be1a2ef91ca7a369adb22e8904c3174a5accad6a1c3286810b4b4b110ecf40 SHA256 (exiv2-0.27.3.tar.gz) = 6398bc743c32b85b2cb2a604273b8c90aa4eb0fd7c1700bf66cbb2712b4f00c1 diff --git a/exiv2/Pkgfile b/exiv2/Pkgfile index 20013acf5..8624dd94b 100644 --- a/exiv2/Pkgfile +++ b/exiv2/Pkgfile @@ -10,7 +10,7 @@ source=(https://github.com/Exiv2/exiv2/archive/v$version/$name-$version.tar.gz) build() { - export CXXFLAGS+=" -Wno-deprecated-declarations -DNDEBUG" + export CXXFLAGS+=" -Wno-deprecated-declarations" cmake -S $name-$version -B build \ -D CMAKE_BUILD_TYPE=Release \ diff --git a/freerdp2/.signature b/freerdp2/.signature index ff88fd1c9..98699515e 100644 --- a/freerdp2/.signature +++ b/freerdp2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/eY7wqVvKCu6sISXqh2rTJMC6stMT6DvcSgGqlutIO55S2F2jRdDFec8OO6wDgQoj7j2TSG2SnuGbJbWvCIGGgA= -SHA256 (Pkgfile) = c6efa39b2d5913b87b211857c6fb05d88eba59c91d0730c6c1eeff48ea9ef68f +RWSE3ohX2g5d/S69nDrIed4tat6x+zNOes99qkgOI9I5w8dlVSfmhJRQYbTg2coe7nN2b1uMIi3nFmWmhyXq3dNTjpkxziISSgc= +SHA256 (Pkgfile) = b2c3b7df1291bd3e3830686f3cca3c658bccd0df64cd2380d38069f16b27240a SHA256 (.footprint) = f114c4f412edec10c6966bc706fe69865efb247663d80266db326b1b09cef0e2 SHA256 (freerdp-2.2.0.tar.gz) = 19b30759e324ce7a9767af880116a4c571761e9ad9c5d6c98c5b302ff8c24c6c diff --git a/freerdp2/Pkgfile b/freerdp2/Pkgfile index ba332c61b..564d0f876 100644 --- a/freerdp2/Pkgfile +++ b/freerdp2/Pkgfile @@ -12,7 +12,7 @@ source=(https://pub.freerdp.com/releases/freerdp-$version.tar.gz) build() { cmake -S freerdp-$version -B build \ -D CMAKE_BUILD_TYPE=RELEASE \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ -D CMAKE_SKIP_RPATH=ON \ diff --git a/gegl/.signature b/gegl/.signature index fd79f940a..4b1e6f638 100644 --- a/gegl/.signature +++ b/gegl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/UXgQF1lOHatMuyzGxRx8vkQY1aOCQGcFM18yAjA7sBFbR+VUp76kR4BNi7iGyICojh7MaXtBROINp/2cOTt5gc= -SHA256 (Pkgfile) = 195d8f807f283209309025a33dbbe2cff320a73efa864d84c41e0b64ba86fd28 +RWSE3ohX2g5d/ZE8iaWAesukI2T3Hd0912PXPEUhg9twpPpH/12rLNlKcZhzu3c3aersAP9Vl2GT9BZsGltveqQc7UdedRD3Gw0= +SHA256 (Pkgfile) = 4a6c3a85151e9b3b2cfa61de192101c67a7552d736429a6f82dc0fe3836411ac SHA256 (.footprint) = a4e035f123af020f839d625ba443ea4628e1f363d419b2ddd78f2edde3f12d5e SHA256 (gegl-0.4.26.tar.xz) = 0f371e2ed2b92162fefd3dde743e648ca08a6a1b2b05004867fbddc7e211e424 diff --git a/gegl/Pkgfile b/gegl/Pkgfile index 5011a1629..19c43eded 100644 --- a/gegl/Pkgfile +++ b/gegl/Pkgfile @@ -10,8 +10,10 @@ release=1 source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz) build() { - meson build $name-$version --prefix /usr - ninja -C build - DESTDIR=$PKG ninja -C build install - rm -r $PKG/usr/share/locale + meson setup build $name-$version \ + --prefix=/usr \ + --buildtype=plain + meson compile -C build -j ${JOBS:-1} + DESTDIR=$PKG meson install -C build + rm -r $PKG/usr/share/locale } diff --git a/gexiv2/.signature b/gexiv2/.signature index 301838703..1661589e9 100644 --- a/gexiv2/.signature +++ b/gexiv2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/fQdzU5d+vqIg6og4TCrKYD4ABYnFYESg0BSO3G18ne56BBlMQ+qVg3hFgUiG5glCqksjDbqfT1yVFREVc8n1AA= -SHA256 (Pkgfile) = 96d769f5075099ca8b4454878e209a91646c57cb68d92b3f1f085ce4c7b049e3 +RWSE3ohX2g5d/YdDr5YnEbUMZYJWKN++O1NxZsZqfxylWEqhpx7zDFmNvbFzfxJUS1Yi/iuPevDalnqD4Y1kM8jRsAERZUj6cg4= +SHA256 (Pkgfile) = 81fcce09a86642bd92fb9bc8ff9adc2174f68d4f20be9ddbc4ecf1fb61fc2151 SHA256 (.footprint) = a800dc1e447667825faf1a603c054ecc21c87e6a22e0843b0cb2362cb3f7a604 SHA256 (gexiv2-0.12.1.tar.xz) = 8aeafd59653ea88f6b78cb03780ee9fd61a2f993070c5f0d0976bed93ac2bd77 diff --git a/gexiv2/Pkgfile b/gexiv2/Pkgfile index f418b3372..cd36ebba5 100644 --- a/gexiv2/Pkgfile +++ b/gexiv2/Pkgfile @@ -9,8 +9,12 @@ release=1 source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { - cd $name-$version - - meson build --prefix /usr -Dvapi=false -Dgtk_doc=false - DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install + meson setup build $name-$version \ + --prefix=/usr \ + --buildtype=plain \ + -D vapi=false \ + -D gtk_doc=false \ + -D python2_girdir=no + meson compile -C build -j ${JOBS:-1} + DESTDIR=$PKG meson install -C build } diff --git a/imagemagick/.signature b/imagemagick/.signature index 273ce6647..3f4fc0929 100644 --- a/imagemagick/.signature +++ b/imagemagick/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WmM+QHTnVCtjEsndpoJY0ggbvQ2Vfdcv+eUjTqqzT2Sxy6W+f9wB55GniPhUI85HgQfxLELjmN34FqglDoVOQ4= -SHA256 (Pkgfile) = 7bf4d2077e4ebe77389a95892d49f95104980401b8cba56f8cb2a82a90aaff28 +RWSE3ohX2g5d/U08a/M5ev6ibbqtw3ZcqTD8N7rC/rHCPgV0wWkQjMGoFAhOEtj974R7bIUD+rF7m4tQr3qoJN7hzAGHqgWdXQg= +SHA256 (Pkgfile) = 3d4fbf39fc025fe110adb23f32b35b3bc1709b6b131fb431d4f589c5f133ccfd SHA256 (.footprint) = e5f42a372d9de7a751e6da20bfbfc84ae31a521cc14afffb96551fb08ff8fc73 -SHA256 (ImageMagick-7.0.10-40.tar.xz) = 40bba04346c3730279482b3cfeef7113150c65d5371771536b9648a056d24540 +SHA256 (ImageMagick-7.0.10-41.tar.xz) = fa0b0092b919c76571c1ca0bded832fce989d1d20645025d36dbb3b66af50264 diff --git a/imagemagick/Pkgfile b/imagemagick/Pkgfile index 438e059ae..877b15aae 100644 --- a/imagemagick/Pkgfile +++ b/imagemagick/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libtool lcms2 pango xorg-libxt chrpath name=imagemagick -version=7.0.10-40 +version=7.0.10-41 release=1 source=(https://www.imagemagick.org/download/releases/ImageMagick-$version.tar.xz) diff --git a/iputils/.signature b/iputils/.signature index d7389e6ca..75c7f064c 100644 --- a/iputils/.signature +++ b/iputils/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VHI2uki3SsjAU+SWIZ4ekPfLMBEVdBV7rpcMqq5iBHRrmPj/GxuJYqgqSc8fcXgyDhFt9Q8KYkggsBtbGDhpA4= -SHA256 (Pkgfile) = 0e8cdce726b8b062f7a5de023630aede2cab17f5afeb095882b6f47533482755 +RWSE3ohX2g5d/aP4ofljRiD6HMAVWbplfCm6xYImDK8bV7Nh6Y/6oIt+Qjftlm1i6bWCCcalqm0AICe4cGW+DqUkGcxP7hGkvwY= +SHA256 (Pkgfile) = 9b75172caf0393534e643a833d36005a1c6fe28f974754fcccb0a6e668e80667 SHA256 (.footprint) = 43939b63c3bfc9cf8414b95ebaf536426c9dad9e972a6a8baf6f74c00947c372 SHA256 (iputils-s20200821.tar.gz) = f265da0d02dd2259efd8c57a9c2e0c8bb3361abb14639fcffb26707be5783a5b SHA256 (iputils-man-s20200821.tar.xz) = c5a24c48123d72c12757e13e420477d9e379b1f5d6acba259494884a5f03b762 diff --git a/iputils/Pkgfile b/iputils/Pkgfile index 4025b6d68..3baf90607 100644 --- a/iputils/Pkgfile +++ b/iputils/Pkgfile @@ -12,12 +12,14 @@ source=(https://github.com/iputils/iputils/archive/$version/$name-$version.tar.g build() { cd $name-$version - meson build --prefix /usr \ + meson setup build . \ + --prefix=/usr \ + --buildtype=plain \ -D BUILD_MANS=false \ -D BUILD_TRACEROUTE6=true \ -D BUILD_RARPD=true - ninja -C build + meson compile -C build -j ${JOBS:-1} install -d $PKG/{{sbin,bin},usr/{bin,sbin,share/man/man8}} install build/ping/ping $PKG/bin/ @@ -26,6 +28,6 @@ build() { install build/ninfod/ninfod $PKG/usr/sbin/ install build/traceroute6 $PKG/usr/bin/ install -m 0644 $SRC/*.8 $PKG/usr/share/man/man8 - + chmod u+s $PKG/bin/ping $PKG/usr/bin/traceroute6 } diff --git a/json-c/.signature b/json-c/.signature index 02399e676..d5bb803a6 100644 --- a/json-c/.signature +++ b/json-c/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/XXFCh0uuCvfeYvP0W6gtCqfEu6xrjGddt3JBm0U96tUcKdv9yTs/5Fug7MslliYGz/a7EjIbCjO0qehXGW/ewY= -SHA256 (Pkgfile) = b3462b1e7c9fc411f67a57b9be4c6c4a71bbfeb6d67e95195cf67e5714fe8d55 +RWSE3ohX2g5d/SsRUflKZcUR4UADG1uEI8W+SVRNgKws+zoD7f17TYnOaf5weMJx12Qk4y/tehrnr7XJmmuULeZ7O3QFuAojEQU= +SHA256 (Pkgfile) = 18818216586ac9d3fbaae2184626398271ac04cc407b146b2580540f7005b6c9 SHA256 (.footprint) = fbeb5061184596a807a0355333b4b4ceb007a0cb5173ec7cabb2a5c527106754 SHA256 (json-c-0.15.tar.gz) = b8d80a1ddb718b3ba7492916237bbf86609e9709fb007e7f7d4322f02341a4c6 diff --git a/json-c/Pkgfile b/json-c/Pkgfile index 1c8af4e30..2c7270fa1 100644 --- a/json-c/Pkgfile +++ b/json-c/Pkgfile @@ -13,7 +13,7 @@ build() { -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=/usr/lib \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D BUILD_TESTING=OFF cmake --build build DESTDIR=$PKG cmake --install build diff --git a/json-glib/.signature b/json-glib/.signature index 77c17b36c..c7f1c4945 100644 --- a/json-glib/.signature +++ b/json-glib/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/ZZqE4rrvGRCrZZpUErZkA2YXEG60CFCgRPL9KVFkTlxZMMDm/eqZInbatl1DY2RTYeF9GF509HRvVIMyOTCTQc= -SHA256 (Pkgfile) = 342041573bff5fc1f7492ab32620b9cf9702cede20f4e4b878bede8a73817d1e +RWSE3ohX2g5d/bNfdS5rJBY340KIY5PArrhR1j1T7Pk9tpQFheo7G/X/57cyI/3yMrem7Zt8Q0KBEYXiuuJztWKi/ocnr65p9AQ= +SHA256 (Pkgfile) = cee27e5898156e89042126195940aa6307f93b67112f7bf42a2697c61519f105 SHA256 (.footprint) = 2e360bf5f866ba05370096a827e1b610de5f219bb2e85d466a2a5f7f7c6d1206 SHA256 (json-glib-1.6.0.tar.xz) = 0d7c67602c4161ea7070fab6c5823afd9bd7f7bc955f652a50d3753b08494e73 diff --git a/json-glib/Pkgfile b/json-glib/Pkgfile index e8ff00ccc..2d2b89a1b 100644 --- a/json-glib/Pkgfile +++ b/json-glib/Pkgfile @@ -13,10 +13,12 @@ build() { sed "/^subdir('po')/d" -i meson.build - meson build \ - --prefix /usr \ - -Dgtk_doc=disabled \ - -Dtests=false + meson setup build . \ + --prefix=/usr \ + --buildtype=plain \ + -D gtk_doc=disabled \ + -D tests=false - DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install + meson compile -C build -j ${JOBS:-1} + DESTDIR=$PKG meson install -C build } diff --git a/librsync/.signature b/librsync/.signature index 77e5b0244..3cae01b39 100644 --- a/librsync/.signature +++ b/librsync/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/S/qCXR3dzoKYbl8p/emgXb6xMlFQLYXTbUpxrZoVrAPHnFhadY+/ahuBrlNr2lYE8i4pNn1FUpMxn3YkvYg8gc= -SHA256 (Pkgfile) = 320f11f410ef77fcd5051205a3470e20aff86d1332a6c82d4af54e603e0f2c2e +RWSE3ohX2g5d/Z+t4FzvrMwUGLlje75LAsHofGMYAmrC0ws7rL0ze3b49qkJ1/8WMKOfN91NlQt12hd2LQjIHAWqCAcbNVRqtgA= +SHA256 (Pkgfile) = 22ee8eea60f1715451de929d243ced8d5a1a93dce7835aecb21af298b242a5e1 SHA256 (.footprint) = b92352bc7d10f728be54eeedfc60c69780df3eaffaf3a01d1eee7a19d1fc8a12 SHA256 (librsync-v2.3.1.tar.gz) = dbd7eb643665691bdf4009174461463737b19b4814b789baad62914cabfe4569 diff --git a/librsync/Pkgfile b/librsync/Pkgfile index 9529a8587..5f0b2825a 100644 --- a/librsync/Pkgfile +++ b/librsync/Pkgfile @@ -11,7 +11,7 @@ source=(https://github.com/$name/$name/archive/v$version/$name-v$version.tar.gz) build() { cmake -S $name-$version -B build \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ diff --git a/libzip/.signature b/libzip/.signature index 6b6ca26ae..1db428e77 100644 --- a/libzip/.signature +++ b/libzip/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/c11PUwd78O53QwNRds1CyzZymMqRLlbbVwiR/1GXSr/2igRZsSd7sYRJo1+zuCzqoHLN8tYYneXZ5a8ZmzGIAo= -SHA256 (Pkgfile) = 78bae30e3c962a433bc8875b8491d973b922aa088759c1665b25c6005056eb9f +RWSE3ohX2g5d/a/3qw6+Yw6NAWeGUxQNMeU7CHljFCvdJYdMsUeq8QtKNQViPfGeRiuNkWU3y8S103W1bVB7cYpfNRCIBwFjAQQ= +SHA256 (Pkgfile) = 12984da3f29ddd1e1f1d3c319c4749ae896c364dad1aec71206a59c1be24fce7 SHA256 (.footprint) = 86fea37bfabf24b2837b7206edf0ec3d1727c738d1af172e5fc155c66781d5c7 SHA256 (libzip-1.7.3.tar.xz) = a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132 diff --git a/libzip/Pkgfile b/libzip/Pkgfile index 474ec0718..b164ed4b3 100644 --- a/libzip/Pkgfile +++ b/libzip/Pkgfile @@ -11,7 +11,7 @@ source=(https://libzip.org/download/$name-$version.tar.xz) build() { cmake -S $name-$version -B build \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=/usr/lib \ -D ENABLE_GNUTLS=OFF diff --git a/mysql/.signature b/mysql/.signature index b3d63cdc8..d64e54d56 100644 --- a/mysql/.signature +++ b/mysql/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/dYODYo3CsZ9pEu9/3ClC3DQRF8Uu7TAkkw9DLW6P6rhfixN39TDge6MF2AWkRM+P8LjIC5IN0M+x6JabwM4/wc= -SHA256 (Pkgfile) = 716cba50c7f2ebad9b6616189a598ada73fcf6dabeb4c4486e59c3f5e94d5963 +RWSE3ohX2g5d/etXQ7VEnlfNRs5N/0NU+l55j71cQlR/6D4mnNnFzus9WpgAi/s6rWQxgL7oANoSk6sPHx94kOyXDUse+4zz9Ao= +SHA256 (Pkgfile) = bbf243e99a297b1c65526fbea0178b3a9bd5ee09dc956a9a369f75d9fcc6cd0f SHA256 (.footprint) = 275f30a6428becc5dfdd9b9d7fe432a47a57444dbb483720b107045dee44132e SHA256 (mysql-boost-5.7.32.tar.gz) = 9a8a04a2b0116ccff9a8d8aace07aaeaacf47329b701c5dfa9fa4351d3f1933b SHA256 (my.cnf) = 51d46fe239e1e18a608e64ea1242fda946c2ea5a9ecea4507d89734e263ab828 diff --git a/mysql/Pkgfile b/mysql/Pkgfile index 51ce4451e..f9522341b 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -11,11 +11,11 @@ source=(https://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.7/$name-boost-$vers build () { - export CXXFLAGS+=" -Wno-deprecated-declarations -DNDEBUG" + export CXXFLAGS+=" -Wno-deprecated-declarations" cmake -S $name-$version -B build \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D BUILD_CONFIG=mysql_release \ diff --git a/nss_wrapper/.signature b/nss_wrapper/.signature index d47947e39..c05c15a86 100644 --- a/nss_wrapper/.signature +++ b/nss_wrapper/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/c5XViTkwa1+ivGdAnAP6YBrwjeHC0fYMEJHMkgva0TprpeXT+83odTf4RfjC0nK7mPDJbq06TSzyXbhDg6nagY= -SHA256 (Pkgfile) = c6d313ce010f59b3a045ef981c696be6f4507a61ea56d5c9bcc367470c11f57c +RWSE3ohX2g5d/TrbRfxE4r2aPeR9jESNcNVRy+/TEfathG5Tu4fMLsTpRvNejJWMuyj3APvdU7+ayQfNGiGW5iwySDrLQUYA/AA= +SHA256 (Pkgfile) = 46e30091f06b29c926fab4b3199bdb7460067786f7d4fc425dda2194abacf30d SHA256 (.footprint) = 6726225314c7024f9f5452e325605803f938f80c481c74ca74bd3fe5510f074a SHA256 (nss_wrapper-1.1.11.tar.gz) = fb45332e7fb4d85d3ea829ed18172366196c17cbd32ef690a7e1309f0c37b4e0 diff --git a/nss_wrapper/Pkgfile b/nss_wrapper/Pkgfile index 8b475f71a..183814f3e 100644 --- a/nss_wrapper/Pkgfile +++ b/nss_wrapper/Pkgfile @@ -11,7 +11,7 @@ source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz) build() { cmake -S $name-$version -B build\ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib cmake --build build diff --git a/qpdf/.footprint b/qpdf/.footprint index b06081c5a..e78ba68d0 100644 --- a/qpdf/.footprint +++ b/qpdf/.footprint @@ -56,9 +56,9 @@ drwxr-xr-x root/root usr/include/qpdf/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libqpdf.a -rwxr-xr-x root/root usr/lib/libqpdf.la -lrwxrwxrwx root/root usr/lib/libqpdf.so -> libqpdf.so.28.0.3 -lrwxrwxrwx root/root usr/lib/libqpdf.so.28 -> libqpdf.so.28.0.3 --rwxr-xr-x root/root usr/lib/libqpdf.so.28.0.3 +lrwxrwxrwx root/root usr/lib/libqpdf.so -> libqpdf.so.28.0.4 +lrwxrwxrwx root/root usr/lib/libqpdf.so.28 -> libqpdf.so.28.0.4 +-rwxr-xr-x root/root usr/lib/libqpdf.so.28.0.4 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libqpdf.pc drwxr-xr-x root/root usr/share/ diff --git a/qpdf/.signature b/qpdf/.signature index 6ad36a637..3eaad606e 100644 --- a/qpdf/.signature +++ b/qpdf/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Qhq0u4q6WRSe7CoNJdSjRj9g+4//0Mk2nWA2FV+Nqa9PVpUuPEAVPSLZj1A5xTUE8ej1mG8V3iHIcaqzXH5Qgk= -SHA256 (Pkgfile) = 21d397418edba2c59f4d10d84c3177e4dee708ee17558aa207191aa37f91d968 -SHA256 (.footprint) = 53663c4c7d47afa727b3c8c3fc90de65638eeb04cb81c6f8355695c40ff3e107 -SHA256 (qpdf-10.0.3.tar.gz) = 51e96e2e5507f52993e0cc4d04726f0614f6d6dad04eaddcb527cd3f4190a8f2 +RWSE3ohX2g5d/QRl1cE5mBQmqQNSlU57LtprGXruQFm9eEMafOlSDucufJ8r1cEn5Vm5blgqJvGRxatEdaoUHfsbq6KqJV+ZkA8= +SHA256 (Pkgfile) = 1219a63e76486dc4f4c275c4efa01b18f5484acefa1e991a31349c5de5632b09 +SHA256 (.footprint) = 04b02b54e056e57a6ee7039a34791e5ad87df1550519223ecf8fe0660bfe8ab6 +SHA256 (qpdf-10.0.4.tar.gz) = b191dc4af4ea4630cdc404a4ee95a0f21c12f56ecc4ae045f04425464d7c696e diff --git a/qpdf/Pkgfile b/qpdf/Pkgfile index 7a900f57b..71e6c9ee7 100644 --- a/qpdf/Pkgfile +++ b/qpdf/Pkgfile @@ -5,7 +5,7 @@ # Optional: gnutls name=qpdf -version=10.0.3 +version=10.0.4 release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz) diff --git a/rdiff/.signature b/rdiff/.signature index 2e3ef2baf..02875b409 100644 --- a/rdiff/.signature +++ b/rdiff/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YNAj7GecQ6GoeQN4qZAQXqpQ4CTmpgbSXirPz6CCeK+Kb6bWw5wUyQItAYcpsOLiQcpKUV+Qdn5NiWS+iQErgA= -SHA256 (Pkgfile) = 1a8eaa3c6066785460be46a24f6a3e2b574feed7d12ca42c853e700138ae4a49 +RWSE3ohX2g5d/QoFuMpKauLZG6+O2IYWhIcb9+x1TfB14rqWcSnzrvD7GwpOXf17o/n+T/9kzrXPLp4TrHoF+z1dBNPkCQMVVQY= +SHA256 (Pkgfile) = 61ae98ad4e58460112b207e165888fb0329c90969d91090ca8adb4295bd29762 SHA256 (.footprint) = 062bd0639c689fe4383b3d3d1321dbbed7b2e498ea2db16d4d58f2685da7bf7f SHA256 (librsync-v2.3.1.tar.gz) = dbd7eb643665691bdf4009174461463737b19b4814b789baad62914cabfe4569 diff --git a/rdiff/Pkgfile b/rdiff/Pkgfile index ee7eb85de..0c33b8e41 100644 --- a/rdiff/Pkgfile +++ b/rdiff/Pkgfile @@ -11,7 +11,7 @@ source=(https://github.com/librsync/librsync/archive/v$version/librsync-v$versio build() { cmake -S librsync-$version -B build \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ diff --git a/socket_wrapper/.signature b/socket_wrapper/.signature index 8a91a3993..6c295a780 100644 --- a/socket_wrapper/.signature +++ b/socket_wrapper/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Up4LU9o9RcS8TcOGiJ4Q80Su9Re0OmnetfD96lfAm9xzDyEug1EkUmXxghObdmnR2Vz54V+9gx2da7NnSrsGww= -SHA256 (Pkgfile) = a3ca116ecdeb77b17731102a44207c99f2ee9a494059d940b2ebe3acf38b4993 +RWSE3ohX2g5d/XTxrhErN9G7SL9awZOlRB2UHtmyJxb8nogwST+7VQu2vnj4jY7oMWp1yhccLwfHXUP/ekG5uBi7voYSUxNv6Aw= +SHA256 (Pkgfile) = 100aa7472f839819eda39934398e30eee9b862875ecb22cbcd9d9d351732862e SHA256 (.footprint) = 4459f5bedf217fe8b17b6f37e4eebf11955257ee456ab2197ad1ce8d05427396 SHA256 (socket_wrapper-1.2.5.tar.gz) = dd0575a70d87bdc3107aea208feceef37ae2b1583038836115091699017e63f1 diff --git a/socket_wrapper/Pkgfile b/socket_wrapper/Pkgfile index 2e77e9465..42dbe4543 100644 --- a/socket_wrapper/Pkgfile +++ b/socket_wrapper/Pkgfile @@ -11,7 +11,7 @@ source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz) build() { cmake -S $name-$version -B build\ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib cmake --build build diff --git a/spice-protocol/.signature b/spice-protocol/.signature index 3018da9be..1c7c601e3 100644 --- a/spice-protocol/.signature +++ b/spice-protocol/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Y/zDojnKVyQqV/ZAhAzjPxs1hu8d1NjLq5bQ5A6Kf33YL8/i+S0yNDmgPpP5jKsEkScRfMeTOm16/h5PSnpwwM= -SHA256 (Pkgfile) = 8bb6316e6577d0bfcd13b166855729e1f5fd582eaebb4429333e120510bcccc4 +RWSE3ohX2g5d/R5oVG4u6NTMn2FuO64cB4K7vSbPJRZLRRkqSXzpYrsaqURr12tdQ2wslycjlN7Fgvttfs2Xj1tukWxDptqmTww= +SHA256 (Pkgfile) = 597caf3d89edc33b27a8427a58214ded4b4cdd920f5be0546ded6645140029e5 SHA256 (.footprint) = 7647c963d1e6ad7b55e2927850d536b9a6aa51a5fed5a86b1da8116add090c57 -SHA256 (spice-protocol-0.14.2.tar.xz) = 8f3a63c8b68300dffe36f2e75eac57afa1e76d5d80af760fd138a0b3f44cf1e9 +SHA256 (spice-protocol-0.14.3.tar.xz) = f986e5bc2a1598532c4897f889afb0df9257ac21c160c083703ae7c8de99487a diff --git a/spice-protocol/Pkgfile b/spice-protocol/Pkgfile index d9e20598e..b9c9f264d 100644 --- a/spice-protocol/Pkgfile +++ b/spice-protocol/Pkgfile @@ -4,12 +4,13 @@ # Depends on: meson ninja name=spice-protocol -version=0.14.2 +version=0.14.3 release=1 source=(https://spice-space.org/download/releases/$name-$version.tar.xz) build() { - meson build $name-$version --prefix /usr - ninja -C build -j ${JOBS:-1} - DESTDIR=$PKG meson install -C build + meson setup build $name-$version \ + --prefix=/usr \ + --buildtype=plain + DESTDIR=$PKG meson install -C build } diff --git a/uid_wrapper/.signature b/uid_wrapper/.signature index 690983d90..cf7ab409d 100644 --- a/uid_wrapper/.signature +++ b/uid_wrapper/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WvxYoFWCMUR80IKo0keroNXLdJtvB653UmVFjj1XuO5qfAhThak0u1otoXi8J9l17KQFGjd00CRc/EvXQ/URwM= -SHA256 (Pkgfile) = e2f087b99ef5f775c8225e1c153c50c16e22b73c382c0449e56027c53705e732 +RWSE3ohX2g5d/UQc0voGwizuRJ6Tp0PcM3k+CGkC+cem4qBNERgh0X0LAjax6540mhTNgrKu0JXHe0M5asTDHfOxMGjQ9ffJows= +SHA256 (Pkgfile) = d263129ea4cb7b01b65928b3416c8b5749d061885e60d91fe566fe9d3f1932a9 SHA256 (.footprint) = a67d4e4a49796e335fefd4a2a9f91402859622e3610c47d7e0d7aefebc36fd9e SHA256 (uid_wrapper-1.2.8.tar.gz) = 0e6f1e07d8a9c1ac5984bac3c1a9c3d9b1e35b3eb01b9e973dbc2543514b956b diff --git a/uid_wrapper/Pkgfile b/uid_wrapper/Pkgfile index aeba50b33..3328fc675 100644 --- a/uid_wrapper/Pkgfile +++ b/uid_wrapper/Pkgfile @@ -11,7 +11,7 @@ source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz) build() { cmake -S $name-$version -B build \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib cmake --build build diff --git a/webkitgtk/.footprint b/webkitgtk/.footprint index d57abb298..a2a53965c 100644 --- a/webkitgtk/.footprint +++ b/webkitgtk/.footprint @@ -226,11 +226,11 @@ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/WebKit2-4.0.typelib -rw-r--r-- root/root usr/lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lrwxrwxrwx root/root usr/lib/libjavascriptcoregtk-4.0.so -> libjavascriptcoregtk-4.0.so.18 -lrwxrwxrwx root/root usr/lib/libjavascriptcoregtk-4.0.so.18 -> libjavascriptcoregtk-4.0.so.18.17.10 --rwxr-xr-x root/root usr/lib/libjavascriptcoregtk-4.0.so.18.17.10 +lrwxrwxrwx root/root usr/lib/libjavascriptcoregtk-4.0.so.18 -> libjavascriptcoregtk-4.0.so.18.17.11 +-rwxr-xr-x root/root usr/lib/libjavascriptcoregtk-4.0.so.18.17.11 lrwxrwxrwx root/root usr/lib/libwebkit2gtk-4.0.so -> libwebkit2gtk-4.0.so.37 -lrwxrwxrwx root/root usr/lib/libwebkit2gtk-4.0.so.37 -> libwebkit2gtk-4.0.so.37.49.6 --rwxr-xr-x root/root usr/lib/libwebkit2gtk-4.0.so.37.49.6 +lrwxrwxrwx root/root usr/lib/libwebkit2gtk-4.0.so.37 -> libwebkit2gtk-4.0.so.37.49.7 +-rwxr-xr-x root/root usr/lib/libwebkit2gtk-4.0.so.37.49.7 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/javascriptcoregtk-4.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/webkit2gtk-4.0.pc diff --git a/webkitgtk/.signature b/webkitgtk/.signature index 5e6eae558..c0bdedb8e 100644 --- a/webkitgtk/.signature +++ b/webkitgtk/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YTjN+q1QLuGl5aST/hyseDzGEzYiWBJlAE8MXFghZNKmaVsajW1f6EY9YWJUKBaybNQbWvgn4UNDi/KswF11QU= -SHA256 (Pkgfile) = 459a6675d0f73bb0f530deef8775b954edeba0f3557a61e2ec8dbd193e1f5db4 -SHA256 (.footprint) = e8689fde7df02e6c84c61abaa82f57f6b94fb30ae4901c7cf74087f81170d77a -SHA256 (webkitgtk-2.30.2.tar.xz) = c467e0bc2bc610c2570928e3fd63cedaadc4719cbf9b04aa99f79dd71ad5682a +RWSE3ohX2g5d/TeYSNf0Uq2Xd8YmWWUH8Y410xs2DCsIepC7Xna3X7qEuMqOYzwKG7YAo0iN39g5jPLkfA5KSbDwrLnQU3KNNA4= +SHA256 (Pkgfile) = 378f958ba1565e1fd4c62f2d693202b481729d436b0a4002a136a62c5869deda +SHA256 (.footprint) = 6988a6c4ca9155d42858d7034bd68de615791b5f53430804b5c3c2d644d70864 +SHA256 (webkitgtk-2.30.3.tar.xz) = 6dea14f03916882816f2fed9497a5103fc54b2ab8602ab145ca991e4951e5e7f SHA256 (bug-218522.patch) = 904dfc225355b1463b25b772a53e7e247acc94bcadc38b7d1d029323b9674ffa diff --git a/webkitgtk/Pkgfile b/webkitgtk/Pkgfile index 0dcb48d9e..96300a8d3 100644 --- a/webkitgtk/Pkgfile +++ b/webkitgtk/Pkgfile @@ -5,7 +5,7 @@ # Optional: enchant libnotify geoclue openjpeg2 xdg-dbus-proxy bubblewrap name=webkitgtk -version=2.30.2 +version=2.30.3 release=1 source=(https://webkitgtk.org/releases/$name-$version.tar.xz bug-218522.patch) |