svn commit: r472161 - head/textproc/libstaroffice

Mark Linimon linimon at FreeBSD.org
Mon Jun 11 02:04:01 UTC 2018


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


More information about the svn-ports-all mailing list