From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 10:20:50 2014 Return-Path: Delivered-To: svn-ports-all@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 612F21D1; Fri, 11 Apr 2014 10:20:50 +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 4AF601391; Fri, 11 Apr 2014 10:20:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BAKo3G070011; Fri, 11 Apr 2014 10:20:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BAKo4p070010; Fri, 11 Apr 2014 10:20:50 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111020.s3BAKo4p070010@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 10:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350920 - head/x11/gnome-swallow 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.17 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: Fri, 11 Apr 2014 10:20:50 -0000 Author: bapt Date: Fri Apr 11 10:20:49 2014 New Revision: 350920 URL: http://svnweb.freebsd.org/changeset/ports/350920 QAT: https://qat.redports.org/buildarchive/r350920/ Log: Support stage Modified: head/x11/gnome-swallow/Makefile Modified: head/x11/gnome-swallow/Makefile ============================================================================== --- head/x11/gnome-swallow/Makefile Fri Apr 11 10:17:59 2014 (r350919) +++ head/x11/gnome-swallow/Makefile Fri Apr 11 10:20:49 2014 (r350920) @@ -11,14 +11,13 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Applet that swallows any X11 application into the GNOME 2 panel USE_XORG= x11 -USES= gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack gnomepanel libgnomeui +USES= gmake pathfix pkgconfig +USE_GNOME= gnomeprefix gnomepanel libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure