Bug 128732 - [UPDATE] x11-toolkits/gtkdatabox: prepare for gtk-2.14
Summary: [UPDATE] x11-toolkits/gtkdatabox: prepare for gtk-2.14
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-09 18:50 UTC by Alexey Shuvaev
Modified: 2008-11-10 03:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.55 KB, patch)
2008-11-09 18:50 UTC, Alexey Shuvaev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shuvaev 2008-11-09 18:50:03 UTC
GTK_SIGNAL_FUNC macro is deprecated in gtk-2.14.
This release uses G_CALLBACK instead (what is recomended by gtk docs).

Fix: Patch attached with submission follows:
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-10 02:17:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-10 03:13:04 UTC
amdmi3      2008-11-10 03:12:56 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/gtkdatabox Makefile distinfo pkg-plist 
  Log:
  - Update to 0.9.0.1 (prepare for gtk-2.14)
  - Add more master sites (sourceforge)
  
  PR:             128732
  Submitted by:   Alexey Shuavev <shuvaev at physik dot uni-wuerzburg dot de> (maintainer)
  
  Revision  Changes    Path
  1.17      +2 -2      ports/x11-toolkits/gtkdatabox/Makefile
  1.7       +3 -3      ports/x11-toolkits/gtkdatabox/distinfo
  1.5       +1 -1      ports/x11-toolkits/gtkdatabox/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 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-10 03:13:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!