Upgrade to 5.21j

This commit is contained in:
Andrey A. Chernov 2003-11-05 11:16:23 +00:00
parent 54f4ac52af
commit ddd1c539d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93130
4 changed files with 26 additions and 41 deletions

View File

@ -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:

View File

@ -1 +1 @@
MD5 (arc521e.pl8.tar.Z) = a6eca0eb9d8cfb8d9bb62753c85759cb
MD5 (arc-5.21j.tar.gz) = b3c12bbc71c440df19d3a8a653d4baf5

View File

@ -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

View File

@ -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/