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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Jan 15 21:34:20 CET 2012


Revision: 16769
          http://gar.svn.sourceforge.net/gar/?rev=16769&view=rev
Author:   dmichelsen
Date:     2012-01-15 20:34:20 +0000 (Sun, 15 Jan 2012)
Log Message:
-----------
libgc/trunk: Update to 7.1, split package

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

Property Changed:
----------------
    csw/mgar/pkg/libgc/trunk/


Property changes on: csw/mgar/pkg/libgc/trunk
___________________________________________________________________
Deleted: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/libgc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgc/trunk/Makefile	2012-01-15 18:43:00 UTC (rev 16768)
+++ csw/mgar/pkg/libgc/trunk/Makefile	2012-01-15 20:34:20 UTC (rev 16769)
@@ -1,5 +1,5 @@
 NAME = libgc
-VERSION = 7.0
+VERSION = 7.1
 CATEGORIES = lib
 
 DESCRIPTION = A garbage collector for C and C++
@@ -13,19 +13,33 @@
 endef
 
 MASTER_SITES = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
-DISTFILES  = gc-$(VERSION).tar.gz
-
 DISTNAME = gc-$(VERSION)
+DISTFILES  = $(DISTNAME).tar.gz
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+VENDOR_URL = http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
+LICENSE = README.QUICK
 
-CONFIGURE_ARGS = $(DIRPATHS)
+PACKAGES += CSWlibcord1
+SPKG_DESC_CSWlibcord1 = A garbage collector for C and C++, libcord.so.1
+PKGFILES_CSWlibcord1 += $(call pkgfiles_lib,libcord.so.1)
+RUNTIME_DEP_PKGS_CSWlibcord1 += CSWlibgc1
+OBSOLETED_BY_CSWlibcord1 += CSWlibgc
 
-TEST_TARGET = check
+PACKAGES += CSWlibgc1
+SPKG_DESC_CSWlibgc1 = A garbage collector for C and C++, libgc.so.1
+PKGFILES_CSWlibgc1 += $(call pkgfiles_lib,libgc.so.1)
+OBSOLETED_BY_CSWlibgc1 += CSWlibgc
 
+PACKAGES += CSWlibgc-dev
+SPKG_DESC_CSWlibgc-dev = Development files for libgc.so.1 and libcord.so.1
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibgc-dev += CSWlibcord1
+RUNTIME_DEP_PKGS_CSWlibgc-dev += CSWlibgc1
+
+# This is just docs, ignore for now
+CHECKPKG_OVERRIDES_CSWlibgc-dev += file-with-bad-content|/usr/local|root/opt/csw/share/gc/README.autoconf
+
+BUILD64 = 1
+
 include gar/category.mk

Modified: csw/mgar/pkg/libgc/trunk/checksums
===================================================================
--- csw/mgar/pkg/libgc/trunk/checksums	2012-01-15 18:43:00 UTC (rev 16768)
+++ csw/mgar/pkg/libgc/trunk/checksums	2012-01-15 20:34:20 UTC (rev 16769)
@@ -1 +1 @@
-3645ccf5f32ebb27d99b27b0d29e9c38  download/gc-7.0.tar.gz
+2ff9924c7249ef7f736ecfe6f08f3f9b  gc-7.1.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