ports/165299: [PATCH] editors/emacs-devel: switch to graphics/giflib

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


>Number:         165299
>Category:       ports
>Synopsis:       [PATCH] editors/emacs-devel: 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:50: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.

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

--- emacs-24.0.90.106240_2,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/editors/emacs-devel/Makefile,v
retrieving revision 1.60
diff -u -u -r1.60 Makefile
--- Makefile	30 Oct 2011 16:46:10 -0000	1.60
+++ Makefile	19 Feb 2012 19:39:46 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}.${EMACS_REV}
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	editors ipv6
 MASTER_SITES=	http://distfiles.pirateparty.in/%SUBDIR%/ \
@@ -157,11 +157,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-24.0.90.106240_2,1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list