Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
@ 2006-11-22 22:18 aldot at uclibc.org
  0 siblings, 0 replies; 13+ messages in thread
From: aldot at uclibc.org @ 2006-11-22 22:18 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2006-11-22 14:18:52 -0800 (Wed, 22 Nov 2006)
New Revision: 16638

Log:
- xfsprogs-2.7.11 is old by now. Provide a fallback SITE until someone
  verifies a newer version..
  Closes bug #1019


Modified:
   trunk/buildroot/package/xfsprogs/xfsprogs.mk


Changeset:
Modified: trunk/buildroot/package/xfsprogs/xfsprogs.mk
===================================================================
--- trunk/buildroot/package/xfsprogs/xfsprogs.mk	2006-11-22 21:24:58 UTC (rev 16637)
+++ trunk/buildroot/package/xfsprogs/xfsprogs.mk	2006-11-22 22:18:52 UTC (rev 16638)
@@ -5,7 +5,8 @@
 #############################################################
 XFSPROGS_VER:=2.7.11
 XFSPROGS_SOURCE=xfsprogs-$(XFSPROGS_VER).src.tar.gz
-XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/cmd_tars
+#XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/cmd_tars
+XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/
 XFSPROGS_DIR=$(BUILD_DIR)/xfsprogs-$(XFSPROGS_VER)
 XFSPROGS_CAT:=$(ZCAT)
 XFSPROGS_BINARY:=mkfs/mkfs.xfs

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
@ 2008-03-21 18:01 ninevoltz at uclibc.org
  2008-03-22  4:56 ` Steven J. Hill
  0 siblings, 1 reply; 13+ messages in thread
From: ninevoltz at uclibc.org @ 2008-03-21 18:01 UTC (permalink / raw)
  To: buildroot

Author: ninevoltz
Date: 2008-03-21 11:01:46 -0700 (Fri, 21 Mar 2008)
New Revision: 21443

Log:
Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel Kukard

Added:
   trunk/buildroot/package/xfsprogs/xfsprogs-2.7.11_susv3-legacy.patch


Changeset:

Sorry, the patch is too large to include (1250 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=21443

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
  2008-03-21 18:01 [Buildroot] svn commit: trunk/buildroot/package/xfsprogs ninevoltz at uclibc.org
@ 2008-03-22  4:56 ` Steven J. Hill
  2008-03-22  5:46   ` Nigel Kukard
  0 siblings, 1 reply; 13+ messages in thread
From: Steven J. Hill @ 2008-03-22  4:56 UTC (permalink / raw)
  To: buildroot

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ninevoltz at uclibc.org wrote:
> Author: ninevoltz
> Date: 2008-03-21 11:01:46 -0700 (Fri, 21 Mar 2008)
> New Revision: 21443
> 
> Log:
> Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel Kukard
> 
Would you or Nigel please push this up to the xfsprogs maintainer(s)? These
legacy functions need to die and the only way they're going to is if we keep
pushing these back to the various package maintainers. Thanks.

- -Steve
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH5JFjgyK5H2Ic36cRAq+QAJ9+9u4MjKi8VHJQ2e9YmDpPr9YIYwCeMgRw
Hn2+2Gmu+2o5jMQ1cCo83fo=
=C5Zy
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
  2008-03-22  4:56 ` Steven J. Hill
