summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 01:04:55 +0000
committerclsung <clsung@FreeBSD.org>2006-08-15 01:04:55 +0000
commit865e5d17fd1f5ab084b552461b2c3e6bb72e3482 (patch)
treead57f01696fd0ddfafe8f7dfccdc358f768a4949 /textproc
parent51d26e0da39f42ca64d24ee47bbc95dd85b86465 (diff)
downloadFreeBSD-ports-865e5d17fd1f5ab084b552461b2c3e6bb72e3482.zip
FreeBSD-ports-865e5d17fd1f5ab084b552461b2c3e6bb72e3482.tar.gz
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/cole/Makefile2
-rw-r--r--textproc/domc/Makefile2
-rw-r--r--textproc/eruby/Makefile2
-rw-r--r--textproc/gdome2/Makefile2
-rw-r--r--textproc/latte/Makefile2
-rw-r--r--textproc/liblrdf/Makefile2
-rw-r--r--textproc/libparsifal/Makefile2
-rw-r--r--textproc/libpathan/Makefile2
-rw-r--r--textproc/libxode/Makefile2
-rw-r--r--textproc/mifluz/Makefile2
-rw-r--r--textproc/minidom/Makefile2
-rw-r--r--textproc/py-ltxml/Makefile2
-rw-r--r--textproc/sary/Makefile2
-rw-r--r--textproc/sp/Makefile2
-rw-r--r--textproc/wbxml2/Makefile2
-rw-r--r--textproc/wv/Makefile2
-rw-r--r--textproc/xalan-c/Makefile2
-rw-r--r--textproc/xerces-c/Makefile2
-rw-r--r--textproc/xerces-c2-devel/Makefile2
-rw-r--r--textproc/xerces-c2/Makefile2
-rw-r--r--textproc/xerces-c27/Makefile2
-rw-r--r--textproc/xls2xml/Makefile2
-rw-r--r--textproc/xmlwrapp/Makefile2
23 files changed, 23 insertions, 23 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile
index 03adfa6..3bb1cbe 100644
--- a/textproc/cole/Makefile
+++ b/textproc/cole/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A free C OLE library
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile
index 620e03b..743077b 100644
--- a/textproc/domc/Makefile
+++ b/textproc/domc/Makefile
@@ -29,7 +29,7 @@ USE_GMAKE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV+= SHLIB_MAJOR="${SHLIB_MAJOR}" INSTDIR=${PREFIX} LDFLAGS="${LDFLAGS}"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile
index 2511875..777520e 100644
--- a/textproc/eruby/Makefile
+++ b/textproc/eruby/Makefile
@@ -18,7 +18,7 @@ USE_RUBY= yes
CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}"
INSTALL_TARGET= site-install
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
DEFAULT_CHARSET?= ISO-8859-1
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index 434613a..5e447d6 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" \
CPPFLAGS="-I${LOCALBASE}/include"
PLIST_SUB= DOCSDIR="share/doc/${DISTNAME}"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN1= gdome-config.1
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile
index 1326b7e..08682e2 100644
--- a/textproc/latte/Makefile
+++ b/textproc/latte/Makefile
@@ -22,7 +22,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-shared
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
INFO= latte liblatte
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile
index f2f0015..d2c22a9 100644
--- a/textproc/liblrdf/Makefile
+++ b/textproc/liblrdf/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor
USE_GNOME= gnomehack gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
diff --git a/textproc/libparsifal/Makefile b/textproc/libparsifal/Makefile
index b62405d..d436030 100644
--- a/textproc/libparsifal/Makefile
+++ b/textproc/libparsifal/Makefile
@@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PLIST_SUB= VERSION=${PORTVERSION}
diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile
index c7216cb..10f4a74 100644
--- a/textproc/libpathan/Makefile
+++ b/textproc/libpathan/Makefile
@@ -23,7 +23,7 @@ USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
XERCESCROOT= `cd ${PORTSDIR}/textproc/xerces-c2; ${MAKE} -V WRKSRC`
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= XERCESCROOT=${XERCESCROOT}
diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile
index e56d5e9..a6013008 100644
--- a/textproc/libxode/Makefile
+++ b/textproc/libxode/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
diff --git a/textproc/mifluz/Makefile b/textproc/mifluz/Makefile
index 0276237..96ac85e 100644
--- a/textproc/mifluz/Makefile
+++ b/textproc/mifluz/Makefile
@@ -18,7 +18,7 @@ COMMENT= C++ library to build and query a full text inverted index
USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --without-unac
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_BISON= yes
USE_GCC= 2.95
diff --git a/textproc/minidom/Makefile b/textproc/minidom/Makefile
index a953ef7..729cd4d 100644
--- a/textproc/minidom/Makefile
+++ b/textproc/minidom/Makefile
@@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-libxml2=yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lglib|-lglib-12|g ; \
diff --git a/textproc/py-ltxml/Makefile b/textproc/py-ltxml/Makefile
index 1954b49..475ba79 100644
--- a/textproc/py-ltxml/Makefile
+++ b/textproc/py-ltxml/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile
index acad8ab..1bad8bd 100644
--- a/textproc/sary/Makefile
+++ b/textproc/sary/Makefile
@@ -16,7 +16,7 @@ COMMENT= A suffix array library and tools, which provide fast full-text search
USE_GNOME= glib20 gnomehack gnometarget
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN1= sary.1 mksary.1
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile
index 93dd8b4..15b4e1e 100644
--- a/textproc/sp/Makefile
+++ b/textproc/sp/Makefile
@@ -21,7 +21,7 @@ BROKEN= "does not compile on ${MACHINE_ARCH}"
.endif
USE_SUBMAKE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_GCC= 2.95
PORTDOCS= Makefile archform.htm build.htm catalog catalog.htm \
charset.htm features.htm generic.htm ideas.htm index.htm \
diff --git a/textproc/wbxml2/Makefile b/textproc/wbxml2/Makefile
index c92074c..0b39c7e5 100644
--- a/textproc/wbxml2/Makefile
+++ b/textproc/wbxml2/Makefile
@@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_AUTOTOOLS= automake:19 autoconf:259 libtool:15
AUTOMAKE_ARGS= -acf
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexpat"
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile
index 8d7a4b5..86433d7 100644
--- a/textproc/wv/Makefile
+++ b/textproc/wv/Makefile
@@ -32,7 +32,7 @@ CONFIGURE_ARGS= --with-png=${LOCALBASE} \
--with-libwmf=${LOCALBASE}
MAKEFILE= GNUmakefile
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN1= wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \
wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index bf636eb..bb73893 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -50,7 +50,7 @@ XERCESCROOT?= ${LOCALBASE}
# expect this to get broken some day
NO_FILTER_SHLIBS= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/xml-xalan/c
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile
index baae4e5..70aebb6 100644
--- a/textproc/xerces-c/Makefile
+++ b/textproc/xerces-c/Makefile
@@ -17,7 +17,7 @@ DISTNAME= xerces-c-src${PORTVERSION:S/./_/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Xerces-C++ is a validating XML parser written in a subset of C++
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
XERCESWRKSRC= ${WRKSRC}/src/xercesc
CONFIGURE_WRKSRC= ${XERCESWRKSRC}
diff --git a/textproc/xerces-c2-devel/Makefile b/textproc/xerces-c2-devel/Makefile
index f2803055..08f42bc 100644
--- a/textproc/xerces-c2-devel/Makefile
+++ b/textproc/xerces-c2-devel/Makefile
@@ -69,7 +69,7 @@ PLIST_SUB+= TRANSICU="@comment "
# expect this to get broken some day
NO_FILTER_SHLIBS= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
XERCESWRKSRC= ${WRKSRC}/src/xercesc
CONFIGURE_WRKSRC= ${XERCESWRKSRC}
diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile
index f2803055..08f42bc 100644
--- a/textproc/xerces-c2/Makefile
+++ b/textproc/xerces-c2/Makefile
@@ -69,7 +69,7 @@ PLIST_SUB+= TRANSICU="@comment "
# expect this to get broken some day
NO_FILTER_SHLIBS= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
XERCESWRKSRC= ${WRKSRC}/src/xercesc
CONFIGURE_WRKSRC= ${XERCESWRKSRC}
diff --git a/textproc/xerces-c27/Makefile b/textproc/xerces-c27/Makefile
index f2803055..08f42bc 100644
--- a/textproc/xerces-c27/Makefile
+++ b/textproc/xerces-c27/Makefile
@@ -69,7 +69,7 @@ PLIST_SUB+= TRANSICU="@comment "
# expect this to get broken some day
NO_FILTER_SHLIBS= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
XERCESWRKSRC= ${WRKSRC}/src/xercesc
CONFIGURE_WRKSRC= ${XERCESWRKSRC}
diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile
index bb5e37d..dd490fb 100644
--- a/textproc/xls2xml/Makefile
+++ b/textproc/xls2xml/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \
xml.5:${PORTSDIR}/textproc/libxml
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lcole"
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile
index e0886ad..5c5af81 100644
--- a/textproc/xmlwrapp/Makefile
+++ b/textproc/xmlwrapp/Makefile
@@ -22,7 +22,7 @@ WANT_GNOME= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.pl
CONFIGURE_ARGS= --prefix ${PREFIX}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CFLAGS+= -fPIC
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud