Bug 128703 - net/isc-dhcp40-client and net/isc-dhcp40-relay refer to older Makefile
Summary: net/isc-dhcp40-client and net/isc-dhcp40-relay refer to older Makefile
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: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-08 17:40 UTC by Jon Passki
Modified: 2008-12-18 10:40 UTC (History)
0 users

See Also:


Attachments
file.diff (284 bytes, patch)
2008-11-08 17:40 UTC, Jon Passki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Passki 2008-11-08 17:40:01 UTC
The makefiles for net/isc-dhcp40-client and net/isc-dhcp40-relay both refer to the isc-dhcp3-server Makefile, which does not now exist.

Fix: --- Makefile.orig       2008-11-08 17:31:41.000000000 +0000
Apply to both net/isc-dhcp40-client and net/isc-dhcp40-relay

+++ Makefile    2008-11-08 17:31:50.000000000 +0000
@@ -16,6 +16,6 @@
 # Local overrides
 #
 
-MASTERDIR=     ${.CURDIR}/../isc-dhcp3-server
+MASTERDIR=     ${.CURDIR}/../isc-dhcp40-server
 
 .include "${MASTERDIR}/Makefile"


Patch attached with submission follows:
How-To-Repeat: cd net/isc-dhcp40-client
make -V MASTER_SITES
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-08 22:30:13 UTC
Maintainer of net/isc-dhcp40-client,

Please note that PR ports/128703 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/128703

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-08 22:30:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2008-12-17 16:54:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-12-18 10:36:28 UTC
stefan      2008-12-18 10:36:19 UTC

  FreeBSD ports repository

  Modified files:
    net/isc-dhcp40-client Makefile 
    net/isc-dhcp40-relay Makefile 
  Log:
  Fix reference to master port for isc-dhcp40-{client,relay}.
  
  PR:             128703
  Submitted by:   Jon Passki <jon.passki@hursk.com>
  Approved by:    maintainer timeout (>5 weeks)
  
  Revision  Changes    Path
  1.3       +1 -1      ports/net/isc-dhcp40-client/Makefile
  1.3       +1 -1      ports/net/isc-dhcp40-relay/Makefile
_______________________________________________
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 Stefan Walter freebsd_committer freebsd_triage 2008-12-18 10:36:55 UTC
State Changed
From-To: feedback->closed

Committed, thanks!