pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc *: Explicitly pass -lintl on SunOS where required.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d68f7b31704
branches: trunk
changeset: 382487:8d68f7b31704
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Jul 29 16:29:08 2022 +0000
description:
*: Explicitly pass -lintl on SunOS where required.
Recent libtool update appears to have exposed more of these.
diffstat:
audio/speech-dispatcher/Makefile | 4 +++-
devel/at-spi2-core/Makefile | 4 +++-
devel/libgsf/Makefile | 4 +++-
emulators/xcpc/Makefile | 4 +++-
games/chromium-bsu/Makefile | 4 ++--
games/ufoai/Makefile | 4 +++-
graphics/tuxpaint/Makefile | 4 ++--
mail/milter-manager/Makefile | 4 +++-
multimedia/totem-pl-parser/Makefile | 4 +++-
security/polkit/Makefile | 4 +++-
sysutils/bacula-qt5-console/Makefile | 4 +++-
sysutils/bacula-tray-monitor-qt5/Makefile | 4 +++-
sysutils/mc/Makefile | 4 +++-
textproc/json-glib/Makefile | 4 +++-
wm/icewm/Makefile | 4 +++-
15 files changed, 43 insertions(+), 17 deletions(-)
diffs (270 lines):
diff -r 6e2d7155569b -r 8d68f7b31704 audio/speech-dispatcher/Makefile
--- a/audio/speech-dispatcher/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/audio/speech-dispatcher/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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-oss
CONFIGURE_ARGS+= --without-pulse
+LIBS.SunOS+= -lintl
+
.include "../../mk/bsd.prefs.mk"
PKGCONFIG_OVERRIDE+= speech-dispatcher.pc.in
diff -r 6e2d7155569b -r 8d68f7b31704 devel/at-spi2-core/Makefile
--- a/devel/at-spi2-core/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/devel/at-spi2-core/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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_STAGE= pre-install
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/atspi
+LIBS.SunOS+= -lintl
+
BUILD_DEFS+= PKG_SYSCONFBASE
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
diff -r 6e2d7155569b -r 8d68f7b31704 devel/libgsf/Makefile
--- a/devel/libgsf/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/devel/libgsf/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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 @@
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 -r 6e2d7155569b -r 8d68f7b31704 emulators/xcpc/Makefile
--- a/emulators/xcpc/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/emulators/xcpc/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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_LIBTOOL= yes
GNU_CONFIGURE= yes
+LIBS.SunOS+= -lintl
+
pre-configure:
set -e; cd ${WRKSRC}; \
libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf
diff -r 6e2d7155569b -r 8d68f7b31704 games/chromium-bsu/Makefile
--- a/games/chromium-bsu/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/games/chromium-bsu/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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 @@
LDFLAGS+= ${BUILDLINK_LDADD.gettext}
LDFLAGS.DragonFly= -lSDL2
-LDFLAGS.SunOS= -lSDL2
+LDFLAGS.SunOS= -lSDL2 -lintl
CONFIGURE_ARGS+= --disable-ftgl
CONFIGURE_ARGS+= --disable-glut
diff -r 6e2d7155569b -r 8d68f7b31704 games/ufoai/Makefile
--- a/games/ufoai/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/games/ufoai/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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 @@
USE_TOOLS+= tar gmake bzip2 msgfmt
MAKE_JOBS_SAFE= no
+LIBS.SunOS+= -lintl
+
INSTALLATION_DIRS= share/ufoai
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
diff -r 6e2d7155569b -r 8d68f7b31704 graphics/tuxpaint/Makefile
--- a/graphics/tuxpaint/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/graphics/tuxpaint/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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 @@
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 -r 6e2d7155569b -r 8d68f7b31704 mail/milter-manager/Makefile
--- a/mail/milter-manager/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/mail/milter-manager/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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_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 -r 6e2d7155569b -r 8d68f7b31704 multimedia/totem-pl-parser/Makefile
--- a/multimedia/totem-pl-parser/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/multimedia/totem-pl-parser/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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 @@
# 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 -r 6e2d7155569b -r 8d68f7b31704 security/polkit/Makefile
--- a/security/polkit/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/security/polkit/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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+= --with-duktape
CONFIGURE_ARGS+= --enable-introspection
+LIBS.SunOS+= -lintl
+
.include "../../mk/bsd.prefs.mk"
POLKITD_USER?= polkitd
diff -r 6e2d7155569b -r 8d68f7b31704 sysutils/bacula-qt5-console/Makefile
--- a/sysutils/bacula-qt5-console/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/sysutils/bacula-qt5-console/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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 @@
BUILD_DIRS= src/qt-console
+LIBS.SunOS+= -lintl
+
INSTALLATION_DIRS= bin share/examples/bacula
CONF_FILES+= ${EXAMPLESDIR}/bat.conf ${PKG_SYSCONFDIR}/bat.conf
diff -r 6e2d7155569b -r 8d68f7b31704 sysutils/bacula-tray-monitor-qt5/Makefile
--- a/sysutils/bacula-tray-monitor-qt5/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/sysutils/bacula-tray-monitor-qt5/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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 @@
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 -r 6e2d7155569b -r 8d68f7b31704 sysutils/mc/Makefile
--- a/sysutils/mc/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/sysutils/mc/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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/mcedit
CHECK_WRKREF_SKIP+= bin/mcview
+LIBS.SunOS+= -lintl
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
diff -r 6e2d7155569b -r 8d68f7b31704 textproc/json-glib/Makefile
--- a/textproc/json-glib/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/textproc/json-glib/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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+= -Dgtk_doc=disabled
MESON_ARGS+= -Dintrospection=enabled
+LIBS.SunOS+= -lintl
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
diff -r 6e2d7155569b -r 8d68f7b31704 wm/icewm/Makefile
--- a/wm/icewm/Makefile Fri Jul 29 16:24:31 2022 +0000
+++ b/wm/icewm/Makefile Fri Jul 29 16:29:08 2022 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index