From owner-svn-ports-head@freebsd.org Mon Nov 30 19:47:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5230CA3C930; Mon, 30 Nov 2015 19:47:03 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03DB51FAD; Mon, 30 Nov 2015 19:47:02 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAUJl276035996; Mon, 30 Nov 2015 19:47:02 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAUJl1XW035993; Mon, 30 Nov 2015 19:47:01 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201511301947.tAUJl1XW035993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Mon, 30 Nov 2015 19:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402695 - in head/cad/qcad: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 19:47:03 -0000 Author: mr Date: Mon Nov 30 19:47:01 2015 New Revision: 402695 URL: https://svnweb.freebsd.org/changeset/ports/402695 Log: Try to fix compilation on FreeBSD-9 and HEAD. Submitted by: HEAD part by andreast@ Added: head/cad/qcad/files/patch-src_scripting_ecmaapi_ecmaapi.pro (contents, props changed) Modified: head/cad/qcad/Makefile head/cad/qcad/pkg-plist Modified: head/cad/qcad/Makefile ============================================================================== --- head/cad/qcad/Makefile Mon Nov 30 19:15:07 2015 (r402694) +++ head/cad/qcad/Makefile Mon Nov 30 19:47:01 2015 (r402695) @@ -40,7 +40,8 @@ RESDIR= ${WRKSRC}/release .endif SHRLIBS= qcadcore qcadecmaapi qcadentity qcadgrid qcadgui qcadoperations \ - qcadsnap qcadspatialindex qcadstemmer spatialindexnavel + qcadsnap qcadspatialindex qcadstemmer spatialindexnavel qcadzip \ + quazip STALIBS= dxflib stemmer SHRDIR= fonts libraries patterns plugins scripts ts #QSCRIPTS should not be installed to avoid conflicts with texlive-base Added: head/cad/qcad/files/patch-src_scripting_ecmaapi_ecmaapi.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/qcad/files/patch-src_scripting_ecmaapi_ecmaapi.pro Mon Nov 30 19:47:01 2015 (r402695) @@ -0,0 +1,8 @@ +--- src/scripting/ecmaapi/ecmaapi.pro.orig 2015-11-30 15:11:41.679536000 +0000 ++++ src/scripting/ecmaapi/ecmaapi.pro 2015-11-30 15:12:01.722578000 +0000 +@@ -5,5 +5,4 @@ + CONFIG -= warn_on + CONFIG += warn_off +-CONFIG += precompile_header + PRECOMPILED_HEADER = stable.h + OTHER_FILES += ecmaapi.dox Modified: head/cad/qcad/pkg-plist ============================================================================== --- head/cad/qcad/pkg-plist Mon Nov 30 19:15:07 2015 (r402694) +++ head/cad/qcad/pkg-plist Mon Nov 30 19:47:01 2015 (r402695) @@ -19,6 +19,10 @@ lib/libqcadspatialindex.so lib/libqcadspatialindex.so.0 lib/libqcadstemmer.so lib/libqcadstemmer.so.0 +lib/libqcadzip.so +lib/libqcadzip.so.0 +lib/libquazip.so +lib/libquazip.so.0 lib/libspatialindexnavel.so lib/libspatialindexnavel.so.0 lib/libstemmer.a