summaryrefslogtreecommitdiff
path: root/devel/libslang
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-23 21:50:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-23 21:50:48 +0000
commit3faef049bde12fa5b267b9832e5f43b73f601f3a (patch)
tree8e4681e672a1670a35461710e3639095cb87a9c9 /devel/libslang
parentThis is a maintainer upgrade of ports/palm/jpilot to version 0.99.5 (diff)
Upgrade libslang port: upgrade from 1.4.6 to 1.4.8
PR: ports/48533 Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
Notes
Notes: svn path=/head/; revision=76321
Diffstat (limited to 'devel/libslang')
-rw-r--r--devel/libslang/Makefile2
-rw-r--r--devel/libslang/distinfo2
-rw-r--r--devel/libslang/files/patch-aa12
-rw-r--r--devel/libslang/files/patch-ae38
4 files changed, 42 insertions, 12 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile
index a93944116fde..2470f8e9994f 100644
--- a/devel/libslang/Makefile
+++ b/devel/libslang/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libslang
-PORTVERSION= 1.4.6
+PORTVERSION= 1.4.8
CATEGORIES= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/
DISTNAME= slang-${PORTVERSION}
diff --git a/devel/libslang/distinfo b/devel/libslang/distinfo
index 93029917f589..ea136a2c793e 100644
--- a/devel/libslang/distinfo
+++ b/devel/libslang/distinfo
@@ -1 +1 @@
-MD5 (slang-1.4.6.tar.bz2) = a69e9ba14f975d9be85af135017d98f1
+MD5 (slang-1.4.8.tar.bz2) = ce6a820dcc1e1b112d654626d90a84c2
diff --git a/devel/libslang/files/patch-aa b/devel/libslang/files/patch-aa
index 673d83d1975c..854673fd5a0a 100644
--- a/devel/libslang/files/patch-aa
+++ b/devel/libslang/files/patch-aa
@@ -1,6 +1,6 @@
---- configure.orig Wed Oct 30 03:37:23 2002
-+++ configure Wed Oct 30 03:56:57 2002
-@@ -2033,6 +2033,18 @@
+--- configure.orig Sun Jan 26 07:31:27 2003
++++ configure Fri Feb 21 17:21:25 2003
+@@ -2034,6 +2034,18 @@
ELFLIB_MAJOR="lib\$(THIS_LIB).\$(ELF_MAJOR_VERSION).dylib"
ELFLIB_MAJOR_MINOR="lib\$(THIS_LIB).\$(ELF_MAJOR_VERSION).\$(ELF_MINOR_VERSION).dylib"
;;
@@ -19,10 +19,10 @@
* )
echo "Note: ELF compiler for host_os=$host_os may be wrong"
ELF_CC="$CC"
-@@ -2438,16 +2489,8 @@
+@@ -2439,16 +2451,8 @@
echo $ac_n "checking SLANG_VERSION""... $ac_c" 1>&6
- echo "configure:2441: checking SLANG_VERSION" >&5
+ echo "configure:2442: checking SLANG_VERSION" >&5
-slang_version=`grep "^#define *SLANG_VERSION " $srcdir/src/slang.h |
- awk '{ print $3 }'`
-slang_major_version=`echo $slang_version |
@@ -34,7 +34,7 @@
-
-slang_minor_version="$slang_minor_version.$slang_mminor_version"
+slang_major_version=1
-+slang_minor_version=5
++slang_minor_version=6
slang_version="$slang_major_version.$slang_minor_version"
echo "$ac_t""$slang_version" 1>&6
diff --git a/devel/libslang/files/patch-ae b/devel/libslang/files/patch-ae
index c57f97ebd093..8fdbb7ec33f1 100644
--- a/devel/libslang/files/patch-ae
+++ b/devel/libslang/files/patch-ae
@@ -1,6 +1,6 @@
---- src/Makefile.in.old Wed Feb 21 11:57:28 2001
-+++ src/Makefile.in Wed Feb 21 11:57:58 2001
-@@ -36,7 +36,7 @@
+--- src/Makefile.in.orig Sun Jan 26 07:31:27 2003
++++ src/Makefile.in Fri Feb 21 18:21:31 2003
+@@ -38,7 +38,7 @@
exec_prefix = @exec_prefix@
install_lib_dir = @libdir@
install_include_dir = @includedir@
@@ -9,7 +9,7 @@
DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt
MODULE_INSTALL_DIR = @libdir@/slang/modules
#---------------------------------------------------------------------------
-@@ -138,7 +138,7 @@
+@@ -140,7 +140,7 @@
#---------------------------------------------------------------------------
# Intallation rules
#---------------------------------------------------------------------------
@@ -18,3 +18,33 @@
install_basic_lib: $(DEST_LIBDIR) $(DEST_INCDIR) $(OBJDIR_NORMAL_LIB)
@echo installing $(OBJDIR_NORMAL_LIB) in $(DEST_LIBDIR)
$(INSTALL_DATA) $(OBJDIR_NORMAL_LIB) $(DEST_LIBDIR)
+@@ -162,24 +162,19 @@
+ $(MKINSDIR) $(DEST_LIBDIR)
+ install-elf: elf install
+ -$(RM) $(DEST_LIBDIR)/$(ELFLIB)
+- -$(RM) $(DEST_LIBDIR)/$(ELFLIB_MAJOR)
+- @echo installing $(ELFLIB_MAJOR_MINOR) in $(DEST_LIBDIR)
++ @echo installing $(ELFLIB_MAJOR) in $(DEST_LIBDIR)
+ $(INSTALL_DATA) $(ELFDIR_ELF_LIB) $(DEST_LIBDIR)
+- @echo creating symbolic links to $(ELFLIB_MAJOR_MINOR)
+- -cd $(DEST_LIBDIR); $(LN) $(ELFLIB_MAJOR_MINOR) $(ELFLIB_MAJOR)
+- -cd $(DEST_LIBDIR); $(LN) $(ELFLIB_MAJOR_MINOR) $(ELFLIB)
++ @echo creating symbolic links to $(ELFLIB_MAJOR)
++ -cd $(DEST_LIBDIR); $(LN) $(ELFLIB_MAJOR) $(ELFLIB)
+ @echo ""
+- @echo $(ELFLIB_MAJOR_MINOR) created in $(DEST_LIBDIR).
+- @echo The links $(ELFLIB) and $(ELFLIB_MAJOR) to $(ELFLIB_MAJOR_MINOR) were also created.
++ @echo $(ELFLIB_MAJOR) created in $(DEST_LIBDIR).
++ @echo The links $(ELFLIB) to $(ELFLIB_MAJOR) were also created.
+ @echo ""
+ install-links:
+ -$(RM) $(DEST_LIBDIR)/$(ELFLIB)
+- -$(RM) $(DEST_LIBDIR)/$(ELFLIB_MAJOR)
+- cd $(DEST_LIBDIR); $(LN) $(ELFLIB_MAJOR_MINOR) $(ELFLIB_MAJOR)
+ cd $(DEST_LIBDIR); $(LN) $(ELFLIB_MAJOR) $(ELFLIB)
+ @echo
+ @echo A link $(ELFLIB_MAJOR) to $(ELFLIB_MAJOR_MINOR) was created.
+- @echo A link $(ELFLIB) to $(ELFLIB_MAJOR) was created.
+ @echo ""
+ #---------------------------------------------------------------------------
+ # Tests