From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 1 20:50: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]) by hub.freebsd.org (Postfix) with ESMTP id 8B13B923 for ; Fri, 1 Feb 2013 20:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 59540E4F for ; Fri, 1 Feb 2013 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r11Ko19g086464 for ; Fri, 1 Feb 2013 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r11Ko1OH086459; Fri, 1 Feb 2013 20:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 1 Feb 2013 20:50:01 GMT Resent-Message-Id: <201302012050.r11Ko1OH086459@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, Eric Krausser Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 37E9D8E2 for ; Fri, 1 Feb 2013 20:44:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 130F4E32 for ; Fri, 1 Feb 2013 20:44:43 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r11Kig1i002515 for ; Fri, 1 Feb 2013 20:44:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r11Kignt002514; Fri, 1 Feb 2013 20:44:42 GMT (envelope-from nobody) Message-Id: <201302012044.r11Kignt002514@red.freebsd.org> Date: Fri, 1 Feb 2013 20:44:42 GMT From: Eric Krausser To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175773: [FIX] graphics/gegl (gegl-0.1.8_6) fails to make package 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: Fri, 01 Feb 2013 20:50:01 -0000 >Number: 175773 >Category: ports >Synopsis: [FIX] graphics/gegl (gegl-0.1.8_6) fails to make package >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: Fri Feb 01 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eric Krausser >Release: 9.1-RELEASE amd64 >Organization: private >Environment: FreeBSD builder-workstation 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: gegl fails `make package`, because the docs are expected in (or copied to) the wrong location Maintainers, please test your ports with `make package`. >How-To-Repeat: $ cd /usr/ports/graphics/gegl && make package .. ===> Building package for gegl-0.1.8_6 tar: share/gtk-doc/html/gegl/api.html: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 *** [do-package] Error code 1 >Fix: The Makefile copies docs to ${DOCSDIR}, but the pkg-plist expects docs in two locations, 1) %%PORTDOCS%%share/gtk-doc/html/gegl/* 2) %%PORTDOCS%%%%DOCSDIR%%/* As I saw in other ports, GTK tools have their docs in the first location. But I don't know what's the right way now, so I don't provide a patch. >Release-Note: >Audit-Trail: >Unformatted: