summaryrefslogtreecommitdiffstats
path: root/archivers/bzip
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2011-09-21 14:12:46 +0000
committermi <mi@FreeBSD.org>2011-09-21 14:12:46 +0000
commitf6f350b2789b8812b3cc9734aa349ed88e717fdd (patch)
tree447a91d2502ee85278e0549ea42e1b5765309803 /archivers/bzip
parentb056097bc3e310f07c140f593c7093e1c2e62032 (diff)
downloadFreeBSD-ports-f6f350b2789b8812b3cc9734aa349ed88e717fdd.zip
FreeBSD-ports-f6f350b2789b8812b3cc9734aa349ed88e717fdd.tar.gz
Unbreak by providing a new master site. Fix an ancient warning, while
I'm here.
Diffstat (limited to 'archivers/bzip')
-rw-r--r--archivers/bzip/Makefile7
-rw-r--r--archivers/bzip/files/patch-ac18
2 files changed, 19 insertions, 6 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile
index 3c0e111..6af8655 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 ca210ce..b1cc849 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
OpenPOWER on IntegriCloud