Bug 179929 - [PATCH] graphics/giflib: add X11 to OPTIONS
Summary: [PATCH] graphics/giflib: add X11 to OPTIONS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-24 14:50 UTC by Dmitry Marakasov
Modified: 2013-06-28 07:36 UTC (History)
1 user (show)

See Also:


Attachments
giflib-nox11-4.2.1_1.patch (726 bytes, patch)
2013-06-24 14:50 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2013-06-24 14:50:00 UTC
Add X11 to OPTIONS, disabled by default, as it brings little functionality (simple x11 gif viewer) with many extra depends.

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

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-24 14:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-28 07:27:33 UTC
Author: dinoex
Date: Fri Jun 28 06:27:25 2013
New Revision: 321950
URL: http://svnweb.freebsd.org/changeset/ports/321950

Log:
  - add option X11 (default off)
  PR:		 	179929
  Submitted by:		Dmitry Marakasov
  
  - bump PORTREVISION because package has changed

Modified:
  head/graphics/giflib/Makefile

Modified: head/graphics/giflib/Makefile
==============================================================================
--- head/graphics/giflib/Makefile	Fri Jun 28 04:43:11 2013	(r321949)
+++ head/graphics/giflib/Makefile	Fri Jun 28 06:27:25 2013	(r321950)
@@ -3,7 +3,7 @@
 
 PORTNAME=	giflib
 PORTVERSION=	4.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-4.x
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2013-06-28 07:35:39 UTC
State Changed
From-To: open->closed


committed, thanks.