From owner-svn-ports-head@FreeBSD.ORG Tue Jun 25 10:36:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8688EAE8; Tue, 25 Jun 2013 10:36:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7857510AC; Tue, 25 Jun 2013 10:36:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5PAa1xR067056; Tue, 25 Jun 2013 10:36:01 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5PAa19I067055; Tue, 25 Jun 2013 10:36:01 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201306251036.r5PAa19I067055@svn.freebsd.org> From: Koop Mast Date: Tue, 25 Jun 2013 10:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321731 - head/devel/libbonobo 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.14 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: Tue, 25 Jun 2013 10:36:01 -0000 Author: kwm Date: Tue Jun 25 10:36:00 2013 New Revision: 321731 URL: http://svnweb.freebsd.org/changeset/ports/321731 Log: Sort USES, Update comment line and fix build with glib 2.36 Modified: head/devel/libbonobo/Makefile Modified: head/devel/libbonobo/Makefile ============================================================================== --- head/devel/libbonobo/Makefile Tue Jun 25 10:34:38 2013 (r321730) +++ head/devel/libbonobo/Makefile Tue Jun 25 10:36:00 2013 (r321731) @@ -1,6 +1,6 @@ # Created by: Maxim Sobolev # $FreeBSD$ -# $MCom: ports/devel/libbonobo/Makefile,v 1.84 2010/09/26 20:57:33 kwm Exp $ +# $MCom: ports/trunk/devel/libbonobo/Makefile 18393 2013-04-26 21:23:07Z kwm $ PORTNAME= libbonobo PORTVERSION= 2.32.0 @@ -10,15 +10,15 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A component and compound document system for GNOME2 +COMMENT= Component and compound document system for GNOME2 USE_BZIP2= yes .if !defined(REFERENCE_PORT) -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= popt:${PORTSDIR}/devel/popt -USES= bison pathfix pkgconfig gettext +USES= bison gettext pathfix pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -32,6 +32,11 @@ MAKE_ENV= gnomelocaledir=${PREFIX}/share MAN1= bonobo-activation-server.1 +post-patch: + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure \ + ${WRKSRC}/activation-server/Makefile.in + .include .endif