From owner-svn-ports-head@FreeBSD.ORG Thu May 28 20:34:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8384C839; Thu, 28 May 2015 20:34:26 +0000 (UTC) (envelope-from amdmi3@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 70F48C35; Thu, 28 May 2015 20:34:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4SKYQDc045128; Thu, 28 May 2015 20:34:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4SKYQjR045126; Thu, 28 May 2015 20:34:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505282034.t4SKYQjR045126@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 28 May 2015 20:34:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387772 - 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-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: Thu, 28 May 2015 20:34:26 -0000 Author: amdmi3 Date: Thu May 28 20:34:25 2015 New Revision: 387772 URL: https://svnweb.freebsd.org/changeset/ports/387772 Log: - Unbreak Approved by: portmgr blanket MFH: 2015Q2 Modified: head/textproc/refdb/Makefile head/textproc/refdb/pkg-plist Modified: head/textproc/refdb/Makefile ============================================================================== --- head/textproc/refdb/Makefile Thu May 28 20:30:32 2015 (r387771) +++ head/textproc/refdb/Makefile Thu May 28 20:34:25 2015 (r387772) @@ -11,10 +11,6 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ohartman@zedat.fu-berlin.de COMMENT= Bibliographic reference database -BROKEN= Fails to link -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-05-26 - LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libbtparse.so:${PORTSDIR}/textproc/btparse \ libdbi.so:${PORTSDIR}/databases/libdbi @@ -25,6 +21,7 @@ INSTALL_TARGET= install-strip PORTDOCS= * CFLAGS+= -I${LOCALBASE}/include +LIBS+= -lm CONFIGURE_ARGS= --with-expat-lib=${LOCALBASE}/lib \ --with-classpath-root=${PREFIX}/share/java/classes \ Modified: head/textproc/refdb/pkg-plist ============================================================================== --- head/textproc/refdb/pkg-plist Thu May 28 20:30:32 2015 (r387771) +++ head/textproc/refdb/pkg-plist Thu May 28 20:34:25 2015 (r387772) @@ -174,6 +174,7 @@ man/man8/refdb.sh.8.gz %%DATADIR%%/xsl/tei-refdb-xsl/tei-html/tei-refdb-html.xsl %%DATADIR%%/xsl/tei-refdb-xsl/tei-lib/tei-refdblib-ns.xsl %%DATADIR%%/xsl/tei-refdb-xsl/tei-lib/tei-refdblib.xsl +@dir %%DATADIR%%/db @dir var/lib/refdb/db @dir var/log @dir var/run