Commit graph

92 commits

Author SHA1 Message Date
Cy Schubert
63547acb03 Update 4.2.7p234 --> 4.2.7p236
Add driver options.

Feature safe:	yes
2011-11-27 23:02:28 +00:00
Cy Schubert
b5bbc15cd0 Update 4.2.7p225 --> 4.2.7p234
Feature safe:	yes
2011-11-15 06:05:59 +00:00
Cy Schubert
25810fe893 Update 4.2.7p210 --> 4.2.7p225 2011-10-21 00:10:03 +00:00
Cy Schubert
05ec4e4eac Update 4.2.7p203 --> 4.2.7p210 2011-09-01 05:19:16 +00:00
Cy Schubert
8dd8b2abad Remove spurious dirrmtry.
Suggested by:	naddy
2011-08-25 19:28:08 +00:00
Cy Schubert
efda7777be Pkg-plist fix for when ntpsnmpd is auto-installed (when net-snmp is
discovered).

Discovered by:		pointyhat
2011-08-22 03:58:07 +00:00
Cy Schubert
debd8463e1 Update 4.2.7p202 --> 4.2.7p203 2011-08-17 06:28:50 +00:00
Cy Schubert
45d7ebb351 Plist fixup.
Noticed by:	pav
2011-08-14 19:06:11 +00:00
Cy Schubert
358ad95f81 Update 4.2.7p181 --> 4.2.7p202 2011-08-12 03:27:42 +00:00
Sylvio Cesar Teixeira
c9e4736d26 - Chase net-snmp shlib version bump. 2011-07-28 12:43:22 +00:00
Cy Schubert
6290a300c6 Upddate 4.2.7p179 --> 4.2.7p181 2011-06-08 18:36:10 +00:00
Cy Schubert
ec1a5a728b Sync distinfo.
Pointy hat to:	myself
2011-06-08 05:07:00 +00:00
Cy Schubert
7ae2ff985b Update 4.2.7p168 --> 4.2.7p179 2011-06-06 19:07:39 +00:00
Cy Schubert
fcb79232c5 Update from 4.2.7p159 to 4.2.7p168. 2011-05-17 05:21:53 +00:00
Cy Schubert
5a03ad0949 Add missing binary to pkg-plist.
Submitted by:	pav
Discovered by:	pointyhat
2011-05-02 06:04:41 +00:00
Cy Schubert
f05348225b Update 4.2.7p78 --> 4.2.7p159 2011-04-28 19:09:23 +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
Cy Schubert
1bfe979f91 Update 4.2.7p77 --> 4.2.7p78 2010-11-05 19:54:23 +00:00
Cy Schubert
7c20c8d2c5 Update 4.2.7p76 --> 4.2.7p77 2010-11-05 03:10:07 +00:00
Cy Schubert
ec5cceed94 Update 4.2.7p5 --> 4.2.7p76 2010-11-04 04:23:07 +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
61238795f6 Patch for NTP bugzilla id 1080.
Submitted by:	Nick Sayer <nsayer@kfu.com>
2010-06-07 20:01:19 +00:00
Cy Schubert
d9c19a5f55 This port requires automake 1.11 whereas the ports collecton only supports
automake 1.10. Run the ntp bootstrap script to rebuild the configure
script.
2010-01-03 06:52:23 +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
d24a653266 The ntpsnmpd man page is always installed in this release of ntp.
Remove a redundant sntp man page specification.
2009-12-28 05:01:19 +00:00
Cy Schubert
db2a5fe1da Update 4.2.5p179 --> 4.2.7p5 2009-12-28 01:34:56 +00:00
Cy Schubert
ba8961f1b2 Update 4.2.5p158 -> 4.2.5p179 2009-05-24 04:33:50 +00:00
Cy Schubert
5c377ae43a Update 4.2.5p157 --> 4.2.5p158 2009-01-30 19:56:05 +00:00
Cy Schubert
f76113a141 Update 4.2.5p156 --> 4.2.5p157 2009-01-27 23:43:05 +00:00
Cy Schubert
653d4a328b Fix a problem whereby the ntpsnmpd.1 man page is installed even when
the ntpsnmpd binary is not. This also fixes a packing list problem.
2009-01-21 01:20:30 +00:00
Cy Schubert
f8769c93dc Update 4.2.5p155 --> 4.2.5p156.
NTP autodetects the whether net-mgmt/net-snmp is installed and installs
an additional binary and man page if it is installed. The port detects
if net-snmp is installed and adjusts the packing list accordingly.
2009-01-19 19:12:53 +00:00
Cy Schubert
c7117d4332 Update 4.2.5p122 --> 4.2.5p155 2009-01-18 18:42:23 +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
41d709b1d5 Update 4.2.5p121 --> 4.2.5p122 2008-08-08 02:53:45 +00:00
Cy Schubert
3f4b001bcf Update 4.2.5p109 --> 4.2.5p121 2008-07-26 00:21:16 +00:00
Cy Schubert
ce264bb9a7 Update 4.2.5p75 --> 4.2.5p109 2008-01-13 06:50:53 +00:00
Edwin Groothuis
2f5fd33d0b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:10:52 +00:00
Cy Schubert
a898a042c1 Update 4.2.3p51 --> 4.2.5p75 2007-09-13 17:35:16 +00:00
Cy Schubert
2a38b81acd Update 4.2.3p21 --> 4.2.3p51 2006-10-07 03:51:41 +00:00
Cy Schubert
f68f9288b4 Enable parity for RAWDCF time clocks.
PR:		103808
2006-10-05 19:07:16 +00:00
Cy Schubert
e22fc9db6d ntp-devel will not build under 4.X. 2006-08-16 22:10:53 +00:00
Cy Schubert
b2caaea56d Update 4.2.0b-2006-03-22 --> 4.2.3p21 2006-08-05 06:37:45 +00:00
Cy Schubert
25136f81a9 Update rc1-20060321 --> rc1-20060322. 2006-03-22 12:25:27 +00:00
Cy Schubert
5a1464983d Fix port version number going backwards. 2006-03-21 23:16:29 +00:00
Cy Schubert
fb223fdde6 Fix PORTREVISION. 2006-03-21 19:31:59 +00:00
Cy Schubert
cdfa199ca6 - Update 4.2.0b-20060201 --> 4.2.0b-rc1-20060321. 2006-03-21 14:23:36 +00:00
Cy Schubert
c9072780e0 Make LATEST_LINK unique. 2006-02-11 15:13:51 +00:00
Cy Schubert
773cddcc2c Resurrect the ntp-devel port. This port tracks the -DEV branch of NTP
whereas the ntp and ntp-stable ports track the -PROD and -STABLE branches
of NTP respectively.
2006-02-03 23:23:22 +00:00
Cy Schubert
9c8c8608b9 NTP development branch has been dormant for a long time. This port does not
currently serve any purpose. It will be resurrected when NTP development
resumes.
2004-08-11 01:23:30 +00:00