Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 00:53:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r389792 - branches/2015Q2/textproc/refdb
Message-ID:  <201506160053.t5G0rR5E092437@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 00:53:27 2015
New Revision: 389792
URL: https://svnweb.freebsd.org/changeset/ports/389792

Log:
  MFH: r387772
  
  - Unbreak
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (build failure fix blanket)

Modified:
  branches/2015Q2/textproc/refdb/Makefile
  branches/2015Q2/textproc/refdb/pkg-plist
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/textproc/refdb/Makefile
==============================================================================
--- branches/2015Q2/textproc/refdb/Makefile	Tue Jun 16 00:50:22 2015	(r389791)
+++ branches/2015Q2/textproc/refdb/Makefile	Tue Jun 16 00:53:27 2015	(r389792)
@@ -11,8 +11,6 @@ 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
@@ -23,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: branches/2015Q2/textproc/refdb/pkg-plist
==============================================================================
--- branches/2015Q2/textproc/refdb/pkg-plist	Tue Jun 16 00:50:22 2015	(r389791)
+++ branches/2015Q2/textproc/refdb/pkg-plist	Tue Jun 16 00:53:27 2015	(r389792)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160053.t5G0rR5E092437>