mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Upgrade to 0.9.0c.
This commit is contained in:
parent
86578dfd1f
commit
18a1822684
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14225
@ -1,16 +1,14 @@
|
||||
# New ports collection makefile for: bzip2
|
||||
# Version required: 0.1pl2
|
||||
# Version required: 0.9.0c
|
||||
# Date created: 19 Nov 1997
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/09/10 08:03:40 asami Exp $
|
||||
# $Id: Makefile,v 1.4 1998/09/23 00:57:45 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bzip2-0.1pl2
|
||||
PKGNAME= bzip2-0.1p2
|
||||
DISTNAME= bzip2-0.9.0c
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ftp://ftp.connectnet.com/pub/bzip/ \
|
||||
http://www.muraroa.demon.co.uk/
|
||||
MASTER_SITES= http://www.muraroa.demon.co.uk/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
@ -22,6 +20,11 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin
|
||||
${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/libbz2.a ${PREFIX}/lib
|
||||
${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/bzip2
|
||||
${INSTALL_DATA} ${WRKSRC}/manual* ${PREFIX}/share/doc/bzip2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (bzip2-0.1pl2.tar.gz) = 11fe7b9615eb84326712cb41671a7103
|
||||
MD5 (bzip2-0.9.0c.tar.gz) = 29993af5282e817fafc5a76b4e0c98fa
|
||||
|
@ -1,13 +1,19 @@
|
||||
--- Makefile.orig Fri Aug 29 19:36:29 1997
|
||||
+++ Makefile Mon Apr 27 17:25:13 1998
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
-CC = gcc
|
||||
+#CC = gcc
|
||||
SH = /bin/sh
|
||||
|
||||
-CFLAGS = -O3 -fomit-frame-pointer -funroll-loops
|
||||
+#CFLAGS = -O3 -fomit-frame-pointer -funroll-loops
|
||||
--- Makefile.orig Thu Oct 22 21:27:22 1998
|
||||
+++ Makefile Wed Oct 28 10:25:29 1998
|
||||
@@ -20,6 +20,7 @@
|
||||
lib: $(OBJS)
|
||||
rm -f libbz2.a
|
||||
ar clq libbz2.a $(OBJS)
|
||||
+ ranlib libbz2.a
|
||||
|
||||
test: bzip2
|
||||
@cat words1
|
||||
@@ -38,7 +39,7 @@
|
||||
clean:
|
||||
rm -f *.o libbz2.a bzip2 bzip2recover sample1.rb2 sample2.rb2 sample1.tst sample2.tst
|
||||
|
||||
-.c.o: $*.o bzlib.h bzlib_private.h
|
||||
+.c.o: bzlib.h bzlib_private.h
|
||||
$(CC) $(CFLAGS) -c $*.c -o $*.o
|
||||
|
||||
tarfile:
|
||||
|
@ -1,3 +1,12 @@
|
||||
bin/bzip2
|
||||
bin/bunzip2
|
||||
bin/bzip2recover
|
||||
lib/libbz2.a
|
||||
share/doc/bzip2/manual.ps
|
||||
share/doc/bzip2/manual.texi
|
||||
share/doc/bzip2/manual_1.html
|
||||
share/doc/bzip2/manual_2.html
|
||||
share/doc/bzip2/manual_3.html
|
||||
share/doc/bzip2/manual_4.html
|
||||
share/doc/bzip2/manual_toc.html
|
||||
@dirrm share/doc/bzip2
|
||||
|
Loading…
Reference in New Issue
Block a user