diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-10-20 09:04:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-10-20 09:04:13 +0000 |
commit | e0f35f1b730b4628e569c7a7d942cb47a704ade2 (patch) | |
tree | 44ab59fc9a4a781b603f244689ac0dea9f6a24d3 /math/GiNaC | |
parent | 1d15221529a07e63983a977d86d6d8e83f6fca51 (diff) | |
download | ports-e0f35f1b730b4628e569c7a7d942cb47a704ade2.tar.gz ports-e0f35f1b730b4628e569c7a7d942cb47a704ade2.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 4 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 6 | ||||
-rw-r--r-- | math/GiNaC/files/patch-ginsh::ginsh_parser.yy | 24 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 4 |
4 files changed, 27 insertions, 11 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 4447cf7c4613..46ddfe9dbd1f 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.8 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -27,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes -MAN1= ginac-config.1 ginsh.1 viewgar.1 +MAN1= ginsh.1 viewgar.1 INFO= ginac CPPFLAGS= -I${LOCALBASE}/include diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index c3c17d09a2b4..88ae36b55d61 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1,3 +1,3 @@ -MD5 (ginac-1.3.6.tar.bz2) = ba0793524f6b575000d975369798d101 -SHA256 (ginac-1.3.6.tar.bz2) = cbdf8bc480afa8a01ff955e4a997282855358ea0282f788b6d8a8a0c6208e898 -SIZE (ginac-1.3.6.tar.bz2) = 781533 +MD5 (ginac-1.3.8.tar.bz2) = c0a082929ba91870a5c42583969681d4 +SHA256 (ginac-1.3.8.tar.bz2) = df2de02fd7cc6c3046e8f946e5a61645e9079d16a60a79bbb7c0f4d549ed95f6 +SIZE (ginac-1.3.8.tar.bz2) = 791912 diff --git a/math/GiNaC/files/patch-ginsh::ginsh_parser.yy b/math/GiNaC/files/patch-ginsh::ginsh_parser.yy index e5a91b48131b..ba8193fa3205 100644 --- a/math/GiNaC/files/patch-ginsh::ginsh_parser.yy +++ b/math/GiNaC/files/patch-ginsh::ginsh_parser.yy @@ -1,5 +1,5 @@ ---- ginsh/ginsh_parser.yy.orig Sat Aug 5 22:36:18 2006 -+++ ginsh/ginsh_parser.yy Fri Oct 6 21:54:20 2006 +--- ginsh/ginsh_parser.yy.orig Mon Feb 5 22:08:16 2007 ++++ ginsh/ginsh_parser.yy Sat Oct 20 16:46:13 2007 @@ -28,6 +28,8 @@ %{ @@ -9,7 +9,25 @@ #ifdef HAVE_RUSAGE #include <sys/resource.h> #else -@@ -888,6 +890,8 @@ +@@ -859,7 +861,7 @@ + // For shell commands, revert back to filename completion + rl_completion_append_character = orig_completion_append_character; + rl_basic_word_break_characters = orig_basic_word_break_characters; +- rl_completer_word_break_characters = GINAC_RL_COMPLETER_CAST(rl_basic_word_break_characters); ++ rl_completer_word_break_characters = GINAC_RL_COMPLETER_CAST((char*)rl_basic_word_break_characters); + #if (GINAC_RL_VERSION_MAJOR < 4) || (GINAC_RL_VERSION_MAJOR == 4 && GINAC_RL_VERSION_MINOR < 2) + return completion_matches(const_cast<char *>(text), (CPFunction *)filename_completion_function); + #else +@@ -869,7 +871,7 @@ + // Otherwise, complete function names + rl_completion_append_character = '('; + rl_basic_word_break_characters = " \t\n\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~"; +- rl_completer_word_break_characters = GINAC_RL_COMPLETER_CAST(rl_basic_word_break_characters); ++ rl_completer_word_break_characters = GINAC_RL_COMPLETER_CAST((char*)rl_basic_word_break_characters); + #if (GINAC_RL_VERSION_MAJOR < 4) || (GINAC_RL_VERSION_MAJOR == 4 && GINAC_RL_VERSION_MINOR < 2) + return completion_matches(const_cast<char *>(text), (CPFunction *)fcn_generator); + #else +@@ -892,6 +894,8 @@ /* * Main program */ diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index b2ae9d9e18b7..59af23deda76 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -1,4 +1,3 @@ -bin/ginac-config bin/ginsh bin/viewgar include/ginac/add.h @@ -48,7 +47,6 @@ lib/libginac.a lib/libginac.la lib/libginac.so lib/libginac-1.3.so -lib/libginac-1.3.so.3 +lib/libginac-1.3.so.8 libdata/pkgconfig/ginac.pc -share/aclocal/ginac.m4 @dirrm include/ginac |