From owner-svn-ports-head@freebsd.org Sat Dec 17 17:31:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96D0CC85E2B; Sat, 17 Dec 2016 17:31:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 664FC1959; Sat, 17 Dec 2016 17:31:27 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBHHVQsT093131; Sat, 17 Dec 2016 17:31:26 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBHHVQif093130; Sat, 17 Dec 2016 17:31:26 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612171731.uBHHVQif093130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 17 Dec 2016 17:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428787 - head/lang/maude X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2016 17:31:27 -0000 Author: marino Date: Sat Dec 17 17:31:26 2016 New Revision: 428787 URL: https://svnweb.freebsd.org/changeset/ports/428787 Log: lang/maude: document ncurses requirement - Set to link directly against ncurses (not curses) - Explicitly set extra patches to apply to DF as well. They were already but it wasn't clear if that was wanted or not. - set USES=alias to fix building on DF Modified: head/lang/maude/Makefile Modified: head/lang/maude/Makefile ============================================================================== --- head/lang/maude/Makefile Sat Dec 17 17:30:01 2016 (r428786) +++ head/lang/maude/Makefile Sat Dec 17 17:31:26 2016 (r428787) @@ -20,10 +20,10 @@ LIB_DEPENDS= libbdd.so:science/buddy \ libgmp.so:math/gmp \ libsigsegv.so:devel/libsigsegv -USES= autoreconf bison +USES= alias autoreconf bison ncurses GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include +LDFLAGS+= -L${NCURSESLIB} -L${LOCALBASE}/lib CONFIGURE_ARGS= --datadir=${DATADIR} MAKE_JOBS_UNSAFE= yes @@ -39,7 +39,7 @@ BROKEN_aarch64= Fails to link: missing .include -.if ${OSVERSION} >= 1000000 +.if ${OPSYS} == "DragonFly" || ${OSVERSION} >= 1000000 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Mixfix-lexerAux .endif @@ -64,6 +64,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ ${WRKSRC}/src/Mixfix/global.hh + @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|g' \ + ${WRKSRC}/configure.ac post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}