summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
committerjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
commita77729245b392c9b6613bcb6e910961a45adb77a (patch)
tree2205f0fbf69293361282d6743184c6be82a92e37 /textproc
parentbc7be69155f5a762584a114cc42cf44ab2f2d461 (diff)
downloadpkgsrc-a77729245b392c9b6613bcb6e910961a45adb77a.tar.gz
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/diction/Makefile4
-rw-r--r--textproc/freexl/Makefile4
-rw-r--r--textproc/json-glib/Makefile4
-rw-r--r--textproc/sphinxsearch/Makefile4
-rw-r--r--textproc/unac/Makefile4
5 files changed, 6 insertions, 14 deletions
diff --git a/textproc/diction/Makefile b/textproc/diction/Makefile
index 634f8fc2ff7..29146523150 100644
--- a/textproc/diction/Makefile
+++ b/textproc/diction/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/18 23:35:25 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2022/08/09 12:08:35 jperkin Exp $
DISTNAME= diction-1.13
CATEGORIES= textproc
@@ -16,8 +16,6 @@ USE_TOOLS+= gmake msgfmt
USE_FEATURES+= getopt_long regcomp snprintf
-LIBS.SunOS+= -lintl
-
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/textproc/freexl/Makefile b/textproc/freexl/Makefile
index a0a6e86a3b3..09da763c9b3 100644
--- a/textproc/freexl/Makefile
+++ b/textproc/freexl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/08/06 16:31:21 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/08/09 12:08:34 jperkin Exp $
DISTNAME= freexl-1.0.6
CATEGORIES= textproc
@@ -15,7 +15,5 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= freexl.pc.in
TEST_TARGET= check
-LIBS.SunOS+= -liconv
-
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/json-glib/Makefile b/textproc/json-glib/Makefile
index 5c6063b0f7e..a283a572149 100644
--- a/textproc/json-glib/Makefile
+++ b/textproc/json-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/07/29 16:29:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.40 2022/08/09 12:08:34 jperkin Exp $
DISTNAME= json-glib-1.6.2
PKGREVISION= 2
@@ -20,8 +20,6 @@ MESON_ARGS+= -Dman=true
MESON_ARGS+= -Dgtk_doc=disabled
MESON_ARGS+= -Dintrospection=enabled
-LIBS.SunOS+= -lintl
-
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile
index 973ed84f993..71dee4c6ce5 100644
--- a/textproc/sphinxsearch/Makefile
+++ b/textproc/sphinxsearch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/06/23 20:33:17 nia Exp $
+# $NetBSD: Makefile,v 1.18 2022/08/09 12:08:34 jperkin Exp $
#
DISTNAME= sphinx-2.2.11-release
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --with-iconv
INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
-LIBS.SunOS+= -liconv -lsocket -lnsl
+LIBS.SunOS+= -lsocket -lnsl
post-install:
${MV} ${DESTDIR}${EGDIR}/sphinx.conf.dist ${DESTDIR}${EGDIR}/sphinx-full.conf
diff --git a/textproc/unac/Makefile b/textproc/unac/Makefile
index 2371944f0d3..6337ae518c9 100644
--- a/textproc/unac/Makefile
+++ b/textproc/unac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/09/06 10:40:34 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/08/09 12:08:34 jperkin Exp $
#
DISTNAME= unac-1.7.0
@@ -15,7 +15,5 @@ USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= unac.pc.in
-LIBS.SunOS+= -liconv
-
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"