Date: Wed, 13 Nov 2013 12:01:11 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333676 - head/ports-mgmt/pkg-devel Message-ID: <201311131201.rADC1BF1010798@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Nov 13 12:01:10 2013 New Revision: 333676 URL: http://svnweb.freebsd.org/changeset/ports/333676 Log: - Support DEBUG PR: ports/183277 With hat: portmgr Modified: head/ports-mgmt/pkg-devel/Makefile Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Wed Nov 13 12:00:06 2013 (r333675) +++ head/ports-mgmt/pkg-devel/Makefile Wed Nov 13 12:01:10 2013 (r333676) @@ -2,6 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.2.0.b2 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -23,6 +24,10 @@ USES= uidfix MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null \ PORTREVISION=${PORTREVISION} +.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) +MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}" +.endif + # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD # so that pkg-static is used from the wrkdir USE_SUBMAKE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311131201.rADC1BF1010798>