fa81a4f5f8
What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
67 lines
1.8 KiB
Makefile
67 lines
1.8 KiB
Makefile
PORTNAME= cqrlog
|
|
PORTVERSION= 2.5.2
|
|
PORTREVISION= 3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= comms hamradio
|
|
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Amateur Radio logging application
|
|
WWW= https://www.cqrlog.com/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libhamlib.so:comms/hamlib
|
|
|
|
USES= fpc gnome lazarus:flavors shebangfix ssl:run dos2unix \
|
|
mysql:server xorg
|
|
|
|
USE_GNOME+= cairo
|
|
USE_XORG= x11
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ok2cqr
|
|
|
|
SHEBANG_FILES= tools/cqrlog-apparmor-fix \
|
|
voice_keyer/voice_keyer.sh
|
|
USE_FPC= cairo fcl-base chm fcl-db fcl-image fcl-json fcl-net fcl-web \
|
|
fcl-registry rtl-extra fcl-xml mysql numlib opengl openssl \
|
|
pasjpeg regexpr x11
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
MAKE_ENV+= LAZBUILD_CMD="${LAZBUILD_CMD}" \
|
|
LAZBUILD_ARGS="${LAZBUILD_ARGS}" \
|
|
LCL_PLATFORM="${LCL_PLATFORM}" \
|
|
LAZARUS_DIR="${LAZARUS_DIR}"
|
|
|
|
NO_LAZBUILD= yes
|
|
LAZBUILD_ARGS= -d --pcp=.
|
|
DOS2UNIX_WRKSRC=${WRKSRC}/src/synapse/
|
|
|
|
gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5
|
|
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2
|
|
|
|
post-extract:
|
|
@${RM} -r ${WRKSRC}/src/lnet/lib/openssl.pas
|
|
|
|
post-patch:
|
|
@${SED} -e s!%%LOCALBASE%%!${LOCALBASE}!g \
|
|
-e s!%%MAKE_CMD%%!${MAKE_CMD}!g \
|
|
-e s!%%LAZARUSDIR%%!${LAZARUS_DIR}!g \
|
|
${FILESDIR}/environmentoptions.xml.in \
|
|
> ${WRKSRC}/environmentoptions.xml
|
|
${REINPLACE_CMD} -e s!%%LOCALBASE%%!${LOCALBASE}!g \
|
|
${WRKSRC}/help/cwd.html ${WRKSRC}/help/h1.html \
|
|
${WRKSRC}/src/cqrlog.lpi ${WRKSRC}/src/dData.pas \
|
|
${WRKSRC}/src/dUtils.pas \
|
|
${WRKSRC}/src/fLoTWExport.pas ${WRKSRC}/src/fLoTWExport.lfm \
|
|
${WRKSRC}/src/fPreferences.pas ${WRKSRC}/src/fRotControl.pas \
|
|
${WRKSRC}/src/fTRXControl.pas ${WRKSRC}/src/fPreferences.lfm
|
|
${REINPLACE_CMD} -e s!%%DATADIR%%!${DATADIR}!g \
|
|
${WRKSRC}/src/dData.pas ${WRKSRC}/src/fGrayline.pas
|
|
|
|
post-build:
|
|
@${RM} ${WRKSRC}/help/cwd.html.*
|
|
@${RM} ${WRKSRC}/help/h1.html.*
|
|
|
|
.include <bsd.port.mk>
|