summaryrefslogtreecommitdiff
path: root/net/ntp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update 4.2.4p4 -> 4.2.4p6Cy Schubert2009-01-142-4/+4
| | | | Notes: svn path=/head/; revision=226000
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Prepare for a new ntp-rc (release candidate) slave port:Cy Schubert2008-08-081-2/+2
| | | | | | | | | | - Conditionally assign PORTVERSION, which will be overridden by the upcoming slave port. The default is the ntp stable branch. - Previous ntp release candidates were designated by a lower-case "rc". They are now designated using an upper-case "RC". Notes: svn path=/head/; revision=218224
* Update 4.2.2p4 --> 4.2.4p4Cy Schubert2008-01-133-10/+15
| | | | | | | | PR: 119330 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=205586
* Update 4.2.2p3 --> 4.2.2p4Cy Schubert2007-09-132-4/+4
| | | | Notes: svn path=/head/; revision=199413
* Update 4.2.2p2 --> 4.2.2p3Cy Schubert2006-10-073-9/+8
| | | | Notes: svn path=/head/; revision=174707
* Add missing patch file.Cy Schubert2006-10-061-0/+14
| | | | Notes: svn path=/head/; revision=174655
* NTP will not build under FreeBSD 4.X.Cy Schubert2006-10-061-1/+7
| | | | Notes: svn path=/head/; revision=174654
* Enable parity for RAWDCF time clocks.Cy Schubert2006-10-053-11/+23
| | | | | | | PR: 103808 Notes: svn path=/head/; revision=174570
* Distfile source directory has changed.Cy Schubert2006-08-051-4/+4
| | | | Notes: svn path=/head/; revision=169699
* Remove redundant line.Cy Schubert2006-06-241-2/+0
| | | | Notes: svn path=/head/; revision=166222
* Update 4.2.0 --> 4.2.2Cy Schubert2006-06-247-150/+59
| | | | Notes: svn path=/head/; revision=166198
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Repackage:Volker Stolz2004-08-302-191/+208
| | | | | | | | | | | | | | | | | | | | | | | - 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. PR: ports/59955 Submitted by: Marius Strobl Approved by: maintainer timeout (cy's busy in RL) Notes: svn path=/head/; revision=117664
* Bring port up to date with latest make(1) .warning feature, allowingCy Schubert2004-04-201-0/+40
| | | | | | | | | the port to build again. Reminded by: ru Notes: svn path=/head/; revision=107652
* Add SIZE.Cy Schubert2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104371
* Define unique LATEST_LINK.Cy Schubert2004-02-071-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=100209
* Change to src/include/netdb.h 1.31 caused a compile error. ThisCy Schubert2004-01-253-0/+29
| | | | | | | | | commit fixes that error. Reported by: bento Notes: svn path=/head/; revision=99136
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-2/+3
| | | | Notes: svn path=/head/; revision=93887
* Update 4.1.1c.r3 -> 4.2.0Cy Schubert2003-10-314-98/+107
| | | | Notes: svn path=/head/; revision=92663
* [patch][non-maintainer] remove dead master site from net/ntpEdwin Groothuis2003-10-041-3/+1
| | | | | | | | | | | Per Fenner's logs, ftp://uiarchive.uiuc.edu went away around July 22nd of this year. It should be removed from this port. PR: ports/57561 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90209
* PORTVERSION fixup.Cy Schubert2003-07-161-1/+1
| | | | | | | | Noticed by: tuc@ttsg.com Pointy hat to: Yours truly Notes: svn path=/head/; revision=84951
* Update 4.1.1c-rc1 --> 4.1.1c-rc3Cy Schubert2003-07-072-2/+2
| | | | Notes: svn path=/head/; revision=84399
* Update website URI.Cy Schubert2003-04-061-1/+1
| | | | Notes: svn path=/head/; revision=78435
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update 4.1.1b -> 4.1.1c-rc1Cy Schubert2003-01-253-4/+4
| | | | Notes: svn path=/head/; revision=73964
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT.Cy Schubert2002-11-072-1/+2
| | | | Notes: svn path=/head/; revision=69632
* Update 4.1.1a --> 4.1.1bCy Schubert2002-10-304-15/+8
| | | | Notes: svn path=/head/; revision=69167
* Fix jjy driver. This patch fixes an invalid command to theCy Schubert2002-07-122-0/+12
| | | | | | | | | | C-DEX JST2000. Submitted by: nork Reviewed by: Harlan Stenn <stenn@whimsy.udel.edu> Notes: svn path=/head/; revision=62872
* Don't use command like the following "tar --exclude ".*" -cf foo.bar ."Maxim Sobolev2002-06-161-1/+1
| | | | | | | | | | because `.' itself gets excluded and therefore no files are added into arcive. This should unbreak package on -current with new tar. Reported by: kris Notes: svn path=/head/; revision=61365
* The ntp port now tracks the production branch, currently at 4.1.1a.Cy Schubert2002-05-213-6/+9
| | | | | | | | PR: 38205 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=59575
* 1. Update to 4.1.72.Cy Schubert2001-12-304-3/+23
| | | | | | | | | | | | 2. Change MAINTAINER from my work email address to my FreeBSD.org email address. 3. Patch to optionally enable RAWDCF (DCF77 raw time code). Obtained from: Harlan Stenn <stenn@whimsy.udel.edu> Reviewed by: nectar Notes: svn path=/head/; revision=52385
* Updatre to 4.1.71.Cy Schubert2001-11-173-3/+5
| | | | | | | | Reviewed by: nectar Approved by: nectar Notes: svn path=/head/; revision=50148
* Update to 4.1.0.OKAZAKI Tetsurou2001-08-242-2/+2
| | | | | | | | PR: 30035 Submitted by: maintainer Notes: svn path=/head/; revision=46809
* Fix MASTER_SITESChris D. Faulhaber2001-07-071-1/+1
| | | | | | | | PR: 28791 Submitted by: Maintainer Notes: svn path=/head/; revision=44888
* make PKGNAME handbook compliant.FUJISHIMA Satsuki2001-07-072-162/+163
| | | | | | | support PORTDOCS in pkg-plist. Notes: svn path=/head/; revision=44884
* upgrade to 4.0.99m-rc2Ying-Chieh Liao2001-07-073-4/+5
| | | | | | | | PR: 28461 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44877
* add missing files into PLISTYing-Chieh Liao2001-05-291-0/+2
| | | | | | | | PR: 27583 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=43262
* maintainer-update:Dirk Meyer2001-04-156-91/+56
| | | | | | | | | | update ntp port that incorporates latest security fix. PR: 26503 Submitted by: Cy.Schubert@uumail.gov.bc.ca Notes: svn path=/head/; revision=41421
* Bump port revision for previous fixesChris D. Faulhaber2001-04-061-1/+1
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=40960
* - Fix off-by-one and buffer underflowChris D. Faulhaber2001-04-061-13/+33
| | | | | | | | | | - Prevent potential denial-of-service via syslog - int -> unsigned char fixes Approved by: Maintainer Notes: svn path=/head/; revision=40952
* o Fix a potential ROOT-exploit in NTPD.FUJISHIMA Satsuki2001-04-052-1/+26
| | | | | | | | | | | (grabbed from src/contrib/ntp/ntpd) o new maintainer. PR: 26369 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Notes: svn path=/head/; revision=40915
* take maintainership bask tp ports@.FUJISHIMA Satsuki2001-03-291-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=40525
* MAINTAINER shouldn't have an _ at the end.Bill Fenner2001-03-211-1/+1
| | | | Notes: svn path=/head/; revision=40175
* o update to 4.0.99k.FUJISHIMA Satsuki2001-03-102-3/+3
| | | | | | | | | | o pass maintainership to pat. PR: 25645 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=39437
* Update to version 4.0.99i.Steve Price2000-04-293-2/+4
| | | | | | | | PR: 18279 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28113
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Update port net/ntp to 4.0.99gMichael Haro2000-04-014-11/+62
| | | | | | | | PR: 17284 Submitted by: KATO Tsuguru tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27225
* I have to drop Maintainership of this port as well.Andreas Klemm2000-02-201-1/+1
| | | | Notes: svn path=/head/; revision=26040