From owner-freebsd-current@freebsd.org Wed Oct 25 17:11:57 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7D9DE4F908; Wed, 25 Oct 2017 17:11:57 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6774275F10; Wed, 25 Oct 2017 17:11:57 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x235.google.com with SMTP id r127so1859996itb.5; Wed, 25 Oct 2017 10:11:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=1dS14P9jdy5SL84Cgix/rjYfGkZb8/FsC87Rp267ndE=; b=HuwSnV9Ca95Cfn6PncoJ+Xi334vUH0djWTqMLraC0TDdPLwYfOfqoQ2p/eclj842o7 EBSVDjdIlxu0Raq9WUlRl+b4z8HF9iRlASvihf3tmVq1pvo6DXFCPuSledw4Xuiiqnw5 dydfo1thQddIfd72EOtO/GJ6nH02tpdueErgJOo5uzzmteRVrZUprLzUIcufOu+Y8Jh6 VTq0+f8zLiWe7f+C5lOX2nPGYS88a8OfxirPrVym+E3w/U2SSPgDnqeAKpFJEmaJgPSL FkADJbOj3ZpUZP8YpS+8dmqAfoufFpLMHvEVpA9+azmySXDl8M2pT93cO+XvblYIGGLQ aUbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1dS14P9jdy5SL84Cgix/rjYfGkZb8/FsC87Rp267ndE=; b=b3QzEfkbUdist3N3y9+IuAL3wVy/bnHl/emZ3Zvjv2YzxiiFMpAVq8upW9Iyt0FxsP Z2d/tUIK5BDpu2yObZI6Qam7bh/hZ2yhHXgbvxyWEktwKyz0/+/VmIpNQJtcuNbN/kVC uc4g1LoiYE/yxsLjKpzTnKf4i/cMfwL5mAhlXjk7nlZA2Id63pwYsN9BBWafFi5NeGQ8 1XFKRbBUNJsm/2X06hroY3n/ypizZuZE6KFQc8+4vo8JNLGT27IgunhcQ3qC5xjl+L75 jV3h1ho/G1crQui53JFNJILpZAlFHJCPbkSU2x5IdtXHQmmq6/zUd4bBQiMSFgMcXmPB slbg== X-Gm-Message-State: AMCzsaUtp0KA7W909NIEMzPz7MPAlyND1IVUE8rLbvRdbAUkRHYFnu8o nupH8/a5gxLv2glYfuDR6WPPrGtBTLT1Aq1Wx/8Sp/rB X-Google-Smtp-Source: ABhQp+SqZB+cENBCh8M6pDc5rU+eZVmELQzvpH1dQAnl6xm4ymDTslTi29rHIt+Mv/Om5zlQ+6bZscCMVw0I2vZV3hI= X-Received: by 10.36.64.19 with SMTP id n19mr2761223ita.119.1508951516353; Wed, 25 Oct 2017 10:11:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Wed, 25 Oct 2017 10:11:55 -0700 (PDT) From: blubee blubeeme Date: Thu, 26 Oct 2017 01:11:55 +0800 Message-ID: Subject: po/Makefile.in.in was not created by intltoolize." To: FreeBSD Ports , FreeBSD current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 17:11:57 -0000 I found this really old thread: https://mail.gnome.org/archives/gtkmm-list/2009-August/msg00072.html and this really old script to "work around" the issue. #! /bin/sh -etest -n "$srcdir" || srcdir=`dirname "$0"`test -n "$srcdir" || srcdir=.( cd "$srcdir" && AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose) || exittest -n "$NOCONFIGURE" || "$srcdir/configure" "$@" Do I just have to implement this in the ports Makefile or is there some workaround?