Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2008 02:00:10 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126594: Update port: devel/synfig
Message-ID:  <20080818020010.63452b25.tkato432@yahoo.com>
Resent-Message-ID: <200808171710.m7HHA1nQ095146@freefall.freebsd.org>

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

>Number:         126594
>Category:       ports
>Synopsis:       Update port: devel/synfig
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 17 17:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/synfig/Makefile devel/synfig/Makefile
--- /usr/ports/devel/synfig/Makefile	2008-08-14 19:13:43.000000000 +0900
+++ devel/synfig/Makefile	2008-08-14 22:55:47.000000000 +0900
@@ -26,8 +26,6 @@
 		IlmImf:${PORTSDIR}/graphics/OpenEXR \
 		xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26
 
-BROKEN=		does not build
-
 USE_GNOME=	gnomehack gnometarget glib20
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
@@ -38,7 +36,9 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
-	    /optimization_flags/s|CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure
+		 /optimization_flags/s|CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e '/url_fclose/s|&formatc|formatc|g' \
+		${WRKSRC}/src/modules/mod_libavcodec/trgt_av.cpp
 
 post-install:
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:



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