ntp: update to 4.2.4p8.
--HG-- extra : convert_revision : 02d62fc05eb3f9cd91ea456797d776cac66be592
This commit is contained in:
parent
9a47353848
commit
d629036f32
2 changed files with 20 additions and 7 deletions
11
srcpkgs/ntp/patches/sntp_dup_man_fix.diff
Normal file
11
srcpkgs/ntp/patches/sntp_dup_man_fix.diff
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sntp/Makefile.in.orig 2009-12-08 23:04:06.561126384 +0100
|
||||
+++ sntp/Makefile.in 2009-12-08 23:05:15.666454593 +0100
|
||||
@@ -286,7 +286,7 @@ sntp_SOURCES = \
|
||||
unix.c \
|
||||
$(NULL)
|
||||
|
||||
-dist_man_MANS = sntp.1
|
||||
+dist_man_MANS =
|
||||
EXTRA_DIST = bincheck.mf \
|
||||
COPYRIGHT \
|
||||
sntp-opts.def sntp.1 sntp-opts.texi sntp-opts.menu \
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'ntp'
|
||||
pkgname=ntp
|
||||
version=4.2.4p7
|
||||
revision=2
|
||||
version=4.2.4p8
|
||||
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
|
||||
|
@ -9,7 +8,7 @@ configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
|
|||
--enable-accurate-adjtime --without-rpath --enable-ipv6"
|
||||
short_desc="The Network Time Protocol"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5681883ce5cd0666d73c1b907e284653964a25ad4c02a308ab11b54aca8f01c3
|
||||
checksum=b9ba1a57d94762cbce9667e99a7dd56b0cc599f4e77e87291f671db932f4454c
|
||||
long_desc="
|
||||
The Network Time Protocol (NTP) is used to synchronize a computer's
|
||||
time with another reference time source. This package includes ntpd
|
||||
|
@ -20,10 +19,13 @@ subpackages="$pkgname-perl"
|
|||
conf_files="/etc/ntp.conf"
|
||||
openrc_services="ntpd default"
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency full readline
|
||||
Add_dependency full openssl
|
||||
Add_dependency full libcap
|
||||
Add_dependency run glibc
|
||||
Add_dependency run readline
|
||||
Add_dependency run openssl
|
||||
Add_dependency run libcap
|
||||
Add_dependency build readline-devel
|
||||
Add_dependency build openssl-devel
|
||||
Add_dependency build libcap-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue