Revision: 2678
          http://gar.svn.sourceforge.net/gar/?rev=2678&view=rev
Author:   trygvis
Date:     2008-12-21 21:10:08 +0000 (Sun, 21 Dec 2008)

Log Message:
-----------
o Making sure checkpkg always is executed with the 'C' locale to prevent errors 
like 'ERROR: libxau_devel must be all lowercase'.

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.pkg.mk

Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk  2008-12-21 20:59:36 UTC (rev 2677)
+++ csw/mgar/gar/v2/gar.pkg.mk  2008-12-21 21:10:08 UTC (rev 2678)
@@ -247,7 +247,7 @@
 
 pkgcheck-%:
        @echo " ==> Checking compliance: $*"
-       @( checkpkg $(SPKG_EXPORT)/`$(call _PKG_ENV,$1) mkpackage -qs 
$(WORKDIR)/$*.gspec -D pkgfile`.gz ) || exit 2
+       @( LC_ALL=C checkpkg $(SPKG_EXPORT)/`$(call _PKG_ENV,$1) mkpackage -qs 
$(WORKDIR)/$*.gspec -D pkgfile`.gz ) || exit 2
 
 pkgcheck-p:
        @$(foreach COOKIEFILE,$(PKGCHECK_TARGETS), test -e 
$(COOKIEDIR)/$(COOKIEFILE) ;)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to