svn commit: r387772 - head/textproc/refdb

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 28 20:34:26 UTC 2015


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 at 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
+ at dir %%DATADIR%%/db
 @dir var/lib/refdb/db
 @dir var/log
 @dir var/run


More information about the svn-ports-all mailing list