From owner-freebsd-ports-bugs Wed Jan 22 19: 0:15 2003 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 377BA37B401 for ; Wed, 22 Jan 2003 19:00:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F3C243E4A for ; Wed, 22 Jan 2003 19:00:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0N30CNS068350 for ; Wed, 22 Jan 2003 19:00:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0N30CPJ068349; Wed, 22 Jan 2003 19:00:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BC1D37B401 for ; Wed, 22 Jan 2003 18:53:48 -0800 (PST) Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7765D43E4A for ; Wed, 22 Jan 2003 18:53:42 -0800 (PST) (envelope-from spcoltri@omcl.org) Received: from h-69-3-72-123.phndaz91.covad.net ([69.3.72.123] helo=hrothgar.omcl.org) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18bXUr-0003Fb-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 22 Jan 2003 18:53:41 -0800 Received: from hrothgar.omcl.org (localhost [127.0.0.1]) by hrothgar.omcl.org (8.12.6/8.12.6) with ESMTP id h0N2riqL059569 for ; Wed, 22 Jan 2003 19:53:45 -0700 (MST) (envelope-from spcoltri@omcl.org) Received: (from spcoltri@localhost) by hrothgar.omcl.org (8.12.6/8.12.6/Submit) id h0N2rhPu059568; Wed, 22 Jan 2003 19:53:43 -0700 (MST) Message-Id: <200301230253.h0N2rhPu059568@hrothgar.omcl.org> Date: Wed, 22 Jan 2003 19:53:43 -0700 (MST) From: Steve Coltrin Reply-To: Steve Coltrin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47382: MAINTAINER: cure games/baduki of its perl addiction Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47382 >Category: ports >Synopsis: MAINTAINER: cure games/baduki of its perl addiction >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: Wed Jan 22 19:00:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Steve Coltrin >Release: FreeBSD 4.7-STABLE i386 >Organization: Orbital Mind Control Lasers >Environment: System: FreeBSD hrothgar.omcl.org 4.7-STABLE FreeBSD 4.7-STABLE #3: Wed Jan 22 00:41:30 MST 2003 spcoltri@hrothgar.omcl.org:/usr/obj/usr/src/sys/HROTHGAR i386 >Description: Port games/baduki currently has an implicit dependency on perl. This patch remedies that. >How-To-Repeat: >Fix: In ports/games/baduki: --- Makefile.old Wed Jan 22 19:21:14 2003 +++ Makefile Wed Jan 22 19:23:13 2003 @@ -17,11 +17,12 @@ USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message