Skip site navigation (1)Skip section navigation (2)
Date:      18 Sep 2004 09:27:47 -0000
From:      Sergio Mangialardi <sergio@softshark.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dyeske@yahoo.com
Subject:   ports/71859: [PATCH] graphics/cinepaint: fix the build with gcc 3.4, unmark BROKEN
Message-ID:  <20040918092747.91957.qmail@softshark.home>
Resent-Message-ID: <200409180930.i8I9UNEX059187@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71859
>Category:       ports
>Synopsis:       [PATCH] graphics/cinepaint: fix the build with gcc 3.4, unmark BROKEN
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 18 09:30:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergio Mangialardi
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD ainu.softshark.home 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #10: Sun Jul  4 01:51:04 CEST
>Description:
This patch fixes a typo.
Remove the BROKEN mark; the port build properly.

Added file(s):
- files/patch-plug-ins_psd_psd.c

Port maintainer (dyeske@yahoo.com) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- cinepaint-0.18_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/cinepaint.old/Makefile /usr/ports/graphics/cinepaint/Makefile
--- /usr/ports/graphics/cinepaint.old/Makefile	Sat Sep 18 11:20:22 2004
+++ /usr/ports/graphics/cinepaint/Makefile	Sat Sep 18 11:22:37 2004
@@ -42,10 +42,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's| -Wall||' \
diff -ruN --exclude=CVS /usr/ports/graphics/cinepaint.old/files/patch-plug-ins_psd_psd.c /usr/ports/graphics/cinepaint/files/patch-plug-ins_psd_psd.c
--- /usr/ports/graphics/cinepaint.old/files/patch-plug-ins_psd_psd.c	Thu Jan  1 01:00:00 1970
+++ /usr/ports/graphics/cinepaint/files/patch-plug-ins_psd_psd.c	Sat Sep 18 11:20:45 2004
@@ -0,0 +1,11 @@
+--- plug-ins/psd/psd.c.orig	Sat Sep 18 10:56:10 2004
++++ plug-ins/psd/psd.c	Sat Sep 18 10:56:32 2004
+@@ -299,7 +299,7 @@
+                           gint    *nreturn_vals,
+                           GimpParam **return_vals);
+ 
+-static GImageType  psd_type_to_gimp_type      (psd_imagetype  psdtype);
++static GDrawableType  psd_type_to_gimp_type      (psd_imagetype  psdtype);
+ static GImageType  psd_type_to_gimp_base_type (psd_imagetype  psdtype);
+ static GLayerMode  psd_lmode_to_gimp_lmode    (gchar          modekey[4]);
+ static GimpUnit    psd_unit_to_gimp_unit      (gint           psdunit);
--- cinepaint-0.18_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040918092747.91957.qmail>