Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 16:22:17 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nivit@FreeBSD.org
Subject:   ports/165376: [PATCH] textproc/gladtex: migrate from libungif to giflib
Message-ID:  <201202212122.q1LLMH0m034484@meatwad.mouf.net>
Resent-Message-ID: <201202212130.q1LLUFv0027046@freefall.freebsd.org>

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

>Number:         165376
>Category:       ports
>Synopsis:       [PATCH] textproc/gladtex: migrate from libungif to giflib
>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 21:30:15 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.

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

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

--- gladtex-1.1_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/gladtex/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	2 May 2011 12:44:50 -0000	1.7
+++ Makefile	21 Feb 2012 21:21:11 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	A program to replace LaTeX formulas in HTML files with images
 
-LIB_DEPENDS=	ungif.5:${PORTSDIR}/graphics/libungif \
+LIB_DEPENDS=	gif.5:${PORTSDIR}/graphics/giflib \
 		png.6:${PORTSDIR}/graphics/png
 RUN_DEPENDS=	latex:${PORTSDIR}/print/teTeX \
 		dvips:${PORTSDIR}/print/dvipsk-tetex
Index: files/patch-Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/gladtex/files/patch-Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 patch-Makefile
--- files/patch-Makefile	5 May 2006 06:34:05 -0000	1.1
+++ files/patch-Makefile	21 Feb 2012 21:21:11 -0000
@@ -11,7 +11,7 @@
 -LIB = -lm -lz -lungif -lpng
 +CC = gcc
 +CFLAGS+= -DGIF ${INCPATH}
-+LIB = -lm -lz ${LIBPATH} -lungif -lpng
++LIB = -lm -lz ${LIBPATH} -lgif -lpng
  OBJ = eqn2img.o
  
  all:		${OBJ}
--- gladtex-1.1_3.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?201202212122.q1LLMH0m034484>