[Midnightbsd-cvs] mports [17605] trunk/textproc/rarian: fix rarian build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 27 17:42:32 EDT 2014


Revision: 17605
          http://svnweb.midnightbsd.org/mports/?rev=17605
Author:   laffer1
Date:     2014-09-27 17:42:32 -0400 (Sat, 27 Sep 2014)
Log Message:
-----------
fix rarian build

Modified Paths:
--------------
    trunk/textproc/rarian/Makefile
    trunk/textproc/rarian/pkg-plist

Modified: trunk/textproc/rarian/Makefile
===================================================================
--- trunk/textproc/rarian/Makefile	2014-09-27 21:40:47 UTC (rev 17604)
+++ trunk/textproc/rarian/Makefile	2014-09-27 21:42:32 UTC (rev 17605)
@@ -2,12 +2,13 @@
 
 PORTNAME=	rarian
 PORTVERSION=	0.8.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	An OMF help system based on the Freedesktop specification
+COMMENT=	OMF help system based on the Freedesktop specification
+
 LICENSE=        gpl2
 
 BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \
@@ -24,17 +25,16 @@
 
 CONFLICTS=	scrollkeeper-[0-9]*
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomehier gnomehack libxslt
-USE_PYTHON=	yes
+USES=		gmake libtool pathfix python tar:bzip2
+USE_GNOME=	gnomehier libxslt
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-convert-dir=${LOCALBASE}/share/omf \
 		--datadir=${PREFIX}/share \
 		--localstatedir=/var
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/lib/rarian|/db/rarian|' \

Modified: trunk/textproc/rarian/pkg-plist
===================================================================
--- trunk/textproc/rarian/pkg-plist	2014-09-27 21:40:47 UTC (rev 17604)
+++ trunk/textproc/rarian/pkg-plist	2014-09-27 21:42:32 UTC (rev 17605)
@@ -31,7 +31,6 @@
 include/rarian/rarian-reg-utils.h
 include/rarian/rarian.h
 lib/librarian.a
-lib/librarian.la
 lib/librarian.so
 lib/librarian.so.0
 libdata/pkgconfig/rarian.pc



More information about the Midnightbsd-cvs mailing list