Bug 59955 - net/ntp improvements
Summary: net/ntp improvements
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-04 16:50 UTC by marius
Modified: 2004-08-30 15:04 UTC (History)
0 users

See Also:


Attachments
file.diff (17.21 KB, patch)
2003-12-04 16:50 UTC, marius
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description marius 2003-12-04 16:50:24 UTC
	- Add ipv6 as a second category as IPv6 is now supported.
	- Switch to GNU_CONFIGURE as the bug mentioned in the Makefile
	  of the port seems to be gone and it really is a GNU configure
	  script. This will also enable the replacing of config.guess
	  and config.sub with versions from PORTSDIR/Templates.
	- Use USE_OPENSSL and add a WITHOUT_SSL knob so the ntp port can
	  be built using the OpenSSL ports or without any crypto support
	  at all.
	- Use cpio instead of tar to install the documentation in the
	  post-install target, this saves a chown-run and the port no
	  longer operates on already installed files.
	- Install sample configuration files in EXAMPLESDIR.
	- Use/respect DOCSDIR.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-12-04 18:07:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-08-30 15:01:16 UTC
State Changed
From-To: open->closed

Committed, thanks!