Bug 143008 - [maintainer-update] utmpx-related fix and small update to irc/ircd-ru
Summary: [maintainer-update] utmpx-related fix and small update to irc/ircd-ru
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-20 08:30 UTC by Andrey V. Elsukov
Modified: 2010-01-20 14:12 UTC (History)
0 users

See Also:


Attachments
file.diff (4.32 KB, patch)
2010-01-20 08:30 UTC, Andrey V. Elsukov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey V. Elsukov 2010-01-20 08:30:08 UTC
1. Updated mirrors.
2. Changed distname.
3. Removed patch for include/ircsprintf.h. It seems not needed today.
4. Added patch for src/s_serv.c (it needed for custom compilation with syslog disabled)
5. Removed several includes utmp.h. They are not used.

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-01-20 12:53:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-20 14:08:49 UTC
wen         2010-01-20 14:08:30 UTC

  FreeBSD ports repository

  Modified files:
    irc/ircd-ru          Makefile distinfo 
  Added files:
    irc/ircd-ru/files    patch-src_s_serv.c patch-utmpx 
  Removed files:
    irc/ircd-ru/files    patch-ircsprintf.h 
  Log:
  - Updated mirrors.
  - Changed distname.
  - Removed patch for include/ircsprintf.h. It seems not needed today.
  - Added patch for src/s_serv.c (it needed for custom compilation with syslog disabled)
  - Removed several includes utmp.h. They are not used.
  
  PR:             ports/143008
  Submitted by:   "Andrey V. Elsukov" <bu7cher@yandex.ru> (maintainer)
  
  Revision  Changes    Path
  1.16      +4 -4      ports/irc/ircd-ru/Makefile
  1.6       +3 -3      ports/irc/ircd-ru/distinfo
  1.2       +0 -13     ports/irc/ircd-ru/files/patch-ircsprintf.h (dead)
  1.1       +12 -0     ports/irc/ircd-ru/files/patch-src_s_serv.c (new)
  1.1       +60 -0     ports/irc/ircd-ru/files/patch-utmpx (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 3 Wen Heping freebsd_committer freebsd_triage 2010-01-20 14:12:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!