Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2013 20:44:42 GMT
From:      Eric Krausser <eric@krausser-edv.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175773: [FIX] graphics/gegl (gegl-0.1.8_6) fails to make package
Message-ID:  <201302012044.r11Kignt002514@red.freebsd.org>
Resent-Message-ID: <201302012050.r11Ko1OH086459@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302012044.r11Kignt002514>