Date: Thu, 15 Nov 2018 06:10:03 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485002 - head/devel/liblas Message-ID: <201811150610.wAF6A34S035857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Nov 15 06:10:03 2018 New Revision: 485002 URL: https://svnweb.freebsd.org/changeset/ports/485002 Log: devel/liblas: Remove conflict with liblas12 The conflict was solved in ports r467861 by suffixing all files installed by liblas12 with 12. PR: 227985 Submitted by: rhurlin@gwdg.de (maintainer of liblas12) Approved by: wen (maintainer timeout, 6 months) Modified: head/devel/liblas/Makefile Modified: head/devel/liblas/Makefile ============================================================================== --- head/devel/liblas/Makefile Thu Nov 15 04:23:38 2018 (r485001) +++ head/devel/liblas/Makefile Thu Nov 15 06:10:03 2018 (r485002) @@ -16,8 +16,6 @@ BROKEN_aarch64= fails to compile: file liblas/detail/ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libgeotiff.so:graphics/libgeotiff -CONFLICTS= liblas12-1.2* - PORTSCOUT= skipv:progress-20071229 USES= cmake compiler:c++11-lang libtool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811150610.wAF6A34S035857>