Bug 134184 - [maintainer-update] sysutils/conky v1.7.0
Summary: [maintainer-update] sysutils/conky v1.7.0
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-03 11:00 UTC by Nikos Ntarmos
Modified: 2009-05-03 19:20 UTC (History)
0 users

See Also:


Attachments
conky-1.7.0.diff (2.19 KB, patch)
2009-05-03 11:00 UTC, Nikos Ntarmos
no flags Details | Diff
conky-1.7.0.diff (2.61 KB, patch)
2009-05-03 18:33 UTC, Nikos Ntarmos
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikos Ntarmos 2009-05-03 11:00:06 UTC
Updating sysutils/conky to v1.7.0.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2009-05-03 11:47:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2009-05-03 17:58:06 UTC
State Changed
From-To: open->feedback

conky fails to build on 6.x 
http://people.freebsd.org/~makc/tmp/conky-1.7.0.log. Could you look at 
it?
Comment 3 Nikos Ntarmos 2009-05-03 18:33:31 UTC
It appears NGROUPS is defined in sys/syslimits.h.  The latter is drawn
in by sys/ucred.h -> bsm/audit.h -> sys/param.h on RELENG_7 whereas it
needs to be explicitly included on RELENG_6. Revised diff attached
(untested, as I have no access to a RELENG_6 box atm, but it should
work).

Thanks.

\n\n
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-05-03 19:18:36 UTC
makc        2009-05-03 18:18:27 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/conky       Makefile distinfo 
  Added files:
    sysutils/conky/files patch-src-conf_cookie.c 
                         patch-src-freebsd.h 
  Removed files:
    sysutils/conky/files patch-src-conky.h 
  Log:
  Update to 1.7.0
  
  PR:             134184
  Submitted by:   Nikos Ntarmos (maintainer)
  
  Revision  Changes    Path
  1.40      +3 -4      ports/sysutils/conky/Makefile
  1.19      +3 -3      ports/sysutils/conky/distinfo
  1.1       +14 -0     ports/sysutils/conky/files/patch-src-conf_cookie.c (new)
  1.5       +0 -10     ports/sysutils/conky/files/patch-src-conky.h (dead)
  1.1       +10 -0     ports/sysutils/conky/files/patch-src-freebsd.h (new)
_______________________________________________
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 5 Max Brazhnikov freebsd_committer freebsd_triage 2009-05-03 19:20:35 UTC
State Changed
From-To: feedback->open

feedback received
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2009-05-03 19:20:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!