From owner-svn-ports-head@FreeBSD.ORG Mon Mar 24 06:45:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31FF4FB6; Mon, 24 Mar 2014 06:45:23 +0000 (UTC) Received: from mail-yh0-x232.google.com (mail-yh0-x232.google.com [IPv6:2607:f8b0:4002:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9CF29B6; Mon, 24 Mar 2014 06:45:22 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id c41so4749515yho.9 for ; Sun, 23 Mar 2014 23:45:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=e99IW+WUg9WAQtmH9NkPrevFhlXatgglxfr77c+hePk=; b=Q/SL7l/HnPGqWHRk3Vz+zvH+b3jaQupZgPda+dk//31Ew6StaLuOPy3icQUTyvvLaa aBkrgEml/RqX+OcAmNGhAbcARZOSVhEVYGJBSEYuK0Gl0wikjrMd9qQfKBMnQwrwmio+ BfCOLBIk/GTuDdKdPPp2LGM5EtFyTa++NzF09Bb+nTFvmbaQ4HGzHqm0bR++VP3Xng7K IP6N/lzP1gBwjsYnHaFjLgXgYh2okyA6m6xcmSC0uKFH/ay4dPEUNHJeuJt0/zqU/ld+ FOsl4RRdrxXJa75uKjmaxXkqjeB3nRbcUhkUuDEOXU3ZTA1ELIdlwjGACKeWUOE9U1jl xXQw== MIME-Version: 1.0 X-Received: by 10.236.126.81 with SMTP id a57mr1932094yhi.95.1395643522006; Sun, 23 Mar 2014 23:45:22 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Sun, 23 Mar 2014 23:45:21 -0700 (PDT) In-Reply-To: <201403231326.s2NDQLWK007502@svn.freebsd.org> References: <201403231326.s2NDQLWK007502@svn.freebsd.org> Date: Mon, 24 Mar 2014 07:45:21 +0100 X-Google-Sender-Auth: 0Zu8H7F88JNsS08dgYzH-DPHmO0 Message-ID: Subject: Re: svn commit: r348854 - in head/converters/libiconv: . files From: Antoine Brodin To: Tijl Coosemans Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 06:45:23 -0000 On Sun, Mar 23, 2014 at 2:26 PM, Tijl Coosemans wrote: > Author: tijl > Date: Sun Mar 23 13:26:20 2014 > New Revision: 348854 > URL: http://svnweb.freebsd.org/changeset/ports/348854 > QAT: https://qat.redports.org/buildarchive/r348854/ > > Log: > - Remove indefinite article from COMMENT. > - Enable -fvisibility=hidden. > - Add USE_CSTD=gnu89 to fix compilation with -O0 and -Oz. > - Add DOCS option. > > PR: ports/186846 > Approved by: kwm, marcus > > Added: > head/converters/libiconv/files/patch-lib-iconv.c (contents, props changed) > Modified: > head/converters/libiconv/Makefile > > Modified: head/converters/libiconv/Makefile > ============================================================================== > --- head/converters/libiconv/Makefile Sun Mar 23 12:54:01 2014 (r348853) > +++ head/converters/libiconv/Makefile Sun Mar 23 13:26:20 2014 (r348854) > @@ -3,24 +3,24 @@ > > PORTNAME= libiconv > PORTVERSION= 1.14 > -PORTREVISION= 2 > +PORTREVISION= 3 > CATEGORIES= converters devel > MASTER_SITES= GNU > > MAINTAINER= gnome@FreeBSD.org > -COMMENT= A character set conversion library > +COMMENT= Character set conversion library > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-static \ > --without-libintl-prefix \ > --docdir=${DOCSDIR} > -CONFIGURE_ENV= gl_cv_cc_visibility="no" \ > - am_cv_func_iconv="yes" \ > +CONFIGURE_ENV= am_cv_func_iconv="yes" \ > am_cv_proto_iconv_arg1="const" > MAKE_JOBS_UNSAFE= yes > +USE_CSTD= gnu89 > USE_LDCONFIG= yes > > -OPTIONS_DEFINE= ENCODINGS PATCHES > +OPTIONS_DEFINE= DOCS ENCODINGS PATCHES > OPTIONS_DEFAULT=ENCODINGS > ENCODINGS_DESC= Include extra character sets > PATCHES_DESC= Apply patches to fix CP932, add EUCJP-MS > > Added: head/converters/libiconv/files/patch-lib-iconv.c > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/converters/libiconv/files/patch-lib-iconv.c Sun Mar 23 13:26:20 2014 (r348854) > @@ -0,0 +1,11 @@ > +--- lib/iconv.c.orig > ++++ lib/iconv.c > +@@ -598,7 +598,7 @@ > + It wants to define the symbols 'iconv_open', 'iconv', 'iconv_close'. */ > + #define strong_alias(name, aliasname) _strong_alias(name, aliasname) > + #define _strong_alias(name, aliasname) \ > +- extern __typeof (name) aliasname __attribute__ ((alias (#name))); > ++ extern LIBICONV_DLL_EXPORTED __typeof (name) aliasname __attribute__ ((alias (#name))); > + #undef iconv_open > + #undef iconv > + #undef iconv_close Hi, Not sure if it's this change or not, but there are some new failures related to "locale_charset" that weren't here 24 hours ago on FreeBSD 9.1: lang/mono: CCLD test-eglib /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 25. ... /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 25. ../src/.libs/libeglib.a(libeglib_la-gunicode.o): In function `monoeg_g_get_charset': /wrkdirs/usr/ports/lang/mono/work/mono-3.2.8/eglib/src/gunicode.c:223: undefined reference to `locale_charset' /wrkdirs/usr/ports/lang/mono/work/mono-3.2.8/eglib/src/gunicode.c:223: undefined reference to `locale_charset' /wrkdirs/usr/ports/lang/mono/work/mono-3.2.8/eglib/src/gunicode.c:223: undefined reference to `locale_charset' clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[4]: *** [test-eglib] Error 1 lang/ghc: ===> Configuring for ghc-7.6.3_3 configure: loading site script /usr/ports/Templates/config.site checking for path to top of build tree... /wrkdirs/usr/ports/lang/ghc/work/ghc-7.4.1-boot/utils/ghc-pwd/dist-install/build/tmp/ghc-pwd: Undefined symbol "locale_charset" configure: error: cannot determine current directory *** [pre-configure] Error code 1 Cheers, Antoine