From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 03:30:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2A6C1065672 for ; Thu, 9 Jul 2009 03:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 73EB58FC1B for ; Thu, 9 Jul 2009 03:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n693U7tF031485 for ; Thu, 9 Jul 2009 03:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n693U7vw031482; Thu, 9 Jul 2009 03:30:07 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 03:30:07 GMT Resent-Message-Id: <200907090330.n693U7vw031482@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9937A1065672 for ; Thu, 9 Jul 2009 03:27:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 871668FC1D for ; Thu, 9 Jul 2009 03:27:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n693RDEj047725 for ; Thu, 9 Jul 2009 03:27:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n693RDG9047724; Thu, 9 Jul 2009 03:27:13 GMT (envelope-from nobody) Message-Id: <200907090327.n693RDG9047724@www.freebsd.org> Date: Thu, 9 Jul 2009 03:27:13 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136595: [PATCH] x11/rxvt-devel: allow the port to be built with different compilers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 03:30:08 -0000 >Number: 136595 >Category: ports >Synopsis: [PATCH] x11/rxvt-devel: allow the port to be built with different compilers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 09 03:30:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 8-CURRENT amd64 >Organization: - >Environment: >Description: libtool cannot determine tags for some C compilers, causing the build of this port to fail. Help it out by explicitly furnishing tags, as done in other ports. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN rxvt-devel.orig/Makefile rxvt-devel/Makefile --- rxvt-devel.orig/Makefile 2009-07-08 22:48:56.000000000 -0400 +++ rxvt-devel/Makefile 2009-07-06 03:56:38.000000000 -0400 @@ -133,6 +133,9 @@ post-patch: @${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \ ${WRKSRC}/src/ptytty.c + @${REINPLACE_CMD} -e 's|--mode=compile|& --tag=CC|' \ + -e 's|--mode=link|& --tag=CC|' \ + ${WRKSRC}/src/Makefile.in post-install: @${CHMOD} 4711 ${PREFIX}/bin/rxvt >Release-Note: >Audit-Trail: >Unformatted: