aboutsummaryrefslogtreecommitdiff
path: root/math/graphthing
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-16 08:32:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-16 08:32:15 +0000
commit81e812fb7f100ab0a583454070648d13a0802b69 (patch)
treefedb740b413bc0c351fb9c04e5c4fb572f26bfac /math/graphthing
parent1fcae68ebc740368a513506de6f62b06c3bdeb96 (diff)
downloadports-81e812fb7f100ab0a583454070648d13a0802b69.tar.gz
ports-81e812fb7f100ab0a583454070648d13a0802b69.zip
- Drop deprecated WX_UNICODE
- Regenerate patches with `make makepatch` - Fix WWW:
Notes
Notes: svn path=/head/; revision=420272
Diffstat (limited to 'math/graphthing')
-rw-r--r--math/graphthing/Makefile4
-rw-r--r--math/graphthing/files/patch-src_fancyfileselection.cc (renamed from math/graphthing/files/patch-src__fancyfileselection.cc)8
-rw-r--r--math/graphthing/files/patch-src_gt_bison.y (renamed from math/graphthing/files/patch-src-gt-bison.y)8
-rw-r--r--math/graphthing/files/patch-src_lang_bison.y (renamed from math/graphthing/files/patch-src-lang-bison.y)8
-rw-r--r--math/graphthing/pkg-descr2
5 files changed, 15 insertions, 15 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile
index 389c344426f5..c2097b77fc10 100644
--- a/math/graphthing/Makefile
+++ b/math/graphthing/Makefile
@@ -16,14 +16,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= gtk20
USES= bison gmake tar:bzip2
USE_WX= 2.8
-WX_UNICODE= yes
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
-PLIST_FILES= bin/graphthing bin/gt
LDFLAGS+= -lpthread
+PLIST_FILES= bin/graphthing bin/gt
+
post-patch:
@${REINPLACE_CMD} -e \
's|@@CXX@|@CXX@|' ${WRKSRC}/src/GNUmakefile.in
diff --git a/math/graphthing/files/patch-src__fancyfileselection.cc b/math/graphthing/files/patch-src_fancyfileselection.cc
index 5689f836ddd7..b70508c49c7d 100644
--- a/math/graphthing/files/patch-src__fancyfileselection.cc
+++ b/math/graphthing/files/patch-src_fancyfileselection.cc
@@ -1,6 +1,6 @@
---- src/fancyfileselection.cc.orig 2006-09-11 10:32:12.000000000 +0900
-+++ src/fancyfileselection.cc 2012-02-13 23:12:49.000000000 +0900
-@@ -21,6 +21,10 @@
+--- src/fancyfileselection.cc.orig 2006-09-11 01:32:12 UTC
++++ src/fancyfileselection.cc
+@@ -21,6 +21,10 @@ static struct {
{ "Postscript", ".ps" }
};
@@ -11,7 +11,7 @@
FancyFileSelection::FancyFileSelection (wxWindow *parent, const wxString &title,
long style, bool file_types,
const wxString &mask)
-@@ -30,7 +34,7 @@
+@@ -30,7 +34,7 @@ FancyFileSelection::FancyFileSelection (
style |= wxHIDE_READONLY;
else if (style & wxSAVE)
style |= wxOVERWRITE_PROMPT;
diff --git a/math/graphthing/files/patch-src-gt-bison.y b/math/graphthing/files/patch-src_gt_bison.y
index 550cdfa89f46..b9d2d296a032 100644
--- a/math/graphthing/files/patch-src-gt-bison.y
+++ b/math/graphthing/files/patch-src_gt_bison.y
@@ -1,6 +1,6 @@
---- src/gt-bison.y.orig 2012-02-21 14:11:30.000000000 +0100
-+++ src/gt-bison.y 2012-02-21 14:11:53.000000000 +0100
-@@ -18,7 +18,7 @@
+--- src/gt-bison.y.orig 2006-09-11 01:32:12 UTC
++++ src/gt-bison.y
+@@ -18,7 +18,7 @@ Edge *e;
extern char *yy_gt_text;
@@ -9,7 +9,7 @@
int yy_gt_lex (void);
%}
-@@ -132,7 +132,7 @@
+@@ -132,7 +132,7 @@ edge_property:
%%
diff --git a/math/graphthing/files/patch-src-lang-bison.y b/math/graphthing/files/patch-src_lang_bison.y
index 6a82bc7268b4..59ff245c65d2 100644
--- a/math/graphthing/files/patch-src-lang-bison.y
+++ b/math/graphthing/files/patch-src_lang_bison.y
@@ -1,6 +1,6 @@
---- src/lang-bison.y.orig 2012-02-21 14:12:06.000000000 +0100
-+++ src/lang-bison.y 2012-02-21 14:12:27.000000000 +0100
-@@ -15,7 +15,7 @@
+--- src/lang-bison.y.orig 2006-09-11 01:32:12 UTC
++++ src/lang-bison.y
+@@ -15,7 +15,7 @@ int lang_lineno = 1;
std::stack<PhraseBlock *> pbs;
@@ -9,7 +9,7 @@
int yy_lang_lex (void);
%}
-@@ -121,7 +121,7 @@
+@@ -121,7 +121,7 @@ phrase:
extern char *yy_lang_text;
diff --git a/math/graphthing/pkg-descr b/math/graphthing/pkg-descr
index b69cd83fe8c1..fd0e71aae40b 100644
--- a/math/graphthing/pkg-descr
+++ b/math/graphthing/pkg-descr
@@ -2,4 +2,4 @@ GraphThing is a tool that allows you to create, manipulate and study graphs.
These "graphs" are mathematical objects that describe relationships between
sets; they are not 2D plots, charts, or anything similar to that.
-WWW: http://graph.seul.org
+WWW: http://graph.seul.org/