From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 13 05:00:41 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 19FBE16A4CE for ; Sat, 13 Dec 2003 05:00:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9835843D3C for ; Sat, 13 Dec 2003 05:00:34 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBDD0YFR030447 for ; Sat, 13 Dec 2003 05:00:34 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBDD0Yn4030446; Sat, 13 Dec 2003 05:00:34 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 13 Dec 2003 05:00:34 -0800 (PST) Resent-Message-Id: <200312131300.hBDD0Yn4030446@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, "Sebastian Yepes F.ESN" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0B4016A4CE for ; Sat, 13 Dec 2003 04:58:02 -0800 (PST) Received: from mx.x123.info (165.Red-80-37-224.pooles.rima-tde.net [80.37.224.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB61E43D33 for ; Sat, 13 Dec 2003 04:58:01 -0800 (PST) (envelope-from esn@x123.info) Received: by mx.x123.info (Postfix, from userid 1000) id E383517036; Sat, 13 Dec 2003 13:57:55 +0100 (CET) Message-Id: <20031213125755.E383517036@mx.x123.info> Date: Sat, 13 Dec 2003 13:57:55 +0100 (CET) From: "Sebastian Yepes F.ESN" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/60206: [Fix Port]:: comms/qtpcr unesesery depends X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Sebastian Yepes F.ESN" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 13:00:41 -0000 >Number: 60206 >Category: ports >Synopsis: [Fix Port]:: comms/qtpcr unesesery depends >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 13 05:00:34 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sebastian Yepes F. [ESN] >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD agosto 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Dec 9 14:35:11 CET 2003 esn@agosto:/usr/obj/usr/src/sys/MYK_SRV i386 >Description: Remove some unesesery depends (pthreads) >How-To-Repeat: >Fix: diff -u qtpcr.old/Makefile qtpcr/Makefile --- qtpcr.old/Makefile Sat Dec 13 13:01:08 2003 +++ qtpcr/Makefile Sat Dec 13 13:05:48 2003 @@ -1,12 +1,13 @@ # New ports collection makefile for: qtpcr # Date created: 31 Jan 2003 -# Whom: Sebastian Yepes +# Whom: Sebastian Yepes F. # # $FreeBSD: ports/comms/qtpcr/Makefile,v 1.1 2003/12/12 05:22:45 linimon Exp $ # PORTNAME= qtpcr PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.physics.purdue.edu/~teepanis/qtpcr/ DISTNAME= qtpcr-${PORTVERSION} @@ -22,12 +23,10 @@ .if defined(WITH_QT23) USE_QT_VER= 2 -LIB_DEPENDS+= pthread:${PORTSDIR}/devel/pth -MAKE_ENV= INCPATH=-I${X11BASE}/include/qt2 MOC=moc2 LIBS="-lqt2-mt -L${X11BASE}/lib -lpthread -L${LOCALBASE}/lib/pth" +MAKE_ENV= INCPATH=-I${X11BASE}/include/qt2 MOC=moc2 LIBS="-lqt2-mt -L${X11BASE}/lib" .else USE_QT_VER= 3 -LIB_DEPENDS+= pthread:${PORTSDIR}/devel/pth -MAKE_ENV= INCPATH=-I${X11BASE}/include MOC=moc LIBS="-lqt-mt -L${X11BASE}/lib -lpthread -L${LOCALBASE}/lib/pth" +MAKE_ENV= INCPATH=-I${X11BASE}/include MOC=moc LIBS="-lqt-mt -L${X11BASE}/lib" .endif .include >Release-Note: >Audit-Trail: >Unformatted: