Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 19:53:43 -0700 (MST)
From:      Steve Coltrin <spcoltri@omcl.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47382: MAINTAINER: cure games/baduki of its perl addiction
Message-ID:  <200301230253.h0N2rhPu059568@hrothgar.omcl.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301230253.h0N2rhPu059568>