Bug 157311 - [PATCH] math/ggobi: missing dependency devel/libltdl
Summary: [PATCH] math/ggobi: missing dependency devel/libltdl
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-25 10:20 UTC by Rainer Hurling
Modified: 2011-05-25 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (510 bytes, patch)
2011-05-25 10:20 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2011-05-25 10:20:08 UTC
As Pav Lucistnik (many thanks) pointed out in private mail, there is a problem compiling math/ggobi on clean boxes at least for amd64. It seems that only devel/libltdl is missing.

# -------------------------------------------------------
[..SNIP..]
mv -f .deps/display_tree.Tpo .deps/display_tree.Plo
> /bin/sh ../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2   -I/usr/local/include/libxml2 -I/usr/local/include     -O2 -pipe -fno-strict-aliasing -MT display_ui.lo -MD -MP -MF .deps/display_ui.Tpo -c -o display_ui.lo display_ui.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT display_ui.lo -MD -MP -MF .deps/display_ui.Tpo -c display_ui.c  -fPIC -DPIC -o .libs/display_ui.o
> In file included from display_ui.c:20:
> plugin.h:22:18: error: ltdl.h: No such file or directory
> *** Error code 1
> Stop in /work/a/ports/math/ggobi/work/ggobi-2.1.9/src.
# -------------------------------------------------------

Fix: The following patch should fix the problem:



Patch attached with submission follows:
How-To-Repeat: Build math/ggobi without having devel/libltdl installed.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2011-05-25 14:18:31 UTC
State Changed
From-To: open->closed

Corrected version of your patch committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-25 14:19:04 UTC
pav         2011-05-25 13:18:55 UTC

  FreeBSD ports repository

  Modified files:
    math/ggobi           Makefile 
  Log:
  - Add missed dependency on libltdl
  
  PR:             ports/157311
  Submitted by:   Rainer Hurling <rhurlin@gwdg.de> (maintainer)
  
  Revision  Changes    Path
  1.4       +1 -0      ports/math/ggobi/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"