Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2012 20:20:43 +0100 (CET)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ashish@FreeBSD.org
Subject:   ports/165298: [PATCH] editors/emacs: switch to graphics/giflib
Message-ID:  <201202191920.q1JJKhbO091473@backoffice.colby.local>
Resent-Message-ID: <201202191930.q1JJU1aw058895@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202191920.q1JJKhbO091473>