Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 00:34:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340518 - head/devel/libfirm
Message-ID:  <201401210034.s0L0YDJ0072438@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jan 21 00:34:13 2014
New Revision: 340518
URL: http://svnweb.freebsd.org/changeset/ports/340518
QAT: https://qat.redports.org/buildarchive/r340518/

Log:
  Support stage

Modified:
  head/devel/libfirm/Makefile

Modified: head/devel/libfirm/Makefile
==============================================================================
--- head/devel/libfirm/Makefile	Tue Jan 21 00:31:31 2014	(r340517)
+++ head/devel/libfirm/Makefile	Tue Jan 21 00:34:13 2014	(r340518)
@@ -7,27 +7,20 @@ CATEGORIES=	devel lang
 MASTER_SITES=	SF
 
 MAINTAINER=	sperber@FreeBSD.org
-COMMENT=	A graph-based SSA intermediate representation library for compilers
+COMMENT=	Graph-based SSA intermediate representation library for compilers
+
+OPTIONS_DEFINE=	DEBUG
 
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
 USE_AUTOTOOLS=	autoconf
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack
 USE_LDCONFIG=	yes
-USES=		pkgconfig
+USES=		gmake pathfix pkgconfig
 
 OPTIONS_DEFINE=	DEBUG
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+=	--enable-debug
-.else
-CONFIGURE_ARGS+=	--disable-debug
-.endif
+DEBUG_CONFIGURE_ENABLE=	debug
 
 .include <bsd.port.mk>



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