From owner-freebsd-ports Sun Oct 8 14:45:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id C087C37B502 for ; Sun, 8 Oct 2000 14:45:39 -0700 (PDT) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id OAA15742; Sun, 8 Oct 2000 14:43:33 -0700 Date: Sun, 8 Oct 2000 14:43:33 -0700 From: Arun Sharma Message-Id: <200010082143.OAA15742@sharmas.dhs.org> To: ports@freebsd.org Subject: Re: ports/21838: Updated port devel/sip In-Reply-To: <200010081913.MAA03704@sharmas.dhs.org> References: <200010081913.MAA03704@sharmas.dhs.org> Reply-To: adsharma@sharmas.dhs.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 8 Oct 2000 21:20:19 +0200, adsharma@sharmas.dhs.org wrote: > > >Number: 21838 > >Category: ports > >Synopsis: Updated port devel/sip > >Confidential: yes > >Severity: serious > >Priority: medium > >Responsible: freebsd-ports > >State: open Forgot to attach the diff. -Arun diff -urN sip/Makefile sip.new/Makefile --- sip/Makefile Mon Aug 21 03:07:34 2000 +++ sip.new/Makefile Tue Sep 26 09:10:21 2000 @@ -1,23 +1,24 @@ # New ports collection makefile for: sip +# Version required: 0.9 # Date created: Sun Oct 17 00:24:28 PDT 1999 # Whom: adsharma@home.com # -# $FreeBSD: ports/devel/sip/Makefile,v 1.7 2000/08/21 10:07:34 sobomax Exp $ +# $FreeBSD: ports/devel/sip/Makefile,v 1.2 2000/05/28 03:51:51 steve Exp $ # PORTNAME= sip -PORTVERSION= 0.12 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= http://www.river-bank.demon.co.uk/software/ -MAINTAINER= adsharma@home.com +MAINTAINER= adsharma@sharmas.dhs.org BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Python.h:${PORTSDIR}/lang/python USE_LIBTOOL= yes -INSTALLS_SHLIB= yes USE_QT= yes -CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/X11/qt +CONFIGURE_ARGS= --enable-qt=yes --with-qt-includes=${X11BASE}/include/qt2 +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= LDFLAGS=-lgcc diff -urN sip/distinfo sip.new/distinfo --- sip/distinfo Fri Jun 16 20:37:09 2000 +++ sip.new/distinfo Fri Sep 22 08:31:20 2000 @@ -1 +1 @@ -MD5 (sip-0.12.tar.gz) = 64a53fa4204aaa5a6098cdaf3c34604c +MD5 (sip-2.0.1.tar.gz) = 6e3c05b69fcd39d3413e13b5708cfc18 diff -urN sip/pkg-plist sip.new/pkg-plist --- sip/pkg-plist Fri Jun 16 20:37:10 2000 +++ sip.new/pkg-plist Fri Sep 22 08:38:00 2000 @@ -5,3 +5,5 @@ include/sip/sip.h include/sip/sipQt.h @dirrm include/sip +@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