Date: Thu, 18 Feb 2021 02:20:06 +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: r565861 - head/net/gq Message-ID: <202102180220.11I2K6p3011837@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Feb 18 02:20:05 2021 New Revision: 565861 URL: https://svnweb.freebsd.org/changeset/ports/565861 Log: Mark BROKEN in 13/14 (via latest llvm update). While here, pet portlint (Makevar order). Modified: head/net/gq/Makefile Modified: head/net/gq/Makefile ============================================================================== --- head/net/gq/Makefile Thu Feb 18 02:19:26 2021 (r565860) +++ head/net/gq/Makefile Thu Feb 18 02:20:05 2021 (r565861) @@ -15,12 +15,15 @@ LICENSE= GPLv2+ LGPL21+ # some source files are under LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: dt_entry_handler +BROKEN_FreeBSD_14= ld: error: duplicate symbol: dt_entry_handler + LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring -USE_GNOME= intltool libglade2 -USE_OPENLDAP= yes USES= desktop-file-utils gettext gmake gnome pkgconfig \ shared-mime-info ssl +USE_GNOME= intltool libglade2 +USE_OPENLDAP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} --disable-update-mimedb INSTALLS_ICONS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180220.11I2K6p3011837>