From owner-freebsd-office@freebsd.org Thu Feb 4 01:37:23 2021 Return-Path: Delivered-To: freebsd-office@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70789533200 for ; Thu, 4 Feb 2021 01:37:23 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DWLl722nbz4bd3 for ; Thu, 4 Feb 2021 01:37:23 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.nyi.freebsd.org (Postfix) id 4619D5331AC; Thu, 4 Feb 2021 01:37:23 +0000 (UTC) Delivered-To: office@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 45E4F5330FF for ; Thu, 4 Feb 2021 01:37:23 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DWLl66HDBz4bVR; Thu, 4 Feb 2021 01:37:22 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 6C1E0170FD; Thu, 4 Feb 2021 01:37:22 +0000 (UTC) Date: Thu, 4 Feb 2021 01:37:21 +0000 From: Mark Linimon To: office@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r563964 - head/print/libmspub01] Message-ID: <20210204013721.GB4923@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 4DWLl66HDBz4bVR X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of linimon@lonesome.com has no SPF policy when checking 18.222.6.11) smtp.mailfrom=linimon@lonesome.com X-Spamd-Result: default: False [-0.61 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[linimon]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[18.222.6.11:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; AUTH_NA(1.00)[]; DMARC_NA(0.00)[lonesome.com]; SPAMHAUS_ZRD(0.00)[18.222.6.11:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_SPAM_SHORT(0.59)[0.587]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[office]; RCVD_IN_DNSWL_LOW(-0.10)[18.222.6.11:from] X-Mailman-Approved-At: Thu, 04 Feb 2021 06:22:24 +0000 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2021 01:37:23 -0000 FYI mcl ----- Forwarded message from Mark Linimon ----- Date: Wed, 3 Feb 2021 22:47:52 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563964 - head/print/libmspub01 Author: linimon Date: Wed Feb 3 22:47:52 2021 New Revision: 563964 URL: https://svnweb.freebsd.org/changeset/ports/563964 Log: Pacify portlint (Makevar order). This is to prepare for a tier-2 commit I will be making soon. Modified: head/print/libmspub01/Makefile Modified: head/print/libmspub01/Makefile ============================================================================== --- head/print/libmspub01/Makefile Wed Feb 3 22:43:07 2021 (r563963) +++ head/print/libmspub01/Makefile Wed Feb 3 22:47:52 2021 (r563964) @@ -16,9 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp: LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge +USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --without-docs ----- End forwarded message -----