svn commit: r464864 - head/dns/libasr-devel

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 18 03:24:23 UTC 2018


Author: yuri
Date: Sun Mar 18 03:24:22 2018
New Revision: 464864
URL: https://svnweb.freebsd.org/changeset/ports/464864

Log:
  dns/libasr-devel: Unbreak
  
  Port changes:
  * Remove the manpage option - not needed, always on.
  * Reorder USExx section
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/dns/libasr-devel/Makefile
  head/dns/libasr-devel/pkg-plist

Modified: head/dns/libasr-devel/Makefile
==============================================================================
--- head/dns/libasr-devel/Makefile	Sun Mar 18 03:19:13 2018	(r464863)
+++ head/dns/libasr-devel/Makefile	Sun Mar 18 03:24:22 2018	(r464864)
@@ -17,17 +17,13 @@ LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
 CONFLICTS=	libasr-[0-9]*
+
+USES=		groff libtool ssl:build
 GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+CONFIGURE_ARGS=	--with-mantype="man"
 INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=	MAN3
-OPTIONS_SUB=	yes
-
-MAN3_DESC=	Install API manpages (section 3)
-MAN3_USES=	groff
-MAN3_CONFIGURE_OFF=	ac_cv_path_GROFF="" ac_cv_path_NROFF="" ac_cv_path_MANDOC=""
-
-USES=		libtool ssl:build
-USE_LDCONFIG=	yes
+CFLAGS+=	-I${OPENSSLINC}
 
 .include <bsd.port.mk>

Modified: head/dns/libasr-devel/pkg-plist
==============================================================================
--- head/dns/libasr-devel/pkg-plist	Sun Mar 18 03:19:13 2018	(r464863)
+++ head/dns/libasr-devel/pkg-plist	Sun Mar 18 03:24:22 2018	(r464864)
@@ -3,4 +3,4 @@ lib/libasr.a
 lib/libasr.so
 lib/libasr.so.0
 lib/libasr.so.0.0.2
-%%MAN3%%man/man3/asr_run.3.gz
+man/man3/asr_run.3.gz


More information about the svn-ports-all mailing list