svn commit: r349116 - in head/textproc/stardict3: . files
Max Brazhnikov
makc at FreeBSD.org
Tue Mar 25 09:29:01 UTC 2014
Author: makc
Date: Tue Mar 25 09:28:59 2014
New Revision: 349116
URL: http://svnweb.freebsd.org/changeset/ports/349116
QAT: https://qat.redports.org/buildarchive/r349116/
Log:
textproc/stardict3:
- Switch off GMOME 2 support by default
- Covert to USES= tar:bzip2
- Add patches to fix gnome-free build with clang
Added:
head/textproc/stardict3/files/patch-dict__src__dictmanagedlg.cpp (contents, props changed)
head/textproc/stardict3/files/patch-dict__src__mainwin.cpp (contents, props changed)
Modified:
head/textproc/stardict3/Makefile
Modified: head/textproc/stardict3/Makefile
==============================================================================
--- head/textproc/stardict3/Makefile Tue Mar 25 08:19:00 2014 (r349115)
+++ head/textproc/stardict3/Makefile Tue Mar 25 09:28:59 2014 (r349116)
@@ -3,6 +3,7 @@
PORTNAME= stardict
PORTVERSION= 3.0.4
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
DIST_SUBDIR= stardict
@@ -20,8 +21,7 @@ CONFIGURE_ARGS= --disable-festival \
--disable-gucharmap \
--disable-espeak \
--disable-updateinfo
-USE_BZIP2= yes
-USES= gettext gmake pathfix pkgconfig
+USES= tar:bzip2 gettext gmake pathfix pkgconfig
CONFIGURE_WRKSRC= ${WRKSRC}/dict
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
@@ -29,9 +29,6 @@ INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
PROJECTHOST= stardict-3
OPTIONS_DEFINE= GNOME
-OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
-
-CONFLICTS_INSTALL= stardict-2.[0-9]*
.include <bsd.port.options.mk>
Added: head/textproc/stardict3/files/patch-dict__src__dictmanagedlg.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/stardict3/files/patch-dict__src__dictmanagedlg.cpp Tue Mar 25 09:28:59 2014 (r349116)
@@ -0,0 +1,10 @@
+--- ./dict/src/dictmanagedlg.cpp.orig 2012-12-24 10:04:24.000000000 +0000
++++ ./dict/src/dictmanagedlg.cpp 2014-03-25 09:07:04.575980043 +0000
+@@ -25,6 +25,7 @@
+ #include <sys/stat.h>
+ #include <glib/gi18n.h>
+ #include <algorithm>
++#include <cstdlib>
+
+ #ifdef _WIN32
+ # include <gdk/gdkwin32.h>
Added: head/textproc/stardict3/files/patch-dict__src__mainwin.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/stardict3/files/patch-dict__src__mainwin.cpp Tue Mar 25 09:28:59 2014 (r349116)
@@ -0,0 +1,10 @@
+--- ./dict/src/mainwin.cpp.orig 2012-12-24 10:50:21.000000000 +0000
++++ ./dict/src/mainwin.cpp 2014-03-25 09:05:47.241985479 +0000
+@@ -23,6 +23,7 @@
+ #include <glib/gi18n.h>
+ #include <gdk/gdkkeysyms.h>
+ #include <algorithm>
++#include <cstdlib>
+
+ #ifdef _WIN32
+ #define VERSION "3.0.4"
More information about the svn-ports-all
mailing list