From nobody@FreeBSD.org  Sun Sep 26 21:14:52 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2526410656C1
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Sep 2010 21:14:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 13CE28FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Sep 2010 21:14:52 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8QLEpD9071960
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Sep 2010 21:14:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o8QLEpVc071959;
	Sun, 26 Sep 2010 21:14:51 GMT
	(envelope-from nobody)
Message-Id: <201009262114.o8QLEpVc071959@www.freebsd.org>
Date: Sun, 26 Sep 2010 21:14:51 GMT
From: Goran Tal <goran.tal@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update net/gnu-dico to 2.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         150975
>Category:       ports
>Synopsis:       update net/gnu-dico to 2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 26 21:20:09 UTC 2010
>Closed-Date:    Tue Oct 12 07:08:42 UTC 2010
>Last-Modified:  Tue Oct 12 07:10:06 UTC 2010
>Originator:     Goran Tal
>Release:        
>Organization:
>Environment:
>Description:
update to version 2.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur gnu-dico-ports/Makefile gnu-dico/Makefile
--- gnu-dico-ports/Makefile	2010-09-22 22:36:19.000000000 -0400
+++ gnu-dico/Makefile	2010-09-24 19:07:36.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dico
-PORTVERSION=	2.0
+PORTVERSION=	2.1
 CATEGORIES=	net textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,6 +15,7 @@
 MAINTAINER=	goran.tal@gmail.com
 COMMENT=	Flexible modular implementation of DICT server
 
+USE_XZ=		yes
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libltdl:22 libtool:22
@@ -26,7 +27,8 @@
 
 OPTIONS=	PYTHON	"With PYTHON support" on \
 		GUILE	"With GUILE support" on \
-		GSASL	"With GSASL support" off
+		GSASL	"With GSASL support" off \
+		LDAP	"With LDAP support" off
 
 .include <bsd.port.options.mk>
 
@@ -53,6 +55,14 @@
 CONFIGURE_ARGS+=--without-gsasl
 .endif
 
+.if defined(WITH_LDAP)
+USE_OPENLDAP=	yes
+PLIST_SUB+=	LDAP=""
+.else
+CONFIGURE_ARGS+=--without-ldap
+PLIST_SUB+=	LDAP="@comment "
+.endif
+
 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""
@@ -70,7 +80,7 @@
 post-patch:
 	@${REINPLACE_CMD} 's/ENODATA/EIO/' ${WRKSRC}/lib/utf8.c
 	@${REINPLACE_CMD} 's/@bindir@/@sbindir@/' ${WRKSRC}/dicod/Makefile.in
-	@${REINPLACE_CMD} 's/(bindir)\//(bindir)\/g/' ${WRKSRC}/dico/Makefile.in
+	@${REINPLACE_CMD} 's/(bindir)..dir/&\/gdico/' ${WRKSRC}/dico/Makefile.in
 	@${REINPLACE_CMD} '/INSTALL.*charset/d' ${WRKSRC}/gnu/Makefile.in
 
 post-install:
diff -ur gnu-dico-ports/distinfo gnu-dico/distinfo
--- gnu-dico-ports/distinfo	2010-09-22 22:36:19.000000000 -0400
+++ gnu-dico/distinfo	2010-09-24 19:08:04.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (dico-2.0.tar.gz) = 0dffe580c6fb687568be87e0ca117a08
-SHA256 (dico-2.0.tar.gz) = 7b26a51ce26502cf60963e28528640ebb6bb7d3d52fa5d13ec65eb254d78970d
-SIZE (dico-2.0.tar.gz) = 1717078
+MD5 (dico-2.1.tar.xz) = 5bc4a759fe4d75a4dabbc6f82c1496bd
+SHA256 (dico-2.1.tar.xz) = 9a909beaa26aaf96e80c5c313835265f34b347bcaf41409f479a21a569068c43
+SIZE (dico-2.1.tar.xz) = 1201836
diff -ur gnu-dico-ports/pkg-descr gnu-dico/pkg-descr
--- gnu-dico-ports/pkg-descr	2010-09-22 22:36:19.000000000 -0400
+++ gnu-dico/pkg-descr	2010-09-24 19:10:50.891761000 -0400
@@ -1,8 +1,9 @@
-Dico is an implementation of DICT server (RFC 2229).  It is fully
-modular: the daemon itself (dicod) provides only the server
-functionality, but it knows nothing about database formats.  Actual
-searches are performed by functions supplied in loadable modules.  A
-single module can serve one or more databases.  The package includes
-the following database modules: dictorg, guile, python, and outline.
+GNU Dico is a flexible modular implementation of DICT server (RFC 2229).
+It handles database accesses using loadable modules, and does not depend
+on particular database format. The package includes several loadable
+modules for interfacing with various database formats, among them a
+module for dict.org databases. New modules can be written in C, Guile or
+Python. The package also includes a console client program for querying
+remote dictionary servers.
 
 WWW: http://www.gnu.org/software/dico/
diff -ur gnu-dico-ports/pkg-plist gnu-dico/pkg-plist
--- gnu-dico-ports/pkg-plist	2010-09-22 22:36:19.000000000 -0400
+++ gnu-dico/pkg-plist	2010-09-24 19:00:08.163134000 -0400
@@ -11,6 +11,7 @@
 include/dico/strat.h
 include/dico/stream.h
 include/dico/types.h
+include/dico/udb.h
 include/dico/url.h
 include/dico/utf8.h
 include/dico/util.h
@@ -21,16 +22,25 @@
 %%GUILE%%lib/dico/guile.a
 %%GUILE%%lib/dico/guile.la
 %%GUILE%%lib/dico/guile.so
+%%LDAP%%lib/dico/ldap.a
+%%LDAP%%lib/dico/ldap.la
+%%LDAP%%lib/dico/ldap.so
 lib/dico/outline.a
 lib/dico/outline.la
 lib/dico/outline.so
 %%PYTHON%%lib/dico/python.a
 %%PYTHON%%lib/dico/python.la
 %%PYTHON%%lib/dico/python.so
+lib/dico/stratall.a
+lib/dico/stratall.la
+lib/dico/stratall.so
+lib/dico/substr.a
+lib/dico/substr.la
+lib/dico/substr.so
 lib/libdico.a
 lib/libdico.la
 lib/libdico.so
-lib/libdico.so.0
+lib/libdico.so.1
 sbin/dicod
 %%DATADIR%%/%%PORTVERSION%%/include/pp-setup
 %%DATADIR%%/gjdict.xbm


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Mon Sep 27 00:44:26 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150975 

