Bug 110335 - [patch] security/putty should build puttygen even when WITHOUT_GTK is defined
Summary: [patch] security/putty should build puttygen even when WITHOUT_GTK is defined
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 15:00 UTC by Kenneth Vestergaard Schmidt
Modified: 2007-03-15 18:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.53 KB, patch)
2007-03-15 15:00 UTC, Kenneth Vestergaard Schmidt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Vestergaard Schmidt 2007-03-15 15:00:08 UTC
puttygen isn't a GTK-program, and as such should be included even when
WITHOUT_GTK is defined.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-15 15:00:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-15 17:59:10 UTC
garga       2007-03-15 17:59:02 UTC

  FreeBSD ports repository

  Modified files:
    security/putty       Makefile 
    security/putty/files patch-Makefile.gtk 
  Log:
  Install puttygen even if you set WITHOUT_GTK since it doesn't require gtk.
  
  PR:             ports/110335
  Submitted by:   Kenneth Vestergaard Schmidt<kvs@pil.dk>
  
  Revision  Changes    Path
  1.14      +8 -8      ports/security/putty/Makefile
  1.5       +10 -6     ports/security/putty/files/patch-Makefile.gtk
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2007-03-15 17:59:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!