svn commit: r321731 - head/devel/libbonobo
Koop Mast
kwm at FreeBSD.org
Tue Jun 25 10:36:01 UTC 2013
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 at 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 at 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
More information about the svn-ports-head
mailing list