Date: Wed, 2 May 2012 09:58:38 +0800 (CST) From: Po-Chien Lin <linpc@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: linpct@gmail.com Subject: ports/167507: [PATCH] www/node: Fix CONFLICTS Message-ID: <201205020158.q421wcFW074191@csvmnet67.cs.nctu.edu.tw> Resent-Message-ID: <201205020200.q4220SlI074819@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167507 >Category: ports >Synopsis: [PATCH] www/node: Fix CONFLICTS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 02 02:00:27 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Po-Chien Lin >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD csvmnet67.cs.nctu.edu.tw 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Fix CONFLICTS: may be a typo of PR: ports/163049 Port maintainer (linpct@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- node-0.6.14.patch begins here --- diff -ruN --exclude=CVS ../node.orig/Makefile ./Makefile --- ../node.orig/Makefile 2012-05-02 09:44:22.000000000 +0800 +++ ./Makefile 2012-05-02 09:44:55.000000000 +0800 @@ -24,7 +24,7 @@ USE_GMAKE= yes WITHOUT_FBSD10_FIX= yes -CONFLICTS= node-0.[0-57-9]* devel-0.[0-9]* +CONFLICTS= node-0.[0-57-9]* node-devel-0.[0-9]* ONLY_FOR_ARCHS= i386 amd64 MAKE_JOBS_SAFE= yes --- node-0.6.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205020158.q421wcFW074191>