From owner-freebsd-ports Wed Sep 20 22:40:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C04137B43C for ; Wed, 20 Sep 2000 22:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA51151; Wed, 20 Sep 2000 22:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from volyn.dppl.com (cc167606-a.union1.nj.home.com [24.3.170.57]) by hub.freebsd.org (Postfix) with ESMTP id 33FDA37B423 for ; Wed, 20 Sep 2000 22:37:05 -0700 (PDT) Received: by volyn.dppl.com (Postfix, from userid 1001) id 3BF7E1B20E; Thu, 21 Sep 2000 01:37:04 -0400 (EDT) Message-Id: <20000921053704.3BF7E1B20E@volyn.dppl.com> Date: Thu, 21 Sep 2000 01:37:04 -0400 (EDT) From: yds@dppl.com Reply-To: yds@dppl.com To: FreeBSD-gnats-submit@freebsd.org Cc: dom@myrddin.demon.co.uk X-Send-Pr-Version: 3.2 Subject: ports/21441: FIX: devel/pcre to install a working pgrep binary Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21441 >Category: ports >Synopsis: FIX: devel/pcre to install a working pgrep binary >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: Wed Sep 20 22:40:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yarema >Release: FreeBSD 4.1-STABLE i386 >Organization: DPPL >Environment: FreeBSD 4.1-STABLE i386 >Description: @${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrep in the pre-install target otherwise we get a broken pgrep shell script installed instead of the binary we really want. >How-To-Repeat: cd /usr/ports/devel/pcre && make install && pgrep >Fix: diff -ruN pcre.prev/Makefile pcre/Makefile --- pcre.prev/Makefile Wed Apr 12 02:12:33 2000 +++ pcre/Makefile Thu Sep 21 01:29:42 2000 @@ -18,4 +18,9 @@ MAN3= pcre.3 pcreposix.3 MAN1= pgrep.1 +# Otherwise we get a broken pgrep shell script installed +# instead of the binary we really want. +pre-install: + @${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrep + .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message