From owner-freebsd-ports Sat Feb 12 20:30: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id 9B05740D5 for ; Sat, 12 Feb 2000 20:29:58 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA99856; Sat, 12 Feb 2000 20:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by builder.freebsd.org (Postfix) with ESMTP id F0B933DE0 for ; Sat, 12 Feb 2000 20:25:47 -0800 (PST) Received: from shadow.blackdawn.com (postfix@[209.69.196.56]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id UAA49256 for ; Sat, 12 Feb 2000 20:25:48 -0800 (PST) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (Postfix) with ESMTP id 9EBB31949 for ; Sat, 12 Feb 2000 23:25:46 -0500 (EST) Received: by argon.blackdawn.com (Postfix, from userid 0) id D42D41929; Sat, 12 Feb 2000 23:25:39 -0500 (EST) Message-Id: <20000213042539.D42D41929@argon.blackdawn.com> Date: Sat, 12 Feb 2000 23:25:39 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/16688: fix port: irc/kvirc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16688 >Category: ports >Synopsis: fix port: irc/kvirc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 12 20:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Feb 12 13:20:47 EST 2000 root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON i386 >Description: This PR fixes KVIRC for -CURRENT. KVIRC does not need -lpthread after all... :) >How-To-Repeat: Use the patch below to fix the current port. >Fix: diff -urN kvirc/Makefile kvirc.new/Makefile --- kvirc/Makefile Sat Feb 5 06:16:23 2000 +++ kvirc.new/Makefile Sat Feb 12 23:25:05 2000 @@ -13,8 +13,6 @@ MAINTAINER= andrews@technologist.com -LIB_DEPENDS= pthread.13:${PORTSDIR}/devel/pth-devel - USE_QT2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes diff -urN kvirc/patches/patch-ab kvirc.new/patches/patch-ab --- kvirc/patches/patch-ab Fri Feb 4 19:17:55 2000 +++ kvirc.new/patches/patch-ab Sat Feb 12 23:22:23 2000 @@ -14,7 +14,7 @@ ac_save_LIBS="$LIBS" - LIBS="-lpthread" -+ LIBS="-L${prefix}/lib -lpthread" ++ LIBS="-pthread" cat > conftest.$ac_ext <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message