Date: Sun, 19 Feb 2012 20:41:11 +0100 (CET) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ashish@FreeBSD.org Subject: ports/165299: [PATCH] editors/emacs-devel: switch to graphics/giflib Message-ID: <201202191941.q1JJfBif091892@backoffice.colby.local> Resent-Message-ID: <201202191950.q1JJo1Pi079186@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202191941.q1JJfBif091892>