Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2004 23:30:28 GMT
From:      Eugene Ossintsev <eugos@gmx.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/72153: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable
Message-ID:  <200409282330.i8SNUScn029353@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/72153; it has been noted by GNATS.

From: Eugene Ossintsev <eugos@gmx.net>
To: freebsd-gnats-submit@FreeBSD.org, danny@ricin.com
Cc:  
Subject: Re: ports/72153: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable
Date: Wed, 29 Sep 2004 01:23:00 +0200

 Hello,
 
 It's tested and looks nice. But I think, instead of
 
 post-install:
 	@${PYTHON_CMD} -O -c "import sipconfig"
 
 you have decided to add to Makefile (that is certainly a good idea), it 
 would be better to add
 
 post-install:
 	@${PYTHON_CMD} -c "import sipconfig"
 	@${PYTHON_CMD} -O -c "import sipconfig"
 
 to generate both .pyc and .pyo AND then delete files/patch-aa as it will 
 be no longer necessary to have it after that.
 
 -- 
 Eugene Ossintsev



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