From: wen heping <wenheping@gmail.com>
To: bug-followup@FreeBSD.org, goran.tal@gmail.com
Cc:  
Subject: Re: ports/150975: update net/gnu-dico to 2.1
Date: Mon, 27 Sep 2010 09:33:36 +0800

 Hi,
 
    There is a plist error , would you re-test it and fix it ?
    Below is the build log.
 
 wen
 
 
 building gnu-dico-2.1 in directory /usr/local/tinderbox/9.0-FreeBSD
 build started at Mon Sep 27 01:25:06 UTC 2010
 port directory: /usr/ports/net/gnu-dico
 building for:  9.0-CURRENT i386
 maintained by: goran.tal@gmail.com
 Makefile ident: $FreeBSD: ports/net/gnu-dico/Makefile,v 1.1 2010/09/23
 02:36:19 pgollucci Exp $
 prefixes: LOCALBASE=usr/local PREFIX=/usr/local
 Begin Configuration:
 ---Begin Environment---
 ARCH=i386
 PACKAGE_BUILDING=1
 USER=root
 CCACHE_DIR=
 BRANCH=CURRENT
 CCACHE_NOLINK=1
 HOST_WORKDIR=
 BATCH=1
 OLDPWD=/
 HOME=/root
 PKGZIPCMD=bzip2
 HAVE_MOTIF=1
 FTP_TIMEOUT=900
 HTTP_TIMEOUT=900
 defaultUpdateHost=cvsup.FreeBSDChina.org
 pb=/usr/local/tinderbox
 DISTFILE_CACHE=/usr/ports/distfiles
 OSREL=9.0
 defaultUpdateType=CSUP
 TINDERD_LOGFILE=/dev/null
 PORTOBJFORMAT=elf
 WRKDIRPREFIX=/work
 DISTDIR=/tmp/distfiles
 DISTCACHE=/distcache
 CCACHE_LOGFILE=
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
 PACKAGES=/tmp/packages
 TIMEOUT=7200
 PKGSUFFIX=.tbz
 OSVERSION=900021
 OPTIONS_ENABLED=0
 __DSVERSION__=3.2
 TINDERD_SLEEPTIME=120
 UNAME_n=tinderbox.host
 __MKLVL__=1
 CCACHE_JAIL=0
 LOCALBASE=/usr/local
 CCACHE_MAX_SIZE=1G
 DISTFILE_URI=
 X_WINDOW_SYSTEM=xorg
 MASTER_SITE_OVERRIDE=file:///distcache/${DIST_SUBDIR}/
 OPTIONS_DIR=
 UNAME_r=9.0-CURRENT
 USA_RESIDENT=YES
 UNAME_s=FreeBSD
 PARALLEL_PACKAGE_BUILD=1
 PWD=/usr/ports/net/gnu-dico
 UNAME_v=FreeBSD 9.0-CURRENT #0: Mon Sep 27 09:18:29 CST 2010
 root@tinderbox.host:/usr/src/sys/magic/kernel/path
 FTP_PASSIVE_MODE=yes
 CCACHE_ENABLED=0
 INDEXFILE=INDEX-9
 ---End Environment---
 
 ---Begin OPTIONS List---
 ===> The following configuration options are available for gnu-dico-2.1:
      PYTHON=on (default) "With PYTHON support"
      GUILE=on (default) "With GUILE support"
      GSASL=off (default) "With GSASL support"
      LDAP=off (default) "With LDAP support"
 ===> Use 'make config' to modify these settings
 ---End OPTIONS List---
 
 End Configuration.
 FETCH_DEPENDS=
 PATCH_DEPENDS=
 EXTRACT_DEPENDS=
 BUILD_DEPENDS=python26-2.6.6.tbz gettext-0.18.1.1.tbz
 libiconv-1.13.1_1.tbz gmake-3.81_4.tbz libtool-2.2.10.tbz
 gmp-5.0.1.tbz libltdl-2.2.10.tbz guile-1.8.6_5.tbz
 RUN_DEPENDS=gmp-5.0.1.tbz gettext-0.18.1.1.tbz libltdl-2.2.10.tbz
 libiconv-1.13.1_1.tbz guile-1.8.6_5.tbz python26-2.6.6.tbz
 add_pkg
 ================================================================
 ====================<phase 1: make checksum>====================
 ===>  License check disabled, port has not defined LICENSE
 => dico-2.1.tar.xz doesn't seem to exist in /tmp/distfiles/.
 => Attempting to fetch from file:///distcache//.
 dico-2.1.tar.xz                                       1173 kB   18 MBps
 => MD5 Checksum OK for dico-2.1.tar.xz.
 => SHA256 Checksum OK for dico-2.1.tar.xz.
 ================================================================
 ====================<phase 2: make extract>====================
 add_pkg
 ===>  License check disabled, port has not defined LICENSE
 ===>  Extracting for gnu-dico-2.1
 => MD5 Checksum OK for dico-2.1.tar.xz.
 => SHA256 Checksum OK for dico-2.1.tar.xz.
 ================================================================
 ====================<phase 3: make patch>====================
 add_pkg
 ===>  Patching for gnu-dico-2.1
 ================================================================
 ====================<phase 4: make build>====================
 add_pkg python26-2.6.6.tbz gettext-0.18.1.1.tbz libiconv-1.13.1_1.tbz
 gmake-3.81_4.tbz libtool-2.2.10.tbz gmp-5.0.1.tbz libltdl-2.2.10.tbz
 guile-1.8.6_5.tbz
 adding dependencies
 pkg_add python26-2.6.6.tbz
 
 ====
 Note that some of the standard modules are provided as separate
 ports since they require extra dependencies:
 
 bsddb           databases/py-bsddb
 gdbm            databases/py-gdbm
 sqlite3		databases/py-sqlite3
 tkinter         x11-toolkits/py-tkinter
 
 Install them as needed.
 ====
 
 pkg_add gettext-0.18.1.1.tbz
 pkg_add libiconv-1.13.1_1.tbz
 skipping libiconv-1.13.1_1, already added
 pkg_add gmake-3.81_4.tbz
 pkg_add libtool-2.2.10.tbz
 pkg_add gmp-5.0.1.tbz
 pkg_add libltdl-2.2.10.tbz
 pkg_add guile-1.8.6_5.tbz
 ===>   gnu-dico-2.1 depends on file: /usr/local/bin/python2.6 - found
 ===>   gnu-dico-2.1 depends on executable: gmake - found
 ===>   gnu-dico-2.1 depends on package: libtool>=2.2 - found
 ===>   gnu-dico-2.1 depends on shared library: guile.20 - found
 ===>   gnu-dico-2.1 depends on shared library: intl - found
 ===>   gnu-dico-2.1 depends on shared library: ltdl.7 - found
 ===>  Configuring for gnu-dico-2.1
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
 checking for gawk... no
 checking for mawk... no
 checking for nawk... nawk
 checking whether gmake sets $(MAKE)... yes
 checking how to create a ustar tar archive... gnutar
 checking for gcc... cc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether cc accepts -g... yes
 checking for cc option to accept ISO C89... none needed
 checking for style of include used by gmake... GNU
 checking dependency style of cc... gcc3
 checking for ranlib... ranlib
 checking build system type... i386-portbld-freebsd9.0
 checking host system type... i386-portbld-freebsd9.0
 checking how to run the C preprocessor... cc -E
 checking for grep that handles long lines and -e... /usr/bin/grep
 checking for egrep... /usr/bin/grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether it is safe to define __EXTENSIONS__... yes
 checking for _LARGEFILE_SOURCE value needed for large files... no
 checking how to run the C preprocessor... cc -E
 checking for gawk... (cached) nawk
 checking for bison... no
 checking for byacc... byacc
 checking for flex... flex
 checking lex output file root... lex.yy
 checking lex library... -lfl
 checking whether yytext is a pointer... yes
 checking how to print strings... printf
 checking for a sed that does not truncate output... /usr/bin/sed
 checking for fgrep... /usr/bin/grep -F
 checking for ld used by cc... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
 checking the name lister (/usr/bin/nm -B) interface... BSD nm
 checking whether ln -s works... yes
 checking the maximum length of command line arguments... (cached) 262144
 checking whether the shell understands some XSI constructs... yes
 checking whether the shell understands "+="... no
 checking for /usr/bin/ld option to reload object files... -r
 checking for objdump... objdump
 checking how to recognize dependent libraries... pass_all
 checking for ar... ar
 checking for strip... strip
 checking for ranlib... (cached) ranlib
 checking command to parse /usr/bin/nm -B output from cc object... ok
 checking for dlfcn.h... yes
 checking for objdir... .libs
 checking if cc supports -fno-rtti -fno-exceptions... no
 checking for cc option to produce PIC... -fPIC -DPIC
 checking if cc PIC flag -fPIC -DPIC works... yes
 checking if cc static flag -static works... yes
 checking if cc supports -c -o file.o... yes
 checking if cc supports -c -o file.o... (cached) yes
 checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
 checking whether -lc should be explicitly linked in... no
 checking dynamic linker characteristics... freebsd9.0 ld.so
 checking how to hardcode library paths into programs... immediate
 checking for shl_load... no
 checking for shl_load in -ldld... no
 checking for dlopen... yes
 checking whether a program can dlopen itself... yes
 checking whether a statically linked program can dlopen itself... no
 checking whether stripping libraries is possible... yes
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... yes
 checking whether to build static libraries... yes
 checking which extension is used for runtime loadable modules... .so
 checking which variable specifies run-time module search path... LD_LIBRARY_PATH
 checking for the default library search path... /lib /usr/lib
 checking for library containing dlopen... none required
 checking for dlerror... yes
 checking for shl_load... (cached) no
 checking for shl_load in -ldld... (cached) no
 checking for dld_link in -ldld... no
 checking for _ prefix in compiled symbols... no
 checking whether deplibs are loaded by dlopen... yes
 checking for argz.h... no
 checking for error_t... no
 checking for argz_add... no
 checking for argz_append... no
 checking for argz_count... no
 checking for argz_create_sep... no
 checking for argz_insert... no
 checking for argz_next... no
 checking for argz_stringify... no
 checking whether libtool supports -dlopen/-dlpreopen... yes
 checking for ltdl.h... yes
 checking whether lt_dlinterface_register is declared... yes
 checking for lt_dladvise_preload in -lltdl... yes
 checking where to find libltdl headers...
 checking where to find libltdl library... -lltdl
 checking for unistd.h... (cached) yes
 checking for dl.h... no
 checking for sys/dl.h... no
 checking for dld.h... no
 checking for mach-o/dyld.h... no
 checking for dirent.h... yes
 checking for closedir... yes
 checking for opendir... yes
 checking for readdir... yes
 checking for strlcat... yes
 checking for strlcpy... yes
 checking for socket in -lsocket... no
 checking for gethostbyaddr in -lnsl... no
 checking for nanosleep in -lrt... yes
 checking for dirent.h that defines DIR... yes
 checking for library containing opendir... none required
 checking for ANSI C header files... (cached) yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking fcntl.h usability... yes
 checking fcntl.h presence... yes
 checking for fcntl.h... yes
 checking limits.h usability... yes
 checking limits.h presence... yes
 checking for limits.h... yes
 checking for strings.h... (cached) yes
 checking sys/time.h usability... yes
 checking sys/time.h presence... yes
 checking for sys/time.h... yes
 checking syslog.h usability... yes
 checking syslog.h presence... yes
 checking for syslog.h... yes
 checking for unistd.h... (cached) yes
 checking crypt.h usability... no
 checking crypt.h presence... no
 checking for crypt.h... no
 checking readline/readline.h usability... yes
 checking readline/readline.h presence... yes
 checking for readline/readline.h... yes
 checking for working alloca.h... no
 checking for alloca... yes
 checking for inline... inline
 checking whether <wchar.h> uses 'inline' correctly... yes
 checking for btowc... yes
 checking for getdelim... yes
 checking for __fsetlocking... no
 checking for tcgetattr... yes
 checking for tcsetattr... yes
 checking for gettimeofday... yes
 checking for mbsinit... yes
 checking for mbrtowc... yes
 checking for mbrlen... yes
 checking for mprotect... yes
 checking for memchr... yes
 checking for nl_langinfo... yes
 checking for isblank... yes
 checking for iswctype... yes
 checking for wcscoll... yes
 checking for tzset... yes
 checking for localtime_r... yes
 checking for vasnprintf... no
 checking for wcrtomb... yes
 checking for iswcntrl... yes
 checking for iswblank... yes
 checking for nl_langinfo and CODESET... yes
 checking for a traditional french locale... fr_FR.ISO8859-1
 checking whether byte ordering is bigendian... no
 checking whether the preprocessor supports include_next... yes
 checking errno.h usability... yes
 checking errno.h presence... yes
 checking for errno.h... yes
 checking float.h usability... yes
 checking float.h presence... yes
 checking for float.h... yes
 checking sys/socket.h usability... yes
 checking sys/socket.h presence... yes
 checking for sys/socket.h... yes
 checking sys/param.h usability... yes
 checking sys/param.h presence... yes
 checking for sys/param.h... yes
 checking netdb.h usability... yes
 checking netdb.h presence... yes
 checking for netdb.h... yes
 checking getopt.h usability... yes
 checking getopt.h presence... yes
 checking for getopt.h... yes
 checking stdio_ext.h usability... no
 checking stdio_ext.h presence... no
 checking for stdio_ext.h... no
 checking termios.h usability... yes
 checking termios.h presence... yes
 checking for termios.h... yes
 checking for sys/time.h... (cached) yes
 checking for stdint.h... (cached) yes
 checking wchar.h usability... yes
 checking wchar.h presence... yes
 checking for wchar.h... yes
 checking for inttypes.h... (cached) yes
 checking langinfo.h usability... yes
 checking langinfo.h presence... yes
 checking for langinfo.h... yes
 checking sys/mman.h usability... yes
 checking sys/mman.h presence... yes
 checking for sys/mman.h... yes
 checking locale.h usability... yes
 checking locale.h presence... yes
 checking for locale.h... yes
 checking stddef.h usability... yes
 checking stddef.h presence... yes
 checking for stddef.h... yes
 checking stdio.h usability... yes
 checking stdio.h presence... yes
 checking for stdio.h... yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking sysexits.h usability... yes
 checking sysexits.h presence... yes
 checking for sysexits.h... yes
 checking time.h usability... yes
 checking time.h presence... yes
 checking for time.h... yes
 checking for unistd.h... (cached) yes
 checking wctype.h usability... yes
 checking wctype.h presence... yes
 checking for wctype.h... yes
 checking for complete errno.h... yes
 checking for fseeko... yes
 checking whether stdin defaults to large file offsets... yes
 checking whether getdelim is declared... yes
 checking whether getline is declared... yes
 checking for getopt.h... (cached) yes
 checking for getopt_long_only... yes
 checking whether optreset is declared... yes
 checking whether getopt is POSIX compatible... yes
 checking for working GNU getopt function... no
 checking whether getenv is declared... yes
 checking whether getpass is declared... yes
 checking whether fflush_unlocked is declared... no
 checking whether flockfile is declared... yes
 checking whether fputs_unlocked is declared... no
 checking whether funlockfile is declared... yes
 checking whether putc_unlocked is declared... yes
 checking for C/C++ restrict keyword... __restrict
 checking for struct timeval... yes
 checking whether gettimeofday is declared without a macro... yes
 checking for stdbool.h that conforms to C99... yes
 checking for _Bool... yes
 checking for off_t... yes
 checking for long long int... yes
 checking for unsigned long long int... yes
 checking whether stdint.h conforms to C99... yes
 checking for inttypes.h... (cached) yes
 checking whether the inttypes.h PRIxNN macros are broken... no
 checking whether imaxabs is declared... yes
 checking whether imaxdiv is declared... yes
 checking whether strtoimax is declared... yes
 checking whether strtoumax is declared... yes
 checking for working fcntl.h... no (bad O_NOATIME)
 checking whether getc_unlocked is declared... yes
 checking whether we are using the GNU C Library 2.1 or newer... no
 checking whether malloc, realloc, calloc are POSIX compliant... yes
 checking for mbstate_t... yes
 checking for a traditional japanese locale... ja_JP.eucJP
 checking for a transitional chinese locale... zh_CN.GB18030
 checking for a french Unicode locale... fr_FR.UTF-8
 checking whether mbrtowc handles incomplete characters... yes
 checking whether mbrtowc works as well as mbtowc... yes
 checking whether mbrtowc handles a NULL string argument... yes
 checking whether mbrtowc has a correct return value... yes
 checking whether mbrtowc returns 0 when parsing a NUL character... yes
 checking for mmap... yes
 checking for MAP_ANONYMOUS... yes
 checking whether memchr works... yes
 checking whether snprintf is declared... yes
 checking for wchar_t... yes
 checking for working strerror function... yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking for struct tm.tm_zone... yes
 checking for struct tm.tm_gmtoff... yes
 checking whether memmem is declared without a macro... yes
 checking whether mempcpy is declared without a macro... no
 checking whether memrchr is declared without a macro... yes
 checking whether rawmemchr is declared without a macro... no
 checking whether stpcpy is declared without a macro... yes
 checking whether stpncpy is declared without a macro... yes
 checking whether strchrnul is declared without a macro... no
 checking whether strdup is declared without a macro... yes
 checking whether strncat is declared without a macro... yes
 checking whether strndup is declared without a macro... yes
 checking whether strnlen is declared without a macro... yes
 checking whether strpbrk is declared without a macro... yes
 checking whether strsep is declared without a macro... yes
 checking whether strcasestr is declared without a macro... yes
 checking whether strtok_r is declared without a macro... yes
 checking whether strsignal is declared without a macro... yes
 checking whether strverscmp is declared without a macro... no
 checking for struct timespec in <time.h>... yes
 checking for wint_t... yes
 checking for size_t... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for intmax_t... yes
 checking whether snprintf returns a byte count as in C99... yes
 checking for snprintf... yes
 checking for strnlen... yes
 checking for wcslen... yes
 checking for wcsnlen... yes
 checking for mbrtowc... (cached) yes
 checking for wcrtomb... (cached) yes
 checking whether _snprintf is declared... no
 checking whether btowc(0) is correct... yes
 checking whether btowc(EOF) is correct... yes
 checking for working getdelim function... yes
 checking for getdomainname... yes
 checking for gethostname... yes
 checking for HOST_NAME_MAX... 256
 checking for getline... yes
 checking for working getline function... yes
 checking whether __fsetlocking is declared... no
 checking whether gettimeofday clobbers localtime buffer... no
 checking for gettimeofday with POSIX signature... almost
 checking whether the compiler generally respects inline... yes
 checking whether inttypes.h conforms to C99... yes
 checking whether INT32_MAX < INTMAX_MAX... yes
 checking whether INT64_MAX == LONG_MAX... no
 checking whether UINT32_MAX < UINTMAX_MAX... yes
 checking whether UINT64_MAX == ULONG_MAX... no
 checking whether imaxabs is declared without a macro... yes
 checking whether imaxdiv is declared without a macro... yes
 checking whether strtoimax is declared without a macro... yes
 checking whether strtoumax is declared without a macro... yes
 checking whether langinfo.h defines CODESET... yes
 checking whether langinfo.h defines ERA... yes
 checking whether nl_langinfo is declared without a macro... yes
 checking whether lseek detects pipes... yes
 checking for stdlib.h... (cached) yes
 checking for GNU libc compatible malloc... yes
 checking whether mbrtowc handles incomplete characters... (cached) yes
 checking whether mbrtowc works as well as mbtowc... (cached) yes
 checking whether mbrtowc handles a NULL string argument... (cached) yes
 checking whether mbrtowc has a correct return value... (cached) yes
 checking whether mbrtowc returns 0 when parsing a NUL character... (cached) yes
 checking whether mbrtowc handles incomplete characters... (cached) yes
 checking whether mbrtowc works as well as mbtowc... (cached) yes
 checking for obstacks... no
 checking for stdlib.h... (cached) yes
 checking for GNU libc compatible realloc... yes
 checking for working re_compile_pattern... no
 checking libintl.h usability... yes
 checking libintl.h presence... yes
 checking for libintl.h... yes
 checking whether isblank is declared... yes
 checking for stdint.h... (cached) yes
 checking for SIZE_MAX... yes
 checking for snprintf... (cached) yes
 checking whether snprintf respects a size of 1... yes
 checking for library containing setsockopt... none needed
 checking for ssize_t... yes
 checking whether NULL can be used in arbitrary expressions... yes
 checking whether stdint.h conforms to C99... (cached) yes
 checking whether dprintf is declared without a macro... yes
 checking whether fpurge is declared without a macro... yes
 checking whether fseeko is declared without a macro... yes
 checking whether ftello is declared without a macro... yes
 checking whether getdelim is declared without a macro... yes
 checking whether getline is declared without a macro... yes
 checking whether popen is declared without a macro... yes
 checking whether renameat is declared without a macro... yes
 checking whether snprintf is declared without a macro... yes
 checking whether tmpfile is declared without a macro... yes
 checking whether vdprintf is declared without a macro... yes
 checking whether vsnprintf is declared without a macro... yes
 checking for random.h... no
 checking for struct random_data... no
 checking whether atoll is declared without a macro... yes
 checking whether canonicalize_file_name is declared without a macro... no
 checking whether getloadavg is declared without a macro... yes
 checking whether getsubopt is declared without a macro... yes
 checking whether grantpt is declared without a macro... yes
 checking whether mkdtemp is declared without a macro... yes
 checking whether mkostemp is declared without a macro... no
 checking whether mkostemps is declared without a macro... no
 checking whether mkstemp is declared without a macro... yes
 checking whether mkstemps is declared without a macro... no
 checking whether ptsname is declared without a macro... yes
 checking whether random_r is declared without a macro... no
 checking whether initstat_r is declared without a macro... no
 checking whether srandom_r is declared without a macro... no
 checking whether setstate_r is declared without a macro... no
 checking whether realpath is declared without a macro... yes
 checking whether rpmatch is declared without a macro... yes
 checking whether setenv is declared without a macro... yes
 checking whether strtod is declared without a macro... yes
 checking whether strtoll is declared without a macro... yes
 checking whether strtoull is declared without a macro... yes
 checking whether unlockpt is declared without a macro... yes
 checking whether unsetenv is declared without a macro... yes
 checking whether <inttypes.h> defines strtoimax as a macro... no
 checking for strtoimax... yes
 checking for strtol... yes
 checking for strtoll... yes
 checking for strtoul... yes
 checking for strtoull... yes
 checking whether <inttypes.h> defines strtoumax as a macro... no
 checking for strtoumax... yes
 checking whether <sys/socket.h> is self-contained... yes
 checking for shutdown... yes
 checking whether <sys/socket.h> defines the SHUT_* macros... yes
 checking for struct sockaddr_storage... yes
 checking for sa_family_t... yes
 checking whether socket is declared without a macro... no
 checking whether connect is declared without a macro... no
 checking whether accept is declared without a macro... no
 checking whether bind is declared without a macro... no
 checking whether getpeername is declared without a macro... no
 checking whether getsockname is declared without a macro... no
 checking whether getsockopt is declared without a macro... no
 checking whether listen is declared without a macro... no
 checking whether recv is declared without a macro... no
 checking whether send is declared without a macro... no
 checking whether recvfrom is declared without a macro... no
 checking whether sendto is declared without a macro... no
 checking whether setsockopt is declared without a macro... no
 checking whether shutdown is declared without a macro... no
 checking whether accept4 is declared without a macro... no
 checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
 checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
 checking whether localtime_r is compatible with its POSIX signature... yes
 checking whether chown is declared without a macro... yes
 checking whether dup2 is declared without a macro... yes
 checking whether dup3 is declared without a macro... no
 checking whether environ is declared without a macro... no
 checking whether euidaccess is declared without a macro... no
 checking whether faccessat is declared without a macro... yes
 checking whether fchdir is declared without a macro... yes
 checking whether fchownat is declared without a macro... yes
 checking whether fsync is declared without a macro... yes
 checking whether ftruncate is declared without a macro... yes
 checking whether getcwd is declared without a macro... yes
 checking whether getdomainname is declared without a macro... yes
 checking whether getdtablesize is declared without a macro... yes
 checking whether getgroups is declared without a macro... yes
 checking whether gethostname is declared without a macro... yes
 checking whether getlogin is declared without a macro... yes
 checking whether getlogin_r is declared without a macro... yes
 checking whether getpagesize is declared without a macro... yes
 checking whether getusershell is declared without a macro... yes
 checking whether setusershell is declared without a macro... yes
 checking whether endusershell is declared without a macro... yes
 checking whether lchown is declared without a macro... yes
 checking whether link is declared without a macro... yes
 checking whether linkat is declared without a macro... yes
 checking whether lseek is declared without a macro... yes
 checking whether pipe2 is declared without a macro... no
 checking whether pread is declared without a macro... yes
 checking whether pwrite is declared without a macro... yes
 checking whether readlink is declared without a macro... yes
 checking whether readlinkat is declared without a macro... yes
 checking whether rmdir is declared without a macro... yes
 checking whether sleep is declared without a macro... yes
 checking whether symlink is declared without a macro... yes
 checking whether symlinkat is declared without a macro... yes
 checking whether ttyname_r is declared without a macro... yes
 checking whether unlink is declared without a macro... yes
 checking whether unlinkat is declared without a macro... yes
 checking whether usleep is declared without a macro... yes
 checking for ptrdiff_t... yes
 checking for vasprintf... yes
 checking whether btowc is declared without a macro... yes
 checking whether wctob is declared without a macro... yes
 checking whether mbsinit is declared without a macro... yes
 checking whether mbrtowc is declared without a macro... yes
 checking whether mbrlen is declared without a macro... yes
 checking whether mbsrtowcs is declared without a macro... yes
 checking whether mbsnrtowcs is declared without a macro... yes
 checking whether wcrtomb is declared without a macro... yes
 checking whether wcsrtombs is declared without a macro... yes
 checking whether wcsnrtombs is declared without a macro... yes
 checking whether wcwidth is declared without a macro... yes
 checking whether mbrtowc handles incomplete characters... (cached) yes
 checking whether mbrtowc works as well as mbtowc... (cached) yes
 checking whether wcrtomb return value is correct... yes
 checking whether iswcntrl works... yes
 checking for stdint.h... (cached) yes
 checking for an ANSI C-conforming const... yes
 checking for inline... (cached) inline
 checking for pid_t... yes
 checking for off_t... (cached) yes
 checking for size_t... (cached) yes
 checking whether time.h and sys/time.h may both be included... yes
 checking for socklen_t... yes
 checking return type of signal handlers... void
 checking for gethostname... (cached) yes
 checking for select... yes
 checking for socket... yes
 checking for strdup... yes
 checking for strerror... yes
 checking for strtol... (cached) yes
 checking for setegid... yes
 checking for setregid... yes
 checking for setresgid... yes
 checking for seteuid... yes
 checking for setreuid... yes
 checking for sysconf... yes
 checking for getdtablesize... yes
 checking whether crypt is declared... yes
 checking for crypt in -lcrypt... yes
 checking for ld used by GCC... /usr/bin/ld
 checking if the linker (/usr/bin/ld) is GNU ld... yes
 checking for shared library run path origin... done
 checking for iconv... yes
 checking for working iconv... yes
 checking how to link with libiconv... /usr/local/lib/libiconv.so
 -Wl,-rpath -Wl,/usr/local/lib
 checking for iconv declaration...
          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
 *inbytesleft, char * *outbuf, size_t *outbytesleft);
 checking whether NLS is requested... yes
 checking for msgfmt... /usr/local/bin/msgfmt
 checking for gmsgfmt... /usr/local/bin/msgfmt
 checking for xgettext... /usr/local/bin/xgettext
 checking for msgmerge... /usr/local/bin/msgmerge
 checking for CFPreferencesCopyAppValue... no
 checking for CFLocaleCopyCurrent... no
 checking for GNU gettext in libc... no
 checking for iconv... (cached) yes
 checking for working iconv... (cached) yes
 checking how to link with libiconv... /usr/local/lib/libiconv.so
 -Wl,-rpath -Wl,/usr/local/lib
 checking for GNU gettext in libintl... yes
 checking whether to use NLS... yes
 checking where the gettext function comes from... external libintl
 checking how to link with libintl... /usr/local/lib/libintl.so
 /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
 checking zlib.h usability... yes
 checking zlib.h presence... yes
 checking for zlib.h... yes
 checking for inflate in -lz... yes
 checking for db_create in -ldb... no
 checking for db_create in -ldb-4... no
 checking for m4... /usr/bin/m4
 checking for guile-config... /usr/local/bin/guile-config
 checking for guile-snarf... /usr/local/bin/guile-snarf
 checking for guile-tools... /usr/local/bin/guile-tools
 checking for scm_t_off... no
 configure: WARNING: guile site directory "/usr/local/share/guile/site"
 lies outside your current prefix (/usr/local).
 configure: WARNING: Falling back to $(datadir)/guile/site instead. Use
 --with-guile-site-dir to force using site directory.
 checking for python-config... /usr/local/bin/python-config
 checking for tputs in -lncurses... yes
 checking for readline in -lreadline... yes
 checking for readline/readline.h... (cached) yes
 checking for rl_completion_matches... yes
 configure: creating ./config.status
 config.status: creating libltdl/Makefile
 config.status: creating Makefile
 config.status: creating include/Makefile
 config.status: creating include/dico/Makefile
 config.status: creating utils/Makefile
 config.status: creating gint/Makefile
 config.status: creating gnu/Makefile
 config.status: creating lib/Makefile
 config.status: creating dicod/Makefile
 config.status: creating modules/Makefile
 config.status: creating modules/outline/Makefile
 config.status: creating modules/dict.org/Makefile
 config.status: creating modules/guile/Makefile
 config.status: creating modules/python/Makefile
 config.status: creating modules/stratall/Makefile
 config.status: creating modules/substr/Makefile
 config.status: creating modules/ldap/Makefile
 config.status: creating dico/Makefile
 config.status: creating tests/Makefile
 config.status: creating doc/Makefile
 config.status: creating po/Makefile.in
 config.status: creating config.h
 config.status: linking gnu/gettext.h to include/gettext.h
 config.status: executing depfiles commands
 config.status: executing libtool commands
 config.status: executing po-directories commands
 config.status: creating po/POTFILES
 config.status: creating po/Makefile
 config.status: executing status commands
 
 *******************************************************************
 Dico configured with the following settings:
 
 Guile ........................... yes
 Python .......................... yes
 GSASL ........................... no
 LDAP ............................ no
 Readline ........................ yes
 Preprocessor .................... "/usr/bin/m4 -s"
 
 Default server .................. gnu.org.ua
 Autologin file .................. .dicologin
 *******************************************************************
 ===>  Building for gnu-dico-2.1
 gmake  all-recursive
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1'
 Making all in include
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 Making all in dico
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/include/dico'
 gmake[3]: Nothing to be done for `all'.
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/include/dico'
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 gmake[3]: Nothing to be done for `all-am'.
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 Making all in utils
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/utils'
 gmake[2]: Nothing to be done for `all'.
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/utils'
 Making all in gint
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gint'
 gmake[2]: Nothing to be done for `all'.
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gint'
 Making all in gnu
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
   GEN    alloca.h
   GEN    arg-nonnull.h
   GEN    c++defs.h
   GEN    configmake.h
   GEN    getopt.h
   GEN    warn-on-use.h
   GEN    inttypes.h
   GEN    langinfo.h
   GEN    stdio.h
   GEN    stdlib.h
   GEN    string.h
   GEN    sys/socket.h
   GEN    sys/time.h
   GEN    time.h
   GEN    unistd.h
   GEN    wchar.h
   GEN    wctype.h
 gmake  all-recursive
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 gmake[4]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
   CC     c-ctype.o
   CC     c-strcasecmp.o
   CC     c-strncasecmp.o
   CC     close-hook.o
   CC     exitfail.o
   CC     localcharset.o
   CC     sockets.o
   CC     xgetdomainname.o
   CC     xgethostname.o
   CC     asnprintf.o
   CC     des.o
   CC     fprintftime.o
   CC     getopt.o
   CC     getopt1.o
   CC     getpass.o
   CC     hash.o
   CC     imaxtostr.o
   CC     md5.o
   CC     obstack.o
   CC     offtostr.o
   CC     printf-args.o
   CC     printf-parse.o
   CC     quote.o
   CC     quotearg.o
   CC     regex.o
   CC     sha1.o
   CC     strftime.o
   CC     uinttostr.o
   CC     umaxtostr.o
   CC     vasnprintf.o
   CC     xmalloc.o
   AR     libgnu.a
   GEN    charset.alias
   GEN    ref-add.sed
   GEN    ref-del.sed
 gmake[4]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 Making all in lib
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/lib'
   CC     appi18n.o
   CC     iputil.o
   CC     jiscvt.o
   CC     timer.o
   CC     tokenize.o
   CC     userprivs.o
   CC     xhostname.o
   CC     xscript.o
   CC     xstream.o
   CC     xutil.o
   AR     libxdico.a
   CC     xalloc-die.o
   AR     libextra.a
   CC     argcv.lo
   CC     assoc.lo
   CC     base64.lo
   CC     dbgstream.lo
   CC     diag.lo
   CC     fdiostr.lo
   CC     fdstream.lo
   CC     fltstream.lo
   CC     header.lo
   CC     iostr.lo
   CC     key.lo
   CC     levenshtein.lo
   CC     libi18n.lo
   CC     list.lo
   CC     logstream.lo
   CC     mapstream.lo
   CC     markup.lo
   CC     parseopt.lo
   CC     qp.lo
   CC     soundex.lo
   CC     strat.lo
   CC     stream.lo
   CC     udb.lo
   CC     url.lo
   CC     utf8.lo
   CC     util.lo
   CC     xlat.lo
   CCLD   libdico.la
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/lib'
 Making all in libltdl
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
 /bin/sh /work/a/ports/net/gnu-dico/work/dico-2.1/build-aux/install-sh -d .
 cp ./argz_.h argz.h-t
 mv argz.h-t argz.h
 gmake  all-am
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
   CC     dlopen.lo
   CCLD   dlopen.la
   CC     libltdlc_la-preopen.lo
   CC     libltdlc_la-lt__alloc.lo
   CC     libltdlc_la-lt_dlloader.lo
   CC     libltdlc_la-lt_error.lo
   CC     libltdlc_la-ltdl.lo
   CC     libltdlc_la-slist.lo
   CC     argz.lo
   CCLD   libltdlc.la
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
 Making all in dicod
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
 gmake  all-am
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
   CC     accesslog.o
   CC     acl.o
   CC     alias.o
   CC     auth.o
   CC     capa.o
   CC     ckpass.o
   CC     cmdline.o
   CC     commands.o
   CC     config-format.o
   CC     config-gram.o
   CC     config-lex.o
   CC     dbtext.o
   CC     dicod.o
   CC     gsasl.o
   CC     ident.o
   CC     lang.o
   CC     lev.o
   CC     loader.o
   CC     main.o
   CC     markup.o
   CC     mime.o
   CC     ostream.o
   CC     pp.o
   CC     regex.o
   CC     server.o
   CC     stat.o
   CC     stratcl.o
   CC     xidle.o
   CC     xversion.o
   CCLD   dicod
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
 Making all in modules
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 Making all in outline
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/outline'
   CC     outline.lo
   CCLD   outline.la
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/outline'
 Making all in dict.org
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/dict.org'
   CC     crc.lo
   CC     data.lo
   CC     dictorg.lo
   CC     dictstr.lo
   CCLD   dictorg.la
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/dict.org'
 Making all in guile
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
 gmake  all-am
 gmake[4]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
   CC     guile.lo
   CCLD   guile.la
 gmake[4]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
 Making all in python
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/python'
   CC     python.lo
   CCLD   python.la
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/python'
 Making all in stratall
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/stratall'
   CC     stratall.lo
   CCLD   stratall.la
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/stratall'
 Making all in substr
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/substr'
   CC     substr.lo
   CCLD   substr.la
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/substr'
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 gmake[3]: Nothing to be done for `all-am'.
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 Making all in dico
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
 gmake  all-am
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
   CC     autologin.o
   CC     cmdline.o
   CC     connect.o
   CC     dico.o
   CC     func.o
   CC     lookup.o
   CC     pager.o
   CC     saslauth.o
   CC     shell.o
   CCLD   dico
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
 Making all in tests
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/tests'
   CC     levtest.o
   CCLD   levtest
 sed 's|<BUILDDIR>|'`cd ..; pwd`'|g;s|<SRCDIR>|'`cd ..; pwd`'|g' \
 		dicod.cfin > dicod.conf
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/tests'
 Making all in doc
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/doc'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/doc'
 Making all in po
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/po'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/po'
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1'
 gmake[2]: Nothing to be done for `all-am'.
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1'
 ================================================================
 ====================<phase 5: make test>====================
 make: don't know how to make regression-test(continuing)
 1 error
 ================================================================
 ====================<phase 6: make install>====================
 add_pkg gmp-5.0.1.tbz gettext-0.18.1.1.tbz libltdl-2.2.10.tbz
 libiconv-1.13.1_1.tbz guile-1.8.6_5.tbz python26-2.6.6.tbz
 adding dependencies
 pkg_add gmp-5.0.1.tbz
 skipping gmp-5.0.1, already added
 pkg_add gettext-0.18.1.1.tbz
 skipping gettext-0.18.1.1, already added
 pkg_add libltdl-2.2.10.tbz
 skipping libltdl-2.2.10, already added
 pkg_add libiconv-1.13.1_1.tbz
 skipping libiconv-1.13.1_1, already added
 pkg_add guile-1.8.6_5.tbz
 skipping guile-1.8.6_5, already added
 pkg_add python26-2.6.6.tbz
 skipping python26-2.6.6, already added
 ===>  Installing for gnu-dico-2.1
 ===>   gnu-dico-2.1 depends on file: /usr/local/bin/python2.6 - found
 ===>   gnu-dico-2.1 depends on shared library: guile.20 - found
 ===>   gnu-dico-2.1 depends on shared library: intl - found
 ===>   gnu-dico-2.1 depends on shared library: ltdl.7 - found
 ===>   Generating temporary packing list
 ===>  Checking if net/gnu-dico already installed
 Making install in include
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 Making install in dico
 gmake[2]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/include/dico'
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/include/dico'
 gmake[3]: Nothing to be done for `install-exec-am'.
 test -z "/usr/local/include/dico" || ../../build-aux/install-sh -c -d
 "/usr/local/include/dico"
  install  -o root -g wheel -m 444 argcv.h assoc.h diag.h filter.h
 list.h markup.h parseopt.h strat.h stream.h types.h udb.h url.h utf8.h
 util.h xlat.h '/usr/local/include/dico'
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/include/dico'
 gmake[2]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/include/dico'
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 gmake[3]: Nothing to be done for `install-exec-am'.
 test -z "/usr/local/share/dico" || ../build-aux/install-sh -c -d
 "/usr/local/share/dico"
  install  -o root -g wheel -m 444 gjdict.xbm '/usr/local/share/dico'
 test -z "/usr/local/include/dico" || ../build-aux/install-sh -c -d
 "/usr/local/include/dico"
  install  -o root -g wheel -m 444 dico.h '/usr/local/include/dico'
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/include'
 Making install in utils
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/utils'
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/utils'
 gmake[2]: Nothing to be done for `install-exec-am'.
 gmake[2]: Nothing to be done for `install-data-am'.
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/utils'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/utils'
 Making install in gint
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gint'
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gint'
 gmake[2]: Nothing to be done for `install-exec-am'.
 gmake[2]: Nothing to be done for `install-data-am'.
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gint'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gint'
 Making install in gnu
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 gmake  install-recursive
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 gmake[4]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 if test no = no; then \
 	  case 'freebsd9.0' in \
 	    darwin[56]*) \
 	      need_charset_alias=true ;; \
 	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
 	      need_charset_alias=false ;; \
 	    *) \
 	      need_charset_alias=true ;; \
 	  esac ; \
 	else \
 	  need_charset_alias=false ; \
 	fi ; \
 	if $need_charset_alias; then \
 	  /bin/sh /work/a/ports/net/gnu-dico/work/dico-2.1/build-aux/install-sh
 -d /usr/local/lib ; \
 	fi ; \
 	if test -f /usr/local/lib/charset.alias; then \
 	  sed -f ref-add.sed /usr/local/lib/charset.alias >
 /usr/local/lib/charset.tmp ; \
 	  rm -f /usr/local/lib/charset.tmp ; \
 	else \
 	  if $need_charset_alias; then \
 	    sed -f ref-add.sed charset.alias > /usr/local/lib/charset.tmp ; \
 	    rm -f /usr/local/lib/charset.tmp ; \
 	  fi ; \
 	fi
 gmake[4]: Nothing to be done for `install-data-am'.
 gmake[4]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/gnu'
 Making install in lib
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/lib'
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/lib'
 test -z "/usr/local/lib" || ../build-aux/install-sh -c -d "/usr/local/lib"
  /bin/sh /usr/local/bin/libtool   --mode=install /usr/bin/install -c
 -o root -g wheel   libdico.la '/usr/local/lib'
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/libdico.so.1 /usr/local/lib/libdico.so.1
 libtool: install: (cd /usr/local/lib && { ln -s -f libdico.so.1
 libdico.so || { rm -f libdico.so && ln -s libdico.so.1 libdico.so; };
 })
 libtool: install: (cd /usr/local/lib && { ln -s -f libdico.so.1
 libdico.so || { rm -f libdico.so && ln -s libdico.so.1 libdico.so; };
 })
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/libdico.lai /usr/local/lib/libdico.la
 libtool: install: /usr/bin/install -c -o root -g wheel .libs/libdico.a
 /usr/local/lib/libdico.a
 libtool: install: chmod 644 /usr/local/lib/libdico.a
 libtool: install: ranlib /usr/local/lib/libdico.a
 ----------------------------------------------------------------------
 Libraries have been installed in:
    /usr/local/lib
 
 If you ever happen to want to link against installed libraries
 in a given directory, LIBDIR, you must either use libtool, and
 specify the full pathname of the library, or use the `-LLIBDIR'
 flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
      during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
      during linking
    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
 
 See any operating system documentation about shared libraries for
 more information, such as the ld(1) and ld.so(8) manual pages.
 ----------------------------------------------------------------------
 gmake[2]: Nothing to be done for `install-data-am'.
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/lib'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/lib'
 Making install in libltdl
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
 gmake  install-am
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
 test -z "/usr/local/lib" || ../build-aux/install-sh -c -d "/usr/local/lib"
 test -z "/usr/local/include" || ../build-aux/install-sh -c -d
 "/usr/local/include"
 test -z "" || ../build-aux/install-sh -c -d ""
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/libltdl'
 Making install in dicod
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
 gmake  install-am
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
 test -z "/usr/local/sbin" || ../build-aux/install-sh -c -d "/usr/local/sbin"
   /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root
 -g wheel -m 555 dicod '/usr/local/sbin'
 libtool: install: install -o root -g wheel -m 555 -s .libs/dicod
 /usr/local/sbin/dicod
 test -z "/usr/local/share/dico/2.1/include" || ../build-aux/install-sh
 -c -d "/usr/local/share/dico/2.1/include"
  install  -o root -g wheel -m 444 pp-setup '/usr/local/share/dico/2.1/include'
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dicod'
 Making install in modules
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 Making install in outline
 gmake[2]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/outline'
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/outline'
 gmake[3]: Nothing to be done for `install-exec-am'.
 test -z "/usr/local/lib/dico" || ../../build-aux/install-sh -c -d
 "/usr/local/lib/dico"
  /bin/sh /usr/local/bin/libtool   --mode=install /usr/bin/install -c
 -o root -g wheel   outline.la '/usr/local/lib/dico'
 libtool: install: warning: relinking `outline.la'
 libtool: install: (cd
 /work/a/ports/net/gnu-dico/work/dico-2.1/modules/outline; /bin/sh
 /usr/local/bin/libtool  --silent --tag CC --mode=relink cc -O2 -pipe
 -fno-strict-aliasing -module -avoid-version -no-undefined
 -L/usr/local/lib -o outline.la -rpath /usr/local/lib/dico outline.lo
 ../../lib/libdico.la -lcrypt -lrt )
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/outline.soT /usr/local/lib/dico/outline.so
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/outline.lai /usr/local/lib/dico/outline.la
 libtool: install: /usr/bin/install -c -o root -g wheel .libs/outline.a
 /usr/local/lib/dico/outline.a
 libtool: install: chmod 644 /usr/local/lib/dico/outline.a
 libtool: install: ranlib /usr/local/lib/dico/outline.a
 ----------------------------------------------------------------------
 Libraries have been installed in:
    /usr/local/lib/dico
 
 If you ever happen to want to link against installed libraries
 in a given directory, LIBDIR, you must either use libtool, and
 specify the full pathname of the library, or use the `-LLIBDIR'
 flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
      during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
      during linking
    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
 
 See any operating system documentation about shared libraries for
 more information, such as the ld(1) and ld.so(8) manual pages.
 ----------------------------------------------------------------------
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/outline'
 gmake[2]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/outline'
 Making install in dict.org
 gmake[2]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/dict.org'
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/dict.org'
 gmake[3]: Nothing to be done for `install-exec-am'.
 test -z "/usr/local/lib/dico" || ../../build-aux/install-sh -c -d
 "/usr/local/lib/dico"
  /bin/sh /usr/local/bin/libtool   --mode=install /usr/bin/install -c
 -o root -g wheel   dictorg.la '/usr/local/lib/dico'
 libtool: install: warning: relinking `dictorg.la'
 libtool: install: (cd
 /work/a/ports/net/gnu-dico/work/dico-2.1/modules/dict.org; /bin/sh
 /usr/local/bin/libtool  --silent --tag CC --mode=relink cc -O2 -pipe
 -fno-strict-aliasing -module -avoid-version -no-undefined
 -L/usr/local/lib -o dictorg.la -rpath /usr/local/lib/dico crc.lo
 data.lo dictorg.lo dictstr.lo ../../lib/libdico.la -lz -lcrypt -lrt )
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/dictorg.soT /usr/local/lib/dico/dictorg.so
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/dictorg.lai /usr/local/lib/dico/dictorg.la
 libtool: install: /usr/bin/install -c -o root -g wheel .libs/dictorg.a
 /usr/local/lib/dico/dictorg.a
 libtool: install: chmod 644 /usr/local/lib/dico/dictorg.a
 libtool: install: ranlib /usr/local/lib/dico/dictorg.a
 ----------------------------------------------------------------------
 Libraries have been installed in:
    /usr/local/lib/dico
 
 If you ever happen to want to link against installed libraries
 in a given directory, LIBDIR, you must either use libtool, and
 specify the full pathname of the library, or use the `-LLIBDIR'
 flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
      during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
      during linking
    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
 
 See any operating system documentation about shared libraries for
 more information, such as the ld(1) and ld.so(8) manual pages.
 ----------------------------------------------------------------------
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/dict.org'
 gmake[2]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/dict.org'
 Making install in guile
 gmake[2]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
 gmake  install-am
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
 gmake[4]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
 gmake[4]: Nothing to be done for `install-exec-am'.
 test -z "/usr/local/lib/dico" || ../../build-aux/install-sh -c -d
 "/usr/local/lib/dico"
  /bin/sh /usr/local/bin/libtool   --mode=install /usr/bin/install -c
 -o root -g wheel   guile.la '/usr/local/lib/dico'
 libtool: install: warning: relinking `guile.la'
 libtool: install: (cd
 /work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile; /bin/sh
 /usr/local/bin/libtool  --silent --tag CC --mode=relink cc -O2 -pipe
 -fno-strict-aliasing -module -avoid-version -no-undefined -rpath
 /usr/local/lib/dico -L/usr/local/lib -o guile.la -rpath
 /usr/local/lib/dico guile.lo ../../lib/libdico.la -I/usr/local/include
 -D_THREAD_SAFE -pthread -L/usr/local/lib -lguile -lltdl
 -L/usr/local/lib -lgmp -lcrypt -lm -lltdl -lcrypt -lrt )
 libtool: install: /usr/bin/install -c -o root -g wheel .libs/guile.soT
 /usr/local/lib/dico/guile.so
 libtool: install: /usr/bin/install -c -o root -g wheel .libs/guile.lai
 /usr/local/lib/dico/guile.la
 libtool: install: /usr/bin/install -c -o root -g wheel .libs/guile.a
 /usr/local/lib/dico/guile.a
 libtool: install: chmod 644 /usr/local/lib/dico/guile.a
 libtool: install: ranlib /usr/local/lib/dico/guile.a
 ----------------------------------------------------------------------
 Libraries have been installed in:
    /usr/local/lib/dico
 
 If you ever happen to want to link against installed libraries
 in a given directory, LIBDIR, you must either use libtool, and
 specify the full pathname of the library, or use the `-LLIBDIR'
 flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
      during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
      during linking
    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
 
 See any operating system documentation about shared libraries for
 more information, such as the ld(1) and ld.so(8) manual pages.
 ----------------------------------------------------------------------
 test -z "/usr/local/share/guile/site/dico" ||
 ../../build-aux/install-sh -c -d "/usr/local/share/guile/site/dico"
 gmake[4]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
 gmake[2]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/guile'
 Making install in python
 gmake[2]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/python'
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/python'
 gmake[3]: Nothing to be done for `install-exec-am'.
 test -z "/usr/local/lib/dico" || ../../build-aux/install-sh -c -d
 "/usr/local/lib/dico"
  /bin/sh /usr/local/bin/libtool   --mode=install /usr/bin/install -c
 -o root -g wheel   python.la '/usr/local/lib/dico'
 libtool: install: warning: relinking `python.la'
 libtool: install: (cd
 /work/a/ports/net/gnu-dico/work/dico-2.1/modules/python; /bin/sh
 /usr/local/bin/libtool  --silent --tag CC --mode=relink cc -O2 -pipe
 -fno-strict-aliasing -module -avoid-version -no-undefined -rpath
 /usr/local/lib/dico -L/usr/local/lib -o python.la -rpath
 /usr/local/lib/dico python.lo ../../lib/libdico.la -lutil -lm
 -lpython2.6 -lcrypt -lrt )
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/python.soT /usr/local/lib/dico/python.so
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/python.lai /usr/local/lib/dico/python.la
 libtool: install: /usr/bin/install -c -o root -g wheel .libs/python.a
 /usr/local/lib/dico/python.a
 libtool: install: chmod 644 /usr/local/lib/dico/python.a
 libtool: install: ranlib /usr/local/lib/dico/python.a
 ----------------------------------------------------------------------
 Libraries have been installed in:
    /usr/local/lib/dico
 
 If you ever happen to want to link against installed libraries
 in a given directory, LIBDIR, you must either use libtool, and
 specify the full pathname of the library, or use the `-LLIBDIR'
 flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
      during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
      during linking
    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
 
 See any operating system documentation about shared libraries for
 more information, such as the ld(1) and ld.so(8) manual pages.
 ----------------------------------------------------------------------
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/python'
 gmake[2]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/python'
 Making install in stratall
 gmake[2]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/stratall'
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/stratall'
 gmake[3]: Nothing to be done for `install-exec-am'.
 test -z "/usr/local/lib/dico" || ../../build-aux/install-sh -c -d
 "/usr/local/lib/dico"
  /bin/sh /usr/local/bin/libtool   --mode=install /usr/bin/install -c
 -o root -g wheel   stratall.la '/usr/local/lib/dico'
 libtool: install: warning: relinking `stratall.la'
 libtool: install: (cd
 /work/a/ports/net/gnu-dico/work/dico-2.1/modules/stratall; /bin/sh
 /usr/local/bin/libtool  --silent --tag CC --mode=relink cc -O2 -pipe
 -fno-strict-aliasing -module -avoid-version -no-undefined
 -L/usr/local/lib -o stratall.la -rpath /usr/local/lib/dico stratall.lo
 ../../lib/libdico.la -lcrypt -lrt )
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/stratall.soT /usr/local/lib/dico/stratall.so
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/stratall.lai /usr/local/lib/dico/stratall.la
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/stratall.a /usr/local/lib/dico/stratall.a
 libtool: install: chmod 644 /usr/local/lib/dico/stratall.a
 libtool: install: ranlib /usr/local/lib/dico/stratall.a
 ----------------------------------------------------------------------
 Libraries have been installed in:
    /usr/local/lib/dico
 
 If you ever happen to want to link against installed libraries
 in a given directory, LIBDIR, you must either use libtool, and
 specify the full pathname of the library, or use the `-LLIBDIR'
 flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
      during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
      during linking
    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
 
 See any operating system documentation about shared libraries for
 more information, such as the ld(1) and ld.so(8) manual pages.
 ----------------------------------------------------------------------
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/stratall'
 gmake[2]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/stratall'
 Making install in substr
 gmake[2]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/substr'
 gmake[3]: Entering directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/substr'
 gmake[3]: Nothing to be done for `install-exec-am'.
 test -z "/usr/local/lib/dico" || ../../build-aux/install-sh -c -d
 "/usr/local/lib/dico"
  /bin/sh /usr/local/bin/libtool   --mode=install /usr/bin/install -c
 -o root -g wheel   substr.la '/usr/local/lib/dico'
 libtool: install: warning: relinking `substr.la'
 libtool: install: (cd
 /work/a/ports/net/gnu-dico/work/dico-2.1/modules/substr; /bin/sh
 /usr/local/bin/libtool  --silent --tag CC --mode=relink cc -O2 -pipe
 -fno-strict-aliasing -module -avoid-version -no-undefined
 -L/usr/local/lib -o substr.la -rpath /usr/local/lib/dico substr.lo
 ../../lib/libdico.la -lcrypt -lrt )
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/substr.soT /usr/local/lib/dico/substr.so
 libtool: install: /usr/bin/install -c -o root -g wheel
 .libs/substr.lai /usr/local/lib/dico/substr.la
 libtool: install: /usr/bin/install -c -o root -g wheel .libs/substr.a
 /usr/local/lib/dico/substr.a
 libtool: install: chmod 644 /usr/local/lib/dico/substr.a
 libtool: install: ranlib /usr/local/lib/dico/substr.a
 ----------------------------------------------------------------------
 Libraries have been installed in:
    /usr/local/lib/dico
 
 If you ever happen to want to link against installed libraries
 in a given directory, LIBDIR, you must either use libtool, and
 specify the full pathname of the library, or use the `-LLIBDIR'
 flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
      during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
      during linking
    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
 
 See any operating system documentation about shared libraries for
 more information, such as the ld(1) and ld.so(8) manual pages.
 ----------------------------------------------------------------------
 gmake[3]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/substr'
 gmake[2]: Leaving directory
 `/work/a/ports/net/gnu-dico/work/dico-2.1/modules/substr'
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 gmake[3]: Nothing to be done for `install-exec-am'.
 gmake[3]: Nothing to be done for `install-data-am'.
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/modules'
 Making install in dico
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
 gmake  install-am
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
 gmake[3]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
 test -z "/usr/local/bin" || ../build-aux/install-sh -c -d "/usr/local/bin"
   /bin/sh /usr/local/bin/libtool   --mode=install install  -s -o root
 -g wheel -m 555 dico '/usr/local/bin/gdico'
 libtool: install: install -o root -g wheel -m 555 -s .libs/dico
 /usr/local/bin/gdico
 gmake[3]: Nothing to be done for `install-data-am'.
 gmake[3]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/dico'
 Making install in tests
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/tests'
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/tests'
 gmake[2]: Nothing to be done for `install-exec-am'.
 gmake[2]: Nothing to be done for `install-data-am'.
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/tests'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/tests'
 Making install in doc
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/doc'
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/doc'
 gmake[2]: Nothing to be done for `install-exec-am'.
 test -z "/usr/local/info" || ../build-aux/install-sh -c -d "/usr/local/info"
  install  -o root -g wheel -m 444 ./dico.info '/usr/local/info'
  install-info --info-dir='/usr/local/info' '/usr/local/info/dico.info'
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/doc'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/doc'
 Making install in po
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1/po'
 ../build-aux/install-sh -c -d /usr/local/share
 installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/dico.mo
 installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/dico.mo
 if test "dico" = "gettext-tools"; then \
 	  ../build-aux/install-sh -c -d /usr/local/share/gettext/po; \
 	  for file in Makefile.in.in remove-potcdate.sin quot.sed
 boldquot.sed en@quot.header en@boldquot.header insert-header.sin
 Rules-quot   Makevars.template; do \
 	    install  -o root -g wheel -m 444 ./$file \
 			    /usr/local/share/gettext/po/$file; \
 	  done; \
 	  for file in Makevars; do \
 	    rm -f /usr/local/share/gettext/po/$file; \
 	  done; \
 	else \
 	  : ; \
 	fi
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1/po'
 gmake[1]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1'
 gmake[2]: Entering directory `/work/a/ports/net/gnu-dico/work/dico-2.1'
 gmake[2]: Nothing to be done for `install-exec-am'.
 gmake[2]: Nothing to be done for `install-data-am'.
 gmake[2]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1'
 gmake[1]: Leaving directory `/work/a/ports/net/gnu-dico/work/dico-2.1'
 ================================================================
 
 This port installs Dict server dicod and Dict client gdico.
 
 To enable the server, add the following line to /etc/rc.conf:
 
 	dicod_enable="YES"
 
 Before you can start dicod, you have to install dictionaries
 and configure them in /usr/local/etc/dicod.conf
 
 See /usr/local/etc/dicod.conf.sample for examples.
 
 For help see info documentation: info Dico
 
 ================================================================
 install-info --quiet /usr/local/info/dico.info /usr/local/info/dir
 ===> Installing rc.d startup script(s)
 ===>   Running ldconfig
 /sbin/ldconfig -m /usr/local/lib
 ===>   Registering installation for gnu-dico-2.1
 ===> SECURITY REPORT:
       This port has installed the following files which may act as network
       servers and may therefore pose a remote security risk to the system.
 /usr/local/sbin/dicod
 
       This port has installed the following startup scripts which may cause
       these network services to be started at boot time.
 /usr/local/etc/rc.d/dicod
 
       If there are vulnerabilities in these programs there may be a security
       risk to the system. FreeBSD makes no guarantee about the security of
       ports included in the Ports Collection. Please type 'make deinstall'
       to deinstall the port if this is a concern.
 
       For more information, and contact details about the security
       status of this software, see the following webpage:
 http://www.gnu.org/software/dico/
 ================================================================
 ====================<phase 7: make package>====================
 ===>  Building package for gnu-dico-2.1
 Creating package /tmp/packages/All/gnu-dico-2.1.tbz
 Registering depends: guile-1.8.6_5 gettext-0.18.1.1 libiconv-1.13.1_1
 libltdl-2.2.10 python26-2.6.6 gmp-5.0.1.
 Creating bzip'd tar ball in '/tmp/packages/All/gnu-dico-2.1.tbz'
 Deleting gnu-dico-2.1
 ================================================================
 
 === Checking filesystem state
 list of extra files and directories in / (not present before this port
 was installed but present after it was deinstalled)
 4640043        4 drwxr-xr-x    3 root             wheel
  512 Sep 27 01:28 usr/local/share/guile/site
 4640044        4 drwxr-xr-x    2 root             wheel
  512 Sep 27 01:28 usr/local/share/guile/site/dico
 Deleting python26-2.6.6
 Deleting libtool-2.2.10
 Deleting guile-1.8.6_5
 pkg_delete: unable to completely remove directory '/usr/local/share/guile'
 pkg_delete: couldn't entirely delete package (perhaps the packing list is
 incorrectly specified?)
 Deleting gmake-3.81_4
 Deleting gettext-0.18.1.1
 Deleting gmp-5.0.1
 Deleting libltdl-2.2.10
 Deleting libiconv-1.13.1_1
 
 === Checking filesystem state after all packages deleted
 ================================================================
 list of extra files and directories in / (not present on clean system
 but present after everything was deinstalled)
 4640442        4 drwxr-xr-x    3 root             wheel
  512 Sep 27 01:28 usr/local/share/guile
 4640043        4 drwxr-xr-x    3 root             wheel
  512 Sep 27 01:28 usr/local/share/guile/site
 4640044        4 drwxr-xr-x    2 root             wheel
  512 Sep 27 01:28 usr/local/share/guile/site/dico
 ================================================================
 build of /usr/ports/net/gnu-dico ended at Mon Sep 27 01:28:31 UTC 2010

