[23864] trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 11 11:53:13 PDT 2007


Revision: 23864
          http://trac.macosforge.org/projects/macports/changeset/23864
Author:   mgrimes at macports.org
Date:     2007-04-11 11:53:12 -0700 (Wed, 11 Apr 2007)

Log Message:
-----------
Update to arc-5.21o, closes #11627

Modified Paths:
--------------
    trunk/dports/archivers/arc/Portfile
    trunk/dports/archivers/arc/files/patch-Makefile
    trunk/dports/archivers/arc/files/patch-marc.c

Removed Paths:
-------------
    trunk/dports/archivers/arc/files/patch-arcrun.c

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
f2dd1c64-7982-4318-98ce-263798263e0a:/local:24026
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:23809
   + 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
f2dd1c64-7982-4318-98ce-263798263e0a:/local:24026
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:23899

Modified: trunk/dports/archivers/arc/Portfile
===================================================================
--- trunk/dports/archivers/arc/Portfile	2007-04-11 18:39:36 UTC (rev 23863)
+++ trunk/dports/archivers/arc/Portfile	2007-04-11 18:53:12 UTC (rev 23864)
@@ -1,29 +1,30 @@
 # $Id$
 
-PortSystem 1.0
-name		arc
-version		5.21k
-categories	archivers sysutils
-description	create and extract files from dos .arc archives
-maintainers	jc at crazic.ru
-long_description ${description}
-homepage	http://arc.sourceforge.net/
-master_sites	sourceforge
-checksums	md5 9197104dca17db3867a89e851c7cc3bb
+PortSystem        1.0
+name              arc
+version           5.21o
+categories        archivers sysutils
+description       create and extract files from dos .arc archives
+maintainers       jc at crazic.ru
+long_description  ${description}
+homepage          http://arc.sourceforge.net/
+master_sites      sourceforge
+extract.suffix    .tgz
+checksums         md5 3b30c739b42b2fe8ac4ec0a05f34f284
 
-use_configure	no
+use_configure     no
 
-patchfiles	patch-Makefile patch-arcrun.c patch-marc.c
+patchfiles        patch-Makefile patch-marc.c
 
