From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 25 19:50:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A5DA16A4CE for ; Thu, 25 Dec 2003 19:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E10243D53 for ; Thu, 25 Dec 2003 19:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBQ3oFFR045329 for ; Thu, 25 Dec 2003 19:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBQ3oFoV045328; Thu, 25 Dec 2003 19:50:15 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 25 Dec 2003 19:50:15 -0800 (PST) Resent-Message-Id: <200312260350.hBQ3oFoV045328@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ying-Chieh Liao Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBC5316A4CE for ; Thu, 25 Dec 2003 19:49:37 -0800 (PST) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EA343D41 for ; Thu, 25 Dec 2003 19:49:33 -0800 (PST) (envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id C8046106C28 for ; Fri, 26 Dec 2003 11:49:27 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02082-02 for ; Fri, 26 Dec 2003 11:49:10 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041) id 6CADF106C0D; Fri, 26 Dec 2003 11:49:10 +0800 (CST) Message-Id: <20031226034910.6CADF106C0D@FreeBSD.csie.NCTU.edu.tw> Date: Fri, 26 Dec 2003 11:49:10 +0800 (CST) From: Ying-Chieh Liao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/60580: upgrade ports/devel/py-sip to 3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ying-Chieh Liao List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2003 03:50:18 -0000 >Number: 60580 >Category: ports >Synopsis: upgrade ports/devel/py-sip to 3.9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 25 19:50:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.9-STABLE i386 >Organization: NCTU CSIE >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.9-STABLE FreeBSD 4.9-STABLE #8: Wed Oct 29 10:04:27 CST 2003 root@FreeBSD.csie.NCTU.edu.tw:/big/usr.obj/big/freebsd/pub/branches/4.0-stable/src/sys/FREEBSD i386 >Description: >How-To-Repeat: >Fix: Index: py-sip/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-sip/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- py-sip/Makefile 24 Aug 2003 06:19:35 -0000 1.4 +++ py-sip/Makefile 26 Dec 2003 03:39:27 -0000 @@ -5,20 +5,26 @@ # $FreeBSD: ports/devel/py-sip/Makefile,v 1.4 2003/08/24 06:19:35 krion Exp $ PORTNAME= sip -PORTVERSION= 3.8 +PORTVERSION= 3.9 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= +DISTFILES= # empty MAINTAINER= eugos@gmx.net COMMENT= Python convenience link to sip library -LIB_DEPENDS= sip.10:${PORTSDIR}/devel/sip +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/sip:configure +LIB_DEPENDS= sip.11:${PORTSDIR}/devel/sip USE_PYTHON= yes -NO_BUILD= yes + +do-build: + @${MKDIR} ${WRKSRC} + @${CP} ${PORTSDIR}/devel/sip/work/sip-3.9/sipconfig.py ${WRKSRC} + @(cd ${WRKSRC} ; ${PATCH} < ${FILESDIR}/sipconfig.py-patch) do-install: - ${LN} -s ${LOCALBASE}/lib/libsip.so ${PYTHONPREFIX_SITELIBDIR}/libsip.so + ${INSTALL_DATA} ${WRKSRC}/sipconfig.py ${PYTHON_SITELIBDIR} + ${LN} -fs ${LOCALBASE}/lib/libsip.so ${PYTHONPREFIX_SITELIBDIR}/libsip.so .include Index: py-sip/pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/py-sip/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- py-sip/pkg-plist 13 Aug 2003 09:37:52 -0000 1.2 +++ py-sip/pkg-plist 26 Dec 2003 03:39:27 -0000 @@ -1 +1,2 @@ %%PYTHON_SITELIBDIR%%/libsip.so +%%PYTHON_SITELIBDIR%%/sipconfig.py Index: py-sip/files/sipconfig.py-patch =================================================================== RCS file: py-sip/files/sipconfig.py-patch diff -N py-sip/files/sipconfig.py-patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ py-sip/files/sipconfig.py-patch 26 Dec 2003 03:39:27 -0000 @@ -0,0 +1,22 @@ +--- sipconfig.py.orig Fri Dec 26 11:35:55 2003 ++++ sipconfig.py Fri Dec 26 11:37:45 2003 +@@ -202,8 +202,8 @@ + self.package = pkg + + self.patches['@BLX_DEFINES@'] = 'SIP_MAKE_MODULE_DLL' +- self.patches['@BLX_INCLUDEPATH@'] = '. /usr/ports/devel/sip/work/headers /usr/local/include/python2.3' +- self.patches['@BLX_LIBS@'] = '-L/usr/ports/devel/sip/work/modules -lsip' ++ self.patches['@BLX_INCLUDEPATH@'] = '. /usr/local/include/sip /usr/local/include/python2.3' ++ self.patches['@BLX_LIBS@'] = '-L/usr/local/lib -lsip' + + self.default_bin_dir = '/usr/local/bin' + self.default_mod_dir = '/usr/local/lib/python2.3/site-packages' +@@ -218,7 +218,7 @@ + self.qt_lib = 'qt-mt' + + self.sip_version = 0x030900 +- self.sip_bin = '/usr/ports/devel/sip/work/binaries/sip' ++ self.sip_bin = '/usr/local/bin/sip' + + self.make_bin = 'make' + >Release-Note: >Audit-Trail: >Unformatted: