Date: Sun, 8 Oct 2000 14:44:13 -0700 From: Arun Sharma <adsharma@sharmas.dhs.org> To: ports@freebsd.org Subject: Re: ports/21839: Updated port x11-toolkits/py-qt Message-ID: <200010082144.OAA15747@sharmas.dhs.org> In-Reply-To: <200010081914.MAA03818@sharmas.dhs.org> References: <200010081914.MAA03818@sharmas.dhs.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8 Oct 2000 21:20:14 +0200, adsharma@sharmas.dhs.org <adsharma@sharmas.dhs.org> wrote: > > >Number: 21839 > >Category: ports > >Synopsis: Updated port x11-toolkits/py-qt > >Confidential: yes > >Severity: serious > >Priority: medium > >Responsible: freebsd-ports > >State: open Forgot to attach the diff. -Arun diff -urN py-qt/Makefile py-qt.new/Makefile --- py-qt/Makefile Sun Oct 8 12:03:37 2000 +++ py-qt.new/Makefile Fri Sep 22 13:50:26 2000 @@ -3,10 +3,10 @@ # Date created: Sun Oct 17 00:24:28 PDT 1999 # Whom: adsharma@sharmas.dhs.org # -# $FreeBSD: ports/x11-toolkits/py-qt/Makefile,v 1.3 2000/08/21 10:07:34 sobomax Exp $ +# $FreeBSD: ports/x11-toolkits/py-qt/Makefile,v 1.1 2000/04/23 05:07:09 will Exp $ PORTNAME= py-qt -PORTVERSION= 0.12 +PORTVERSION= 2.0 CATEGORIES= x11-toolkits python MASTER_SITES= http://www.river-bank.demon.co.uk/software/ DISTNAME= PyQt-${PORTVERSION} @@ -17,8 +17,10 @@ USE_QT= yes USE_LIBTOOL= yes +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= LDFLAGS=-lgcc -CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt +CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \ + --with-qt-libraries=${X11BASE}/lib .include <bsd.port.mk> diff -urN py-qt/distinfo py-qt.new/distinfo --- py-qt/distinfo Sun Jul 9 18:45:30 2000 +++ py-qt.new/distinfo Fri Sep 22 08:41:52 2000 @@ -1 +1 @@ -MD5 (PyQt-0.12.tar.gz) = 2e3ce2c038dde5fa1a71b46924189385 +MD5 (PyQt-2.0.tar.gz) = 9c775bf628b033faa31d64b91d01a87c diff -urN py-qt/pkg-plist py-qt.new/pkg-plist --- py-qt/pkg-plist Sun Jul 9 18:45:31 2000 +++ py-qt.new/pkg-plist Tue Sep 26 09:11:27 2000 @@ -1,5 +1,6 @@ -lib/python1.5/lib-dynload/libqtcmodule-0.12.so -lib/python1.5/lib-dynload/libqtcmodule.so +lib/python1.5/site-packages/libqtcmodule-2.0.so +lib/python1.5/site-packages/libqtcmodule.so lib/python1.5/qt.py +bin/pyuilist @exec /sbin/ldconfig -m %D/lib @unexec /sbin/ldconfig -R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010082144.OAA15747>