ports/175773: [FIX] graphics/gegl (gegl-0.1.8_6) fails to make package
Eric Krausser
eric at krausser-edv.de
Fri Feb 1 20:50:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list