Bug 166309 - [patch] net-im/gajim: make gnomekeyring and gtkspell support optional
Summary: [patch] net-im/gajim: make gnomekeyring and gtkspell support optional
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 23:10 UTC by Pierre Guinoiseau
Modified: 2012-03-22 07:12 UTC (History)
0 users

See Also:


Attachments
gajim-0.15-gnomekeyring.diff (1.32 KB, patch)
2012-03-21 23:10 UTC, Pierre Guinoiseau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Guinoiseau 2012-03-21 23:10:14 UTC
Hello,

the update of net-im/gajim to 0.15 wanted me to install almost all gnome
desktop:

% make -C /usr/ports/net-im/gajim missing | wc -l
     111

Not everyone wants to install the whole gnome desktop along with gajim (which
is because of a dependence on pygnomedesktop, which is only useful for
GnomeKeyring support). So, I added an option for it, which is disabled by
default (there was no dep on pygnomedesktop before the 0.15 update, it restores
this behaviour), we may want to bump the port version because of this change. I
added an option for gtkspell too, it can be useful for those who don't need it.

Regards,
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-21 23:10:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-22 07:07:22 UTC
rm          2012-03-22 07:07:12 UTC

  FreeBSD ports repository

  Modified files:
    net-im/gajim         Makefile 
  Log:
  - depend on py-gnome-desktop conditionally (via option, default off)
  - bump PORTREVISION
  
  PR:             166309
  Submitted by:   Pierre Guinoiseau <pierre at guinoiseau dot eu>
  Suggested by:   David Thiel <lx at redundancy.redundancy dot org>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.53      +13 -3     ports/net-im/gajim/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 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-03-22 07:12:48 UTC
State Changed
From-To: open->closed

Committed, thank you!