1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

90 Commits

Author SHA1 Message Date
Dmitry Marakasov
69cb7cf8ac - Switch to USES=libtool
- Fix shebangs
- Remove redundant MAN1

Approved by:	portmgr blanket
2014-06-23 02:48:00 +00:00
Cy Schubert
f878955108 Support staging. 2014-03-14 19:21:55 +00:00
Cy Schubert
6c23bbf50a Mark net/ntp forbidden.
Security:	CVE-2013-5211 / VU#348126
2014-01-14 20:54:57 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Cy Schubert
a25a60bedd Fix typo. 2013-05-02 20:48:08 +00:00
Jason Helfman
82b75f53c3 - complete optionsNG conversion
- trim historical headers
- reformat space w/ tab where libevent was recently introduced

Approved by:	portmgr (bapt)
Approved by:	maintainer, cy@
2013-04-08 21:26:54 +00:00
Cy Schubert
764e67cd54 - Convert to OptionsNG.
- Make NTP_SIGND option default.
- Add libevent2 library dependency to ntp-devel.

Approved by:	portmgr (miwi)
2013-04-08 05:10:58 +00:00
Cy Schubert
94e4ae2915 Add non-default NTP signed option.
PR:		175918
2013-02-18 21:17:12 +00:00
Cy Schubert
6d02fe1567 Make ATOM and NMEA drivers default, used for GPS interaction.
Suggestged by:	Bryan Seitz <seitz@bsd-unix.net>
2012-07-30 19:40:46 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Cy Schubert
5e4e42620d Update 4.2.6p4 --> 4.2.6p5 2012-01-12 18:40:05 +00:00
Cy Schubert
71289444c9 Bootstrap config is no logner required. Revert bootstrap config that was
required for 4.2.6p1-RC1.

Feature safe:	yes
2011-11-27 21:56:18 +00:00
Cy Schubert
1ac187e29a Enable IPv6 option.
Feature safe:	yes
2011-11-27 20:09:48 +00:00
Cy Schubert
00c213e71e Bump port revision number.
Feature safe:	yes
2011-11-27 20:06:52 +00:00
Cy Schubert
96d2beff4a Add IPv6 option.
Feature safe:	yes
2011-11-27 20:04:08 +00:00
Cy Schubert
54a0d4640b Add options for all drivers that build under FreeBSD.
Feature safe:	yes
2011-11-27 19:43:27 +00:00
Cy Schubert
560336c399 Update 4.2.6p3 --> 4.2.6p4 2011-10-21 00:06:38 +00:00
Cy Schubert
ea91047cce Update 4.2.6p2 --> 4.2.6p3. 2011-04-27 19:44:35 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pav Lucistnik
dc620671bc - Fix SSL option: USE_OPENSSL must be before pre.mk
PR:		ports/152330
Reported by:	Alexander Krivnetsov <akriventsov@hc.ru>
Approved by:	maintainer timeout (cy; 15 days)
2010-12-02 14:26:21 +00:00
Cy Schubert
a430548ebf Update 4.2.6p1.r5 --> 4.2.6p2 2010-11-03 04:29:22 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Cy Schubert
f9b6cc83f1 Patch for NTP bugzilla id 1080.
Submitted by:	Nick Sayer <nsayer@kfu.com>`
2010-06-07 20:02:30 +00:00
Doug Barton
b2aef2955c Upgrade to version 4.2.6p1-RC5, which contains several small bugfixes.
Approved by:	cy (maintainer)
2010-02-15 08:55:12 +00:00
Cy Schubert
411a687305 Fix build when using packages as prerequisites instead of ports, ie.
pointyhat.
2009-12-30 19:10:14 +00:00
Cy Schubert
f79270a3de Update 4.2.6p1-RC1 --> 4.2.6p1-RC2. 2009-12-27 04:51:27 +00:00
Cy Schubert
5d538a8fb7 Fix pkg-plist and create option menu. 2009-12-23 00:40:57 +00:00
Cy Schubert
6da3f689bb Update from 4.2.4p7 to 4.2.6p1-RC1 (4.2.6p1.r1). 2009-12-22 18:11:24 +00:00
Cy Schubert
c51a82e586 Update from 4.2.4p6 to 4.2.4p7.
PR:		ports/134755
2009-05-23 04:11:55 +00:00
Cy Schubert
29fa9577c9 Update 4.2.4p4 -> 4.2.4p6 2009-01-14 01:13:25 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Cy Schubert
f8905c7c2d Prepare for a new ntp-rc (release candidate) slave port:
- 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".
2008-08-08 03:23:51 +00:00
Cy Schubert
792f71a896 Update 4.2.2p4 --> 4.2.4p4
PR:		119330
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
2008-01-13 04:17:07 +00:00
Cy Schubert
e605452804 Update 4.2.2p3 --> 4.2.2p4 2007-09-13 17:28:17 +00:00
Cy Schubert
e29808d8f1 Update 4.2.2p2 --> 4.2.2p3 2006-10-07 03:48:35 +00:00
Cy Schubert
4ae5ae27cd Add missing patch file. 2006-10-06 18:31:46 +00:00
Cy Schubert
eddfbb64ee NTP will not build under FreeBSD 4.X. 2006-10-06 18:30:49 +00:00
Cy Schubert
f68f9288b4 Enable parity for RAWDCF time clocks.
PR:		103808
2006-10-05 19:07:16 +00:00
Cy Schubert
140a889402 Distfile source directory has changed. 2006-08-05 01:34:17 +00:00
Cy Schubert
ceff6ec668 Remove redundant line. 2006-06-24 18:27:24 +00:00
Cy Schubert
e3bcee034b Update 4.2.0 --> 4.2.2 2006-06-24 14:33:59 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Volker Stolz
cf53242161 Repackage:
- 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)
2004-08-30 14:00:15 +00:00
Cy Schubert
f43f7e8969 Bring port up to date with latest make(1) .warning feature, allowing
the port to build again.

Reminded by:	ru
2004-04-20 05:13:29 +00:00
Cy Schubert
732169910a Add SIZE.
Submitted by:	trevor
2004-03-18 03:36:09 +00:00
Cy Schubert
3ebae6c5ed Define unique LATEST_LINK.
Reported by:	kris
2004-02-07 04:14:39 +00:00
Cy Schubert
b134e90243 Change to src/include/netdb.h 1.31 caused a compile error. This
commit fixes that error.

Reported by:	bento
2004-01-25 22:08:27 +00:00
Trevor Johnson
bb34de42c0 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 13:30:42 +00:00
Cy Schubert
d862770dd0 Update 4.1.1c.r3 -> 4.2.0 2003-10-31 00:36:13 +00:00