diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-02 00:41:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-02 00:41:14 +0000 |
commit | e4bf6630ebb117df4b0c2b171ba80ef082ef8e1f (patch) | |
tree | ca2653cacc0717829e72f8b793719528cf49b51f /archivers/lzop | |
parent | 7f32f8dd188c60497b3b247259b96bbd7c66109a (diff) | |
download | ports-e4bf6630ebb117df4b0c2b171ba80ef082ef8e1f.tar.gz ports-e4bf6630ebb117df4b0c2b171ba80ef082ef8e1f.zip |
Notes
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 6 | ||||
-rw-r--r-- | archivers/lzop/distinfo | 2 | ||||
-rw-r--r-- | archivers/lzop/files/patch-aa | 11 |
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 |