summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-07-29 16:29:08 +0000
committerjperkin <jperkin@pkgsrc.org>2022-07-29 16:29:08 +0000
commitf90b81cc1250169ce650699ed5423548a8c71681 (patch)
tree0f567c9d177b3458f056d0f7fd3ceb470dd2b1eb
parent110f1b47fd455f2b581aa9a14bafac66f9e814eb (diff)
downloadpkgsrc-f90b81cc1250169ce650699ed5423548a8c71681.tar.gz
*: Explicitly pass -lintl on SunOS where required.
Recent libtool update appears to have exposed more of these.
-rw-r--r--audio/speech-dispatcher/Makefile4
-rw-r--r--devel/at-spi2-core/Makefile4
-rw-r--r--devel/libgsf/Makefile4
-rw-r--r--emulators/xcpc/Makefile4
-rw-r--r--games/chromium-bsu/Makefile4
-rw-r--r--games/ufoai/Makefile4
-rw-r--r--graphics/tuxpaint/Makefile4
-rw-r--r--mail/milter-manager/Makefile4
-rw-r--r--multimedia/totem-pl-parser/Makefile4
-rw-r--r--security/polkit/Makefile4
-rw-r--r--sysutils/bacula-qt5-console/Makefile4
-rw-r--r--sysutils/bacula-tray-monitor-qt5/Makefile4
-rw-r--r--sysutils/mc/Makefile4
-rw-r--r--textproc/json-glib/Makefile4
-rw-r--r--wm/icewm/Makefile4
15 files changed, 43 insertions, 17 deletions
diff --git a/audio/speech-dispatcher/Makefile b/audio/speech-dispatcher/Makefile
index 84a76de0f50..dc8e8ecb410 100644
--- a/audio/speech-dispatcher/Makefile
+++ b/audio/speech-dispatcher/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2022/06/30 11:18:03 nia Exp $
+# $NetBSD: Makefile,v 1.27 2022/07/29 16:29:08 jperkin Exp $
DISTNAME= speech-dispatcher-0.10.2
PKGREVISION= 5
@@ -33,6 +33,8 @@ CONFIGURE_ARGS+= --without-nas
CONFIGURE_ARGS+= --without-oss
CONFIGURE_ARGS+= --without-pulse
+LIBS.SunOS+= -lintl
+
.include "../../mk/bsd.prefs.mk"
PKGCONFIG_OVERRIDE+= speech-dispatcher.pc.in
diff --git a/devel/at-spi2-core/Makefile b/devel/at-spi2-core/Makefile
index f843aaa25ad..caf4e59417a 100644
--- a/devel/at-spi2-core/Makefile
+++ b/devel/at-spi2-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/06/07 20:45:56 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2022/07/29 16:29:08 jperkin Exp $
DISTNAME= at-spi2-core-2.40.3
PKGREVISION= 2
@@ -17,6 +17,8 @@ PKGCONFIG_OVERRIDE= output/meson-private/atspi-2.pc
PKGCONFIG_OVERRIDE_STAGE= pre-install
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/atspi
+LIBS.SunOS+= -lintl
+
BUILD_DEFS+= PKG_SYSCONFBASE
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index 9ab41b7a527..90b7faf965a 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2022/04/18 19:09:48 adam Exp $
+# $NetBSD: Makefile,v 1.104 2022/07/29 16:29:09 jperkin Exp $
DISTNAME= libgsf-1.14.47
PKGREVISION= 5
@@ -18,6 +18,8 @@ USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE= libgsf-1.pc.in
+LIBS.SunOS+= -lintl
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile
index dd45809a7fb..5229206b4ae 100644
--- a/emulators/xcpc/Makefile
+++ b/emulators/xcpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/12/08 16:04:20 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/29 16:29:09 jperkin Exp $
DISTNAME= xcpc-20070122
PKGREVISION= 1
@@ -16,6 +16,8 @@ USE_TOOLS+= automake pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+LIBS.SunOS+= -lintl
+
pre-configure:
set -e; cd ${WRKSRC}; \
libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf
diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile
index 1cc017ee533..e66e117e1ba 100644
--- a/games/chromium-bsu/Makefile
+++ b/games/chromium-bsu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/03/28 10:44:06 tnn Exp $
+# $NetBSD: Makefile,v 1.26 2022/07/29 16:29:08 jperkin Exp $
DISTNAME= chromium-bsu-0.9.16.1
PKGREVISION= 6
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
LDFLAGS+= ${BUILDLINK_LDADD.gettext}
LDFLAGS.DragonFly= -lSDL2
-LDFLAGS.SunOS= -lSDL2
+LDFLAGS.SunOS= -lSDL2 -lintl
CONFIGURE_ARGS+= --disable-ftgl
CONFIGURE_ARGS+= --disable-glut
diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile
index 49f764341ba..8c2eea8004b 100644
--- a/games/ufoai/Makefile
+++ b/games/ufoai/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2021/12/08 16:04:42 adam Exp $
+# $NetBSD: Makefile,v 1.43 2022/07/29 16:29:09 jperkin Exp $
DISTNAME= ufoai-2.2.1
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufoai/}
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USE_TOOLS+= tar gmake bzip2 msgfmt
MAKE_JOBS_SAFE= no
+LIBS.SunOS+= -lintl
+
INSTALLATION_DIRS= share/ufoai
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile
index b7acb053907..db04599e868 100644
--- a/graphics/tuxpaint/Makefile
+++ b/graphics/tuxpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2022/04/18 19:11:24 adam Exp $
+# $NetBSD: Makefile,v 1.105 2022/07/29 16:29:09 jperkin Exp $
DISTNAME= tuxpaint-0.9.23
PKGREVISION= 11
@@ -46,7 +46,7 @@ CPPFLAGS.NetBSD+= -DHAVE_STRCASESTR
MAKE_FLAGS+= LIBS=${LIBS:M*:Q}
LIBS+= -liconv
LIBS+= -lpng
-LIBS.SunOS+= -lsocket -lnsl
+LIBS.SunOS+= -lsocket -lnsl -lintl
LDFLAGS.SunOS+= -lsocket
pre-build:
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile
index f32c165854e..605eee75442 100644
--- a/mail/milter-manager/Makefile
+++ b/mail/milter-manager/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2021/12/08 16:05:28 adam Exp $
+# $NetBSD: Makefile,v 1.52 2022/07/29 16:29:08 jperkin Exp $
#
DISTNAME= milter-manager-${VERSION}
@@ -36,6 +36,8 @@ SUBST_MESSAGE.libev_inc= Adjust include path for libevent from pkgsrc.
SUBST_FILES.libev_inc= configure
SUBST_SED.libev_inc= -e 's,/include/ev.h,/include/ev/ev.h,g'
+LIBS.SunOS+= -lintl
+
PKG_SYSCONFSUBDIR= ${PKGBASE}
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 03ff06697b9..58d50b4b631 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2022/04/18 19:10:01 adam Exp $
+# $NetBSD: Makefile,v 1.82 2022/07/29 16:29:09 jperkin Exp $
DISTNAME= totem-pl-parser-3.26.5
PKGREVISION= 4
@@ -19,6 +19,8 @@ MESON_ARGS+= -Denable-quvi=no
# https://gitlab.gnome.org/GNOME/json-glib/issues/35
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/plparse
+LIBS.SunOS+= -lintl
+
PYTHON_FOR_BUILD_ONLY= tool
PKGCONFIG_OVERRIDE+= totem-plparser-mini.pc.in
diff --git a/security/polkit/Makefile b/security/polkit/Makefile
index af688839671..33d8f685e2a 100644
--- a/security/polkit/Makefile
+++ b/security/polkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2022/06/28 11:35:50 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2022/07/29 16:29:09 jperkin Exp $
DISTNAME= polkit-0.120
PKGREVISION= 4
@@ -41,6 +41,8 @@ CONFIGURE_ARGS+= --disable-libelogind
CONFIGURE_ARGS+= --with-duktape
CONFIGURE_ARGS+= --enable-introspection
+LIBS.SunOS+= -lintl
+
.include "../../mk/bsd.prefs.mk"
POLKITD_USER?= polkitd
diff --git a/sysutils/bacula-qt5-console/Makefile b/sysutils/bacula-qt5-console/Makefile
index 12984ce9315..e514b245c14 100644
--- a/sysutils/bacula-qt5-console/Makefile
+++ b/sysutils/bacula-qt5-console/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/04/18 19:12:02 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/07/29 16:29:08 jperkin Exp $
PKGNAME= ${DISTNAME:S/-/-qt5-console-/}
PKGREVISION= 3
@@ -16,6 +16,8 @@ BUILDLINK_TRANSFORM+= opt:-std=c++98:-std=gnu++98 # typeof
BUILD_DIRS= src/qt-console
+LIBS.SunOS+= -lintl
+
INSTALLATION_DIRS= bin share/examples/bacula
CONF_FILES+= ${EXAMPLESDIR}/bat.conf ${PKG_SYSCONFDIR}/bat.conf
diff --git a/sysutils/bacula-tray-monitor-qt5/Makefile b/sysutils/bacula-tray-monitor-qt5/Makefile
index 3067c8de033..973a5cc0b53 100644
--- a/sysutils/bacula-tray-monitor-qt5/Makefile
+++ b/sysutils/bacula-tray-monitor-qt5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/04/18 19:12:02 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/07/29 16:29:09 jperkin Exp $
PKGNAME= ${DISTNAME:S/-/-tray-monitor-qt5-/}
PKGREVISION= 3
@@ -16,6 +16,8 @@ BUILDLINK_TRANSFORM+= opt:-std=c++98:-std=gnu++98 # typeof
BUILD_DIRS= src/qt-console/tray-monitor
+LIBS.SunOS+= -lintl
+
INSTALLATION_DIRS= bin share/examples/bacula
CONF_FILES+= ${EXAMPLESDIR}/tray-monitor.conf ${PKG_SYSCONFDIR}/tray-monitor.conf
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile
index 5b0a5c9058a..84ae334f86d 100644
--- a/sysutils/mc/Makefile
+++ b/sysutils/mc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2022/06/28 11:35:58 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2022/07/29 16:29:08 jperkin Exp $
DISTNAME= mc-4.8.28
PKGREVISION= 1
@@ -26,6 +26,8 @@ CHECK_WRKREF_SKIP+= bin/mcdiff
CHECK_WRKREF_SKIP+= bin/mcedit
CHECK_WRKREF_SKIP+= bin/mcview
+LIBS.SunOS+= -lintl
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
diff --git a/textproc/json-glib/Makefile b/textproc/json-glib/Makefile
index 82c7365f58e..5c6063b0f7e 100644
--- a/textproc/json-glib/Makefile
+++ b/textproc/json-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2022/06/07 18:12:04 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/07/29 16:29:08 jperkin Exp $
DISTNAME= json-glib-1.6.2
PKGREVISION= 2
@@ -20,6 +20,8 @@ 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/wm/icewm/Makefile b/wm/icewm/Makefile
index ac52fdb1b2d..bf1c8cb821a 100644
--- a/wm/icewm/Makefile
+++ b/wm/icewm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/08/17 20:20:16 leot Exp $
+# $NetBSD: Makefile,v 1.52 2022/07/29 16:29:09 jperkin Exp $
COMMENT= Small, fast and light-weight window manager
PKGREVISION= 3
@@ -8,6 +8,8 @@ CONFLICTS+= icewm-gnome-[0-9]* icewm-imlib-[0-9]*
CONFIGURE_ARGS+= --with-imlib=no
CONFIGURE_ARGS+= --with-xpm=${BUILDLINK_PREFIX.libXpm}
+LIBS.SunOS+= -lintl
+
.include "Makefile.common"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"