From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 29 21:31:09 2014 Return-Path: Delivered-To: freebsd-ports-bugs@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 CD1CB602 for ; Sat, 29 Mar 2014 21:31:09 +0000 (UTC) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E47AE05 for ; Sat, 29 Mar 2014 21:31:09 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e16so7351228qcx.6 for ; Sat, 29 Mar 2014 14:31:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=woGnLANDffyQdSqNF2ZZr2mabT3k+ZRAS0w+3jNpeFs=; b=F6IzcCwN+7FQxfHnbIdEl12w/p15tIkrd7RN2+8Z1q9FVj/B4kf+XlB+CQtekvZTRw y4Ng+KlWhqFAGhOSQTrXq8IHqH/cSIGVPM46ClL7jMf/bauS2f2zWWkl8TuFG3pC3h4w iV7Uqedgb6JLp6AI6GgofCQFG9Dd+hVXQa4EDpB2UpHT0Qyu1tLy3/hdP/qzEprfZAWN gcdW1zG0pEgfDr2dRqLq3YDGpkqiWG4gQ33mcFmqGZDAsIDJQYCGRqr90d2ahlRA0id0 WC/NIRDHp7gcObVDZnfkhkV6W6/9Oz8pxBn95Knv78BssJI2mueVszsZgq70ivD82Sbb 48Fw== MIME-Version: 1.0 X-Received: by 10.224.92.75 with SMTP id q11mr17966243qam.56.1396128668735; Sat, 29 Mar 2014 14:31:08 -0700 (PDT) Received: by 10.96.103.193 with HTTP; Sat, 29 Mar 2014 14:31:08 -0700 (PDT) In-Reply-To: <201403050030.s250U9Y6046822@freefall.freebsd.org> References: <201403050030.s250U9Y6046822@freefall.freebsd.org> Date: Sat, 29 Mar 2014 22:31:08 +0100 Message-ID: Subject: Re: ports/187267: php5-iconv (and php55-iconv) link against converters/libiconv instead of base From: Spil Oss To: freebsd-ports-bugs@freebsd.org, pr@63bit.net Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: spil.oss@gmail.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 21:31:09 -0000 Problem is not simply with iconv from base or ports. On 10 php55 was building against libiconv from base and you could completely remove the port. SVN rev 341778 re-establishes the dependency on libiconv from ports for the transliteration capability that is (not yet?) available in iconv from base (see ports/184596). .if ${PHP_MODNAME} == "iconv" CONFIGURE_ARGS+=--with-iconv USES+= iconv:translit .endif