Date: Thu, 18 Feb 2021 01:59:40 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565858 - in head/mail: gnarwl mls qsheff wmmaiload Message-ID: <202102180159.11I1xeaR099361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Feb 18 01:59:40 2021 New Revision: 565858 URL: https://svnweb.freebsd.org/changeset/ports/565858 Log: Mark BROKEN in 13/14 (via latest llvm update). Modified: head/mail/gnarwl/Makefile head/mail/mls/Makefile head/mail/qsheff/Makefile head/mail/wmmaiload/Makefile Modified: head/mail/gnarwl/Makefile ============================================================================== --- head/mail/gnarwl/Makefile Thu Feb 18 01:59:10 2021 (r565857) +++ head/mail/gnarwl/Makefile Thu Feb 18 01:59:40 2021 (r565858) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.onyxbits.de/sites/default/fil MAINTAINER= ports@FreeBSD.org COMMENT= Email autoresponder that gets data from LDAP +BROKEN_FreeBSD_13= ld: error: duplicate symbol: mail_status +BROKEN_FreeBSD_14= ld: error: duplicate symbol: mail_status + LIB_DEPENDS= libgdbm.so:databases/gdbm BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:textproc/gsed Modified: head/mail/mls/Makefile ============================================================================== --- head/mail/mls/Makefile Thu Feb 18 01:59:10 2021 (r565857) +++ head/mail/mls/Makefile Thu Feb 18 01:59:40 2021 (r565858) @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Program for generating various statistics on emails +BROKEN_FreeBSD_13= ld: error: duplicate symbol: r_base64 +BROKEN_FreeBSD_14= ld: error: duplicate symbol: r_base64 + PLIST_FILES= bin/mls man/man1/mls.1.gz MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" Modified: head/mail/qsheff/Makefile ============================================================================== --- head/mail/qsheff/Makefile Thu Feb 18 01:59:10 2021 (r565857) +++ head/mail/qsheff/Makefile Thu Feb 18 01:59:40 2021 (r565858) @@ -14,6 +14,9 @@ COMMENT= Qmail-queue replacement to filter mail traffi LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: CUSTOM_PROG +BROKEN_FreeBSD_14= ld: error: duplicate symbol: CUSTOM_PROG + BUILD_DEPENDS= ${LOCALBASE}/bin/ripmime:mail/ripmime RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/mail/wmmaiload/Makefile ============================================================================== --- head/mail/wmmaiload/Makefile Thu Feb 18 01:59:10 2021 (r565857) +++ head/mail/wmmaiload/Makefile Thu Feb 18 01:59:40 2021 (r565858) @@ -12,6 +12,9 @@ COMMENT= Incoming mail monitor dockapp with a similar LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: application +BROKEN_FreeBSD_14= ld: error: duplicate symbol: application + USES= gmake gnome localbase:ldflags pkgconfig ssl tar:bzip2 xorg USE_XORG= xpm USE_GNOME= gtk20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180159.11I1xeaR099361>