ports/72153: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable

Eugene Ossintsev eugos at gmx.net
Tue Sep 28 23:30:29 UTC 2004


The following reply was made to PR ports/72153; it has been noted by GNATS.

From: Eugene Ossintsev <eugos at gmx.net>
To: freebsd-gnats-submit at FreeBSD.org, danny at 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



More information about the freebsd-ports-bugs mailing list