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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Jun 22 12:47:37 CEST 2012


Revision: 18501
          http://gar.svn.sourceforge.net/gar/?rev=18501&view=rev
Author:   dmichelsen
Date:     2012-06-22 10:47:37 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
cvs/trunk: Update to OpenSSL 1.0 and new deps, use proper obsoletion

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

Modified: csw/mgar/pkg/cvs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cvs/trunk/Makefile	2012-06-22 10:40:36 UTC (rev 18500)
+++ csw/mgar/pkg/cvs/trunk/Makefile	2012-06-22 10:47:37 UTC (rev 18501)
@@ -26,33 +26,31 @@
 #   http://lists.gnu.org/archive/html/bug-cvs/2008-01/msg00007.html
 PATCHFILES += cvs-1.12.13-extssh.diff
 
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
 # The above is a functionality patch
 VERSION_FLAG_PATCH = 1
 
 PACKAGES += CSWcvs
 CATALOGNAME_CSWcvs = cvs
 SPKG_DESC_CSWcvs = $(DESCRIPTION)
-RUNTIME_DEP_PKGS_CSWcvs += CSWggettextrt
-RUNTIME_DEP_PKGS_CSWcvs += CSWkrb5lib
-RUNTIME_DEP_PKGS_CSWcvs += CSWosslrt
-RUNTIME_DEP_PKGS_CSWcvs += CSWzlib
+RUNTIME_DEP_PKGS_CSWcvs += CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWcvs += CSWlibz1
+RUNTIME_DEP_PKGS_CSWcvs += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWcvs += CSWlibcom-err3
+RUNTIME_DEP_PKGS_CSWcvs += CSWlibkrb5-3
+RUNTIME_DEP_PKGS_CSWcvs += CSWlibgssapi-krb5-2
+RUNTIME_DEP_PKGS_CSWcvs += CSWlibk5crypto3
+OBSOLETED_BY_CSWcvs += CSWcvs-feature
 
-PACKAGES += CSWcvs-feature
-CATALONGAME_CSWcvs-feature = cvs_feature
-SPKG_DESC_CSWcvs-feature = Legacy package as CSWcvs now contains the feature CVS
-PKGFILES_CSWcvs-feature = $(prefix)/cvs-feature
-ARCHALL_CSWcvs-feature = 1
-RUNTIME_DEP_PKGS_CSWcvs-feature = CSWcvs
-CHECKPKG_OVERRIDES_CSWcvs-feature += surplus-dependency|CSWcvs
+# This is just the legacy link
+PKGFILES_CSWcvs-feature += $(prefix)/cvs-feature
 
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-external-zlib=$(prefix)
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = (\d+(?:\.\d+)*)
-
 # The testsuite runs for more than one hour!
-# SKIPTEST ?= 1
+SKIPTEST ?= 1
 
 # This is for GNATS. We don't have GNATS at OpenCSW
 CHECKPKG_OVERRIDES_CSWcvs += file-with-bad-content|/usr/local|root/opt/csw/bin/cvsbug
@@ -70,6 +68,6 @@
 PATH := /opt/csw/gnu:$(PATH)
 
 post-install-modulated:
-	@gln -sf ../share/cvs/contrib/rcs2log $(DESTDIR)$(bindir)/rcslog
-	@gln -s . $(DESTDIR)$(prefix)/cvs-feature
+	gln -sf ../share/cvs/contrib/rcs2log $(DESTDIR)$(bindir)/rcslog
+	gln -s . $(DESTDIR)$(prefix)/cvs-feature
 	@$(MAKECOOKIE)

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