Bug 147917 - [PATCH] net/isc-dhcp41-server: not all man pages are installed
Summary: [PATCH] net/isc-dhcp41-server: not all man pages are installed
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 20:20 UTC by Craig Leres
Modified: 2010-07-12 02:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!