Date: Tue, 25 Jun 2013 10:36:01 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321731 - head/devel/libbonobo Message-ID: <201306251036.r5PAa19I067055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sobomax@FreeBSD.org> # $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 <bsd.port.mk> .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306251036.r5PAa19I067055>