From owner-svn-ports-head@FreeBSD.ORG Mon May 6 11:13:58 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 1CC14585; Mon, 6 May 2013 11:13:58 +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 E9BD0CD4; Mon, 6 May 2013 11:13:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r46BDv0T056463; Mon, 6 May 2013 11:13:57 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r46BDvrL056459; Mon, 6 May 2013 11:13:57 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201305061113.r46BDvrL056459@svn.freebsd.org> From: Koop Mast Date: Mon, 6 May 2013 11:13:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317508 - in head: devel/gnome-vfs mail/gmime24 www/gtkhtml3 x11/libgnome 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: Mon, 06 May 2013 11:13:58 -0000 Author: kwm Date: Mon May 6 11:13:56 2013 New Revision: 317508 URL: http://svnweb.freebsd.org/changeset/ports/317508 Log: Make these ports build with glib 2.36 Modified: head/devel/gnome-vfs/Makefile head/mail/gmime24/Makefile head/www/gtkhtml3/Makefile head/x11/libgnome/Makefile Modified: head/devel/gnome-vfs/Makefile ============================================================================== --- head/devel/gnome-vfs/Makefile Mon May 6 11:12:33 2013 (r317507) +++ head/devel/gnome-vfs/Makefile Mon May 6 11:13:56 2013 (r317508) @@ -86,6 +86,8 @@ post-patch: @${REINPLACE_CMD} -e 's|-lacl||g ; \ s|inotify_support=yes|inotify_support=no|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/*/Makefile.in @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ Modified: head/mail/gmime24/Makefile ============================================================================== --- head/mail/gmime24/Makefile Mon May 6 11:12:33 2013 (r317507) +++ head/mail/gmime24/Makefile Mon May 6 11:13:56 2013 (r317508) @@ -37,6 +37,10 @@ LATEST_LINK?= ${PORTNAME}24 PORTDOCS= * +post-patch: + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/*/Makefile.in + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} Modified: head/www/gtkhtml3/Makefile ============================================================================== --- head/www/gtkhtml3/Makefile Mon May 6 11:12:33 2013 (r317507) +++ head/www/gtkhtml3/Makefile Mon May 6 11:13:56 2013 (r317508) @@ -38,6 +38,7 @@ post-patch: ${WRKSRC}/intltool-merge.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ s|-DGTK_DISABLE_DEPRECATED||g ; \ + s|-DG_DISABLE_DEPRECATED||g ; \ s|-DGDK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gtkhtml-editor-test[$$]|gtkhtml3-editor-test$$|' \ Modified: head/x11/libgnome/Makefile ============================================================================== --- head/x11/libgnome/Makefile Mon May 6 11:12:33 2013 (r317507) +++ head/x11/libgnome/Makefile Mon May 6 11:13:56 2013 (r317508) @@ -57,6 +57,8 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/libgnome/libgnome-2.0.pc.in @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/libgnome/Makefile.in .include