@ 2008-03-22  5:46   ` Nigel Kukard
  0 siblings, 0 replies; 13+ messages in thread
From: Nigel Kukard @ 2008-03-22  5:46 UTC (permalink / raw)
  To: buildroot

> > 
> > Log:
> > Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel Kukard
> > 
> Would you or Nigel please push this up to the xfsprogs maintainer(s)? These
> legacy functions need to die and the only way they're going to is if we keep
> pushing these back to the various package maintainers. Thanks.

already in the process of doing so  ;)

-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080322/eb46065b/attachment.pgp 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
@ 2008-03-24 19:23 nkukard at uclibc.org
  0 siblings, 0 replies; 13+ messages in thread
From: nkukard at uclibc.org @ 2008-03-24 19:23 UTC (permalink / raw)
  To: buildroot

Author: nkukard
Date: 2008-03-24 12:23:37 -0700 (Mon, 24 Mar 2008)
New Revision: 21475

Log:
* Updated susv3 legacy patch for xfsprogs
- Changed to unix file format
- Added fix for rtcp/xfs_rtcp.c, where I missed one or two legacy function calls


Modified:
   trunk/buildroot/package/xfsprogs/xfsprogs-2.7.11_susv3-legacy.patch


Changeset:

Sorry, the patch is too large to include (3754 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=21475

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
@ 2008-03-24 19:42 nkukard at uclibc.org
  0 siblings, 0 replies; 13+ messages in thread
From: nkukard at uclibc.org @ 2008-03-24 19:42 UTC (permalink / raw)
  To: buildroot

Author: nkukard
Date: 2008-03-24 12:42:58 -0700 (Mon, 24 Mar 2008)
New Revision: 21477

Log:
* Woops ... comitted the wrong patch file  :(, fixed now.


Modified:
   trunk/buildroot/package/xfsprogs/xfsprogs-2.7.11_susv3-legacy.patch


Changeset:

Sorry, the patch is too large to include (3763 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=21477

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
@ 2008-12-31 18:25 nkukard at uclibc.org
  0 siblings, 0 replies; 13+ messages in thread
From: nkukard at uclibc.org @ 2008-12-31 18:25 UTC (permalink / raw)
  To: buildroot

Author: nkukard
Date: 2008-12-31 18:25:23 +0000 (Wed, 31 Dec 2008)
New Revision: 24630

Log:
* Bumped xfsprogs to 2.10.2
- Remvoed susv3 legacy patch which was comitted upstream
- Forecefully set some configure results which appear to of been silently ignored in the past


Removed:
   trunk/buildroot/package/xfsprogs/xfsprogs-2.7.11_susv3-legacy.patch

Modified:
   trunk/buildroot/package/xfsprogs/xfsprogs.mk


Changeset:

Sorry, the patch is too large to include (1283 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=24630

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
@ 2009-01-11 21:50 ulf at uclibc.org
  0 siblings, 0 replies; 13+ messages in thread
From: ulf at uclibc.org @ 2009-01-11 21:50 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-11 21:50:07 +0000 (Sun, 11 Jan 2009)
New Revision: 24773

Log:
Make xfsprogs downloadable, Why have it, when we do not support XFS file system?

Modified:
   trunk/buildroot/package/xfsprogs/Config.in
   trunk/buildroot/package/xfsprogs/xfsprogs.mk


Changeset:
Modified: trunk/buildroot/package/xfsprogs/Config.in
===================================================================
--- trunk/buildroot/package/xfsprogs/Config.in	2009-01-11 21:44:14 UTC (rev 24772)
+++ trunk/buildroot/package/xfsprogs/Config.in	2009-01-11 21:50:07 UTC (rev 24773)
@@ -1,3 +1,7 @@
+
+comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled"
+	depends on BR2_PACKAGE_XFSPROGS
+
 config BR2_PACKAGE_XFSPROGS
 	bool "xfsprogs"
 	help
@@ -4,3 +8,4 @@
 	  The XFS file system utilities and libraries
 
 	  http://oss.sgi.com/projects/xfs/
+

Modified: trunk/buildroot/package/xfsprogs/xfsprogs.mk
===================================================================
--- trunk/buildroot/package/xfsprogs/xfsprogs.mk	2009-01-11 21:44:14 UTC (rev 24772)
+++ trunk/buildroot/package/xfsprogs/xfsprogs.mk	2009-01-11 21:50:07 UTC (rev 24773)
@@ -5,8 +5,8 @@
 #############################################################
 XFSPROGS_VERSION:=2.10.2
 XFSPROGS_SOURCE=xfsprogs_$(XFSPROGS_VERSION)-1.tar.gz
-#XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/cmd_tars
-XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/
+XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/cmd_tars
+#XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/
 XFSPROGS_DIR=$(BUILD_DIR)/xfsprogs-$(XFSPROGS_VERSION)
 XFSPROGS_CAT:=$(ZCAT)
 XFSPROGS_BINARY:=mkfs/mkfs.xfs

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
@ 2009-01-26  0:12 ulf at uclibc.org
  2009-01-26  5:11 ` Nigel Kukard
  2009-01-26  5:56 ` Peter Korsgaard
  0 siblings, 2 replies; 13+ messages in thread
From: ulf at uclibc.org @ 2009-01-26  0:12 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-26 00:12:02 +0000 (Mon, 26 Jan 2009)
New Revision: 25035

Log:
Deprecate xfsprogs, no support for XFS in Buildroot

Modified:
   trunk/buildroot/package/xfsprogs/Config.in
   trunk/buildroot/package/xfsprogs/xfsprogs.mk


Changeset:
Modified: trunk/buildroot/package/xfsprogs/Config.in
===================================================================
--- trunk/buildroot/package/xfsprogs/Config.in	2009-01-25 23:51:54 UTC (rev 25034)
+++ trunk/buildroot/package/xfsprogs/Config.in	2009-01-26 00:12:02 UTC (rev 25035)
@@ -4,6 +4,7 @@
 
 config BR2_PACKAGE_XFSPROGS
 	bool "xfsprogs"
+	depends on BR2_DEPRECATED
 	help
 	  The XFS file system utilities and libraries
 

Modified: trunk/buildroot/package/xfsprogs/xfsprogs.mk
===================================================================
--- trunk/buildroot/package/xfsprogs/xfsprogs.mk	2009-01-25 23:51:54 UTC (rev 25034)
+++ trunk/buildroot/package/xfsprogs/xfsprogs.mk	2009-01-26 00:12:02 UTC (rev 25035)
@@ -46,7 +46,7 @@
 		--host=$(GNU_TARGET_NAME) \
 		--build=$(GNU_HOST_NAME) \
 		--prefix=/usr \
-		--exec-prefix=/ \
+		--exec-prefix=/usr \
 		--libdir=/usr/lib \
 		$(XFSPROGS_CONFIG_SHARED) \
 	)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
  2009-01-26  0:12 ulf at uclibc.org
@ 2009-01-26  5:11 ` Nigel Kukard
  2009-01-26  5:56 ` Peter Korsgaard
  1 sibling, 0 replies; 13+ messages in thread
From: Nigel Kukard @ 2009-01-26  5:11 UTC (permalink / raw)
  To: buildroot


> Log:
> Deprecate xfsprogs, no support for XFS in Buildroot
>   
Who are you to decide this????

Please revert your deprecation.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
  2009-01-26  0:12 ulf at uclibc.org
  2009-01-26  5:11 ` Nigel Kukard
