ports/183202: [PATCH] graphics/exact-image: fix build after swig rename
Dmitry Marakasov
amdmi3 at amdmi3.ru
Tue Oct 22 15:00:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list