From owner-freebsd-gnome@freebsd.org Mon Jun 25 08:55:03 2018 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0843A10020C1 for ; Mon, 25 Jun 2018 08:55:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 78EFC72CD1 for ; Mon, 25 Jun 2018 08:55:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2FD9F10020C0; Mon, 25 Jun 2018 08:55:02 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E76810020BF for ; Mon, 25 Jun 2018 08:55:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FCDD72CC6 for ; Mon, 25 Jun 2018 08:55:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id C84F710059 for ; Mon, 25 Jun 2018 08:55:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w5P8t0ik020415 for ; Mon, 25 Jun 2018 08:55:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w5P8t0xm020414 for gnome@FreeBSD.org; Mon, 25 Jun 2018 08:55:00 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 220597] deskutils/gucharmap: does not compile Date: Mon, 25 Jun 2018 08:55:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: w.schwarzenfeld@utanet.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 08:55:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220597 --- Comment #31 from w.schwarzenfeld@utanet.at --- Try add +--- configure.ac.orig 2018-06-25 08:45:17 UTC ++++ configure.ac +@@ -55,7 +55,6 @@ AC_USE_SYSTEM_EXTENSIONS +=20 + AC_DISABLE_STATIC + AC_PROG_LIBTOOL +-IT_PROG_INTLTOOL([0.40.0]) +=20 + AM_PROG_CC_C_O +=20 +@@ -228,7 +227,8 @@ fi + GETTEXT_PACKAGE=3Dgucharmap + AC_SUBST([GETTEXT_PACKAGE]) + AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[The gucharmap gettext domain]) +-AM_GLIB_GNU_GETTEXT ++AM_GNU_GETTEXT_VERSION([0.19.8.1]) ++AM_GNU_GETTEXT([external]) +=20 + ########################################################## + # Check for -Bsymbolic-functions linker flag used to avoid and --- files/patch-autogen.sh (nonexistent) +++ files/patch-autogen.sh (working copy) @@ -0,0 +1,10 @@ +--- autogen.sh.orig 2018-06-25 08:45:25 UTC ++++ autogen.sh +@@ -10,7 +10,6 @@ cd "$srcdir" + mkdir -p m4 >/dev/null 2>&1 || true + gtkdocize --copy --flavour no-tmpl + autoreconf --verbose --force --install +-intltoolize --force + cd - +=20 + test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" to your patch. --=20 You are receiving this mail because: You are the assignee for the bug.=