From owner-svn-ports-all@FreeBSD.ORG Wed Oct 29 21:28:59 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B714A3C6; Wed, 29 Oct 2014 21:28:59 +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 A2FC49D4; Wed, 29 Oct 2014 21:28:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9TLSxDw068990; Wed, 29 Oct 2014 21:28:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9TLSxsN068989; Wed, 29 Oct 2014 21:28:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410292128.s9TLSxsN068989@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 29 Oct 2014 21:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371707 - head/textproc/refdb 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-1 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, 29 Oct 2014 21:28:59 -0000 Author: antoine Date: Wed Oct 29 21:28:58 2014 New Revision: 371707 URL: https://svnweb.freebsd.org/changeset/ports/371707 QAT: https://qat.redports.org/buildarchive/r371707/ Log: Mark BROKEN: Fails to link cc -O2 -pipe -I/usr/local/include -fno-strict-aliasing -O2 -L/usr/local/lib -L/usr/local/lib -o refdbd refdbd.o refdbdref.o refdbda.o refdbdbib.o pref.o strfncs.o tokenize.o connect.o risdb.o writeris.o getopt.o readris.o backend.o backend-scrn.o backend-ris.o backend-risx.o backend-mods.o backend-db31.o backend-teix.o backend-bibtex.o backend-html.o backend-dbib.o backend-dbiba.o backend-citationlistx.o linklist.o xmlhandler.o enigma.o cgi.o atoll.o dbfncs.o xmlout.o risxhandler.o authorinfo.o risdata.o noteshandler.o refdbdnote.o writenote.o backendn-scrn.o backendn-notex.o backendn-html.o xmlhelper.o mset.o refdbdgetref.o refdbdgetrefx.o refdbdupdb.o passwd.o refdbdcheckref.o svn_version.o -ldbi -lz -lexpat /usr/bin/ld: //lib/libm.so.5: invalid DSO for symbol `log@@FBSD_1.0' definition //lib/libm.so.5: could not read symbols: Bad value Reported by: pkg-fallout Modified: head/textproc/refdb/Makefile Modified: head/textproc/refdb/Makefile ============================================================================== --- head/textproc/refdb/Makefile Wed Oct 29 21:25:51 2014 (r371706) +++ head/textproc/refdb/Makefile Wed Oct 29 21:28:58 2014 (r371707) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= ohartman@zedat.fu-berlin.de COMMENT= Bibliographic reference database +BROKEN= Fails to link + LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libbtparse.so:${PORTSDIR}/textproc/btparse \ libdbi.so:${PORTSDIR}/databases/libdbi