svn commit: r317508 - in head: devel/gnome-vfs mail/gmime24 www/gtkhtml3 x11/libgnome
Koop Mast
kwm at FreeBSD.org
Mon May 6 11:13:58 UTC 2013
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 <bsd.port.mk>
More information about the svn-ports-all
mailing list