From owner-svn-ports-all@FreeBSD.ORG Wed May 7 14:11:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45F4A964; Wed, 7 May 2014 14:11:36 +0000 (UTC) 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 33983D18; Wed, 7 May 2014 14:11:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s47EBamQ003272; Wed, 7 May 2014 14:11:36 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s47EBa8R003271; Wed, 7 May 2014 14:11:36 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201405071411.s47EBa8R003271@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 7 May 2014 14:11:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353156 - head/graphics/tulip 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.18 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: Wed, 07 May 2014 14:11:36 -0000 Author: gahr Date: Wed May 7 14:11:35 2014 New Revision: 353156 URL: http://svnweb.freebsd.org/changeset/ports/353156 QAT: https://qat.redports.org/buildarchive/r353156/ Log: - Try to fix the linking problem on the cluster Modified: head/graphics/tulip/Makefile Modified: head/graphics/tulip/Makefile ============================================================================== --- head/graphics/tulip/Makefile Wed May 7 13:29:45 2014 (r353155) +++ head/graphics/tulip/Makefile Wed May 7 14:11:35 2014 (r353156) @@ -25,7 +25,7 @@ USE_GNOME= libxml2 USE_PYTHON= yes USE_QT4= corelib moc_build uic_build rcc_build gui opengl xml network qmake_build \ designer assistant assistantclient -CXXFLAGS+= -fPIC -I${LOCALBASE}/include -DNDEBUG -g -O0 +CXXFLAGS+= -fPIC -I${LOCALBASE}/include -DNDEBUG -DOGDF_DLL LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS+= -DPYTHON_INCLUDEDIR:PATH=${PYTHON_INCLUDEDIR} \ -DLOCALBASE:PATH=${LOCALBASE} \