From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 07:35:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7E43ED4; Sat, 21 Feb 2015 07:35:33 +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 B2FE4F9F; Sat, 21 Feb 2015 07:35:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L7ZXtL085720; Sat, 21 Feb 2015 07:35:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L7ZXRV085719; Sat, 21 Feb 2015 07:35:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502210735.t1L7ZXRV085719@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 21 Feb 2015 07:35:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379482 - head/biology/seaview 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.18-1 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: Sat, 21 Feb 2015 07:35:33 -0000 Author: antoine Date: Sat Feb 21 07:35:32 2015 New Revision: 379482 URL: https://svnweb.freebsd.org/changeset/ports/379482 QAT: https://qat.redports.org/buildarchive/r379482/ Log: Mark BROKEN: Fails to link, tries to use internal fltk symbols c++ -o seaview seaview.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o resource.o nexus.o viewasprots.o racnuc_fetch.o concatenate.o statistics.o trees.o treedraw.o addbootstrap.o least_squares_brl.o pseudoterminal.o unrooted.o pdf_or_ps.o svg.o threads.o Fl_Native_File_Chooser_FLTK.o raa_acnuc.o parser.o md5.o zsockr.o misc_acnuc.o dnapars.o protpars.o seq.o phylip.o lwl.o bionj.o phyml_util.o \ -L/usr/local/lib -lfltk_images -lfltk \ -lXft -lXext -lfontconfig -ljpeg -lpng -lXinerama -L/usr/local/lib -lpdf \ -lX11 -lm -lz -pthread seaview.o: In function `clipboard_contains_alignment(char const*)': seaview.cxx:(.text+0x1c14): undefined reference to `fl_selection_buffer' Reported by: pkg-fallout Modified: head/biology/seaview/Makefile Modified: head/biology/seaview/Makefile ============================================================================== --- head/biology/seaview/Makefile Sat Feb 21 07:29:50 2015 (r379481) +++ head/biology/seaview/Makefile Sat Feb 21 07:35:32 2015 (r379482) @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Multiple DNA/protein sequence alignment editor +BROKEN= Fails to link, tries to use internal fltk symbols + LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk WRKSRC= ${WRKDIR}/${PORTNAME}