From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:29 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 622DF8EA for ; Mon, 16 Dec 2013 18:10:29 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 415CE1A02 for ; Mon, 16 Dec 2013 18:10:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIATpL016655 for ; Mon, 16 Dec 2013 18:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIATlB016654; Mon, 16 Dec 2013 18:10:29 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:29 GMT Resent-Message-Id: <201312161810.rBGIATlB016654@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 142DB5F8 for ; Mon, 16 Dec 2013 18:06:28 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id DB36F18C2 for ; Mon, 16 Dec 2013 18:06:27 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 7B5C51880009 for ; Tue, 17 Dec 2013 03:06:26 +0900 (JST) Message-Id: <20131217025134.8c5e07f32fa0f69e4c37cd83@yahoo.com> Date: Tue, 17 Dec 2013 02:51:34 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184901: www/bookmarkbridge: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:29 -0000 >Number: 184901 >Category: ports >Synopsis: www/bookmarkbridge: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:28 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add DESKTOP_ENTRIES - Support shebangfix New file: files/patch-bookmarkbridge__bridgecfg.h >How-To-Repeat: >Fix: diff -urN /usr/ports/www/bookmarkbridge/Makefile www/bookmarkbridge/Makefile --- /usr/ports/www/bookmarkbridge/Makefile 2013-11-06 21:58:17.000000000 +0900 +++ www/bookmarkbridge/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,24 +3,22 @@ PORTNAME= bookmarkbridge PORTVERSION= 0.76 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Synchronize bookmarks between multiple browsers -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 - -USE_PERL5= build +USES= gmake perl5 pkgconfig shebangfix +SHEBANG_FILES= bookmarkbridge/docs/autodocs.pl +USE_PERL5= yes USE_XORG= x11 ice xext -USE_QT4= corelib gui moc_build rcc_build uic_build qt3support +USE_QT4= corelib gui qt3support moc_build rcc_build uic_build USE_GNOME= libxml2 -USE_GMAKE= yes -USES= pkgconfig perl5 USE_AUTOTOOLS= aclocal automake autoconf -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing -NO_STAGE= yes +DESKTOP_ENTRIES="BookmarkBridge" "" "" "${PORTNAME}" "Qt;Network;" "" + .include diff -urN /usr/ports/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h --- /usr/ports/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h 1970-01-01 09:00:00.000000000 +0900 +++ www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- bookmarkbridge/bridgecfg.h.orig 2013-12-06 03:29:29.000000000 +0900 ++++ bookmarkbridge/bridgecfg.h 2013-12-06 03:29:46.000000000 +0900 +@@ -31,6 +31,7 @@ + #include "bknode.h" + #include "bkexcept.h" + ++#include + #include + #include + >Release-Note: >Audit-Trail: >Unformatted: