svn commit: r562194 - head/net/ntpsec

Yuri Victorovich yuri at FreeBSD.org
Thu Jan 21 10:39:00 UTC 2021


Author: yuri
Date: Thu Jan 21 10:39:00 2021
New Revision: 562194
URL: https://svnweb.freebsd.org/changeset/ports/562194

Log:
  net/ntpsec: Fix runtime failure due to non-standard library location.
  
  USE_LDCONFIG fixes that.
  
  PR:		252879
  Reported by:	 Borja Marcos <borjam at sarenet.es>

Modified:
  head/net/ntpsec/Makefile

Modified: head/net/ntpsec/Makefile
==============================================================================
--- head/net/ntpsec/Makefile	Thu Jan 21 10:25:59 2021	(r562193)
+++ head/net/ntpsec/Makefile	Thu Jan 21 10:39:00 2021	(r562194)
@@ -3,6 +3,7 @@
 PORTNAME=	ntpsec
 DISTVERSIONPREFIX=	NTPsec_
 DISTVERSION=	1_2_0
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -14,9 +15,10 @@ BUILD_DEPENDS=	asciidoc:textproc/asciidoc
 LIB_DEPENDS=	libdns_sd.so:net/mDNSResponder
 
 USES=		bison gettext-runtime pkgconfig python shebangfix ssl waf
-SHEBANG_FILES=	${WRKSRC}/ntpclients/ntp*.py
 USE_GITHUB=	yes
+USE_LDCONFIG=	${PREFIX}/lib/ntp
 
+SHEBANG_FILES=	${WRKSRC}/ntpclients/ntp*.py
 python_OLD_CMD=	@PYSHEBANG@
 
 CONFLICTS=	ntp ntp-devel openntpd


More information about the svn-ports-all mailing list