1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to SWI Prolog 6.6.4

- Remove patch file (now included upstream)
This commit is contained in:
Johan van Selst 2014-03-26 18:52:27 +00:00
parent 5b6b22325d
commit 9935d08f85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349277
3 changed files with 3 additions and 13 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= swi-pl
PORTVERSION= 6.6.2
PORTVERSION= 6.6.4
CATEGORIES= lang
MASTER_SITES= http://www.swi-prolog.org/download/stable/src/
DISTNAME= pl-${PORTVERSION}

View File

@ -1,2 +1,2 @@
SHA256 (pl-6.6.2.tar.gz) = e4996e363a19353f8b4eb1c19284fa73612b0137b32ba3cb066210567260b6cd
SIZE (pl-6.6.2.tar.gz) = 14823664
SHA256 (pl-6.6.4.tar.gz) = 663977959979e389df0f87c2eb426ab71105c12206605ec40925893b91733cef
SIZE (pl-6.6.4.tar.gz) = 14830255

View File

@ -1,10 +0,0 @@
--- src/os/pl-rl.c.orig 2014-03-15 18:04:05.000000000 +0100
+++ src/os/pl-rl.c 2014-03-15 18:04:29.000000000 +0100
@@ -96,7 +96,6 @@ extern void add_history(char *); /* shou
/* readline.h versions */
extern int rl_begin_undo_group(void); /* delete when conflict arrises! */
extern int rl_end_undo_group(void);
-extern Function *rl_event_hook;
#ifndef HAVE_RL_FILENAME_COMPLETION_FUNCTION
#define rl_filename_completion_function filename_completion_function
extern char *filename_completion_function(const char *, int);