Bug 67072

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 Flags
pixieplus.diff none

Description Arjan van Leeuwen 2004-05-23 12:40:15 UTC

This patch updates PixiePlus to 0.5.4.1, a rerolled distfile
that responds correctly to $PTHREAD_LIBS and includes
the patches for working with ImageMagick 6.0.0 and 64-bit
compilation.

Makefile.kde include removed from the port Makefile by 
request of the kde-freebsd team.
Comment 1 Michael Nottebrock 2004-05-23 16:34:57 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.
Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2004-05-23 20:15:01 UTC
State Changed
From-To: open->closed

Committed, thanks!