Index: head/news/husky-hpt/Makefile =================================================================== --- head/news/husky-hpt/Makefile (revision 565895) +++ head/news/husky-hpt/Makefile (revision 565896) @@ -1,35 +1,38 @@ # $FreeBSD$ PORTNAME= husky-hpt COMMENT= Husky FTN tosser LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: config +BROKEN_FreeBSD_14= ld: error: duplicate symbol: config + LIB_DEPENDS= libareafix.so:news/husky-areafix \ libfidoconfig.so:news/husky-fidoconf \ libhusky.so:news/husky-huskylib \ libsmapi.so:news/husky-smapi USES+= makeinfo perl5 ALL_TARGET= all doc INSTALL_TARGET= install install-doc INFO= hpt MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR=hpt MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH} CFLAGS+= -fcommon # fix build failure with clang-11 on 13-CURRENT OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \ ${BUILD_WRKSRC}/man/hptlink.1 ${REINPLACE_CMD} -e 's^/some/path/config^${PREFIX}/etc/fido/config^' \ ${BUILD_WRKSRC}/man/hpttree.1 ${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${BUILD_WRKSRC}/man/txt2pkt.1 .include "${MASTERDIR}/Makefile" Index: head/news/husky-htick/Makefile =================================================================== --- head/news/husky-htick/Makefile (revision 565895) +++ head/news/husky-htick/Makefile (revision 565896) @@ -1,39 +1,42 @@ # $FreeBSD$ PORTNAME= husky-htick COMMENT= Husky FTN file ticker LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: hatchInfo +BROKEN_FreeBSD_14= ld: error: duplicate symbol: hatchInfo + LIB_DEPENDS= libareafix.so:news/husky-areafix \ libfidoconfig.so:news/husky-fidoconf \ libhusky.so:news/husky-huskylib \ libsmapi.so:news/husky-smapi ALL_TARGET= all INSTALL_TARGET= install USE_LDCONFIG= yes PLIST_FILES= bin/htick man/man1/htick.1.gz MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR=htick # Settings below are required to handle texi output (html, INFO page) USES+= makeinfo ALL_TARGET+= doc INSTALL_TARGET+= install-doc PORTDOCS= htick.html DOCSDIR= ${PREFIX}/share/doc/husky INFO= htick MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH} CFLAGS+= -fcommon # fix build failure with clang-11 on 13-CURRENT OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${BUILD_WRKSRC}/man/htick.1 .include "${MASTERDIR}/Makefile"