summaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-05-02 00:41:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-05-02 00:41:14 +0000
commite4bf6630ebb117df4b0c2b171ba80ef082ef8e1f (patch)
treeca2653cacc0717829e72f8b793719528cf49b51f /archivers/lzop
parentUpdate to version 1.0.1 (diff)
Update to version 1.01
PR: 51509 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=79977
Diffstat (limited to 'archivers/lzop')
-rw-r--r--archivers/lzop/Makefile6
-rw-r--r--archivers/lzop/distinfo2
-rw-r--r--archivers/lzop/files/patch-aa11
3 files changed, 5 insertions, 14 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile
index 201b28c7d062..3f2c35726b4e 100644
--- a/archivers/lzop/Makefile
+++ b/archivers/lzop/Makefile
@@ -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>
diff --git a/archivers/lzop/distinfo b/archivers/lzop/distinfo
index 4c834e800115..e318822ae78f 100644
--- a/archivers/lzop/distinfo
+++ b/archivers/lzop/distinfo
@@ -1 +1 @@
-MD5 (lzop-1.00.tar.gz) = ef267ac5ea24ccf4ae779f4afb0ab48e
+MD5 (lzop-1.01.tar.gz) = de1f90bc21a0e56a27f39322f56a275d
diff --git a/archivers/lzop/files/patch-aa b/archivers/lzop/files/patch-aa
deleted file mode 100644
index 5cf664be1eed..000000000000
--- a/archivers/lzop/files/patch-aa
+++ /dev/null
@@ -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