diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2011-09-21 14:12:46 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2011-09-21 14:12:46 +0000 |
commit | 39650788d6bd73b54881e329b1892b22c4eee8f6 (patch) | |
tree | 8110ff903a56fba9b0db0598359e31d7f748819b | |
parent | 9925bafc42ea721b7785831c4b81e8254caa4062 (diff) |
Notes
-rw-r--r-- | archivers/bzip/Makefile | 7 | ||||
-rw-r--r-- | archivers/bzip/files/patch-ac | 18 |
2 files changed, 19 insertions, 6 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 3c0e11137891..6af8655a7c53 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -8,8 +8,7 @@ PORTNAME= bzip PORTVERSION= 0.21 CATEGORIES= archivers -MASTER_SITES= http://custom.lab.unb.br/pub/compression/bzip/ \ - http://www.freebsdbrasil.com.br/~jmelo/ +MASTER_SITES= ftp://ftp.42.org/pub/OLD/b/ MAINTAINER= ports@FreeBSD.org COMMENT= A block-sorting file compressor @@ -19,10 +18,6 @@ MAN1= bzip.1 bunzip.1 PLIST_FILES= bin/bzip bin/bunzip -BROKEN= unfetchable; use archivers/bzip2 instead -DEPRECATED= unfetchable; use archivers/bzip2 instead -EXPIRATION_DATE= 2011-10-28 - pre-install: @${CAT} ${FILESDIR}/COPYRIGHT diff --git a/archivers/bzip/files/patch-ac b/archivers/bzip/files/patch-ac index ca210ce4094f..b1cc8490d58f 100644 --- a/archivers/bzip/files/patch-ac +++ b/archivers/bzip/files/patch-ac @@ -8,6 +8,24 @@ #include <utime.h> #include <unistd.h> #if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) /* stdlib already included above */ +@@ -2580,7 +2581,7 @@ + + + /*---------------------------------------------*/ +-void mySignalCatcher ( IntNative *n ) ++void mySignalCatcher (int n __unused) + { + fprintf ( stderr, + "\n%s: Control-C (or similar) caught, quitting.\n", +@@ -2590,7 +2591,7 @@ + + + /*---------------------------------------------*/ +-void mySIGSEGVorSIGBUScatcher ( IntNative *n ) ++void mySIGSEGVorSIGBUScatcher (int n __unused) + { + if (compressing) + fprintf ( stderr, @@ -3132,11 +3133,6 @@ signal (SIGBUS, mySIGSEGVorSIGBUScatcher); #endif |