aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-06-25 18:34:38 +0800
committerkwm <kwm@FreeBSD.org>2013-06-25 18:34:38 +0800
commitcd0da67b77146b75e5a422f06d0cbf0591512b66 (patch)
tree809ec7710b8a81918cdd9a77311200a6ee160fed
parenta6102852fbfcd2ba793e6fddc9c28364288647bb (diff)
downloadfreebsd-ports-gnome-cd0da67b77146b75e5a422f06d0cbf0591512b66.tar.gz
freebsd-ports-gnome-cd0da67b77146b75e5a422f06d0cbf0591512b66.tar.zst
freebsd-ports-gnome-cd0da67b77146b75e5a422f06d0cbf0591512b66.zip
Fix build with glib 2.36.
Sort USES, and use pathfix.
-rw-r--r--devel/ORBit2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index 5fa8533cac6e..43949cc7b068 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -1,6 +1,6 @@
# Created by: Chia-liang Kao <clkao@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
span>/+1 * - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-061-1/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-201-6/+1 * - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-0/+1