From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 4 11:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id 042B91DA for ; Sun, 4 Aug 2013 11:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D70B7254E for ; Sun, 4 Aug 2013 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r74BA0Io025018 for ; Sun, 4 Aug 2013 11:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r74BA03A024964; Sun, 4 Aug 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 4 Aug 2013 11:10:00 GMT Resent-Message-Id: <201308041110.r74BA03A024964@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Henrik Sylvester Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C9E3799 for ; Sun, 4 Aug 2013 11:04:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B70A22535 for ; Sun, 4 Aug 2013 11:04:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r74B4tAP092244 for ; Sun, 4 Aug 2013 11:04:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r74B4tVS092238; Sun, 4 Aug 2013 11:04:55 GMT (envelope-from nobody) Message-Id: <201308041104.r74B4tVS092238@oldred.freebsd.org> Date: Sun, 4 Aug 2013 11:04:55 GMT From: Jan Henrik Sylvester To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181013: [PATCH] graphics/ufraw build failure after glib update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2013 11:10:01 -0000 >Number: 181013 >Category: ports >Synopsis: [PATCH] graphics/ufraw build failure after glib update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 04 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Henrik Sylvester >Release: 9.1-RELEASE amd64 >Organization: >Environment: >Description: After the latest glib update, graphics/ufraw does not build, because ${LOCALBASE}/share/glib-2.0/gettext/mkinstalldirs does not exist anymore. On my system, I found the same version here: ${LOCALBASE}/share/automake-1.14/mkinstalldirs Since automake-1.14 is not a build dependency of graphics/ufraw, but icu-50.1.2 is, I tried this version: ${LOCALBASE}/share/icu/50.1.2/mkinstalldirs ${LOCALBASE}/share/icu/50.1.2/mkinstalldirs is almost identical to ${LOCALBASE}/share/automake-1.4/mkinstalldirs, which comes with automake-1.4.6_6 and which seems to be enough for graphics/ufraw to build. Of course, these path' are all very version dependent. >How-To-Repeat: make -C /usr/ports/graphics/ufraw/ >Fix: Use some different version of mkinstalldirs, for example the one from icu-50.1.2, which already is a build dependency. Patch attached with submission follows: --- graphics/ufraw/Makefile.orig 2013-05-20 07:50:28.000000000 +0000 +++ graphics/ufraw/Makefile 2013-08-04 10:27:58.000000000 +0000 @@ -104,7 +104,7 @@ .endfor pre-build: - @${INSTALL_SCRIPT} ${LOCALBASE}/share/glib-2.0/gettext/mkinstalldirs \ + @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/50.1.2/mkinstalldirs \ ${WRKSRC} post-install: >Release-Note: >Audit-Trail: >Unformatted: