svn commit: r366860 - head/textproc/rarian
Tijl Coosemans
tijl at FreeBSD.org
Mon Sep 1 11:11:12 UTC 2014
Author: tijl
Date: Mon Sep 1 11:11:11 2014
New Revision: 366860
URL: http://svnweb.freebsd.org/changeset/ports/366860
QAT: https://qat.redports.org/buildarchive/r366860/
Log:
- Convert to USES=libtool and USES=python
- Add INSTALL_TARGET=install-strip
Modified:
head/textproc/rarian/Makefile
head/textproc/rarian/pkg-plist
Modified: head/textproc/rarian/Makefile
==============================================================================
--- head/textproc/rarian/Makefile Mon Sep 1 10:25:48 2014 (r366859)
+++ head/textproc/rarian/Makefile Mon Sep 1 11:11:11 2014 (r366860)
@@ -4,7 +4,7 @@
PORTNAME= rarian
PORTVERSION= 0.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
@@ -23,16 +23,15 @@ DOCBOOK_VERSION=4.2
CONFLICTS= scrollkeeper-[0-9]*
-USES= gmake pathfix tar:bzip2
+USES= gmake libtool pathfix python tar:bzip2
USE_GNOME= gnomehier libxslt
-USE_PYTHON= yes
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+GNU_CONFIGURE= 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: head/textproc/rarian/pkg-plist
==============================================================================
--- head/textproc/rarian/pkg-plist Mon Sep 1 10:25:48 2014 (r366859)
+++ head/textproc/rarian/pkg-plist Mon Sep 1 11:11:11 2014 (r366860)
@@ -31,9 +31,9 @@ include/rarian/rarian-man.h
include/rarian/rarian-reg-utils.h
include/rarian/rarian.h
lib/librarian.a
-lib/librarian.la
lib/librarian.so
lib/librarian.so.0
+lib/librarian.so.0.0.0
libdata/pkgconfig/rarian.pc
%%DOCSDIR%%/rarian.document
share/librarian/Templates/C/scrollkeeper_cl.xml
More information about the svn-ports-all
mailing list