Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2002 18:29:17 -0700 (PDT)
From:      Adam Weinberger <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41098: patch: sed-ify, fix depends for graphics/xmms-infinity
Message-ID:  <200207290129.g6T1THnf071246@vectors.cx>

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

>Number:         41098
>Category:       ports
>Synopsis:       patch: sed-ify, fix depends for graphics/xmms-infinity
>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:   Sun Jul 28 18:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #113: Wed Jul 24 12:13:03 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386


	
>Description:
	graphics/xmms-infinity:
	add xmms-config to the BUILD_DEPENDS, and go from perl to sed
	
>How-To-Repeat:
	
>Fix:

	

	this patched graphics/xmms-infinity/Makefile

--- xmms-infinity.patch begins here ---
--- Makefile.orig	Sun Jul 28 18:19:45 2002
+++ Makefile	Sun Jul 28 18:19:58 2002
@@ -13,7 +13,7 @@
 
 MAINTAINER=	dyeske@yahoo.com
 
-LIB_DEPENDS=	xmms.3:${PORTSDIR}/audio/xmms
+BUILD_DEPENDS=	xmms-config:${PORTSDIR}/audio/xmms
 LIB_DEPENDS=	SDL-1.1.4:${PORTSDIR}/devel/sdl12
 RUN_DEPENDS=	xmms:${PORTSDIR}/audio/xmms
 
@@ -22,12 +22,12 @@
 CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
 
 GNU_CONFIGURE=	yes
+USE_REINPLACE= yes
 USE_GMAKE=	yes
 USE_GTK=	yes
 USE_X_PREFIX=	yes
 
 pre-patch:
-	@${PERL} -pi -e 's|SDL/|SDL11/|g;' \
-		${WRKSRC}/*.[ch] ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' ${WRKSRC}/*.[ch] ${WRKSRC}/configure
 
 .include <bsd.port.mk>
--- xmms-infinity.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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