diff options
author | naddy <naddy@FreeBSD.org> | 2003-05-02 08:41:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-05-02 08:41:14 +0800 |
commit | 24b7709d694e117e4325399c11633907d0351ed0 (patch) | |
tree | 6e45399e78dacea2e3c5c5efe42060399e1c6317 /archivers | |
parent | c5c368b6e409db6b6dd485f87078f6c08af203ef (diff) | |
download | freebsd-ports-gnome-24b7709d694e117e4325399c11633907d0351ed0.tar.gz freebsd-ports-gnome-24b7709d694e117e4325399c11633907d0351ed0.tar.zst freebsd-ports-gnome-24b7709d694e117e4325399c11633907d0351ed0.zip |
Update to version 1.01
PR: 51509
Submitted by: Ports Fury
Diffstat (limited to 'archivers')
-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 |