[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ports/47382: MAINTAINER: cure games/baduki of its perl addiction
>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@xxxxxxxxxxxxxxxxx:/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@xxxxxxxxxxx
with "unsubscribe freebsd-ports-bugs" in the body of the message