[Bug 291689] devel/cdialog: Update to 1.3-20251223
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 291689] devel/cdialog: Update to 1.3-20251001"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jan 2026 05:58:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291689
--- Comment #6 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to takefu from comment #5)
Last change: :-D
5.
-PORTNAME= cdialog
-MASTER_SITES= https://invisible-island.net/archives/${PORTNAME:S|^c||}/\
- https://invisible-mirror.net/archives/${PORTNAME:S|^c||}/
-DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION:R}-${PORTVERSION:E}
+PORTNAME= dialog
+MASTER_SITES= https://invisible-island.net/archives/${PORTNAME}/ \
+ https://invisible-mirror.net/archives/${PORTNAME}/
+PKGNAMEPREFIX= c
CONFIGURE_ARGS= --enable-widec \
- --includedir=${PREFIX}/include/${PORTNAME} \
+ --includedir=${PREFIX}/include/${PKGNAMEPREFIX}${PORTNAME} \
--with-libtool \
--with-${NCURSES_IMPL} \
- --with-package=${PORTNAME}\
+ --with-package=${PKGNAMEPREFIX}${PORTNAME}\
--with-curses-dir=${NCURSESBASE}
pre-patch-EXAMPLES-on:
- @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i ""
"s|\<dialog\>|cdialog|g" {} \;
+ @${FIND} ${WRKSRC}/samples/ -type f -exec \
+ ${REINPLACE_CMD} -i ""
"s|\<dialog\>|${PKGNAMEPREFIX}${PORTNAME}|g" {} \;
--
You are receiving this mail because:
You are the assignee for the bug.