Date: Fri, 1 Nov 2013 20:54:06 GMT From: John Marino <freebsd@marino.st> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/183572: [PATCH] graphics/zbar: Unbreak on FreeBSD 10 (and DragonFly) Message-ID: <201311012054.rA1Ks6Vj095989@oldred.freebsd.org> Resent-Message-ID: <201311012100.rA1L012O055978@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183572 >Category: ports >Synopsis: [PATCH] graphics/zbar: Unbreak on FreeBSD 10 (and DragonFly) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 21:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: The zbar configuration test for libjpeg is flawed, but for some reason this doesn't affect FreeBSD 8 and 9. It does break on FreeBSD 10 and DragonFly though. Fix attached, please approve. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: graphics/zbar/files/patch-configure =================================================================== --- graphics/zbar/files/patch-configure (revision 0) +++ graphics/zbar/files/patch-configure (working copy) @@ -0,0 +1,10 @@ +--- configure.orig 2009-10-23 18:17:24.000000000 +0000 ++++ configure +@@ -21369,6 +21369,7 @@ if test "x$ac_cv_lib_jpeg_jpeg_read_head + #define HAVE_LIBJPEG 1 + _ACEOF + ++ have_jpeg="yes" + LIBS="-ljpeg $LIBS" + + else Property changes on: graphics/zbar/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311012054.rA1Ks6Vj095989>