From ddd1c539d87f37f439eb0bf3b2c2fed6e9686c37 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 5 Nov 2003 11:16:23 +0000 Subject: [PATCH] Upgrade to 5.21j --- archivers/arc/Makefile | 9 ++---- archivers/arc/distinfo | 2 +- archivers/arc/files/patch-aa | 54 +++++++++++++----------------------- archivers/arc/pkg-descr | 2 ++ 4 files changed, 26 insertions(+), 41 deletions(-) diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index e3e56f327d80..0334b902bd32 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -6,17 +6,14 @@ # PORTNAME= arc -PORTVERSION= 5.21e.8 -PORTREVISION= 1 +PORTVERSION= 5.21j CATEGORIES= archivers -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ -DISTNAME= arc521e.pl8 -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ache@FreeBSD.org COMMENT= Create & extract files from DOS .ARC files -NO_WRKSUBDIR= yes MAN1= arc.1 do-install: diff --git a/archivers/arc/distinfo b/archivers/arc/distinfo index 1e4a42c3c6da..ccdd0b3c36c6 100644 --- a/archivers/arc/distinfo +++ b/archivers/arc/distinfo @@ -1 +1 @@ -MD5 (arc521e.pl8.tar.Z) = a6eca0eb9d8cfb8d9bb62753c85759cb +MD5 (arc-5.21j.tar.gz) = b3c12bbc71c440df19d3a8a653d4baf5 diff --git a/archivers/arc/files/patch-aa b/archivers/arc/files/patch-aa index 2ba6172e6ff3..39dc54bd7d4a 100644 --- a/archivers/arc/files/patch-aa +++ b/archivers/arc/files/patch-aa @@ -1,34 +1,20 @@ -*** Makefile.old Wed Apr 15 02:57:58 1992 ---- Makefile Sat Dec 31 20:36:07 1994 -*************** -*** 32,45 **** - OPT = -O - # For MWC 3.0 on the Atari ST, use: - #CFLAGS = -VCOMPAC -VPEEP -! CFLAGS = $(OPT) $(SYSTEM) - - # GNU's gcc is very nice, if you've got it. Otherwise just cc. - #CC = cgcc -mshort -! CC = cc - - # tmclock is only needed on Unix systems... -! TMCLOCK = tmclock.o - - # Files needed for System V - #SYSVOBJ = getwd.o rename.o scandir.o utimes.o ---- 32,46 ---- - OPT = -O - # For MWC 3.0 on the Atari ST, use: - #CFLAGS = -VCOMPAC -VPEEP -! #CFLAGS = $(OPT) $(SYSTEM) -! CFLAGS+=$(SYSTEM) - - # GNU's gcc is very nice, if you've got it. Otherwise just cc. - #CC = cgcc -mshort -! #CC = cc - - # tmclock is only needed on Unix systems... -! TMCLOCK = #tmclock.o - - # Files needed for System V - #SYSVOBJ = getwd.o rename.o scandir.o utimes.o +--- Makefile.orig Fri Oct 31 05:32:51 2003 ++++ Makefile Wed Nov 5 13:53:51 2003 +@@ -38,14 +38,14 @@ + OPT = -O + # For MWC 3.0 on the Atari ST, use: + #CFLAGS = -VCOMPAC -VPEEP +-CFLAGS = $(OPT) $(SYSTEM) ++CFLAGS+=$(SYSTEM) + + # GNU's gcc is very nice, if you've got it. Otherwise just cc. + #CC = cgcc -mshort -mbaserel +-CC = cc ++#CC = cc + + # tmclock is only needed on Unix systems... +-TMCLOCK = tmclock.o ++TMCLOCK = #tmclock.o + + # Integer-only stdio routines for Atari ST. + #LIBS=-liio16 diff --git a/archivers/arc/pkg-descr b/archivers/arc/pkg-descr index 105bc85d96fe..140fc373e03f 100644 --- a/archivers/arc/pkg-descr +++ b/archivers/arc/pkg-descr @@ -2,3 +2,5 @@ This package creates and extracts-from ARC archives. An ARC archive contains files which are compressed according to the most efficient of three algorithms. ARC archives are usually only used for compatibility with MS-DOS. + +WWW: http://arc.sourceforge.net/