diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 24bcdd9e55aa..e03ef13933ba 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,71 +1,71 @@ PORTNAME= pixman -DISTVERSION= 0.46.0 +DISTVERSION= 0.46.2 CATEGORIES= x11 MASTER_SITES= https://cairographics.org/releases/ MAINTAINER= x11@FreeBSD.org COMMENT= Low-level pixel manipulation library WWW= https://pixman.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe meson pkgconfig tar:xz MESON_ARGS= -Dloongson-mmi=disabled \ -Dgtk=disabled \ -Ddemos=disabled OPTIONS_DEFINE= OPENMP TEST OPTIONS_DEFAULT= OPENMP OPTIONS_EXCLUDE_armv6= OPENMP OPTIONS_EXCLUDE_armv7= OPENMP OPTIONS_EXCLUDE_powerpc=OPENMP OPENMP_MESON_ENABLED= openmp TEST_LIB_DEPENDS= libpng.so:graphics/png TEST_MESON_ENABLED= libpng tests .include .if ${ARCH} == armv6 MESON_ARGS+= -Darm-simd=enabled .else MESON_ARGS+= -Darm-simd=disabled .endif .if ${ARCH} == armv7 MESON_ARGS+= -Dneon=enabled .else MESON_ARGS+= -Dneon=disabled .endif .if ${ARCH} == aarch64 MESON_ARGS+= -Da64-neon=enabled .else MESON_ARGS+= -Da64-neon=disabled .endif .if ${ARCH} == i386 || ${ARCH} == amd64 MESON_ARGS+= -Dmmx=enabled \ -Dsse2=enabled \ -Dssse3=enabled .else MESON_ARGS+= -Dmmx=disabled \ -Dsse2=disabled \ -Dssse3=disabled .endif .if ${ARCH:Mmips*} MESON_ARGS+= -Dmips-dspr2=enabled .else MESON_ARGS+= -Dmips-dspr2=disabled .endif .if ${ARCH:Mpowerpc*} MESON_ARGS+= -Dvmx=enabled .else MESON_ARGS+= -Dvmx=disabled .endif .if ${ARCH} == riscv64 && 0 # XXX Convert to elf_aux_info + HWCAP_ISA_V MESON_ARGS+= -Drvv=enabled .else MESON_ARGS+= -Drvv=disabled .endif .include diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo index 9a833dcfc049..eb9ad4b50a27 100644 --- a/x11/pixman/distinfo +++ b/x11/pixman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746387514 -SHA256 (pixman-0.46.0.tar.xz) = d2eab57e1ce79de991f8ceb3fcd726a6978b970382c8ac8c8f112b61ceaa9167 -SIZE (pixman-0.46.0.tar.xz) = 660268 +TIMESTAMP = 1749546123 +SHA256 (pixman-0.46.2.tar.xz) = d075209d18728b1ca5d0bb864aa047a262a1fde206da8a677d6af75b2ee1ae98 +SIZE (pixman-0.46.2.tar.xz) = 660260 diff --git a/x11/pixman/pkg-plist b/x11/pixman/pkg-plist index 766e0afda7d0..97e1f54c7e07 100644 --- a/x11/pixman/pkg-plist +++ b/x11/pixman/pkg-plist @@ -1,6 +1,6 @@ include/pixman-1/pixman-version.h include/pixman-1/pixman.h lib/libpixman-1.so lib/libpixman-1.so.0 -lib/libpixman-1.so.0.46.0 +lib/libpixman-1.so.0.46.2 libdata/pkgconfig/pixman-1.pc