diff options
author | Älven <alster@vinterdalen.se> | 2025-04-11 00:01:40 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-04-11 00:06:46 +0300 |
commit | b98afdb87fc35f1163b63e0ed8025d3a5d9a2edc (patch) | |
tree | be6a000234fff5fc7dcfe41436c7c577b7693420 /cad | |
parent | x11-wm/plasma6-kwin: add upstream patch to fix crash (diff) |
cad/librnd: Update 4.3.1 => 4.3.2
Minor bugfix release with strong focus on polybool2. Notable changes:
- Polybool2: started implementing low level arc support
- 'make test' race condition fixes when used with -j
- extensions in libuirc (due to its reuse in the new web IRC client)
Changelog:
http://www.repo.hu/projects/librnd/releases/changelog-4.3.2.txt
* Small linting and sorting entries
PR: 285507
Approved by: hasdalcodes@gmail.com (maintainer, timeout > 3 weeks)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/librnd/Makefile | 7 | ||||
-rw-r--r-- | cad/librnd/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/cad/librnd/Makefile b/cad/librnd/Makefile index 92ddd3687ae5..277794cccc1b 100644 --- a/cad/librnd/Makefile +++ b/cad/librnd/Makefile @@ -1,5 +1,5 @@ PORTNAME= librnd -DISTVERSION= 4.3.1 +DISTVERSION= 4.3.2 CATEGORIES= cad MASTER_SITES= http://www.repo.hu/projects/${PORTNAME}/releases/ @@ -17,7 +17,8 @@ USES= gmake pkgconfig tar:bz2 USE_LDCONFIG= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --all=plugin --plugin-hid_remote \ +CONFIGURE_ARGS= --all=plugin \ + --plugin-hid_remote \ ${WITH_DEBUG:D--debug} \ --CC=${CC} \ --CFLAGS='${CFLAGS}' \ @@ -60,7 +61,7 @@ GTK4_CONFIGURE_OFF= --disable-hid_gtk4_gl MOTIF_BROKEN= Fails to build MOTIF_USES= motif -MOTIF_USE= xorg=xt,x11,xinerama,xrender +MOTIF_USE= xorg=x11,xinerama,xrender,xt MOTIF_CONFIGURE_OFF= --disable-hid_lesstif STROKE_LIB_DEPENDS= libstroke.so:devel/libstroke diff --git a/cad/librnd/distinfo b/cad/librnd/distinfo index 1980586c6280..04474eeac275 100644 --- a/cad/librnd/distinfo +++ b/cad/librnd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738920791 -SHA256 (librnd-4.3.1.tar.bz2) = 72ab73d644cc1b9d32d93f553ad8e8cae0a0a4e44c6b8bb7fa8dc2a2de1c4f78 -SIZE (librnd-4.3.1.tar.bz2) = 1615335 +TIMESTAMP = 1742323253 +SHA256 (librnd-4.3.2.tar.bz2) = ae9ed4ea0a0c16dd367f0d7c6c89d26276f1ffb285261ff2be792c97de335be2 +SIZE (librnd-4.3.2.tar.bz2) = 1656609 |