svn commit: r321730 - head/devel/ORBit2

Koop Mast kwm at FreeBSD.org
Tue Jun 25 10:34:39 UTC 2013


Author: kwm
Date: Tue Jun 25 10:34:38 2013
New Revision: 321730
URL: http://svnweb.freebsd.org/changeset/ports/321730

Log:
  Fix build with glib 2.36.
  Sort USES, and use pathfix.

Modified:
  head/devel/ORBit2/Makefile

Modified: head/devel/ORBit2/Makefile
==============================================================================
--- head/devel/ORBit2/Makefile	Tue Jun 25 10:18:27 2013	(r321729)
+++ head/devel/ORBit2/Makefile	Tue Jun 25 10:34:38 2013	(r321730)
@@ -1,6 +1,6 @@
 # Created by: Chia-liang Kao <clkao at CirX.ORG>
 # $FreeBSD$
-#   $MCom: ports/devel/ORBit2/Makefile,v 1.57 2010/09/29 14:08:02 kwm Exp $
+#   $MCom: ports/trunk/devel/ORBit2/Makefile 18393 2013-04-26 21:23:07Z kwm $
 
 PORTNAME=	ORBit2
 PORTVERSION=	2.14.19
@@ -16,11 +16,11 @@ USE_BZIP2=	yes
 
 .if !defined(REFERENCE_PORT)
 
-USES=		pkgconfig gettext
 USE_GMAKE=	yes
+USES=		gettext pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack libidl ltverhack referencehack
+USE_GNOME=	libidl ltverhack referencehack
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
 		--disable-gtk-doc
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -29,6 +29,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		${WRKSRC}/src/orb/orb-core/orbit-typelib.c
+	@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
+		${WRKSRC}/configure ${WRKSRC}/linc2/src/Makefile.in
 
 post-install:
 	@${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbit2rc.default


More information about the svn-ports-head mailing list