ports/165369: [PATCH] graphics/ocaml-images: migrate from libungif to giflib, mark MAKE_JOBS_UNSAFE

Steve Wills swills at FreeBSD.org
Tue Feb 21 19:50:07 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list