aboutsummaryrefslogtreecommitdiff
path: root/net/ntp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r478512 r478840 r479083Cy Schubert2018-09-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | r478512: Add a package message instructing the user how to use ports ntp instead of base ntp. Reported by: adamw r478840: Fix a typo. Reported by: Herbert J. Skuhra <herbert@gojira.at> r479083: Also tell people how to enable ntpd and ntpdate from ports using sysrc. mat@ suggested this however as I'm not enamoured with sysrc, it has been added as annother approach to add/edit rc.conf variables. Reported by: mat@ Approved by: portmgr (miwi@) Notes: svn path=/branches/2018Q3/; revision=479143
* MFH: r477703Cy Schubert2018-08-211-2/+1
| | | | | | | | | Update 4.2.8p11 --> 4.2.8p12 Approved by: portmgr (delphij) Notes: svn path=/branches/2018Q3/; revision=477716
* MFH: r473964Danilo G. Baio2018-07-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | www/libwww: Update to 5.4.2, Fix security vulnerabilities This a security release for libwww to take into account security advisories CVE-2016-9063 and CVE-2017-9233. In order to take into account current and future expat security advisories, the expat source code was removed from the libwww tree. The makefiles were modified so that libwww dynamically links against the system's expat library. Patches removed were incorporated upstream. Bump PORTREVISION of dependent ports due shlib change. Changes: https://raw.githubusercontent.com/w3c/libwww/5.4.2/ChangeLog Security: e375ff3f-7fec-11e8-8088-28d244aee256 Approved by: ports-secteam (miwi) Notes: svn path=/branches/2018Q3/; revision=473983
* Security update 4.2.8p10 --> 4.2.8p11.Xin LI2018-02-281-2/+1
| | | | | | | MFH: 2018Q1 Notes: svn path=/head/; revision=463181
* Fix RIPENCC TRIMBLE driver compile error.Cy Schubert2018-02-021-1/+1
| | | | | | | PR: 223819 Notes: svn path=/head/; revision=460670
* Register conflict with openntpd.Cy Schubert2017-10-051-1/+1
| | | | | | | Reported by: rodrigo Notes: svn path=/head/; revision=451258
* r436859 removed a bunch of refclock drivers that were enabled byCy Schubert2017-03-251-4/+5
| | | | | | | | | | | | | | | | | | | | | | | default. (New patch from ian@.) While here ian@ and I discussed the www/libwww libmd5 dependency. It turns out that if the sntp configure script finds libmd5, it uses it. This is now an option to include the dependency. While working on the libmd5 dependency it was discovered that the sntp build requires SSL only if it finds libmd5. This is now an IMPLIES. Thanks to ian@ for the additional patch and for discovering the libmd5 check, pointing me in the right direction to solve the without SSL breakage. PR: 218078 Submitted by: ian@ (default driver options) Discussed with: ian@ (libmd5 dependency) Notes: svn path=/head/; revision=436887
* Remove autogen dependency added by r426923. This version of ntp noCy Schubert2017-03-241-1/+1
| | | | | | | longer needs it. Notes: svn path=/head/; revision=436861
* Use CONFIGURE_ENABLE instead of CONFIGURE_ON.Cy Schubert2017-03-241-1/+1
| | | | | | | | | | | | | | | | The current use of CONFIGURE_ON to handle refclock options allows adding a refclock that is off by default, but doesn't allow a user to eliminate refclocks that ntpd includes by default. Using CONFIGURE_ENABLE instead of CONFIGURE_ON will add the proper --disable-REFCLOCKNAME to the args when the user disables default-on options. PR: 218078 Submitted by: ian@ Notes: svn path=/head/; revision=436859
* Update 4.2.8p9 --> 4.2.8p10Cy Schubert2017-03-231-2/+1
| | | | Notes: svn path=/head/; revision=436756
* Enable DEBUG option which enables debugging code in ntp viaCy Schubert2017-03-151-0/+2
| | | | | | | --enable-debug. This enables -d and -D options within ntpd. Notes: svn path=/head/; revision=436256
* Correct the specification of ssl. This doesn't fix the brokennessCy Schubert2017-03-151-1/+2
| | | | | | | | of this port when ssl is not specified but corrects the incorrect specification regerdless. Notes: svn path=/head/; revision=436245
* Remove extraneous arguments and options, which don't make sense forCy Schubert2017-03-081-1/+1
| | | | | | | a file documented in volume 5. Notes: svn path=/head/; revision=435660
* OpenSSL includes are configured even though option is not selectedCy Schubert2017-02-221-0/+1
| | | | | | | resulting in a build failure. Notes: svn path=/head/; revision=434564
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-1/+1
| | | | | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer) Notes: svn path=/head/; revision=433286
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-4/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* Fix build with LibreSSL.Cy Schubert2016-12-151-4/+0
| | | | | | | | PR: 215323 Submitted by: naddy Notes: svn path=/head/; revision=428634
* Flag ntp and ntp-devel ignore if libressl is installed due to md5Cy Schubert2016-12-131-0/+4
| | | | | | | | | symbol conflicts. PR: 215093 Notes: svn path=/head/; revision=428460
* Unbreak Makefile, set up appropriate support for BROKEN.Cy Schubert2016-11-241-5/+7
| | | | | | | As suggested by koobs, describe error in BROKEN=. Notes: svn path=/head/; revision=427038
* Document that net/ntp does not build under FreeBSD-9.Cy Schubert2016-11-241-0/+4
| | | | Notes: svn path=/head/; revision=427017
* Fix build folloing r426791.Cy Schubert2016-11-231-0/+1
| | | | | | | | | Also Submitted by: roberto Pointy hat to: delphij Reported by: roberto, Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=426923
* Remove documentation of conflict with the ntp-rc port. net/ntp-rcCy Schubert2016-11-221-1/+1
| | | | | | | | | is only an active port when an NTP release candidate is available. Submitted by: des Notes: svn path=/head/; revision=426826
* Configure leap-second smearing (always).Cy Schubert2016-11-221-0/+2
| | | | | | | | | | | | | | | | | | | Leap-second smearing is an experimental option that may be specified in ntp.conf(5) to spread the effect of a leap-second over an interval as specified by the leapsmearinterval config file statement. Recommended values are between 7200 (2 hours) and 86400 (24 hours). It is advised that leap-second smearing not be used for public NTP servers (https://www.meinbergglobal.com/download/burnicki/Leap\ %20Second%20Smearing%20With%20NTP.pdf). It is also advised that NTP clients not use a mix of NTP servers using leap-second smearing with NTP servers not using leap-second smearing as that could cause undefined client behaviour. Suggested by: des Notes: svn path=/head/; revision=426825
* Security update to 4.2.8p9.Xin LI2016-11-221-2/+1
| | | | | | | | Approved by: so MFH: 2016Q4 Notes: svn path=/head/; revision=426791
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* Fix Makefile typo.Cy Schubert2016-08-241-1/+1
| | | | Notes: svn path=/head/; revision=420757
* Record an indirect libwww dependency.Cy Schubert2016-08-241-1/+2
| | | | Notes: svn path=/head/; revision=420755
* Switch to USES=ssl.Cy Schubert2016-08-241-2/+1
| | | | Notes: svn path=/head/; revision=420754
* Fixup sntp.8 man page formatting. This commit is the same as r304721Cy Schubert2016-08-241-0/+1
| | | | | | | | | | in base. Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Discussed with: bjk@ Notes: svn path=/head/; revision=420753
* Update 4.2.8p7 --> 4.2.8p8Cy Schubert2016-06-031-1/+1
| | | | Notes: svn path=/head/; revision=416298
* Security update net/ntp to 4.2.8p7.Xin LI2016-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | Security: CVE-2015-7704 Security: CVE-2015-8138 Security: CVE-2016-1547 Security: CVE-2016-1548 Security: CVE-2016-1549 Security: CVE-2016-1550 Security: CVE-2016-1551 Security: CVE-2016-2516 Security: CVE-2016-2517 Security: CVE-2016-2518 Security: CVE-2016-2519 Security: b2487d9a-0c30-11e6-acd0-d050996490d0 MFH: 2016Q2 With hat: so Notes: svn path=/head/; revision=414087
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update 4.2.8p5 --> 4.2.8p6Cy Schubert2016-01-211-1/+1
| | | | Notes: svn path=/head/; revision=406830
* Update to 4.2.8p5.Xin LI2016-01-081-2/+1
| | | | | | | | | | Security: CVE-2015-5300 Security: 4eae4f46-b5ce-11e5-8a2b-d050996490d0 MFH: 2016Q1 With hat: so Notes: svn path=/head/; revision=405531
* net/ntp: Fix untracked gettext dependency & lots moreKubilay Kocak2016-01-071-8/+25
| | | | | | | | | | | | | | | | | | | | | | ntp links against gettext (libintl) if it is installed on the system: - Add an NLS OPTION to explicitly enable, disable and track libintl dependency - Add DEBUG and THREADS OPTIONS. Keep the latter enabled by OPTIONS_DEFAULT to preserve compatibility with existing behaviour. - Explicitly pass OpenSSL include / library dir paths to configure - Unsilence install command - Enable verbose building (--disable-silent-rules) - Use TOUCH variable instead of hardcoded command - Add TEST_TARGET to enable test suite - Patch sntp tests to ensure they link correctly to threading library - Pet portlint (*_DEPENDS order, group USE{S} sections, sort OPTIONS) Approved by: cy (maintainer) Differential Revision: D4812 MFH: 2016Q1 Notes: svn path=/head/; revision=405439
* Update ntp 4.2.8p3 --> 4.2.8p4.Cy Schubert2015-10-211-2/+1
| | | | | | | As ntp 4.2.8p4 has gone GA, remove ntp-rc. Notes: svn path=/head/; revision=399934
* Shebang fix update-leap.Cy Schubert2015-10-201-2/+3
| | | | Notes: svn path=/head/; revision=399797
* - Switch to USES=libedit as suggested by stage-qaDmitry Marakasov2015-09-021-10/+5
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=395852
* Update 4.2.8p2 --> 4.2.8p3Cy Schubert2015-07-011-4/+2
| | | | | | | | | | | | Special thanks to delphij@ for the prep work. Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0 Security: http://bugs.ntp.org/show_bug.cgi?id=2853 Security: https://www.kb.cert.org/vuls/id/668167 Security: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2015_NTP_Security_Vulnerabi Notes: svn path=/head/; revision=391021
* Rework r385426:Bryan Drewery2015-05-051-5/+5
| | | | | | | | | | | - The include/event2 directory was being created improperly due to the lack of a pkgconfig dependency. Add it to USES. - Remove WRKSRC from SHEBANG list. Reported by: many Notes: svn path=/head/; revision=385479
* - Fix orphaned include/event2 dir (likely an upstream error that it is created)Bryan Drewery2015-05-041-3/+5
| | | | | | | | | | | - Fix shebang QA error when not using PERL_UTILS. This was broken in r374987. Error: '-w' is an invalid shebang you need USES=shebangfix for 'sbin/ntptrace' Must replace @PERL_PATH@ before install or it becomes a blank: '#! -w' Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=385426
* net/ntp: add CPE infoBartek Rutkowski2015-04-231-1/+1
| | | | | | | | | PR: 199619 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket Notes: svn path=/head/; revision=384549
* Update ntp 4.2.8p1 --> 4.2.8p2Cy Schubert2015-04-081-2/+2
| | | | | | | | | | | | | | Update ntp-devel 4.3.13 --> 4.3.14 Mark ntp-rc IGNORE PR: 199274, 199276 Submitted by: delphij Security: VuXML ebd84c96-dd7e-11e4-854e-3c970e169bc2 Security: VuXML ebd84c96-dd7e-11e4-854e-3c970e169bc2 Notes: svn path=/head/; revision=383554
* Add missing =Cy Schubert2015-04-031-1/+1
| | | | Notes: svn path=/head/; revision=383105
* Copy net/ntp to net/ntp-rc to track release candidates.Cy Schubert2015-04-031-0/+2
| | | | | | | Register conflicts between ports. Notes: svn path=/head/; revision=383104
* Remove redundant DOCSDIR.Cy Schubert2015-02-041-2/+0
| | | | Notes: svn path=/head/; revision=378422
* Update 4.2.8 --> 4.2.8p1Cy Schubert2015-02-041-3/+2
| | | | Notes: svn path=/head/; revision=378414
* Adjust MASTER_SITES.Cy Schubert2015-01-061-3/+2
| | | | Notes: svn path=/head/; revision=376384