From owner-freebsd-python@FreeBSD.ORG Mon Feb 12 05:06:03 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 695FA16A421; Mon, 12 Feb 2007 05:06:03 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5945013C4B8; Mon, 12 Feb 2007 05:06:03 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from freefall.freebsd.org (tmclaugh@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1C563pk071666; Mon, 12 Feb 2007 05:06:03 GMT (envelope-from tmclaugh@freefall.freebsd.org) Received: (from tmclaugh@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1C563JS071662; Mon, 12 Feb 2007 05:06:03 GMT (envelope-from tmclaugh) Date: Mon, 12 Feb 2007 05:06:03 GMT From: Tom McLaughlin Message-Id: <200702120506.l1C563JS071662@freefall.freebsd.org> To: bg1tpt@gmail.com, tmclaugh@FreeBSD.org, freebsd-python@FreeBSD.org, tmclaugh@FreeBSD.org Cc: Subject: Re: ports/109070: [NEW PORT] Add port of audio/py-musepack X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 05:06:03 -0000 Synopsis: [NEW PORT] Add port of audio/py-musepack State-Changed-From-To: open->closed State-Changed-By: tmclaugh State-Changed-When: Mon Feb 12 04:53:25 UTC 2007 State-Changed-Why: Thanks for the port. Please note a minor change I made to remove the gmake dependency and the need for a patch file. @@ -17,13 +17,9 @@ LIB_DEPENDS= mpcdec:${PORTSDIR}/audio/libmpcdec USE_PYTHON= yes -USE_GMAKE= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes +MAKE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" -.include - -do-build: - @cd ${WRKSRC} && ${GMAKE} build - -.include +.include Responsible-Changed-From-To: freebsd-python->tmclaugh Responsible-Changed-By: tmclaugh Responsible-Changed-When: Mon Feb 12 04:53:25 UTC 2007 Responsible-Changed-Why: Thanks for the port. Please note a minor change I made to remove the gmake dependency and the need for a patch file. @@ -17,13 +17,9 @@ LIB_DEPENDS= mpcdec:${PORTSDIR}/audio/libmpcdec USE_PYTHON= yes -USE_GMAKE= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes +MAKE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" -.include - -do-build: - @cd ${WRKSRC} && ${GMAKE} build - -.include +.include http://www.freebsd.org/cgi/query-pr.cgi?pr=109070