svn commit: r421673 - head/net/asterisk13

Guido Falsi madpilot at FreeBSD.org
Sat Sep 10 07:57:59 UTC 2016


Author: madpilot
Date: Sat Sep 10 07:57:58 2016
New Revision: 421673
URL: https://svnweb.freebsd.org/changeset/ports/421673

Log:
  Push ncurses USES after ssl USES, it has been reported to solve
  problems when compiling with non base SSL library.
  
  PR:		211707
  Submitted by:	OlivierW <olivierw1+bugzilla-freebsd at hotmail.com>

Modified:
  head/net/asterisk13/Makefile

Modified: head/net/asterisk13/Makefile
==============================================================================
--- head/net/asterisk13/Makefile	Sat Sep 10 07:38:02 2016	(r421672)
+++ head/net/asterisk13/Makefile	Sat Sep 10 07:57:58 2016	(r421673)
@@ -23,8 +23,8 @@ EXTRACT_ONLY:=	${DISTNAME}${EXTRACT_SUFX
 
 ONLY_FOR_ARCHS=	i386 amd64 powerpc sparc64 armv6
 
-USES=		bison cpe gmake iconv libedit localbase ncurses \
-		shebangfix sqlite ssl
+USES=		bison cpe gmake iconv libedit localbase \
+		shebangfix sqlite ssl ncurses
 USE_CSTD=	gnu89
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list