From owner-svn-ports-head@FreeBSD.ORG Tue Sep 2 12:32:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B68A6760; Tue, 2 Sep 2014 12:32:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87CBC1E25; Tue, 2 Sep 2014 12:32:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s82CWeUi009073; Tue, 2 Sep 2014 12:32:40 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s82CWecZ009071; Tue, 2 Sep 2014 12:32:40 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409021232.s82CWecZ009071@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 2 Sep 2014 12:32:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366994 - head/www/gtkhtml3 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.18-1 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: Tue, 02 Sep 2014 12:32:40 -0000 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