mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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)
This commit is contained in:
parent
0178c265d3
commit
b98afdb87f
2 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= librnd
|
PORTNAME= librnd
|
||||||
DISTVERSION= 4.3.1
|
DISTVERSION= 4.3.2
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
MASTER_SITES= http://www.repo.hu/projects/${PORTNAME}/releases/
|
MASTER_SITES= http://www.repo.hu/projects/${PORTNAME}/releases/
|
||||||
|
|
||||||
|
@ -17,7 +17,8 @@ USES= gmake pkgconfig tar:bz2
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --all=plugin --plugin-hid_remote \
|
CONFIGURE_ARGS= --all=plugin \
|
||||||
|
--plugin-hid_remote \
|
||||||
${WITH_DEBUG:D--debug} \
|
${WITH_DEBUG:D--debug} \
|
||||||
--CC=${CC} \
|
--CC=${CC} \
|
||||||
--CFLAGS='${CFLAGS}' \
|
--CFLAGS='${CFLAGS}' \
|
||||||
|
@ -60,7 +61,7 @@ GTK4_CONFIGURE_OFF= --disable-hid_gtk4_gl
|
||||||
|
|
||||||
MOTIF_BROKEN= Fails to build
|
MOTIF_BROKEN= Fails to build
|
||||||
MOTIF_USES= motif
|
MOTIF_USES= motif
|
||||||
MOTIF_USE= xorg=xt,x11,xinerama,xrender
|
MOTIF_USE= xorg=x11,xinerama,xrender,xt
|
||||||
MOTIF_CONFIGURE_OFF= --disable-hid_lesstif
|
MOTIF_CONFIGURE_OFF= --disable-hid_lesstif
|
||||||
|
|
||||||
STROKE_LIB_DEPENDS= libstroke.so:devel/libstroke
|
STROKE_LIB_DEPENDS= libstroke.so:devel/libstroke
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1738920791
|
TIMESTAMP = 1742323253
|
||||||
SHA256 (librnd-4.3.1.tar.bz2) = 72ab73d644cc1b9d32d93f553ad8e8cae0a0a4e44c6b8bb7fa8dc2a2de1c4f78
|
SHA256 (librnd-4.3.2.tar.bz2) = ae9ed4ea0a0c16dd367f0d7c6c89d26276f1ffb285261ff2be792c97de335be2
|
||||||
SIZE (librnd-4.3.1.tar.bz2) = 1615335
|
SIZE (librnd-4.3.2.tar.bz2) = 1656609
|
||||||
|
|
Loading…
Add table
Reference in a new issue