Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 10:39:00 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562194 - head/net/ntpsec
Message-ID:  <202101211039.10LAd0VA057480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101211039.10LAd0VA057480>