[141000] trunk/dports/sysutils/ntp/Portfile

dluke at macports.org dluke at macports.org
Wed Oct 7 11:45:06 PDT 2015


Revision: 141000
          https://trac.macports.org/changeset/141000
Author:   dluke at macports.org
Date:     2015-10-07 11:45:06 -0700 (Wed, 07 Oct 2015)
Log Message:
-----------
ntp: add dependencies that configure would otherwise opportunistically link with, force configure script to ignore libelf

Modified Paths:
--------------
    trunk/dports/sysutils/ntp/Portfile

Modified: trunk/dports/sysutils/ntp/Portfile
===================================================================
--- trunk/dports/sysutils/ntp/Portfile	2015-10-07 18:03:02 UTC (rev 140999)
+++ trunk/dports/sysutils/ntp/Portfile	2015-10-07 18:45:06 UTC (rev 141000)
@@ -4,6 +4,7 @@
 
 name		ntp
 version		4.2.8p3
+revision	1
 categories	sysutils net
 maintainers	geeklair.net:dluke
 description	NTP is a protocol designed to synchronize the clocks of computers over a network.
@@ -22,8 +23,11 @@
 
 platforms	darwin
 
-configure.args	--enable-ipv6
+configure.args	--enable-ipv6 ac_cv_search_nlist=no
 
+depends_lib	port:openssl port:libevent port:libedit
+depends_build	port:pkgconfig
+
 startupitem.create	yes
 startupitem.netchange	yes
 startupitem.executable	${prefix}/sbin/ntpd -n -g -p ${prefix}/var/run/ntpd.pid -f ${prefix}/var/db/ntp.drift -c ${prefix}/etc/ntp.conf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151007/6e30938a/attachment-0001.html>


More information about the macports-changes mailing list