1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Update to 2.0.7

This commit is contained in:
Renato Botelho 2006-11-10 18:55:06 +00:00
parent 55f4c52e07
commit 022206f2d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177012
8 changed files with 22 additions and 34 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libslang2
PORTVERSION= 2.0.6
PORTVERSION= 2.0.7
CATEGORIES= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v2.0/ \
ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.0/ \
@ -34,9 +34,7 @@ DATADIR= ${PREFIX}/share/slsh
OPTIONS= PCRE "Include pcre support" on \
PNG "Include png support" on
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
.include <bsd.port.pre.mk>

View File

@ -1,3 +1,3 @@
MD5 (slang-2.0.6.tar.bz2) = efb055000636f312d5c3de56f3c70d12
SHA256 (slang-2.0.6.tar.bz2) = 22a4968591f88c686c9f142fac37faa6e4202128d13930b3fe5f3c34ddb78616
SIZE (slang-2.0.6.tar.bz2) = 1057149
MD5 (slang-2.0.7.tar.bz2) = 522d9075a721ebe235211dc96c7db2d1
SHA256 (slang-2.0.7.tar.bz2) = 61402410b60d8c64c349c5f875bc6a69bf881074494c1a1351032d6873ad10f5
SIZE (slang-2.0.7.tar.bz2) = 1085744

View File

@ -1,11 +0,0 @@
--- src/slinclud.h.orig Mon May 16 16:11:14 2005
+++ src/slinclud.h Mon May 16 16:11:48 2005
@@ -20,7 +20,7 @@
# include <unistd.h>
#endif
-#ifdef HAVE_MALLOC_H
+#if 0
# include <malloc.h>
#endif

View File

@ -11,6 +11,7 @@ lib/slang/v2/modules/fcntl-module.so
%%PNG%%lib/slang/v2/modules/png-module.so
lib/slang/v2/modules/select-module.so
lib/slang/v2/modules/slsmg-module.so
lib/slang/v2/modules/socket-module.so
lib/slang/v2/modules/termios-module.so
lib/slang/v2/modules/varray-module.so
%%DATADIR%%/arrayfuns.sl
@ -37,8 +38,13 @@ lib/slang/v2/modules/varray-module.so
%%DATADIR%%/cmaps/wysiwyg.map
%%DATADIR%%/fcntl.sl
%%DATADIR%%/glob.sl
%%DATADIR%%/help/arrayfuns.hlp
%%DATADIR%%/help/glob.hlp
%%DATADIR%%/help/pcrefuns.hlp
%%DATADIR%%/help/pngfuns.hlp
%%DATADIR%%/help/require.hlp
%%DATADIR%%/help/sockfuns.hlp
%%DATADIR%%/help/structfuns.hlp
%%DATADIR%%/pcre.sl
%%DATADIR%%/png.sl
%%DATADIR%%/print.sl
@ -54,6 +60,7 @@ lib/slang/v2/modules/varray-module.so
%%DATADIR%%/sldbcore.sl
%%DATADIR%%/slshrl.sl
%%DATADIR%%/slsmg.sl
%%DATADIR%%/socket.sl
%%DATADIR%%/stkcheck.sl
%%DATADIR%%/structfuns.sl
%%DATADIR%%/termios.sl

View File

@ -6,7 +6,7 @@
#
PORTNAME= libslang2
PORTVERSION= 2.0.6
PORTVERSION= 2.0.7
CATEGORIES= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v2.0/ \
ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.0/ \
@ -34,9 +34,7 @@ DATADIR= ${PREFIX}/share/slsh
OPTIONS= PCRE "Include pcre support" on \
PNG "Include png support" on
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
.include <bsd.port.pre.mk>

View File

@ -1,3 +1,3 @@
MD5 (slang-2.0.6.tar.bz2) = efb055000636f312d5c3de56f3c70d12
SHA256 (slang-2.0.6.tar.bz2) = 22a4968591f88c686c9f142fac37faa6e4202128d13930b3fe5f3c34ddb78616
SIZE (slang-2.0.6.tar.bz2) = 1057149
MD5 (slang-2.0.7.tar.bz2) = 522d9075a721ebe235211dc96c7db2d1
SHA256 (slang-2.0.7.tar.bz2) = 61402410b60d8c64c349c5f875bc6a69bf881074494c1a1351032d6873ad10f5
SIZE (slang-2.0.7.tar.bz2) = 1085744

View File

@ -1,11 +0,0 @@
--- src/slinclud.h.orig Mon May 16 16:11:14 2005
+++ src/slinclud.h Mon May 16 16:11:48 2005
@@ -20,7 +20,7 @@
# include <unistd.h>
#endif
-#ifdef HAVE_MALLOC_H
+#if 0
# include <malloc.h>
#endif

View File

@ -11,6 +11,7 @@ lib/slang/v2/modules/fcntl-module.so
%%PNG%%lib/slang/v2/modules/png-module.so
lib/slang/v2/modules/select-module.so
lib/slang/v2/modules/slsmg-module.so
lib/slang/v2/modules/socket-module.so
lib/slang/v2/modules/termios-module.so
lib/slang/v2/modules/varray-module.so
%%DATADIR%%/arrayfuns.sl
@ -37,8 +38,13 @@ lib/slang/v2/modules/varray-module.so
%%DATADIR%%/cmaps/wysiwyg.map
%%DATADIR%%/fcntl.sl
%%DATADIR%%/glob.sl
%%DATADIR%%/help/arrayfuns.hlp
%%DATADIR%%/help/glob.hlp
%%DATADIR%%/help/pcrefuns.hlp
%%DATADIR%%/help/pngfuns.hlp
%%DATADIR%%/help/require.hlp
%%DATADIR%%/help/sockfuns.hlp
%%DATADIR%%/help/structfuns.hlp
%%DATADIR%%/pcre.sl
%%DATADIR%%/png.sl
%%DATADIR%%/print.sl
@ -54,6 +60,7 @@ lib/slang/v2/modules/varray-module.so
%%DATADIR%%/sldbcore.sl
%%DATADIR%%/slshrl.sl
%%DATADIR%%/slsmg.sl
%%DATADIR%%/socket.sl
%%DATADIR%%/stkcheck.sl
%%DATADIR%%/structfuns.sl
%%DATADIR%%/termios.sl