From owner-freebsd-ports Sun Jul 28 18:20: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E984137B400 for ; Sun, 28 Jul 2002 18:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AAFE43E4A for ; Sun, 28 Jul 2002 18:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6T1K2JU032709 for ; Sun, 28 Jul 2002 18:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6T1K2o4032708; Sun, 28 Jul 2002 18:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1268737B400 for ; Sun, 28 Jul 2002 18:15:33 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id C321D43E3B for ; Sun, 28 Jul 2002 18:15:32 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (60e8af8f92c5e73dd56a80b5241e4e91@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6T1G62e071156 for ; Sun, 28 Jul 2002 18:16:06 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6T1G6MQ071155; Sun, 28 Jul 2002 18:16:06 -0700 (PDT) (envelope-from monkey) Message-Id: <200207290116.g6T1G6MQ071155@vectors.cx> Date: Sun, 28 Jul 2002 18:16:06 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41097: patch: fix graphics/xmms-xvs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41097 >Category: ports >Synopsis: patch: fix graphics/xmms-xvs >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:20: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-xvs has incorrect paths for the libxml2 libraries. >How-To-Repeat: >Fix: this patches graphics/xmms-xvs/Makefile --- xmms-xvs.patch begins here --- --- Makefile.orig Sun Jul 28 17:58:49 2002 +++ Makefile Sun Jul 28 18:06:58 2002 @@ -19,6 +19,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_GTK= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= XML2_CONFIG="${LOCALBASE}/bin/xml2-config" \ XMMS_CONFIG="${X11BASE}/bin/xmms-config" @@ -27,6 +28,17 @@ DOCS= AUTHORS ChangeLog NEWS README TODO +post-patch: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ + 's|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g; \ + s|||g' .if !defined(NOPORTDOCS) post-install: ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} --- xmms-xvs.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