On Mon, May 07, 2018 at 09:10:21PM +0200, Christian Weisgerber wrote:
> net/transmission      undefined symbol: libintl_gettext

A fix for this is attached.  It is a revision to the [update] I posted
to ports@ on May 4:

https://marc.info/?l=openbsd-ports&m=152539872532019&w=2
Index: Makefile
===================================================================
RCS file: /systems/cvs/ports/net/transmission/Makefile,v
retrieving revision 1.125
diff -u -p -r1.125 Makefile
--- Makefile    24 Apr 2018 12:52:12 -0000      1.125
+++ Makefile    8 May 2018 02:12:36 -0000
@@ -4,7 +4,7 @@ COMMENT-main=   BitTorrent command line an
 COMMENT-gtk=   BitTorrent client with GTK+ interface
 COMMENT-qt=    BitTorrent client with Qt interface
 
-VER=           2.93
+VER=           2.94
 DISTNAME=      transmission-${VER}
 PKGNAME-main=  transmission-${VER}
 PKGNAME-gtk=   transmission-gtk-${VER}
@@ -12,7 +12,6 @@ PKGNAME-qt=   transmission-qt-${VER}
 CATEGORIES=    net
 HOMEPAGE=      https://transmissionbt.com/
 MAINTAINER=    Josh Grosse <j...@jggimi.net>
-REVISION=      0
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
@@ -39,12 +38,12 @@ WANTLIB-main=       ${WANTLIB-common} nghttp2 
 WANTLIB-gtk=   ${WANTLIB-common} X11 Xcomposite Xcursor Xdamage \
                Xext Xfixes Xi Xinerama Xrandr Xrender \
                atk-1.0 atk-bridge-2.0 atspi cairo cairo-gobject \
-               dbus-1 expat ffi fontconfig freetype \
+               dbus-1 expat ffi fontconfig freetype fribidi \
                gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
                gobject-2.0 graphite2 gthread-2.0 gtk-3 \
                harfbuzz pango-1.0 pangoft2-1.0 \
                pangocairo-1.0 pixman-1 png pcre xcb \
-               xcb-render xcb-shm epoxy nghttp2 iconv Xtst
+               xcb-render xcb-shm epoxy nghttp2 iconv
 WANTLIB-qt=    ${WANTLIB-common} ${MODQT_WANTLIB} \
                GL Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets \
                fontconfig freetype $(COMPILER_LIBCXX)
@@ -88,6 +87,7 @@ COMPILER_LANGS +=     c++
 MODQT5_USE_CXX11=      No
 MODQMAKE_PROJECTS=     qt/qtr.pro
 CONFIGURE_STYLE+=      qmake
+LDFLAGS += -lintl
 SEPARATE_BUILD=                No
 MODQMAKE_INSTALL_ROOT= ${PREFIX}
 .endif
Index: distinfo
===================================================================
RCS file: /systems/cvs/ports/net/transmission/distinfo,v
retrieving revision 1.51
diff -u -p -r1.51 distinfo
--- distinfo    30 Jan 2018 16:34:35 -0000      1.51
+++ distinfo    1 May 2018 20:18:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (transmission-2.93.tar.xz) = 
iBWSDgpEmbza276JpBFQktq0LOUZn3H/mpJs/RK5uQs=
-SIZE (transmission-2.93.tar.xz) = 3363868
+SHA256 (transmission-2.94.tar.xz) = 
NUQsyEn5H435gsPQ1HnWUMbKGTEKmU7M2qeaSvORa30=
+SIZE (transmission-2.94.tar.xz) = 3365952

Reply via email to