From owner-svn-ports-head@FreeBSD.ORG Fri Apr 11 10:27:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 306F7351; Fri, 11 Apr 2014 10:27:28 +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 0348F148F; Fri, 11 Apr 2014 10:27:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BARR19073411; Fri, 11 Apr 2014 10:27:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BARRsk073409; Fri, 11 Apr 2014 10:27:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111027.s3BARRsk073409@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 10:27:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350921 - head/devel/bug-buddy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 10:27:28 -0000 Author: bapt Date: Fri Apr 11 10:27:27 2014 New Revision: 350921 URL: http://svnweb.freebsd.org/changeset/ports/350921 QAT: https://qat.redports.org/buildarchive/r350921/ Log: Support stage Reduce overlinking by using USES=libtool Modified: head/devel/bug-buddy/Makefile head/devel/bug-buddy/pkg-plist Modified: head/devel/bug-buddy/Makefile ============================================================================== --- head/devel/bug-buddy/Makefile Fri Apr 11 10:20:49 2014 (r350920) +++ head/devel/bug-buddy/Makefile Fri Apr 11 10:27:27 2014 (r350921) @@ -10,16 +10,16 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A bug reporting tool for GNOME 2 +COMMENT= Bug reporting tool for GNOME 2 -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - soup-2.4.1:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup -USE_BZIP2= yes -USES= gettext gmake pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 INSTALLS_ICONS= yes GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libbonobo \ +INSTALL_TARGET= install-strip +USE_GNOME= gnomeprefix intlhack libbonobo \ gnomedocutils evolutiondataserver GNOME_DESKTOP_VERSION=2 CPPFLAGS+= -I${LOCALBASE}/include @@ -27,9 +27,6 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= bug-buddy.schemas -MAN1= bug-buddy.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ ${WRKSRC}/src/bugzilla.c @@ -38,7 +35,7 @@ post-patch: ${WRKSRC}/configure post-install: - @${LN} -fs ${PREFIX}/lib/gtk-2.0/modules/libgnomesegvhandler.so \ - ${PREFIX}/lib/gtk-2.0/modules/libgnomebreakpad.so + @${LN} -fs libgnomesegvhandler.so \ + ${STAGEDIR}${PREFIX}/lib/gtk-2.0/modules/libgnomebreakpad.so .include Modified: head/devel/bug-buddy/pkg-plist ============================================================================== --- head/devel/bug-buddy/pkg-plist Fri Apr 11 10:20:49 2014 (r350920) +++ head/devel/bug-buddy/pkg-plist Fri Apr 11 10:27:27 2014 (r350921) @@ -2,6 +2,7 @@ bin/bug-buddy lib/gtk-2.0/modules/libgnomebreakpad.so lib/gtk-2.0/modules/libgnomesegvhandler.la lib/gtk-2.0/modules/libgnomesegvhandler.so +man/man1/bug-buddy.1.gz share/applications/bug-buddy.desktop %%DATADIR%%/bug-buddy.gtkbuilder %%DATADIR%%/gdb-cmd