Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 12:32:40 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366994 - head/www/gtkhtml3
Message-ID:  <201409021232.s82CWecZ009071@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Sep  2 12:32:39 2014
New Revision: 366994
URL: http://svnweb.freebsd.org/changeset/ports/366994
QAT: https://qat.redports.org/buildarchive/r366994/

Log:
  - Delete call to g_thread_init.  It isn't needed with glib 2.32 and up
    and the port doesn't link with libgthread-2.0.
  - Remove .la files while here.
  
  Reported by:	antoine

Modified:
  head/www/gtkhtml3/Makefile
  head/www/gtkhtml3/pkg-plist

Modified: head/www/gtkhtml3/Makefile
==============================================================================
--- head/www/gtkhtml3/Makefile	Tue Sep  2 12:30:15 2014	(r366993)
+++ head/www/gtkhtml3/Makefile	Tue Sep  2 12:32:39 2014	(r366994)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gtkhtml3
 PORTVERSION=	3.32.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
 		${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
 
-USES=		gettext libtool:keepla pathfix pkgconfig gmake tar:bzip2
+USES=		gettext libtool pathfix pkgconfig gmake tar:bzip2
 USE_XORG=	xinerama xi xrandr xcursor xcomposite xdamage
 USE_GNOME=	gnomeprefix intlhack gconf2 gtk20
 USE_LDCONFIG=	yes
@@ -42,6 +42,7 @@ post-patch:
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|gtkhtml-editor-test[$$]|gtkhtml3-editor-test$$|' \
 	    	${WRKSRC}/components/editor/Makefile.in
+	@${REINPLACE_CMD} '/g_thread_init/d' ${WRKSRC}/components/editor/main.c
 	@${REINPLACE_CMD} -e 's|G_CONST_RETURN||g' \
 		${WRKSRC}/a11y/*.[ch]
 

Modified: head/www/gtkhtml3/pkg-plist
==============================================================================
--- head/www/gtkhtml3/pkg-plist	Tue Sep  2 12:30:15 2014	(r366993)
+++ head/www/gtkhtml3/pkg-plist	Tue Sep  2 12:32:39 2014	(r366994)
@@ -15,11 +15,9 @@ include/libgtkhtml-%%VERSION%%/gtkhtml/g
 include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h
 include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h
 include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h
-lib/libgtkhtml-%%VERSION%%.la
 lib/libgtkhtml-%%VERSION%%.so
 lib/libgtkhtml-%%VERSION%%.so.19
 lib/libgtkhtml-%%VERSION%%.so.19.1.1
-lib/libgtkhtml-editor-%%VERSION%%.la
 lib/libgtkhtml-editor-%%VERSION%%.so
 lib/libgtkhtml-editor-%%VERSION%%.so.0
 lib/libgtkhtml-editor-%%VERSION%%.so.0.0.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021232.s82CWecZ009071>