Upgrade from 3.40 to 3.42. Make it use our -lgnuregex instead of compiling
its own (same version). May be, the upgrade will fix the intermittent crashes one of my users was experiencing...
This commit is contained in:
parent
8c8f742a75
commit
2975b9e2af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78632
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xcoral
|
||||
PORTVERSION= 3.40
|
||||
PORTVERSION= 3.42
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://xcoral.free.fr/
|
||||
|
||||
@ -17,6 +17,7 @@ USE_X_PREFIX= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/share
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xcoral-3.40.tar.gz) = eb13e9cc63f61662ff06c964e195ba32
|
||||
MD5 (xcoral-3.42.tar.gz) = a6169cbaf5b23ff049e9f0848aee7506
|
||||
|
38
editors/xcoral/files/patch-regex
Normal file
38
editors/xcoral/files/patch-regex
Normal file
@ -0,0 +1,38 @@
|
||||
This patch makes xcoral use the standard GNU regular expression library,
|
||||
installed on FreeBSD as -lgnuregex, instead of compiling its own (of the
|
||||
same version).
|
||||
|
||||
-mi
|
||||
|
||||
--- Makefile.in Thu Nov 15 16:29:49 2001
|
||||
+++ Makefile.in Tue Apr 8 19:06:20 2003
|
||||
@@ -15,5 +15,5 @@
|
||||
@SET_MAKE@
|
||||
|
||||
-LDOPTIONS = @LDFLAGS@
|
||||
+LDOPTIONS = @LDFLAGS@ -lgnuregex
|
||||
|
||||
XCORALLIBDIR = \"$(XC_LIBDIR)\"
|
||||
@@ -32,5 +32,5 @@
|
||||
file_dict.c proc_dict.c gen.tab.c lex.yy.c ie_func.c mode.c \
|
||||
input_str.c process.c warn_box.c dial_box.c fs_box.c list_box.c \
|
||||
- man_box.c justify.c macros.c ctr_version.c color_area.c regex.c \
|
||||
+ man_box.c justify.c macros.c ctr_version.c color_area.c \
|
||||
selection.c tool_bar.c buttons_bits.c tbox.c
|
||||
|
||||
@@ -44,5 +44,5 @@
|
||||
global_dict.o file_dict.o proc_dict.o ie_func.o mode.o \
|
||||
input_str.o process.o warn_box.o dial_box.o fs_box.o list_box.o \
|
||||
- man_box.o justify.o macros.o ctr_version.o color_area.o regex.o \
|
||||
+ man_box.o justify.o macros.o ctr_version.o color_area.o \
|
||||
selection.o tool_bar.o buttons_bits.o tbox.o @ALLOCA@
|
||||
|
||||
--- bm_search.c Sun Sep 20 12:49:08 1998
|
||||
+++ bm_search.c Tue Apr 8 19:04:23 2003
|
||||
@@ -58,5 +58,5 @@
|
||||
#include <sys/types.h>
|
||||
#define const
|
||||
-#include "regex.h"
|
||||
+#include <gnuregex.h>
|
||||
|
||||
#include "main_text.h"
|
@ -1,5 +1,5 @@
|
||||
bin/xcoral
|
||||
%%PORTDOCS%%share/doc/xcoral/xcoral-3.40.ps
|
||||
%%PORTDOCS%%share/doc/xcoral/xcoral-%%PORTVERSION%%.ps
|
||||
%%PORTDOCS%%share/doc/xcoral/xcoral-card.ps
|
||||
share/xcoral/DEPEND
|
||||
share/xcoral/README
|
||||
|
Loading…
Reference in New Issue
Block a user