diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:39:44 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:39:44 +0000 |
commit | ca18c5b1d871a92954334d7e56906b51e1c2d086 (patch) | |
tree | 69ab1e6d1c3aa62d8921d89f1d46c51f48b49f3a /www/gtkhtml3 | |
parent | 769329177b45b3221adba2ec0ddb4d734343d53e (diff) |
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.
Notes
Notes:
svn path=/head/; revision=278564
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r-- | www/gtkhtml3/Makefile | 6 | ||||
-rw-r--r-- | www/gtkhtml3/pkg-plist | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index d031c6952059..8bb25d59c711 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.177 2010/11/15 16:59:05 kwm Exp $ +# $MCom: ports/www/gtkhtml3/Makefile,v 1.180 2011/03/19 17:33:16 mezz Exp $ # PORTNAME= gtkhtml3 PORTVERSION= 3.32.1 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -40,7 +41,10 @@ post-patch: @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ ${WRKSRC}/intltool-merge.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ + s|-DGTK_DISABLE_DEPRECATED||g ; \ s|-DGDK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|gtkhtml-editor-test[$$]|gtkhtml3-editor-test$$|' \ + ${WRKSRC}/components/editor/Makefile.in .include <bsd.port.mk> diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist index 3a36ed5b8cbf..fe5d58315d79 100644 --- a/www/gtkhtml3/pkg-plist +++ b/www/gtkhtml3/pkg-plist @@ -1,4 +1,4 @@ -bin/gtkhtml-editor-test +bin/gtkhtml3-editor-test include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-actions.h include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-common.h include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-widgets.h |