Bug 147917

Summary: [PATCH] net/isc-dhcp41-server: not all man pages are installed
Product: Ports & Packages Reporter: Craig Leres <leres>
Component: Individual Port(s)Assignee: Wesley Shields <wxs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Craig Leres freebsd_committer freebsd_triage 2010-06-16 20:20:01 UTC
	The dhcp-eval(5) and dhcp-options(5) man pages are not getting
	installed.

Fix: The attached patch installs common and adds these two man pages
	to MAN5.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwZIoUACgkQWxlAhAje3JupSwCfZN7Br5HGD2pMVoN3IW/twNbn
XqEAn3Xeuzoz5jFUbIGcyhzr98dZbPY5
=qMHu
-----END PGP SIGNATURE-----

--------------070905090806050000060900
Content-Type: text/plain;
 name="Makefile-patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Makefile-patch.txt"



--------------070905090806050000060900
Content-Type: application/octet-stream;
 name="Makefile-patch.txt.sig"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename="Makefile-patch.txt.sig"

iEYEABECAAYFAkwZIoUACgkQWxlAhAje3JsHAwCcDTEsVh3cAlIzXRlhQqZ9dw2HZawAoI0a
3dIoa40REEMqc1iKx9wNLqut
--------------070905090806050000060900----WpO7jEVWSrCq9Ka7aEwFJwwPhfaqdXie24rDPbn6RMNIfMzN
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** Makefile-	Wed Jun  9 04:25:23 2010
--- Makefile	Wed Jun 16 11:58:17 2010
***************
*** 61,67 ****
  CONF_FILE=	dhclient.conf
  .elif ${SUBSYS} == server
  CONFIGURE_ARGS+=	--localstatedir=/var
! MAN5=		dhcpd.conf.5 dhcpd.leases.5
  MAN8=		dhcpd.8
  MAN1=		omshell.1
  MAN3=		dhcpctl.3 omapi.3
--- 61,67 ----
  CONF_FILE=	dhclient.conf
  .elif ${SUBSYS} == server
  CONFIGURE_ARGS+=	--localstatedir=/var
! MAN5=		dhcp-eval.5 dhcp-options.5 dhcpd.conf.5 dhcpd.leases.5 
  MAN8=		dhcpd.8
  MAN1=		omshell.1
  MAN3=		dhcpctl.3 omapi.3
***************
*** 115,120 ****
--- 115,121 ----
  	${MAKE} -C ${WRKSRC}/dst install
  	${MAKE} -C ${WRKSRC}/omapip install
  	${MAKE} -C ${WRKSRC}/includes install
+ 	${MAKE} -C ${WRKSRC}/common install
  	${INSTALL_DATA} ${WRKSRC}/dhcpctl/dhcpctl.h ${PREFIX}/include
  .endif
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-16 20:20:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2010-07-12 02:54:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!