| Summary: | Correct LIBPTHREAD behavior for graphics/pixieplus, remove Makefile.kde | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Arjan van Leeuwen <avleeuwen> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Arjan van Leeuwen
2004-05-23 12:40:15 UTC
You seem to have managed to create a tarball which suffers from the same problem which occurs from time to time in the distfiles of KDE as well: [...] fast creating pics/Makefile config.pl: fast created 13 file(s). config.status: creating config.h config.status: executing depfiles commands Good - your configure finished. Start make now [lofi@kiste]:0:~/freebsd/ports/graphics/pixieplus > make ===> Building for pixieplus-0.5.4.1 cd . && /bin/sh /usr/home/lofi/freebsd/ports/graphics/pixieplus/work/pixieplus-0.5.4.1/admin/missing --run autoheader aclocal.m4:11309: error: Autoconf version 2.54 or higher is required aclocal.m4:11309: the top level autoheader: autom4te failed with exit status: 1 at /usr/local/bin/autoheader line 163 gmake: *** [config.h.in] Fehler 1 *** Error code 2 This indicates a timestamp on some Makefile or Makefile.in or configure.in makes the Makefile think there have been changes to the autoconf templates and recreation of the whole bunch is needed. State Changed From-To: open->closed Committed, thanks! |