Bug 155339 - [patch] Teach deskutils/orage how to find libical includes
Summary: [patch] Teach deskutils/orage how to find libical includes
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-07 08:00 UTC by Ron MacNeil
Modified: 2011-03-07 10:00 UTC (History)
0 users

See Also:


Attachments
file.diff (301 bytes, patch)
2011-03-07 08:00 UTC, Ron MacNeil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ron MacNeil 2011-03-07 08:00:20 UTC
Build of deskutils/orage fails as follows:

[...]
gcc45 -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -L/usr/local/lib -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/drm   -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"  -I/usr/local/include/   -DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -O2 -fno-strict-aliasing -pipe -Wl,-O1 -Wl,--as-needed -march=native -MT orage-ical-archive.o -MD -MP -MF .deps/orage-ical-archive.Tpo -c -o orage-ical-archive.o `test -f 'ical-archive.c' || echo './'`ica
 l-archive.c
In file included from ical-archive.c:56:0:
/usr/local/include/libical/icalss.h:38:27: fatal error: icalcomponent.h: No such file or directory
compilation terminated.
gmake[2]: *** [orage-ical-archive.o] Error 1
gmake[2]: Leaving directory `/usr/ports/deskutils/orage/work/orage-4.8.1/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/deskutils/orage/work/orage-4.8.1'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/deskutils/orage.

Fix: Patch for deskutils/orage/Makefile from discussion here:

http://www.mail-archive.com/freebsd-ports@freebsd.org/msg32409.html
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-07 08:00:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-07 09:56:03 UTC
oliver      2011-03-07 09:55:49 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/orage      Makefile pkg-plist 
  Log:
  fix build when libical is enabled
  
  Submitted By:   Ron MacNeil <macro@hotmail.com>
  PR:             155339
  
  Revision  Changes    Path
  1.27      +5 -0      ports/deskutils/orage/Makefile
  1.8       +604 -604  ports/deskutils/orage/pkg-plist
_______________________________________________
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"
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2011-03-07 09:56:05 UTC
State Changed
From-To: open->closed

committed/fixed, thanks