Bug 183691

Summary: Segmentation fault at startup of graphics/cinepaint (1.0.4_1) on AMD64
Product: Ports & Packages Reporter: Alexander Janus <avjwork>
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Only Me CC: marino
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alexander Janus 2013-11-05 18:20:02 UTC
Same as "synopsis".

Fix: Apply patches where "guint" changes to GtkType, as recommended by docs of GTK.

Patch attached with submission follows:
How-To-Repeat: Install from port or package on 64-bit machine, and run.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-15 13:10:52 UTC
A commit references this bug:

Author: marino
Date: Sun Jun 15 13:10:22 UTC 2014
New revision: 357879
URL: http://svnweb.freebsd.org/changeset/ports/357879

Log:
  graphics/cinepaint: Fix start-up segfault on amd64

  PR:		183691
  Submitted by:	avjwork (gmail)

Changes:
  head/graphics/cinepaint/Makefile
  head/graphics/cinepaint/files/patch-app_brush.c
  head/graphics/cinepaint/files/patch-app_brushgenerated.h
  head/graphics/cinepaint/files/patch-app_channel.h
  head/graphics/cinepaint/files/patch-app_depth_brushgenerated.c
  head/graphics/cinepaint/files/patch-app_depth_channel.c
  head/graphics/cinepaint/files/patch-app_depth_layer.c
  head/graphics/cinepaint/files/patch-app_drawable.c
  head/graphics/cinepaint/files/patch-app_drawable.h
  head/graphics/cinepaint/files/patch-app_layer.h
  head/graphics/cinepaint/files/patch-lib_chainbutton.c
  head/graphics/cinepaint/files/patch-lib_pixmap.c
  head/graphics/cinepaint/files/patch-lib_size_entry.c
  head/graphics/cinepaint/files/patch-plug-ins_script-fu_gimpcolorbutton.c
Comment 2 John Marino freebsd_committer freebsd_triage 2014-06-15 13:20:41 UTC
Thanks!