SF.net SVN: gar:[23744] csw/mgar/pkg

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Jun 1 11:49:39 CEST 2014


Revision: 23744
          http://sourceforge.net/p/gar/code/23744
Author:   wahwah
Date:     2014-06-01 09:49:29 +0000 (Sun, 01 Jun 2014)
Log Message:
-----------
arc/trunk: Makefile adjusted according to instructions. It does not build.

Added Paths:
-----------
    csw/mgar/pkg/arc/
    csw/mgar/pkg/arc/Makefile
    csw/mgar/pkg/arc/branches/
    csw/mgar/pkg/arc/tags/
    csw/mgar/pkg/arc/trunk/
    csw/mgar/pkg/arc/trunk/Makefile
    csw/mgar/pkg/arc/trunk/checksums
    csw/mgar/pkg/arc/trunk/files/
    csw/mgar/pkg/arc/trunk/files/0001-Adjust-Makefile-settings-for-Solaris.patch

Added: csw/mgar/pkg/arc/Makefile
===================================================================
--- csw/mgar/pkg/arc/Makefile	                        (rev 0)
+++ csw/mgar/pkg/arc/Makefile	2014-06-01 09:49:29 UTC (rev 23744)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/arc/trunk
===================================================================
--- csw/mgar/pkg/arc/trunk	2014-06-01 08:35:43 UTC (rev 23743)
+++ csw/mgar/pkg/arc/trunk	2014-06-01 09:49:29 UTC (rev 23744)

Property changes on: csw/mgar/pkg/arc/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,4 ##
+cookies
+download
+work
+
Added: svn:externals
## -0,0 +1 ##
+gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/arc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/arc/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/arc/trunk/Makefile	2014-06-01 09:49:29 UTC (rev 23744)
@@ -0,0 +1,32 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = arc
+VERSION = 5.21p
+GARTYPE = v2
+
+DESCRIPTION = Based on the MSDOS ARC program
+
+VENDOR_URL = http://sourceforge.net/projects/arc/
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES  = $(DISTNAME).tar.gz
+
+PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = custom
+
+PATCHFILES += 0001-Adjust-Makefile-settings-for-Solaris.patch
+
+# EXTRA_CFLAGS = -DSYSV=1 -DNEED_ALPHASORT
+# EXTRA_INC = /usr/ucbinclude
+# EXTRA_LIB = -L/usr/ucb -lucb
+
+include gar/category.mk
+
+build-custom:
+	(cd $(WORKSRC); gmake $(BUILD_ENV) $(PARALLELMFLAGS))
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/arc/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/arc/trunk/checksums
===================================================================
--- csw/mgar/pkg/arc/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/arc/trunk/checksums	2014-06-01 09:49:29 UTC (rev 23744)
@@ -0,0 +1 @@
+902ce24b23422880d474df6f1d9eba5e  arc-5.21p.tar.gz

Added: csw/mgar/pkg/arc/trunk/files/0001-Adjust-Makefile-settings-for-Solaris.patch
===================================================================
--- csw/mgar/pkg/arc/trunk/files/0001-Adjust-Makefile-settings-for-Solaris.patch	                        (rev 0)
+++ csw/mgar/pkg/arc/trunk/files/0001-Adjust-Makefile-settings-for-Solaris.patch	2014-06-01 09:49:29 UTC (rev 23744)
@@ -0,0 +1,48 @@
+From 0477e562ed5d6f77e02de98202ac822708eb7a4b Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Sun, 1 Jun 2014 11:40:16 +0200
+Subject: [PATCH] Adjust Makefile settings for Solaris
+
+---
+ Makefile |   10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index c6273d0..4a73a01 100644
+--- a/Makefile
++++ b/Makefile
+@@ -39,12 +39,12 @@ PROG =
+ # (See the Sysvarcstuf shar file)
+ #SYSTEM = -DGEMDOS=1 -fstrength-reduce -fomit-frame-pointer -finline-functions -fdefer-pop -mpcrel
+ #SYSTEM = -DBSD=1
+-SYSTEM = -DSYSV=1
++SYSTEM = -DSYSV=1 -DNEED_ALPHASORT
+ 
+-OPT = -O -Wall
++OPT = $(OPTFLAGS)
+ # For MWC 3.0 on the Atari ST, use:
+ #CFLAGS = -VCOMPAC -VPEEP
+-CFLAGS = $(OPT) $(SYSTEM)
++CFLAGS = $(OPT) $(SYSTEM) $(CPPFLAGS)
+ 
+ # GNU's gcc is very nice, if you've got it. Otherwise just cc.
+ #CC = cgcc -mshort -mbaserel
+@@ -58,7 +58,7 @@ TMCLOCK = tmclock.o
+ 
+ # Files needed for System V 
+ #SYSVOBJ =	getwd.o rename.o scandir.o utimes.o
+-SYSVOBJ =
++SYSVOBJ = scandir.o
+ 
+ OBJS = arc.o arcadd.o arccode.o arccvt.o arcdata.o arcdel.o arcdos.o \
+ arcext.o arcio.o arclst.o arclzw.o arcmatch.o arcpack.o arcrun.o \
+@@ -137,4 +137,4 @@ install: all
+ 	install -s -m 0755 -D marc $(DESTDIR)$(PREFIX)/bin/marc
+ 	install -m 0644 -D arc.1 $(DESTDIR)$(PREFIX)/share/man/man1/arc.1
+ 	install -m 0644 -D marc.1 $(DESTDIR)$(PREFIX)/share/man/man1/marc.1
+-	 	
+\ No newline at end of file
++	 	
+-- 
+1.7.10.3
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list