From: Goran Tal <goran.tal@gmail.com>
To: wen heping <wenheping@gmail.com>
Cc: bug-followup@freebsd.org
Subject: Re: ports/150975: update net/gnu-dico to 2.1
Date: Mon, 27 Sep 2010 19:19:09 -0400

 --00c09f8a545b9a2234049145f4c1
 Content-Type: text/plain; charset=UTF-8
 
 Haven't noticed it somehow. Goran
 
 --00c09f8a545b9a2234049145f4c1
 Content-Type: text/plain; charset=US-ASCII; name="dico.patch.txt"
 Content-Disposition: attachment; filename="dico.patch.txt"
 Content-Transfer-Encoding: base64
 X-Attachment-Id: file0
 
 LS0tIHBrZy1wbGlzdH4JMjAxMC0wOS0yNCAxOTowMDowOC4xNjMxMzQwMDAgLTA0MDAKKysrIHBr
 Zy1wbGlzdAkyMDEwLTA5LTI3IDE4OjU0OjQyLjAwMDAwMDAwMCAtMDQwMApAQCAtNTEsMyArNTEs
 NiBAQAogQGRpcnJtIHNoYXJlL2RpY28KIEBkaXJybXRyeSBsaWIvZGljbwogQGRpcnJtIGluY2x1
 ZGUvZGljbworJSVHVUlMRSUlQGV4ZWMgbWtkaXIgLXAgJUQvc2hhcmUvZ3VpbGUvc2l0ZS9kaWNv
 CislJUdVSUxFJSVAZGlycm10cnkgc2hhcmUvZ3VpbGUvc2l0ZS9kaWNvCislJUdVSUxFJSVAZGly
 cm10cnkgc2hhcmUvZ3VpbGUvc2l0ZQo=
 --00c09f8a545b9a2234049145f4c1--
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Tue Oct 12 07:08:41 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150975 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150975: commit references a PR
Date: Tue, 12 Oct 2010 07:07:38 +0000 (UTC)

 wen         2010-10-12 07:07:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/gnu-dico         Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 2.1
   
   PR:             ports/150975
   Submitted by:   Goran Tal <goran.tal@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +13 -3     ports/net/gnu-dico/Makefile
   1.2       +3 -3      ports/net/gnu-dico/distinfo
   1.2       +7 -6      ports/net/gnu-dico/pkg-descr
   1.2       +14 -1     ports/net/gnu-dico/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
