Date: Tue, 21 Feb 2012 14:40:46 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: michael.grunewald@laposte.net Subject: ports/165369: [PATCH] graphics/ocaml-images: migrate from libungif to giflib, mark MAKE_JOBS_UNSAFE Message-ID: <201202211940.q1LJekAn091070@meatwad.mouf.net> Resent-Message-ID: <201202211950.q1LJo6Y7033146@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165369 >Category: ports >Synopsis: [PATCH] graphics/ocaml-images: migrate from libungif to giflib, mark MAKE_JOBS_UNSAFE >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: Tue Feb 21 19:50:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: See patch, which makes this use giflib instead of libungif. The two were recently made to conflict and giflib is the prefered one. Also, include MAKE_JOBS_UNSAFE since this failed to build for me with MAKE_JOBS enabled. Port maintainer (michael.grunewald@laposte.net) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- ocaml-images-3.0.2_7,2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/ocaml-images/Makefile,v retrieving revision 1.39 diff -u -u -r1.39 Makefile --- Makefile 23 Sep 2011 22:23:22 -0000 1.39 +++ Makefile 21 Feb 2012 19:39:35 -0000 @@ -33,6 +33,7 @@ USE_OCAML_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes OPTIONS= PNG "Enable PNG support" on \ JPEG "Enable JPEG support" on \ @@ -75,7 +76,7 @@ .endif .if !defined(WITHOUT_GIF) -LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif +LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib CONFIGURE_ARGS+= --with-gif .else CONFIGURE_ARGS+= --without-gif --- ocaml-images-3.0.2_7,2.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?201202211940.q1LJekAn091070>