@ 2009-01-26  5:56 ` Peter Korsgaard
  1 sibling, 0 replies; 13+ messages in thread
From: Peter Korsgaard @ 2009-01-26  5:56 UTC (permalink / raw)
  To: buildroot

>>>>> "ulf" == ulf  <ulf@uclibc.org> writes:

 ulf> Author: ulf
 ulf> Date: 2009-01-26 00:12:02 +0000 (Mon, 26 Jan 2009)
 ulf> New Revision: 25035

 ulf> Log:
 ulf> Deprecate xfsprogs, no support for XFS in Buildroot

But that doesn't mean people aren't using it for initramfs'es needing
xfs support. It it builds and works and there isn't an alternative
implementation in busybox, then I don't see any reason to deprecate
it.
 ulf> +++ trunk/buildroot/package/xfsprogs/xfsprogs.mk	2009-01-26 00:12:02 UTC (rev 25035)
 ulf> @@ -46,7 +46,7 @@
 ulf>  		--host=$(GNU_TARGET_NAME) \
 ulf>  		--build=$(GNU_HOST_NAME) \
 ulf>  		--prefix=/usr \
 ulf> -		--exec-prefix=/ \
 ulf> +		--exec-prefix=/usr \

Please don't check in unrelated stuff in the same commit (atleast
without describing them in the commit msg)

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
@ 2009-01-28 13:14 nkukard at uclibc.org
  0 siblings, 0 replies; 13+ messages in thread
From: nkukard at uclibc.org @ 2009-01-28 13:14 UTC (permalink / raw)
  To: buildroot

Author: nkukard
Date: 2009-01-28 13:14:51 +0000 (Wed, 28 Jan 2009)
New Revision: 25090

Log:
* Cleanup of prefix


Modified:
   trunk/buildroot/package/xfsprogs/xfsprogs.mk


Changeset:
Modified: trunk/buildroot/package/xfsprogs/xfsprogs.mk
===================================================================
--- trunk/buildroot/package/xfsprogs/xfsprogs.mk	2009-01-28 13:13:59 UTC (rev 25089)
+++ trunk/buildroot/package/xfsprogs/xfsprogs.mk	2009-01-28 13:14:51 UTC (rev 25090)
@@ -45,9 +45,7 @@
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \
 		--build=$(GNU_HOST_NAME) \
-		--prefix=/usr \
-		--exec-prefix=/usr \
-		--libdir=/usr/lib \
+		--exec-prefix=/ \
 		$(XFSPROGS_CONFIG_SHARED) \
 	)
 	touch $(XFSPROGS_DIR)/.configured
@@ -75,7 +73,6 @@
 $(TARGET_DIR)/$(XFSPROGS_TARGET_BINARY): $(XFSPROGS_DIR)/$(XFSPROGS_BINARY)
 	$(MAKE1) PATH=$(TARGET_PATH) \
 	    DIST_ROOT=$(TARGET_DIR) \
-	    prefix=/usr \
 	    exec-prefix=/ \
 	    -C $(XFSPROGS_DIR) install
 	rm -rf $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/xfsprogs
@ 2009-01-28 13:16 nkukard at uclibc.org
  0 siblings, 0 replies; 13+ messages in thread
From: nkukard at uclibc.org @ 2009-01-28 13:16 UTC (permalink / raw)
  To: buildroot

Author: nkukard
Date: 2009-01-28 13:16:27 +0000 (Wed, 28 Jan 2009)
New Revision: 25091

Log:
xfs is a mainline filesystem with no alternative regarding tools in busybox, remove depend on deprecated


Modified:
   trunk/buildroot/package/xfsprogs/Config.in


Changeset:
Modified: trunk/buildroot/package/xfsprogs/Config.in
===================================================================
--- trunk/buildroot/package/xfsprogs/Config.in	2009-01-28 13:14:51 UTC (rev 25090)
+++ trunk/buildroot/package/xfsprogs/Config.in	2009-01-28 13:16:27 UTC (rev 25091)
@@ -4,7 +4,6 @@
 
 config BR2_PACKAGE_XFSPROGS
 	bool "xfsprogs"
-	depends on BR2_DEPRECATED
 	help
 	  The XFS file system utilities and libraries
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-01-28 13:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 18:01 [Buildroot] svn commit: trunk/buildroot/package/xfsprogs ninevoltz at uclibc.org
2008-03-22  4:56 ` Steven J. Hill
2008-03-22  5:46   ` Nigel Kukard
  -- strict thread matches above, loose matches on Subject: below --
2009-01-28 13:16 nkukard at uclibc.org
2009-01-28 13:14 nkukard at uclibc.org
2009-01-26  0:12 ulf at uclibc.org
2009-01-26  5:11 ` Nigel Kukard
2009-01-26  5:56 ` Peter Korsgaard
2009-01-11 21:50 ulf at uclibc.org
2008-12-31 18:25 nkukard at uclibc.org
2008-03-24 19:42 nkukard at uclibc.org
2008-03-24 19:23 nkukard at uclibc.org
2006-11-22 22:18 aldot at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox