Bug 101178 - [maintainer update] sysutils/lookupd patch that fixes build problems on -CURRENT
Summary: [maintainer update] sysutils/lookupd patch that fixes build problems on -CURRENT
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: Michael Bushkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-01 16:10 UTC by Michael Bushkov
Modified: 2006-10-07 16:20 UTC (History)
0 users

See Also:


Attachments
lookupd.patch.gz.enc (20.51 KB, application/octet-stream)
2006-08-01 16:10 UTC, Michael Bushkov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Bushkov freebsd_committer freebsd_triage 2006-08-01 16:10:21 UTC
	sysutils/lookupd port doesn't build on -CURRENT

Fix: Apply the attached patch to the port.
How-To-Repeat: 	Build sysutils/lookupd
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-01 16:10:45 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-01 16:10:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bushman

Submitter has GNATS access
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-01 16:11:04 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 4 Michael Bushkov 2006-08-01 16:27:57 UTC
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
>
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-10-07 16:12:37 UTC
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"
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2006-10-07 16:12:59 UTC
State Changed
From-To: feedback->closed

Committed, thanks!