[csw-devel] SF.net SVN: gar:[21605] csw/mgar/pkg/libgc/trunk/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu Aug 1 12:19:17 CEST 2013


Revision: 21605
          http://gar.svn.sourceforge.net/gar/?rev=21605&view=rev
Author:   pfelecan
Date:     2013-08-01 10:19:16 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
libgc/trunk:
- verion bump
- 64 bit libraries

Modified Paths:
--------------
    csw/mgar/pkg/libgc/trunk/Makefile

Modified: csw/mgar/pkg/libgc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgc/trunk/Makefile	2013-08-01 08:39:25 UTC (rev 21604)
+++ csw/mgar/pkg/libgc/trunk/Makefile	2013-08-01 10:19:16 UTC (rev 21605)
@@ -1,5 +1,7 @@
 NAME = libgc
-VERSION = 7.1
+theVersion = 7.2
+thePatch = d
+VERSION = $(theVersion)$(thePatch)
 GARTYPE = v2
 
 DESCRIPTION = A garbage collector for C and C++
@@ -13,8 +15,8 @@
 endef
 
 MASTER_SITES = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
-DISTNAME = gc-$(VERSION)
-DISTFILES  = $(DISTNAME).tar.gz
+DISTNAME = gc-$(theVersion)
+DISTFILES  = $(DISTNAME)$(thePatch).tar.gz
 
 VENDOR_URL = http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 
@@ -56,7 +58,7 @@
 #   http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2012-January/004904.html
 TEST_SCRIPTS	=	custom
 
-# BUILD64_LIBS_ONLY = 1
+BUILD64_LIBS_ONLY = 1
 
 include gar/category.mk
 

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