1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to version 1.01

PR:		51509
Submitted by:	Ports Fury
This commit is contained in:
Christian Weisgerber 2003-05-02 00:41:14 +00:00
parent 7f32f8dd18
commit e4bf6630eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79977
3 changed files with 5 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= lzop
PORTVERSION= 1.00
PORTVERSION= 1.01
CATEGORIES= archivers
MASTER_SITES= http://www.oberhumer.com/opensource/lzop/download/
@ -16,8 +16,10 @@ COMMENT= Fast file compressor similar to gzip, using the LZO library
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= lzop.1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (lzop-1.00.tar.gz) = ef267ac5ea24ccf4ae779f4afb0ab48e
MD5 (lzop-1.01.tar.gz) = de1f90bc21a0e56a27f39322f56a275d

View File

@ -1,11 +0,0 @@
--- configure Sat Apr 25 12:23:14 1998
+++ configure.new Fri Jun 2 18:55:17 2000
@@ -2265,7 +2265,7 @@
fi
done
-for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty setmode stat umask utime
+for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty stat umask utime
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2272: checking for $ac_func" >&5