From owner-freebsd-office@freebsd.org Mon Jun 11 02:05:09 2018 Return-Path: Delivered-To: freebsd-office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27332100F13A for ; Mon, 11 Jun 2018 02:05:09 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BAE1885129 for ; Mon, 11 Jun 2018 02:05:08 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7F6C3100F12F; Mon, 11 Jun 2018 02:05:08 +0000 (UTC) Delivered-To: office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CC39100F12C for ; Mon, 11 Jun 2018 02:05:08 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (unknown [IPv6:2600:1f16:6b8:ad30:f118:582f:796c:91b3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D08585124; Mon, 11 Jun 2018 02:05:08 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 8A70524948; Mon, 11 Jun 2018 02:05:07 +0000 (UTC) Date: Mon, 11 Jun 2018 02:05:06 +0000 From: Mark Linimon To: office@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r472161 - head/textproc/libstaroffice] Message-ID: <20180611020505.GC19847@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-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 02:05:09 -0000 FYI. You do not need to take any action. mcl ----- Forwarded message from Mark Linimon ----- Date: Mon, 11 Jun 2018 02:04:00 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472161 - head/textproc/libstaroffice Author: linimon Date: Mon Jun 11 02:04:00 2018 New Revision: 472161 URL: https://svnweb.freebsd.org/changeset/ports/472161 Log: Mark unbroken on powerpc64. While here, pet portlint. Tested for no harm on: amd64. Approved by: portmgr (tier-2 blanket) Modified: head/textproc/libstaroffice/Makefile Modified: head/textproc/libstaroffice/Makefile ============================================================================== --- head/textproc/libstaroffice/Makefile Mon Jun 11 01:44:15 2018 (r472160) +++ head/textproc/libstaroffice/Makefile Mon Jun 11 02:04:00 2018 (r472161) @@ -15,12 +15,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -BROKEN_powerpc64= fails to configure: Could not find Boost implementation of shared_ptr - +USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz CONFIGURE_ARGS= --without-docs CPPFLAGS+= -I${LOCALBASE}/include ----- End forwarded message -----