ports/165298: [PATCH] editors/emacs: switch to graphics/giflib

Jimmy Olgeni olgeni at FreeBSD.org
Sun Feb 19 19:30:02 UTC 2012


>Number:         165298
>Category:       ports
>Synopsis:       [PATCH] editors/emacs: switch to graphics/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:   Sun Feb 19 19:30:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD backoffice 9.0-STABLE FreeBSD 9.0-STABLE #6: Fri Feb 10 22:03:50 CET 2012
>Description:
Switch to using graphics/giflib rather than the deprecated
graphics/libungif; avoid picking up libungif from tinderbox builds.

Port maintainer (ashish at FreeBSD.org) is cc'd - hi there!

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- emacs-23.3_7,2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/editors/emacs/Makefile,v
retrieving revision 1.110
diff -u -u -r1.110 Makefile
--- Makefile	29 Oct 2011 22:17:12 -0000	1.110
+++ Makefile	19 Feb 2012 19:19:12 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION?=	6
+PORTREVISION?=	7
 PORTEPOCH=	2
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -145,11 +145,7 @@
 .if defined(WITHOUT_GIF)
 CONFIGURE_ARGS+=	--without-gif
 .else
-. if exists(${LOCALBASE}/lib/libgif.so)
 LIB_DEPENDS+=	gif.5:${PORTSDIR}/graphics/giflib
-. else
-LIB_DEPENDS+=	ungif.5:${PORTSDIR}/graphics/libungif
-. endif
 .endif
 
 .if defined(WITHOUT_PNG)
--- emacs-23.3_7,2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list