SF.net SVN: gar:[23395] csw/mgar/pkg/util-linux/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Apr 11 12:12:35 CEST 2014
Revision: 23395
http://sourceforge.net/p/gar/code/23395
Author: wahwah
Date: 2014-04-11 10:12:34 +0000 (Fri, 11 Apr 2014)
Log Message:
-----------
util-linux/trunk: It does not build
Modified Paths:
--------------
csw/mgar/pkg/util-linux/trunk/Makefile
csw/mgar/pkg/util-linux/trunk/checksums
Modified: csw/mgar/pkg/util-linux/trunk/Makefile
===================================================================
--- csw/mgar/pkg/util-linux/trunk/Makefile 2014-04-11 08:57:11 UTC (rev 23394)
+++ csw/mgar/pkg/util-linux/trunk/Makefile 2014-04-11 10:12:34 UTC (rev 23395)
@@ -1,11 +1,14 @@
# $Id$
# TODO (release-critical prefixed with !, non release-critical with *)
-#
+#
+# Programs to build from this source:
+# - watch
+# - column
NAME = util-linux
-VERSION = 2.21
-PATCHLEVEL = .2
+MINOR_VER = 2.24
+PATCHLEVEL = .1
+VERSION = $(MINOR_VER)$(PATCHLEVEL)
GARTYPE = v2
-DISTNAME = $(NAME)-$(VERSION)$(PATCHLEVEL)
DESCRIPTION = A collection of basic utilities
define BLURB
@@ -15,10 +18,13 @@
program.
endef
-MASTER_SITES = http://www.kernel.org/pub/linux/utils/$(NAME)/v$(VERSION)/
-DISTFILES = $(DISTNAME).tar.gz
+MASTER_SITES = https://www.kernel.org/pub/linux/utils/$(NAME)/v$(MINOR_VER)/
+DISTFILES = $(DISTNAME).tar.xz
+PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
+
+GARCOMPILER = GNU
+
CONFIGURE_ARGS = $(DIRPATHS)
include gar/category.mk
-
Modified: csw/mgar/pkg/util-linux/trunk/checksums
===================================================================
--- csw/mgar/pkg/util-linux/trunk/checksums 2014-04-11 08:57:11 UTC (rev 23394)
+++ csw/mgar/pkg/util-linux/trunk/checksums 2014-04-11 10:12:34 UTC (rev 23395)
@@ -1 +1 @@
-b228170ecdfce9ced77313d57b21b37c util-linux-2.21.2.tar.gz
+88d46ae23ca599ac5af9cf96b531590f util-linux-2.24.1.tar.xz
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