svn commit: r337366 - in branches/2014Q1/www/bookmarkbridge: . files
Mathieu Arnold
mat at FreeBSD.org
Tue Dec 24 15:58:59 UTC 2013
Author: mat
Date: Tue Dec 24 15:58:58 2013
New Revision: 337366
URL: http://svnweb.freebsd.org/changeset/ports/337366
Log:
MFH: r337356
- Fix build with clang
- Add desktop entry file
- Use shebangfix
- Support staging
PR: ports/184901
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Approved by: portmgr (implicit)
Added:
branches/2014Q1/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h
- copied unchanged from r337356, head/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h
Modified:
branches/2014Q1/www/bookmarkbridge/Makefile
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/www/bookmarkbridge/Makefile
==============================================================================
--- branches/2014Q1/www/bookmarkbridge/Makefile Tue Dec 24 15:57:54 2013 (r337365)
+++ branches/2014Q1/www/bookmarkbridge/Makefile Tue Dec 24 15:58:58 2013 (r337366)
@@ -3,24 +3,22 @@
PORTNAME= bookmarkbridge
PORTVERSION= 0.76
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= ports at 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 <bsd.port.mk>
Copied: branches/2014Q1/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h (from r337356, head/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2014Q1/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h Tue Dec 24 15:58:58 2013 (r337366, copy of r337356, head/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h)
@@ -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>
More information about the svn-ports-all
mailing list