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

igalic at users.sourceforge.net igalic at users.sourceforge.net
Fri Sep 9 23:43:07 CEST 2011


Revision: 15599
          http://gar.svn.sourceforge.net/gar/?rev=15599&view=rev
Author:   igalic
Date:     2011-09-09 21:43:07 +0000 (Fri, 09 Sep 2011)
Log Message:
-----------
tcl85: make name consistent with tcl8.4
Fix ALTERNATIVES naming.

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

Modified: csw/mgar/pkg/tcl85/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcl85/trunk/Makefile	2011-09-09 21:21:30 UTC (rev 15598)
+++ csw/mgar/pkg/tcl85/trunk/Makefile	2011-09-09 21:43:07 UTC (rev 15599)
@@ -1,4 +1,4 @@
-NAME = tcl
+NAME = tcl8.5
 VERSION = 8.5.10
 CATEGORIES = lang
 
@@ -8,7 +8,7 @@
 
 SF_PROJ = tcl
 MASTER_SITES = $(SF_MIRRORS)
-DISTNAME = $(NAME)$(VERSION)
+DISTNAME = $(SF_PROJ)$(VERSION)
 DISTFILES  = $(DISTNAME)-src.tar.gz
 
 UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=10894
@@ -33,7 +33,7 @@
 PACKAGES += CSWlibtcl8-5-0
 PACKAGES += CSWtcl-dev
 
-ALTERNATIVES_PRIO = 845
+ALTERNATIVES_PRIO = 850
 
 # The dependencies on the ISAs differ, here's from tcl-x.y.z/unix/tcl.m4: 
 #
@@ -55,8 +55,8 @@
 PKGFILES_CSWtcl8-5-dev    = $(PKGFILES_DEVEL)
 
 ALTERNATIVES_CSWtcl8_5 += tcl8_5
-ALTERNATIVES_tc8_5     += $(bindir)/tclsh $(ALTERNATIVES_PRIO)
-ALTERNATIVES_tc8_5     += $(libdir)/tclConfig.sh
+ALTERNATIVE_tcl8_5     += $(bindir)/tclsh $(ALTERNATIVES_PRIO)
+ALTERNATIVE_tcl8_5     += $(libdir)/tclConfig.sh $(ALTERNATIVES_PRIO)
 
 CHECKPKG_OVERRIDES_CSWtcl += file-with-bad-content|/usr/local|root/opt/csw/share/man/mann/clock.n
 CHECKPKG_OVERRIDES_CSWtcl += file-with-bad-content|/usr/share|root/opt/csw/share/man/mann/clock.n

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