1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update to 1.4.1

PR:		ports/20068
Submitted by:	Mark Huizer <xaa+ports@timewasters.nl> (MAINTAINER)
This commit is contained in:
Neil Blakey-Milner 2000-08-06 16:24:32 +00:00
parent 5baeababef
commit e0c9715c36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31349
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libslang
PORTVERSION= 1.4.0
PORTVERSION= 1.4.1
CATEGORIES= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/
DISTNAME= slang-${PORTVERSION}

View File

@ -1 +1 @@
MD5 (slang-1.4.0.tar.bz2) = 2d450be2e24a035e4bac2ed185b8c09c
MD5 (slang-1.4.1.tar.bz2) = c0da36eff32ce1b5b11e65ad4b072943

View File

@ -1,5 +1,5 @@
--- configure.orig Sun Jan 9 20:38:14 2000
+++ configure Wed Feb 9 16:18:35 2000
--- configure.orig Sun Apr 23 05:57:29 2000
+++ configure Thu Jul 20 20:11:29 2000
@@ -1865,6 +1865,19 @@
ELF_LINK_CMD="\$(ELF_LINK)\$(ELFLIB_MAJOR)"
fi
@ -20,10 +20,10 @@
* )
echo "Note: ELF compiler for host_os=$host_os may be wrong"
ELF_CC="\$(CC)"
@@ -2181,16 +2194,8 @@
@@ -2199,16 +2212,8 @@
echo $ac_n "checking SLANG_VERSION""... $ac_c" 1>&6
echo "configure:2184: checking SLANG_VERSION" >&5
echo "configure:2202: checking SLANG_VERSION" >&5
-slang_version=`grep "^#define *SLANG_VERSION " $srcdir/src/slang.h |
- awk '{ print $3 }'`
-slang_major_version=`echo $slang_version |