Bug 126057 - irc/irssi : use LIB_DEPENDS instead of USE_GNOME in Makefile
Summary: irc/irssi : use LIB_DEPENDS instead of USE_GNOME in Makefile
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: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-29 01:20 UTC by Dheeraj Reddy
Modified: 2008-07-29 07:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dheeraj Reddy 2008-07-29 01:20:01 UTC
This port needs to use 

LIB_DEPENDS=    glib-2.0:${PORTSDIR}/devel/glib20

instead of 

USE_GNOME=     glib20

USE_GNOME pulls in the gamin/fam file monitoring backend that is not needed for running irssi which is a non-gnome application.

Fix: 

Please see the description
How-To-Repeat: Build irc/irssi
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-29 01:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-29 07:03:55 UTC
vanilla     2008-07-29 06:03:46 UTC

  FreeBSD ports repository

  Modified files:
    irc/irssi            Makefile 
  Log:
  1: change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin.
  2: fix proxy binding problem.
  
  PR:             ports/125854 [2], ports/126057 [1]
  Submitted by:   Dheeraj Reddy <dheeraj at ece.gatech.edu> [1]
                  Matthias Grimm <eisofen at eisofen.de>
  
  Revision  Changes    Path
  1.104     +5 -4      ports/irc/irssi/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Vanilla I. Shu freebsd_committer freebsd_triage 2008-07-29 07:04:25 UTC
State Changed
From-To: open->closed

Committed, thanks.