[Midnightbsd-cvs] mports [16828] U trunk/net/ntp/files: fix build of ntp

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 6 12:29:46 EDT 2014


Revision: 16828
          http://svnweb.midnightbsd.org/mports/?rev=16828
Author:   laffer1
Date:     2014-09-06 12:29:45 -0400 (Sat, 06 Sep 2014)
Log Message:
-----------
fix build of ntp

Modified Paths:
--------------
    trunk/net/ntp/Makefile
    trunk/net/ntp/Makefile.inc

Property Changed:
----------------
    trunk/net/ntp/Makefile.inc
    trunk/net/ntp/files/ntp.conf
    trunk/net/ntp/files/ntp.in
    trunk/net/ntp/files/patch-ntpd-ntp_io.c

Modified: trunk/net/ntp/Makefile
===================================================================
--- trunk/net/ntp/Makefile	2014-09-06 16:27:58 UTC (rev 16827)
+++ trunk/net/ntp/Makefile	2014-09-06 16:29:45 UTC (rev 16828)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION?=	4.2.6p5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.udel.edu/pub/ntp/ntp4/ \
 		http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
@@ -13,22 +13,16 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	The Network Time Protocol Distribution
+
 LICENSE=	other
 
 LATEST_LINK=	${PORTNAME}
 
+USES=		libtool
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	automake libtool
+USE_AUTOTOOLS=	automake
+OPTIONS_SUB=	yes
 
-USE_RC_SUBR=	ntp
-
-MAN1=		sntp.1 \
-		ntpd.1 \
-		ntpdc.1 \
-		ntpq.1 \
-		ntpsnmpd.1 \
-		ntp-keygen.1 \
-
 .include "Makefile.inc"
 
 .include <bsd.mport.options.mk>
@@ -68,7 +62,7 @@
 AUTOTOOLSFILES=	aclocal.m4
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|1.11.1|1.12.6|g' \
+	@${REINPLACE_CMD} -e 's|1.11.1|1.14|g' \
 			  ${WRKSRC}/aclocal.m4
 
 post-install:

Modified: trunk/net/ntp/Makefile.inc
===================================================================
--- trunk/net/ntp/Makefile.inc	2014-09-06 16:27:58 UTC (rev 16827)
+++ trunk/net/ntp/Makefile.inc	2014-09-06 16:29:45 UTC (rev 16828)
@@ -50,7 +50,9 @@
   		TRIMTAIP \
   		TRIMTSIP \
   		WHARTON	 \
-  		VARITEXT
+  		VARITEXT \
+  		DOCS \
+  		EXAMPLES
 
 OPTIONS_DEFAULT=	SSL \
 		NTP_SIGND \


Property changes on: trunk/net/ntp/Makefile.inc
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/net/ntp/files/ntp.conf
===================================================================
--- trunk/net/ntp/files/ntp.conf	2014-09-06 16:27:58 UTC (rev 16827)
+++ trunk/net/ntp/files/ntp.conf	2014-09-06 16:29:45 UTC (rev 16828)

Property changes on: trunk/net/ntp/files/ntp.conf
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/net/ntp/files/ntp.in
===================================================================
--- trunk/net/ntp/files/ntp.in	2014-09-06 16:27:58 UTC (rev 16827)
+++ trunk/net/ntp/files/ntp.in	2014-09-06 16:29:45 UTC (rev 16828)

Property changes on: trunk/net/ntp/files/ntp.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Index: trunk/net/ntp/files/patch-ntpd-ntp_io.c
===================================================================
--- trunk/net/ntp/files/patch-ntpd-ntp_io.c	2014-09-06 16:27:58 UTC (rev 16827)
+++ trunk/net/ntp/files/patch-ntpd-ntp_io.c	2014-09-06 16:29:45 UTC (rev 16828)

Property changes on: trunk/net/ntp/files/patch-ntpd-ntp_io.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list