Log
[1m===> Building for faces-1.7.7_1[0m
cd /magus/work/usr/mports/mail/faces/work/faces-1.7.7/compface && /usr/bin/env XDG_DATA_HOME=/magus/work/usr/mports/mail/faces/work XDG_CONFIG_HOME=/magus/work/usr/mports/mail/faces/work HOME=/magus/work/usr/mports/mail/faces/work TMPDIR="/tmp" XDG_DATA_HOME=/magus/work/usr/mports/mail/faces/work XDG_CONFIG_HOME=/magus/work/usr/mports/mail/faces/work HOME=/magus/work/usr/mports/mail/faces/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GLIB_CONFIG="/usr/local/bin/glib-config" GTK_CONFIG="/usr/local/bin/gtk-config" TARGETDIR=/usr/local DESTDIR= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="clang" CFLAGS="-O2 -pipe -fno-strict-aliasing -std=gnu89" CPP="cpp" CPPFLAGS="-I../compface -I/usr/local/include" LDFLAGS=" -L../compface -L/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" /usr/bin/make -f /usr/mports/mail/faces/files/Makefile.compface all
"/usr/share/mk/bsd.compat.mk", line 36: warning: NOPROFILE is deprecated in favour of NO_PROFILE
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c arith.c -o arith.o
arith.c:92:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a, *r;
^
./compface.h:188:29: note: previous declaration is here
void BigDiv P((unsigned char, unsigned char *)) ;
^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args) args
^
arith.c:136:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a;
^
./compface.h:189:29: note: previous declaration is here
void BigMul P((unsigned char)) ;
^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args) args
^
arith.c:210:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
WORD a;
^
./compface.h:186:29: note: previous declaration is here
void BigAdd P((unsigned char)) ;
^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args) args
^
3 warnings generated.
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c file.c -o file.o
file.c:78:10: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)'
for(i = strlen(s); i > 0; i--)
^
file.c:78:10: note: please include the header or explicitly provide a declaration for 'strlen'
file.c:141:3: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)'
sprintf(t,"#define noname_width 48\n#define noname_height 48\nstatic char noname_bits[] = {\n ");
^
file.c:141:3: note: please include the header or explicitly provide a declaration for 'sprintf'
2 warnings generated.
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c compress.c -o compress.o
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c gen.c -o gen.o
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c uncompface.c -o uncompface.o
building static compface library
ranlib libcompface.a
clang -fpic -DPIC -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c arith.c -o arith.So
arith.c:92:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a, *r;
^
./compface.h:188:29: note: previous declaration is here
void BigDiv P((unsigned char, unsigned char *)) ;
^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args) args
^
arith.c:136:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
register WORD a;
^
./compface.h:189:29: note: previous declaration is here
void BigMul P((unsigned char)) ;
^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args) args
^
arith.c:210:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter]
WORD a;
^
./compface.h:186:29: note: previous declaration is here
void BigAdd P((unsigned char)) ;
^
./compface.h:28:18: note: expanded from macro 'P'
#define P(args) args
^
3 warnings generated.
clang -fpic -DPIC -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c file.c -o file.So
file.c:78:10: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)'
for(i = strlen(s); i > 0; i--)
^
file.c:78:10: note: please include the header or explicitly provide a declaration for 'strlen'
file.c:141:3: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)'
sprintf(t,"#define noname_width 48\n#define noname_height 48\nstatic char noname_bits[] = {\n ");
^
file.c:141:3: note: please include the header or explicitly provide a declaration for 'sprintf'
2 warnings generated.
clang -fpic -DPIC -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c compress.c -o compress.So
clang -fpic -DPIC -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c gen.c -o gen.So
clang -fpic -DPIC -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c uncompface.c -o uncompface.So
building shared library libcompface.so.1
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c cmain.c -o cmain.o
cmain.c:63:9: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)'
INITERR("usage: ")
^
cmain.c:40:27: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
^
cmain.c:63:9: note: please include the header or explicitly provide a declaration for 'strcpy'
cmain.c:40:27: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
^
cmain.c:63:9: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)'
INITERR("usage: ")
^
cmain.c:40:56: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
^
cmain.c:63:9: note: please include the header or explicitly provide a declaration for 'strcat'
cmain.c:40:56: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
^
cmain.c:66:9: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
ERROR
^
cmain.c:44:11: note: expanded from macro 'ERROR'
(void)write(2, fbuf, strlen(fbuf)); exit(1);}
^
cmain.c:66:9: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)'
cmain.c:44:26: note: expanded from macro 'ERROR'
(void)write(2, fbuf, strlen(fbuf)); exit(1);}
^
cmain.c:66:9: note: please include the header or explicitly provide a declaration for 'strlen'
cmain.c:44:26: note: expanded from macro 'ERROR'
(void)write(2, fbuf, strlen(fbuf)); exit(1);}
^
cmain.c:69:21: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)'
if ((argc > 1) && strcmp(*++argv, "-"))
^
cmain.c:69:21: note: please include the header or explicitly provide a declaration for 'strcmp'
cmain.c:143:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
while (len = read(infile, t, FACEBUFLEN - count))
^
cmain.c:143:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while (len = read(infile, t, FACEBUFLEN - count))
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cmain.c:143:13: note: place parentheses around the assignment to silence this warning
while (len = read(infile, t, FACEBUFLEN - count))
^
( )
cmain.c:143:13: note: use '==' to turn this assignment into an equality comparison
while (len = read(infile, t, FACEBUFLEN - count))
^
==
7 warnings generated.
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c compface.c -o compface.o
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -o compface cmain.o compface.o -L./ -lcompface
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -c uncmain.c -o uncmain.o
uncmain.c:63:20: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)'
if (argc > 1 && !strcmp(argv[1], "-X"))
^
uncmain.c:63:20: note: please include the header or explicitly provide a declaration for 'strcmp'
uncmain.c:72:9: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)'
INITERR("usage: ")
^
uncmain.c:42:27: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
^
uncmain.c:72:9: note: please include the header or explicitly provide a declaration for 'strcpy'
uncmain.c:42:27: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
^
uncmain.c:72:9: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)'
INITERR("usage: ")
^
uncmain.c:42:56: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
^
uncmain.c:72:9: note: please include the header or explicitly provide a declaration for 'strcat'
uncmain.c:42:56: note: expanded from macro 'INITERR'
#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\
^
uncmain.c:75:9: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
ERROR
^
uncmain.c:46:11: note: expanded from macro 'ERROR'
(void)write(2, fbuf, strlen(fbuf)); exit(1);}
^
uncmain.c:75:9: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)'
uncmain.c:46:26: note: expanded from macro 'ERROR'
(void)write(2, fbuf, strlen(fbuf)); exit(1);}
^
uncmain.c:75:9: note: please include the header or explicitly provide a declaration for 'strlen'
uncmain.c:46:26: note: expanded from macro 'ERROR'
(void)write(2, fbuf, strlen(fbuf)); exit(1);}
^
uncmain.c:152:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
while (len = read(infile, t, FACEBUFLEN - count))
^
uncmain.c:152:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while (len = read(infile, t, FACEBUFLEN - count))
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uncmain.c:152:13: note: place parentheses around the assignment to silence this warning
while (len = read(infile, t, FACEBUFLEN - count))
^
( )
uncmain.c:152:13: note: use '==' to turn this assignment into an equality comparison
while (len = read(infile, t, FACEBUFLEN - count))
^
==
7 warnings generated.
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -std=gnu99 -Qunused-arguments -fstack-protector -o uncompface uncmain.o -L./ -lcompface
Warning: Object directory not changed from original /magus/work/usr/mports/mail/faces/work/faces-1.7.7/compface
cd /magus/work/usr/mports/mail/faces/work/faces-1.7.7/faces && /usr/bin/env XDG_DATA_HOME=/magus/work/usr/mports/mail/faces/work XDG_CONFIG_HOME=/magus/work/usr/mports/mail/faces/work HOME=/magus/work/usr/mports/mail/faces/work TMPDIR="/tmp" XDG_DATA_HOME=/magus/work/usr/mports/mail/faces/work XDG_CONFIG_HOME=/magus/work/usr/mports/mail/faces/work HOME=/magus/work/usr/mports/mail/faces/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES GLIB_CONFIG="/usr/local/bin/glib-config" GTK_CONFIG="/usr/local/bin/gtk-config" TARGETDIR=/usr/local DESTDIR= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="clang" CFLAGS="-O2 -pipe -fno-strict-aliasing -std=gnu89" CPP="cpp" CPPFLAGS="-I../compface -I/usr/local/include" LDFLAGS=" -L../compface -L/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" /usr/bin/make -f Makefile all
source='main.c' object='main.o' libtool=no depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f main.c || echo './'`main.c
source='address.c' object='address.o' libtool=no depfile='.deps/address.Po' tmpdepfile='.deps/address.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f address.c || echo './'`address.c
/pkg/gnu/share/bison.simple:358:4: warning: implicit declaration of function 'yyerror' [-Wimplicit-function-declaration]
yyerror("parser stack overflow");
^
/pkg/gnu/share/bison.simple:432:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration]
yychar = YYLEX;
^
/pkg/gnu/share/bison.simple:114:16: note: expanded from macro 'YYLEX'
#define YYLEX yylex()
^
2 warnings generated.
source='get.c' object='get.o' libtool=no depfile='.deps/get.Po' tmpdepfile='.deps/get.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f get.c || echo './'`get.c
source='mon.c' object='mon.o' libtool=no depfile='.deps/mon.Po' tmpdepfile='.deps/mon.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f mon.c || echo './'`mon.c
source='pop.c' object='pop.o' libtool=no depfile='.deps/pop.Po' tmpdepfile='.deps/pop.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f pop.c || echo './'`pop.c
source='md5c.c' object='md5c.o' libtool=no depfile='.deps/md5c.Po' tmpdepfile='.deps/md5c.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f md5c.c || echo './'`md5c.c
source='imap.c' object='imap.o' libtool=no depfile='.deps/imap.Po' tmpdepfile='.deps/imap.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f imap.c || echo './'`imap.c
imap.c:446:31: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size]
strncat(ibuf, "\r\n", sizeof(ibuf));
^~~~~~~~~~~~
imap.c:446:31: note: change the argument to be the free space in the destination buffer minus the terminating null byte
strncat(ibuf, "\r\n", sizeof(ibuf));
^~~~~~~~~~~~
sizeof(ibuf) - strlen(ibuf) - 1
1 warning generated.
source='face_socket.c' object='face_socket.o' libtool=no depfile='.deps/face_socket.Po' tmpdepfile='.deps/face_socket.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f face_socket.c || echo './'`face_socket.c
source='parsefrom.c' object='parsefrom.o' libtool=no depfile='.deps/parsefrom.Po' tmpdepfile='.deps/parsefrom.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f parsefrom.c || echo './'`parsefrom.c
source='parsedate.c' object='parsedate.o' libtool=no depfile='.deps/parsedate.Po' tmpdepfile='.deps/parsedate.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f parsedate.c || echo './'`parsedate.c
source='rec.c' object='rec.o' libtool=no depfile='.deps/rec.Po' tmpdepfile='.deps/rec.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f rec.c || echo './'`rec.c
source='gtk.c' object='gtk.o' libtool=no depfile='.deps/gtk.Po' tmpdepfile='.deps/gtk.TPo' depmode=gcc3 /bin/sh ../depcomp clang -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include -I../compface -I/usr/local/include -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -c `test -f gtk.c || echo './'`gtk.c
clang -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -L../compface -L/usr/local/lib -o faces main.o address.o get.o mon.o pop.o md5c.o imap.o face_socket.o parsefrom.o parsedate.o rec.o gtk.o -L/usr/local/lib -L/usr/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lm -lX11 -L../compface -lcompface
gtk.o: In function `create_imap_popup':
gtk.c:(.text+0x1d1): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x5c5): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x6a8): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x78b): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x8a0): undefined reference to `libintl_dgettext'
gtk.o:gtk.c:(.text+0x9b5): more undefined references to `libintl_dgettext' follow
gtk.o: In function `init_graphics':
gtk.c:(.text+0x260c): undefined reference to `libintl_bindtextdomain'
gtk.c:(.text+0x2618): undefined reference to `libintl_textdomain'
gtk.o: In function `make_frame':
gtk.c:(.text+0x2d4f): undefined reference to `libintl_dgettext'
gtk.o: In function `button_press':
gtk.c:(.text+0x33d4): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x350f): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x35d8): undefined reference to `libintl_dgettext'
gtk.c:(.text+0x36b7): undefined reference to `libintl_dgettext'
gtk.o:gtk.c:(.text+0x383f): more undefined references to `libintl_dgettext' follow
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [faces] Error code 1
Stop in /magus/work/usr/mports/mail/faces/work/faces-1.7.7/faces.
*** [do-build] Error code 1
Stop in /usr/mports/mail/faces.