Bug 158315 - [MAINTAINER] x11-themes/gtk-oxygen-engine: Fix build on < 8.1, depend on dbus-glib
Summary: [MAINTAINER] x11-themes/gtk-oxygen-engine: Fix build on < 8.1, depend on dbus...
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-26 15:40 UTC by Raphael Kubo da Costa
Modified: 2011-06-27 00:10 UTC (History)
0 users

See Also:


Attachments
gtk-oxygen-engine-1.1.0_1.patch (2.01 KB, patch)
2011-06-26 15:40 UTC, Raphael Kubo da Costa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa 2011-06-26 15:40:00 UTC
This patch makes the dependency on dbus-glib explicit, otherwise packages will be built without dbus supprort.

Furthermore, it fixes the build on FreeBSD 8.1, which have a different signature for dlerror(3).

Added file(s):
- files/extra-patch-demo-oxygengtkdeco_main.cpp

Generated with FreeBSD Port Tools 0.99
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2011-06-26 19:11:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-27 00:01:48 UTC
beech       2011-06-26 23:01:33 UTC

  FreeBSD ports repository

  Modified files:
    x11-themes/gtk-oxygen-engine Makefile 
  Added files:
    x11-themes/gtk-oxygen-engine/files 
                                       extra-patch-demo-oxygengtkdeco_main.cpp 
  Log:
  - Make the depend on dbus-glib explicit, otherwise packages will be built
    without dbus supprort
  - Fix build on FreeBSD 8.1, which has a different signature for dlerror(3)
  
  PR:             ports/158315
  Submitted by:   Raphael Kubo da Costa <kubito@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.8       +12 -2     ports/x11-themes/gtk-oxygen-engine/Makefile
  1.1       +11 -0     ports/x11-themes/gtk-oxygen-engine/files/extra-patch-demo-oxygengtkdeco_main.cpp (new)
_______________________________________________
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 Beech Rintoul freebsd_committer freebsd_triage 2011-06-27 00:02:08 UTC
State Changed
From-To: open->closed

Committed, Thanks!