From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 15 10:20:28 2012 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 32294106566B for ; Wed, 15 Aug 2012 10:20:28 +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 0ADBD8FC1C for ; Wed, 15 Aug 2012 10:20:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7FAKR6j015252 for ; Wed, 15 Aug 2012 10:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7FAKRu3015251; Wed, 15 Aug 2012 10:20:27 GMT (envelope-from gnats) Resent-Date: Wed, 15 Aug 2012 10:20:27 GMT Resent-Message-Id: <201208151020.q7FAKRu3015251@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, Mykola Dzham Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB999106566C; Wed, 15 Aug 2012 10:17:05 +0000 (UTC) (envelope-from i@levsha.me) Received: from expo.ukrweb.net (mail.univua.net [91.202.128.78]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB828FC14; Wed, 15 Aug 2012 10:17:05 +0000 (UTC) Received: from [94.45.140.16] (helo=laptop.levsha.me) by expo.ukrweb.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1T1aep-000JuF-6m; Wed, 15 Aug 2012 13:17:04 +0300 Received: from levsha by laptop.levsha.me with local (Exim 4.80 (FreeBSD)) (envelope-from ) id 1T1aeo-000ATE-TF; Wed, 15 Aug 2012 13:16:58 +0300 Message-Id: Date: Wed, 15 Aug 2012 13:16:58 +0300 From: Mykola Dzham Sender: Mykola Dzham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: thierry@FreeBSD.org Subject: ports/170645: [PATCH] x11/rxvt-unicode: fix build on recent current and 9-STABLE 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: Wed, 15 Aug 2012 10:20:28 -0000 >Number: 170645 >Category: ports >Synopsis: [PATCH] x11/rxvt-unicode: fix build on recent current and 9-STABLE >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 Aug 15 10:20:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mykola Dzham >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD laptop.levsha.me 10.0-CURRENT FreeBSD 10.0-CURRENT #31 r239244: Tue Aug 14 13:10:04 EEST >Description: Can't build x11/rxvt-unicode after r236890 on current and after MFS on 9-STABLE: ... c++ -I.. -I. -I. -I./../libev -I./../libptytty/src -I./../libecb -DHAVE_CONFIG_H -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -w -I/usr/local/include -D_REENTRANT -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng15 -I/usr/local/include/glib-2.0 -c rxvtc.C PERL="/usr/bin/perl5" /usr/bin/perl5 /usr/local/lib/perl5/5.12.4/ExtUtils/xsubpp -C++ -typemap /usr/local/lib/perl5/5.12.4/ExtUtils/typemap -typemap typemap.iom -typemap typemap -prototypes ./rxvtperl.xs >rxvtperl.C /usr/bin/perl5 -MExtUtils::Embed -e xsinit -- -std urxvt cc -o rxvtc rxvtc.o rxvtdaemon.o fdpass_wrapper.o -lutil -lsupc++ -lm rxvtdaemon.o: In function `rxvt_connection::recv(auto_ptr&, int*)': rxvtdaemon.C:(.text+0x28e): undefined reference to `operator new[](unsigned long)' Port maintainer (thierry@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: Try to build on current after r236890 or on 9-stable after r237938 >Fix: Use patch below. tb logs: http://levsha.me/tb/logs/10-HEAD.amd64/rxvt-unicode-9.15_1.log http://levsha.me/tb/logs/9-STABLE.amd64/rxvt-unicode-9.15_1.log http://levsha.me/tb/logs/9-STABLE.i386/rxvt-unicode-9.15_1.log http://levsha.me/tb/logs/8-STABLE.amd64/rxvt-unicode-9.15_1.log http://levsha.me/tb/logs/8-STABLE.i386/rxvt-unicode-9.15_1.log http://levsha.me/tb/logs/7-STABLE.amd64/rxvt-unicode-9.15_1.log http://levsha.me/tb/logs/7-STABLE.i386/rxvt-unicode-9.15_1.log --- rxvt-unicode-9.15_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/rxvt-unicode/Makefile,v retrieving revision 1.142 diff -u -r1.142 Makefile --- Makefile 30 Jun 2012 14:53:21 -0000 1.142 +++ Makefile 15 Aug 2012 10:04:38 -0000 @@ -26,7 +26,7 @@ USE_XORG= xpm xft xrender GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LIBS="-lutil" +CONFIGURE_ENV= LIBS="-lutil -lstdc++" CONFIGURE_ARGS= --enable-everything --with-term=rxvt \ --with-terminfo=${LOCALBASE}/share/misc/terminfo.db USE_BZIP2= yes --- rxvt-unicode-9.15_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: