[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop: [409] ipcop/trunk
From:       chepati () users ! sourceforge ! net
Date:       2007-06-20 4:39:31
Message-ID: E1I0ryd-0002dT-RZ () sc8-pr-svn4 ! sourceforge ! net
[Download RAW message or body]

Revision: 409
          http://ipcop.svn.sourceforge.net/ipcop/?rev=409&view=rev
Author:   chepati
Date:     2007-06-19 21:39:31 -0700 (Tue, 19 Jun 2007)

Log Message:
-----------
Replaced the separate sparc packages sparc32 and elftoaout with sparc-utils.  The \
mirror with sparc32 was not very reliable.  Now we're using the debian package which \
is up to date

Added Paths:
-----------
    ipcop/trunk/config/rootfiles/arch_sparc/sparc-utils
    ipcop/trunk/lfs/sparc-utils

Removed Paths:
-------------
    ipcop/trunk/config/rootfiles/arch_sparc/sparc32
    ipcop/trunk/lfs/elftoaout
    ipcop/trunk/lfs/sparc32

Added: ipcop/trunk/config/rootfiles/arch_sparc/sparc-utils
===================================================================
--- ipcop/trunk/config/rootfiles/arch_sparc/sparc-utils	                        (rev \
                0)
+++ ipcop/trunk/config/rootfiles/arch_sparc/sparc-utils	2007-06-20 04:39:31 UTC (rev \
409) @@ -0,0 +1,6 @@
+## sparc-utils-1.9
+##
+bin/sparc32
+usr/bin/elftoaout
+usr/sbin/prtconf
+usr/sbin/eeprom

Deleted: ipcop/trunk/config/rootfiles/arch_sparc/sparc32
===================================================================
--- ipcop/trunk/config/rootfiles/arch_sparc/sparc32	2007-06-19 04:35:59 UTC (rev 408)
+++ ipcop/trunk/config/rootfiles/arch_sparc/sparc32	2007-06-20 04:39:31 UTC (rev 409)
@@ -1,3 +0,0 @@
-## sparc32-1.1
-##
-bin/sparc32

Deleted: ipcop/trunk/lfs/elftoaout
===================================================================
--- ipcop/trunk/lfs/elftoaout	2007-06-19 04:35:59 UTC (rev 408)
+++ ipcop/trunk/lfs/elftoaout	2007-06-20 04:39:31 UTC (rev 409)
@@ -1,92 +0,0 @@
-###############################################################################
-# This file is part of the IPCop Firewall.                                    #
-                                                                             #
-# IPCop is free software; you can redistribute it and/or modify               #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation; either version 2 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# IPCop is distributed in the hope that it will be useful,                    #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with IPCop; if not, write to the Free Software                        #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
-#                                                                             #
-# Makefiles are based on LFSMake, which is                                    #
-# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
-#                                                                             #
-# Modifications by:                                                           #
-# 02-02-2004 Alan Hourihane <alanh@fairlite.demon.co.uk>                      #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: elftoaout 215 2007-04-20 03:29:16Z chepati $
-#                                                                             #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-PKG_NAME   = elftoaout
-VER        = 2.3
-HOST_ARCH  = sparc
-OTHER_SRC  = yes
-
-THISAPP    = elftoaout-$(VER)
-DL_FILE    = $(THISAPP).tgz
-DL_FROM    = http://gd.tuwien.ac.at/opsys/linux/Owl/pool/sources/elftoaout
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-CFLAGS     =
-CXXFLAGS   =
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects		= $(DL_FILE)
-
-$(DL_FILE)	= $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_MD5	= be3bd6f7ba8ae107cbdbaa820ba64f86
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-md5 : $(subst %,%_MD5,$(objects))
-
-###############################################################################
-# Downloading, checking, md5sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
-	@$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
-	@$(LOAD)
-
-$(subst %,%_MD5,$(objects)) :
-	@$(MD5)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
-	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-64bit_fixes-1.patch
-	cd $(DIR_APP) && make
-	cd $(DIR_APP) && make install
-
-	@rm -rf $(DIR_APP)
-	@$(POSTBUILD)

Added: ipcop/trunk/lfs/sparc-utils
===================================================================
--- ipcop/trunk/lfs/sparc-utils	                        (rev 0)
+++ ipcop/trunk/lfs/sparc-utils	2007-06-20 04:39:31 UTC (rev 409)
@@ -0,0 +1,120 @@
+###############################################################################
+# This file is part of the IPCop Firewall.                                    #
+                                                                             #
+# IPCop is free software; you can redistribute it and/or modify               #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation; either version 2 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# IPCop is distributed in the hope that it will be useful,                    #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with IPCop; if not, write to the Free Software                        #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
+#                                                                             #
+# Makefiles are based on LFSMake, which is                                    #
+# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
+#                                                                             #
+# Modifications by:                                                           #
+# 02-02-2004 Alan Hourihane <alanh@fairlite.demon.co.uk>                      #
+#          - Modified Makefile for IPCop build                                #
+#                                                                             #
+# $Id: sparc-utils 228 2007-04-21 17:40:11Z chepati $
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+PKG_NAME   = sparc-utils
+VER        = 1.9
+HOST_ARCH  = sparc
+OTHER_SRC  = yes
+
+THISAPP    = sparc-utils_$(VER).orig
+DL_FILE    = $(THISAPP).tar.gz
+DL_FROM    = ftp://ftp.debian.org/debian/pool/main/s/sparc-utils
+DIR_APP    = $(DIR_SRC)/sparc-utils-1.9.orig
+TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+CFLAGS     =
+CXXFLAGS   =
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects		= $(DL_FILE) \
+sparc-utils_1.9-3.diff.gz
+
+$(DL_FILE)			= $(DL_FROM)/$(DL_FILE)
+sparc-utils_1.9-3.diff.gz	= $(DL_FROM)/sparc-utils_1.9-3.diff.gz
+
+$(DL_FILE)_MD5			= 08bf3f6d8433a1f4981a2afaa6b49a6c
+sparc-utils_1.9-3.diff.gz_MD5	= 3dbbc61a0d32c6f3f424aa20fdb08ec5
+
+install : $(TARGET)
+
+check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+
+download :$(patsubst %,$(DIR_DL)/%,$(objects))
+
+md5 : $(subst %,%_MD5,$(objects))
+
+###############################################################################
+# Downloading, checking, md5sum
+###############################################################################
+
+$(patsubst %,$(DIR_CHK)/%,$(objects)) :
+	@$(CHECK)
+
+$(patsubst %,$(DIR_DL)/%,$(objects)) :
+	@$(LOAD)
+
+$(subst %,%_MD5,$(objects)) :
+	@$(MD5)
+
+###############################################################################
+# Installation Details
+###############################################################################
+
+$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
+	@$(PREBUILD)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+
+ifeq "$(STAGE)" "toolchain"
+	cd $(DIR_APP) && gzip -dc $(DIR_DL)/sparc-utils_1.9-3.diff.gz | patch -Np1
+
+	# At this stage we only need sparc32
+	cd $(DIR_APP)/sparc32-1.1 && make CC="gcc -static"
+	cd $(DIR_APP)/sparc32-1.1 && strip --strip-all sparc32
+	cd $(DIR_APP)/sparc32-1.1 && install -c -D -m 755 sparc32 $(TOOLS_DIR)/bin/sparc32
+endif
+
+ifeq "$(STAGE)" "base"
+	cd $(DIR_APP) && gzip -dc $(DIR_DL)/sparc-utils_1.9-3.diff.gz | patch -Np1
+
+	# First install sparc32 needed to fool gcc we're running in 32bit mode
+	cd $(DIR_APP)/sparc32-1.1 && make
+	cd $(DIR_APP)/sparc32-1.1 && strip --strip-all sparc32
+	cd $(DIR_APP)/sparc32-1.1 && cp sparc32 /bin
+
+	# Then install elf2out needed in order to compile the kernel
+	cd $(DIR_APP)/elftoaout-2.3 && patch -Np1 -i \
$(DIR_PATCHES)/elftoaout-2.3-64bit_fixes-1.patch +	cd $(DIR_APP)/elftoaout-2.3 && \
make +	cd $(DIR_APP)/elftoaout-2.3 && make install
+
+	# And finally, install prtconf and eeprom (to print and modify BOOTPROM variables, \
respectively) +	cd $(DIR_APP)/prtconf-1.3 && make
+	cd $(DIR_APP)/prtconf-1.3 && install -m 0755 -s prtconf /usr/sbin/prtconf
+	cd $(DIR_APP)/prtconf-1.3 && install -m 0755 -s eeprom /usr/sbin/eeprom
+	
+endif
+
+	@rm -rf $(DIR_APP)
+	@$(POSTBUILD)

Deleted: ipcop/trunk/lfs/sparc32
===================================================================
--- ipcop/trunk/lfs/sparc32	2007-06-19 04:35:59 UTC (rev 408)
+++ ipcop/trunk/lfs/sparc32	2007-06-20 04:39:31 UTC (rev 409)
@@ -1,110 +0,0 @@
-###############################################################################
-# This file is part of the IPCop Firewall.                                    #
-                                                                             #
-# IPCop is free software; you can redistribute it and/or modify               #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation; either version 2 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# IPCop is distributed in the hope that it will be useful,                    #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with IPCop; if not, write to the Free Software                        #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
-#                                                                             #
-# Makefiles are based on LFSMake, which is                                    #
-# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
-#                                                                             #
-# Modifications by:                                                           #
-# 02-02-2004 Alan Hourihane <alanh@fairlite.demon.co.uk>                      #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: sparc32 228 2007-04-21 17:40:11Z chepati $
-#                                                                             #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-PKG_NAME   = sparc32
-VER        = 1.1
-HOST_ARCH  = sparc
-OTHER_SRC  = yes
-
-THISAPP    = sparc32-$(VER)
-DL_FILE    = $(THISAPP).tgz
-DL_FROM    = http://mirror.etf.bg.ac.yu/gentoo/distfiles
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-CFLAGS     =
-CXXFLAGS   =
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects		= $(DL_FILE)
-
-$(DL_FILE)	= $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_MD5	= 1e6dc2f7102f53cd7e5f90acbe8232e8
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-md5 : $(subst %,%_MD5,$(objects))
-
-###############################################################################
-# Downloading, checking, md5sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
-	@$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
-	@$(LOAD)
-
-$(subst %,%_MD5,$(objects)) :
-	@$(MD5)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
-	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-
-ifeq "$(STAGE)" "toolchain"
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-fhs.patch
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-include.patch
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-sparc32bash.patch
-	cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-optflags.patch
-
-	cd $(DIR_APP) && make CC="gcc -static"
-	cd $(DIR_APP) && strip --strip-all sparc32
-	cd $(DIR_APP) && install -c -D -m 755 sparc32 $(TOOLS_DIR)/bin/sparc32
-endif
-
-ifeq "$(STAGE)" "base"
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-fhs.patch
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-include.patch
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-sparc32bash.patch
-	cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-optflags.patch
-
-	cd $(DIR_APP) && make
-	cd $(DIR_APP) && strip --strip-all sparc32
-	cd $(DIR_APP) && cp sparc32 /bin
-endif
-
-	@rm -rf $(DIR_APP)
-	@$(POSTBUILD)


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic