[Midnightbsd-cvs] mports [20814] trunk/www/bookmarkbridge: patch bookmark bridge for newer qt

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 12 22:32:08 EST 2015


Revision: 20814
          http://svnweb.midnightbsd.org/mports/?rev=20814
Author:   laffer1
Date:     2015-11-12 22:32:07 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
patch bookmark bridge for newer qt

Modified Paths:
--------------
    trunk/www/bookmarkbridge/Makefile
    trunk/www/bookmarkbridge/pkg-plist

Added Paths:
-----------
    trunk/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h

Modified: trunk/www/bookmarkbridge/Makefile
===================================================================
--- trunk/www/bookmarkbridge/Makefile	2015-11-13 03:30:22 UTC (rev 20813)
+++ trunk/www/bookmarkbridge/Makefile	2015-11-13 03:32:07 UTC (rev 20814)
@@ -1,27 +1,25 @@
-# New ports collection makefile for:	bookmarkbridge
-#
 # $MidnightBSD$
 # $FreeBSD: ports/www/bookmarkbridge/Makefile,v 1.9 2006/02/23 10:39:35 ade Exp $
-#
 
 PORTNAME=	bookmarkbridge
 PORTVERSION=	0.76
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Synchronize bookmarks between multiple browsers
-LICENSE=        gpl2
-LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2
 
-USE_PERL5_BUILD=	yes
+LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		autoreconf gmake perl5 pkgconfig shebangfix
+SHEBANG_FILES=	bookmarkbridge/docs/autodocs.pl
 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
-USE_AUTOTOOLS=	aclocal automake autoconf
-ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
+GNU_CONFIGURE=	yes
 
+DESKTOP_ENTRIES="BookmarkBridge" "" "" "${PORTNAME}" "Qt;Network;" ""
+
 .include <bsd.port.mk>

Added: trunk/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h
===================================================================
--- trunk/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h	                        (rev 0)
+++ trunk/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h	2015-11-13 03:32:07 UTC (rev 20814)
@@ -0,0 +1,9 @@
+--- 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 <cstdlib>
+ #include <vector>
+ #include <qstring.h>


Property changes on: trunk/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/www/bookmarkbridge/pkg-plist
===================================================================
--- trunk/www/bookmarkbridge/pkg-plist	2015-11-13 03:30:22 UTC (rev 20813)
+++ trunk/www/bookmarkbridge/pkg-plist	2015-11-13 03:32:07 UTC (rev 20814)
@@ -27,4 +27,3 @@
 %%DATADIR%%/viewing_your_bookmarks.html
 %%DATADIR%%/where_to_find_bookmarkbridge.html
 %%DATADIR%%/why_bookmarkbridge_is_free.html
- at dirrm %%DATADIR%%



More information about the Midnightbsd-cvs mailing list