From owner-svn-ports-all@freebsd.org Sun Jun 28 14:24:27 2015 Return-Path: Delivered-To: svn-ports-all@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 7DBEE98F130; Sun, 28 Jun 2015 14:24:27 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 54FB812C2; Sun, 28 Jun 2015 14:24:27 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SEORRo038930; Sun, 28 Jun 2015 14:24:27 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SEOQUi038927; Sun, 28 Jun 2015 14:24:26 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201506281424.t5SEOQUi038927@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Sun, 28 Jun 2015 14:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390784 - in head/graphics: opengtl qtgtl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 14:24:27 -0000 Author: avilla Date: Sun Jun 28 14:24:25 2015 New Revision: 390784 URL: https://svnweb.freebsd.org/changeset/ports/390784 Log: graphics/opengtl: fix build with LLVM 3.3 PR: 201022 Submitted by: matthew@reztek.cz Obtained from: Gentoo MFH: 2015Q2 Modified: head/graphics/opengtl/Makefile head/graphics/opengtl/distinfo head/graphics/qtgtl/Makefile Modified: head/graphics/opengtl/Makefile ============================================================================== --- head/graphics/opengtl/Makefile Sun Jun 28 14:19:00 2015 (r390783) +++ head/graphics/opengtl/Makefile Sun Jun 28 14:24:25 2015 (r390784) @@ -2,26 +2,25 @@ PORTNAME= opengtl PORTVERSION= 0.9.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= http://download.${PORTNAME}.org/ DISTNAME= OpenGTL-${PORTVERSION} +PATCH_SITES= http://dev.gentoo.org/~creffett/distfiles/ +PATCHFILES= ${PORTNAME}-${PORTVERSION}-llvm-3.3.patch +PATCH_DIST_STRIP=-p1 MAINTAINER= avilla@FreeBSD.org COMMENT= Graphics Transformation Languages LICENSE= LGPL20 -BROKEN= Depends on deleted devel/llvm32 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-07-21 - -#LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ -# libLLVM-3.2.so:${PORTSDIR}/devel/llvm32 +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ + libLLVM-3.3.so:${PORTSDIR}/devel/llvm33 USES= cmake perl5 tar:bzip2 USE_LDCONFIG= yes -CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config32 +CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33 PLIST_SUB+= PORTVERSION=${PORTVERSION} Modified: head/graphics/opengtl/distinfo ============================================================================== --- head/graphics/opengtl/distinfo Sun Jun 28 14:19:00 2015 (r390783) +++ head/graphics/opengtl/distinfo Sun Jun 28 14:24:25 2015 (r390784) @@ -1,2 +1,4 @@ SHA256 (OpenGTL-0.9.18.tar.bz2) = f094b3d2a1a60519975bb3badc05e704f2b93c7a3d2cb753041f2ff27cfcd9f8 SIZE (OpenGTL-0.9.18.tar.bz2) = 536113 +SHA256 (opengtl-0.9.18-llvm-3.3.patch) = c43418bc039660ae86cb86b8b8175342793cb1361c699faa9b6342bc896e3d6c +SIZE (opengtl-0.9.18-llvm-3.3.patch) = 27930 Modified: head/graphics/qtgtl/Makefile ============================================================================== --- head/graphics/qtgtl/Makefile Sun Jun 28 14:19:00 2015 (r390783) +++ head/graphics/qtgtl/Makefile Sun Jun 28 14:24:25 2015 (r390784) @@ -11,9 +11,6 @@ COMMENT= Qt bindings for the Graphics Tr LICENSE= LGPL20 -DEPRECATED= Depends on broken and expiring graphics/opengtl -EXPIRATION_DATE= 2015-07-21 - LIB_DEPENDS= libGTLCore.so:${PORTSDIR}/graphics/opengtl USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build