From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 20:27:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0043487C; Thu, 5 Jun 2014 20:27:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C83D92604; Thu, 5 Jun 2014 20:27:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55KRUl1064599; Thu, 5 Jun 2014 20:27:30 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55KRUhh064596; Thu, 5 Jun 2014 20:27:30 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201406052027.s55KRUhh064596@svn.freebsd.org> From: Koop Mast Date: Thu, 5 Jun 2014 20:27:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356700 - in head/irc/xchat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 20:27:31 -0000 Author: kwm Date: Thu Jun 5 20:27:29 2014 New Revision: 356700 URL: http://svnweb.freebsd.org/changeset/ports/356700 QAT: https://qat.redports.org/buildarchive/r356700/ Log: Fix build with gcc from ports. [1] While here use USES=libtool, strip installed small update regarding LDFLAGS PR: 178896 [1] Submitted by: kvedulv@kvedulv.de Patch by: avg@ [1] Added: head/irc/xchat/files/patch-src_version-script (contents, props changed) Modified: head/irc/xchat/Makefile head/irc/xchat/pkg-plist Modified: head/irc/xchat/Makefile ============================================================================== --- head/irc/xchat/Makefile Thu Jun 5 20:26:14 2014 (r356699) +++ head/irc/xchat/Makefile Thu Jun 5 20:27:29 2014 (r356700) @@ -4,7 +4,7 @@ PORTNAME= xchat PORTVERSION= 2.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc gnome ipv6 MASTER_SITES= SF/${PORTNAME}/ \ http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ @@ -17,13 +17,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= xchat-1* xchat-systray-plugin-[0-9]* -USE_BZIP2= yes -USES= gettext pkgconfig gmake pathfix +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ARGS= --enable-ipv6 +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DBUS NOTIFY PERL PYTHON SOCKS TCL OPTIONS_DEFAULT=DBUS GTKSPELL PERL Added: head/irc/xchat/files/patch-src_version-script ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/xchat/files/patch-src_version-script Thu Jun 5 20:27:29 2014 (r356700) @@ -0,0 +1,10 @@ +--- src/version-script.orig 2009-08-16 11:40:18.000000000 +0200 ++++ src/version-script 2014-06-05 22:18:13.000000000 +0200 +@@ -30,5 +30,7 @@ + xchat_send_modes; + xchat_strip; + xchat_free; ++ __progname; ++ environ; + local: *; + }; Modified: head/irc/xchat/pkg-plist ============================================================================== --- head/irc/xchat/pkg-plist Thu Jun 5 20:26:14 2014 (r356699) +++ head/irc/xchat/pkg-plist Thu Jun 5 20:27:29 2014 (r356700) @@ -1,9 +1,6 @@ bin/xchat -%%PERL%%lib/xchat/plugins/perl.la %%PERL%%lib/xchat/plugins/perl.so -%%PYTHON%%lib/xchat/plugins/python.la %%PYTHON%%lib/xchat/plugins/python.so -%%TCL%%lib/xchat/plugins/tcl.la %%TCL%%lib/xchat/plugins/tcl.so share/applications/xchat.desktop %%DBUS%%share/dbus-1/services/org.xchat.service.service