Summary: | [maintainer update] sysutils/lookupd patch that fixes build problems on -CURRENT | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Michael Bushkov <bushman> | ||||
Component: | Individual Port(s) | Assignee: | Michael Bushkov <bushman> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Michael Bushkov
2006-08-01 16:10:21 UTC
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) Responsible Changed From-To: freebsd-ports-bugs->bushman Submitter has GNATS access State Changed From-To: open->feedback Awaiting maintainers feedback Hi, I approve this patch. With best regards, Michael Bushkov Edwin Groothuis wrote: > Maintainer of sysutils/lookupd, > > Please note that PR ports/101178 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/101178 > > pav 2006-10-07 15:12:29 UTC FreeBSD ports repository Modified files: sysutils/lookupd Makefile pkg-plist sysutils/lookupd/files patch-modules-dns-resolv-getaddrinfo.c patch-modules-dns-resolv-res_send.c Added files: sysutils/lookupd/files lookupd.in patch-modules-dns-Makefile patch-modules-dns-dns_ht.c patch-modules-dns-resolv-Makefile.inc patch-modules-dns-resolv-name6.c patch-modules-files-Makefile pkg-message.in Removed files: sysutils/lookupd pkg-message sysutils/lookupd/files lookupd.sh Log: - Fix build - Style PR: ports/101178 Submitted by: Michael Bushkov <bushman@rsu.ru> (maintainer) Revision Changes Path 1.8 +4 -12 ports/sysutils/lookupd/Makefile 1.1 +30 -0 ports/sysutils/lookupd/files/lookupd.in (new) 1.3 +0 -30 ports/sysutils/lookupd/files/lookupd.sh (dead) 1.1 +11 -0 ports/sysutils/lookupd/files/patch-modules-dns-Makefile (new) 1.1 +117 -0 ports/sysutils/lookupd/files/patch-modules-dns-dns_ht.c (new) 1.1 +10 -0 ports/sysutils/lookupd/files/patch-modules-dns-resolv-Makefile.inc (new) 1.2 +2451 -13 ports/sysutils/lookupd/files/patch-modules-dns-resolv-getaddrinfo.c 1.1 +97 -0 ports/sysutils/lookupd/files/patch-modules-dns-resolv-name6.c (new) 1.2 +2 -2 ports/sysutils/lookupd/files/patch-modules-dns-resolv-res_send.c 1.1 +11 -0 ports/sysutils/lookupd/files/patch-modules-files-Makefile (new) 1.1 +11 -0 ports/sysutils/lookupd/files/pkg-message.in (new) 1.2 +0 -11 ports/sysutils/lookupd/pkg-message (dead) 1.3 +0 -1 ports/sysutils/lookupd/pkg-plist _______________________________________________ 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" State Changed From-To: feedback->closed Committed, thanks! |