Bug 114218 - graphics/cairo broken
Summary: graphics/cairo broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-02 15:30 UTC by Takeshi Taguchi
Modified: 2007-07-02 16:16 UTC (History)
0 users

See Also:


Attachments
file.txt (52.79 KB, text/plain)
2007-07-02 15:30 UTC, Takeshi Taguchi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Takeshi Taguchi 2007-07-02 15:30:03 UTC
graphics/cairo is broken now.
inf looping configure.
see attached logfile for more detail.

I think cairo is depend on automake19 and autoconf.
So I've modified USE_AUTOTOOLS as following:
 USE_AUTOTOOLS=  libtool:15 automake:19 autoconf:261
But I got following errors...;-(

===>  Building for cairo-1.4.10
cd . && /usr/local/bin/aclocal19
 cd . && /usr/local/bin/automake19 --gnu
boilerplate/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
boilerplate/Makefile.am:1:
boilerplate/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
boilerplate/Makefile.am:1: to `configure.in' and run `aclocal' and `autoconf' again.
pixman/src/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
pixman/src/Makefile.am:1:
pixman/src/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
pixman/src/Makefile.am:1: to `configure.in' and run `aclocal' and `autoconf' again.
src/Makefile.am:165: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:165:
src/Makefile.am:165: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:165: to `configure.in' and run `aclocal' and `autoconf' again.
test/Makefile.am:476: Libtool library used but `LIBTOOL' is undefined
test/Makefile.am:476:
test/Makefile.am:476: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
test/Makefile.am:476: to `configure.in' and run `aclocal' and `autoconf' again.
test/pdiff/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
test/pdiff/Makefile.am:4:
test/pdiff/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
test/pdiff/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf' again.
util/Makefile.am:12: Libtool library used but `LIBTOOL' is undefined
util/Makefile.am:12:
util/Makefile.am:12: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
util/Makefile.am:12: to `configure.in' and run `aclocal' and `autoconf' again.
*** Error code 1

Fix: Sorry, I can't fix this probrem.

Patch attached with submission follows:
How-To-Repeat: # cd ${PORTSDIR}/graphics/cairo
# make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-02 15:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2007-07-02 16:15:45 UTC
State Changed
From-To: open->closed

USE_*, WANT_*, and HAVE_* are reserved for ports, please only define WITH_*