aboutsummaryrefslogtreecommitdiff
path: root/archivers/lbzip2
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2009-04-09 22:27:17 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2009-04-09 22:27:17 +0000
commit5b25f0977315aad85bdfc5112761218a52ff8e70 (patch)
tree7e3acf0f9dfac7c27c86d70cb3812cea5ba0ff59 /archivers/lbzip2
parentac6286193fce63da1d1da1a7cc9dad47b79a2459 (diff)
downloadports-5b25f0977315aad85bdfc5112761218a52ff8e70.tar.gz
ports-5b25f0977315aad85bdfc5112761218a52ff8e70.zip
Notes
Diffstat (limited to 'archivers/lbzip2')
-rw-r--r--archivers/lbzip2/Makefile2
-rw-r--r--archivers/lbzip2/distinfo6
-rw-r--r--archivers/lbzip2/files/patch-Makefile2
3 files changed, 5 insertions, 5 deletions
diff --git a/archivers/lbzip2/Makefile b/archivers/lbzip2/Makefile
index a638b8d5d76f..86fb6e738b54 100644
--- a/archivers/lbzip2/Makefile
+++ b/archivers/lbzip2/Makefile
@@ -4,7 +4,7 @@
# $FreeBSD$
PORTNAME= lbzip2
-PORTVERSION= 0.14
+PORTVERSION= 0.15
CATEGORIES= archivers
MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/
diff --git a/archivers/lbzip2/distinfo b/archivers/lbzip2/distinfo
index 0b4c703ce8bc..0a0fc57fc619 100644
--- a/archivers/lbzip2/distinfo
+++ b/archivers/lbzip2/distinfo
@@ -1,3 +1,3 @@
-MD5 (lbzip2-0.14.tar.gz) = bdc9630bd677be36f2e818b2daa5c944
-SHA256 (lbzip2-0.14.tar.gz) = 6f262d2408794e282a86fca5c1903b40bfe8abbdb753e925fe28eea7c00e15f3
-SIZE (lbzip2-0.14.tar.gz) = 61369
+MD5 (lbzip2-0.15.tar.gz) = 39e37c777860de36dd0c621c525f8bdb
+SHA256 (lbzip2-0.15.tar.gz) = 4b49477a4854984520995d75dab7bdc4abcb4e463a949df3db4cf635f8dadb5e
+SIZE (lbzip2-0.15.tar.gz) = 62774
diff --git a/archivers/lbzip2/files/patch-Makefile b/archivers/lbzip2/files/patch-Makefile
index e3937a991238..c0ff177ee3de 100644
--- a/archivers/lbzip2/files/patch-Makefile
+++ b/archivers/lbzip2/files/patch-Makefile
@@ -6,7 +6,7 @@
-CC=gcc
-CFLAGS=$$($(SHELL) lfs.sh CFLAGS) -D _XOPEN_SOURCE=500 -pipe -ansi -pedantic \
-- -O3
+- -O2
+LDFLAGS+= -s
+LIBS+= -l pthread -l bz2