Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 18:50:48 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        bf@FreeBSD.org
Subject:   ports/183202: [PATCH] graphics/exact-image: fix build after swig rename
Message-ID:  <20131022145048.876179F2@hades.panopticon>
Resent-Message-ID: <201310221500.r9MF006Y016223@freefall.freebsd.org>

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

>Number:         183202
>Category:       ports
>Synopsis:       [PATCH] graphics/exact-image: fix build after swig rename
>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:   Tue Oct 22 15:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r251956: Tue Jun 18 21:41:37 MSK
>Description:
exact-image does not build after swig package name was changed to swig13 (r327399). Fix the dependency to check for binary file instead of a package.

Port maintainer (bf@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- exact-image-0.8.9.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 331275)
+++ Makefile	(working copy)
@@ -11,7 +11,7 @@
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	swig>=1.3.32:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
 LIB_DEPENDS=	libagg.so:${PORTSDIR}/graphics/agg \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
--- exact-image-0.8.9.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?20131022145048.876179F2>