-post-build	{
-	system "strip ${build.dir}/$name ${build.dir}/m$name"
+post-build  {
+    system "strip ${build.dir}/$name ${build.dir}/m$name"
 }
 
-destroot	{
-	xinstall -m 755 -d ${destroot}/${prefix}/bin
-	xinstall -m 755 -d ${destroot}/${prefix}/share/man/man1
+destroot    {
+    xinstall -m 755 -d ${destroot}/${prefix}/bin
+    xinstall -m 755 -d ${destroot}/${prefix}/share/man/man1
 
-	file copy ${worksrcpath}/$name ${destroot}/${prefix}/bin
-	file copy ${worksrcpath}/m$name ${destroot}/${prefix}/bin
-	file copy ${worksrcpath}/$name.1 ${destroot}/${prefix}/share/man/man1
+    file copy ${worksrcpath}/$name ${destroot}/${prefix}/bin
+    file copy ${worksrcpath}/m$name ${destroot}/${prefix}/bin
+    file copy ${worksrcpath}/$name.1 ${destroot}/${prefix}/share/man/man1
 }

Modified: trunk/dports/archivers/arc/files/patch-Makefile
===================================================================
--- trunk/dports/archivers/arc/files/patch-Makefile	2007-04-11 18:39:36 UTC (rev 23863)
+++ trunk/dports/archivers/arc/files/patch-Makefile	2007-04-11 18:53:12 UTC (rev 23864)
@@ -1,14 +1,16 @@
---- Makefile.orig	2004-11-06 06:25:45.000000000 -0500
-+++ Makefile	2005-04-04 06:54:21.000000000 -0400
-@@ -36,16 +36,16 @@
+--- Makefile.orig	2007-04-11 11:47:25.000000000 -0700
++++ Makefile	2007-04-11 11:48:38.000000000 -0700
+@@ -35,17 +35,17 @@ PROG =
+ # On Solaris, use -DSYSV=1 -DNEED_ALPHASORT and set SYSVOBJ=scandir.o
  # (See the Sysvarcstuf shar file)
  #SYSTEM = -DGEMDOS=1 -fstrength-reduce -fomit-frame-pointer -finline-functions -fdefer-pop -mpcrel
- #SYSTEM = -DBSD=1
+-#SYSTEM = -DBSD=1
 -SYSTEM = -DSYSV=1
 +SYSTEM = -DBSD=1
-+OPT = -O2
++#SYSTEM = -DSYSV=1
  
 -OPT = -O
++OPT = -O2
  # For MWC 3.0 on the Atari ST, use:
  #CFLAGS = -VCOMPAC -VPEEP
  CFLAGS = $(OPT) $(SYSTEM)
@@ -20,7 +22,7 @@
  
  # tmclock is only needed on Unix systems...
  TMCLOCK = tmclock.o
-@@ -72,7 +72,7 @@
+@@ -72,7 +72,7 @@ marc$(PROG):	$(MOBJ) $(TMCLOCK)
  	$(CC) $(OPT) -o marc$(PROG) $(MOBJ) $(TMCLOCK) $(LIBS)
  
  clean:

Deleted: trunk/dports/archivers/arc/files/patch-arcrun.c
===================================================================
--- trunk/dports/archivers/arc/files/patch-arcrun.c	2007-04-11 18:39:36 UTC (rev 23863)
+++ trunk/dports/archivers/arc/files/patch-arcrun.c	2007-04-11 18:53:12 UTC (rev 23864)
@@ -1,10 +0,0 @@
---- arcrun.c.orig	2005-04-04 06:50:02.000000000 -0400
-+++ arcrun.c	2005-04-04 06:50:12.000000000 -0400
-@@ -19,6 +19,7 @@
-  * Language: Computer Innovations Optimizing C86
-  */
- #include <stdio.h>
-+#include <string.h>
- #include "arc.h"
- 
- VOID	rempath(), openarc(), closearc(), arcdie();

Modified: trunk/dports/archivers/arc/files/patch-marc.c
===================================================================
--- trunk/dports/archivers/arc/files/patch-marc.c	2007-04-11 18:39:36 UTC (rev 23863)
+++ trunk/dports/archivers/arc/files/patch-marc.c	2007-04-11 18:53:12 UTC (rev 23864)
@@ -1,18 +1,18 @@
---- marc.c.orig	2004-11-06 06:25:45.000000000 -0500
-+++ marc.c	2005-04-04 06:56:30.000000000 -0400
-@@ -23,6 +23,7 @@
- 	 Computer Innovations Optimizing C86
- */
- #include <stdio.h>
-+#include <string.h>
- #include "arc.h"
- 
- #if	UNIX
-@@ -48,7 +49,6 @@
+--- marc.c.orig	2007-04-11 11:52:45.000000000 -0700
++++ marc.c	2007-04-11 11:53:14.000000000 -0700
+@@ -53,7 +53,6 @@ main(nargs,arg)			       /* system entry
  int nargs;			       /* number of arguments */
  char *arg[];			       /* pointers to arguments */
  {
--    char *makefnam();		       /* filename fixup routine */
+-    char *makefnam();
      char *envfind();
  #if	!_MTS
      char *arctemp2, *mktemp();		/* temp file stuff */
+@@ -319,7 +318,6 @@ int n;				       /* number of entry to e
+     char buf[100];		       /* input buffer */
+     int x;			       /* index */
+     char *p = lst[n]+1;		       /* filename pointer */
+-    char *makefnam();
+ 
+     if(*p)			       /* use name if one was given */
+     {	 makefnam(p,".CMD",buf);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070411/2bb509af/attachment.html


More information about the macports-changes mailing list