[csw-devel] SF.net SVN: gar:[21145] csw/mgar/pkg/rcs/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun May 19 17:10:29 CEST 2013
Revision: 21145
http://gar.svn.sourceforge.net/gar/?rev=21145&view=rev
Author: dmichelsen
Date: 2013-05-19 15:09:20 +0000 (Sun, 19 May 2013)
Log Message:
-----------
rcs/trunk: Update to 5.8
Modified Paths:
--------------
csw/mgar/pkg/rcs/trunk/Makefile
csw/mgar/pkg/rcs/trunk/checksums
Modified: csw/mgar/pkg/rcs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rcs/trunk/Makefile 2013-05-19 14:49:34 UTC (rev 21144)
+++ csw/mgar/pkg/rcs/trunk/Makefile 2013-05-19 15:09:20 UTC (rev 21145)
@@ -1,5 +1,5 @@
NAME = rcs
-VERSION = 5.7
+VERSION = 5.8
GARTYPE = v2
DESCRIPTION = GNU Revision Control System
@@ -7,11 +7,8 @@
endef
MASTER_SITES = http://www.cs.purdue.edu/homes/trinkle/RCS/
-DISTFILES = $(NAME)-$(VERSION).tar.Z
+DISTFILES = $(NAME)-$(VERSION).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
RUNTIME_DEP_PKGS = CSWdiffutils
man1dir = $(mandir)/man1
@@ -20,6 +17,13 @@
DIFF = $(bindir)/gdiff
DIFF3 = $(bindir)/gdiff3
+BUILD64 = 1
+ISAEXEC = 1
+
+# Every kind of -xO* leads to this strange error in Sun Studio 12 or even 12.3:
+# cg error (as) : location counter not on word boundary
+OPT_FLAGS_SOS =
+
NORUNPATH = 1
CONFIGURE_ARGS = --prefix=$(prefix)
CONFIGURE_ARGS += --with-diffutils
Modified: csw/mgar/pkg/rcs/trunk/checksums
===================================================================
--- csw/mgar/pkg/rcs/trunk/checksums 2013-05-19 14:49:34 UTC (rev 21144)
+++ csw/mgar/pkg/rcs/trunk/checksums 2013-05-19 15:09:20 UTC (rev 21145)
@@ -1 +1 @@
-423282f0edb353296d9f3498ab683abf download/rcs-5.7.tar.Z
+c0fa1f3528418cee83b7e6e06fc87957 rcs-5.8.tar.gz
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