From c7845ac1102ab98add72d01a7d1d62e2aca493b8 Mon Sep 17 00:00:00 2001 From: ms Date: Sat, 13 Jan 2007 22:15:39 +0000 Subject: [PATCH] Source-Links gefixt. Domainumzug vom Source-Code. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@390 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- lfs/Config | 4 +- lfs/HTML-Parser | 8 +-- lfs/HTML-Tagset | 2 +- lfs/MIME-Tools | 5 +- lfs/Net-DNS | 8 +-- lfs/Net-IPv4Addr | 8 +-- lfs/Net_SSLeay | 8 +-- lfs/URI | 8 +-- lfs/Unix-Syslog | 5 +- lfs/ed | 2 +- lfs/ethtool | 2 +- lfs/grub | 2 +- lfs/kbd | 2 +- lfs/libcap | 2 +- lfs/libwww-perl | 8 +-- lfs/linux-atm | 2 +- lfs/makedev | 136 ----------------------------------------------- lfs/ndiswrapper | 9 +--- lfs/newt | 2 +- lfs/oinkmaster | 2 +- lfs/openh323 | 8 +-- lfs/pkg-config | 11 +--- lfs/razor | 7 +-- lfs/setserial | 2 +- lfs/speedycgi | 85 ----------------------------- lfs/startscripts | 59 -------------------- lfs/subversion | 88 ------------------------------ lfs/tcpwrapper | 5 +- make.sh | 2 - 29 files changed, 26 insertions(+), 466 deletions(-) delete mode 100644 lfs/makedev delete mode 100644 lfs/speedycgi delete mode 100644 lfs/startscripts delete mode 100644 lfs/subversion diff --git a/lfs/Config b/lfs/Config index a66406c65d..cae476e0b0 100644 --- a/lfs/Config +++ b/lfs/Config @@ -13,8 +13,8 @@ # URLs that are common sources of downloads. If you're having trouble with # a site you should change its URL to that of a suitable mirror site. # -URL_IPFIRE = http://source.ipfire.eu/othersrc -URL_TOOLCHAIN = http://source.ipfire.eu/toolchain +URL_IPFIRE = http://source.ipfire.org/othersrc +URL_TOOLCHAIN = http://source.ipfire.org/toolchain URL_IPCOP = http://ipcop.ath.cx # Default compiler optimizations. diff --git a/lfs/HTML-Parser b/lfs/HTML-Parser index 42017f4f8c..f0909c1265 100644 --- a/lfs/HTML-Parser +++ b/lfs/HTML-Parser @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: HTML-Parser,v 1.1.2.2 2005/07/07 22:31:30 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 3.45 THISAPP = HTML-Parser-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_CPAN)/HTML +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/HTML-Tagset b/lfs/HTML-Tagset index 5de13d6aae..2ab433696f 100644 --- a/lfs/HTML-Tagset +++ b/lfs/HTML-Tagset @@ -36,7 +36,7 @@ VER = 3.04 THISAPP = HTML-Tagset-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_CPAN)/HTML +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/MIME-Tools b/lfs/MIME-Tools index 224a4012c4..ce050a66df 100644 --- a/lfs/MIME-Tools +++ b/lfs/MIME-Tools @@ -30,7 +30,7 @@ VER = 5.420 THISAPP = MIME-tools-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -52,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -#dist: -# make-packages.sh MIME-Tools $(THISAPP)-ipfire-beta-1 - ############################################################################### # Downloading, checking, md5sum ############################################################################### diff --git a/lfs/Net-DNS b/lfs/Net-DNS index 33f67501fe..129f47827c 100644 --- a/lfs/Net-DNS +++ b/lfs/Net-DNS @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: Net-DNS,v 1.5.2.3 2005/02/05 15:38:14 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 0.47 THISAPP = Net-DNS-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_CPAN)/Net +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/Net-IPv4Addr b/lfs/Net-IPv4Addr index ae1b6c2b0f..05bbb7efdc 100644 --- a/lfs/Net-IPv4Addr +++ b/lfs/Net-IPv4Addr @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: Net-IPv4Addr,v 1.3.2.2 2005/02/05 15:38:14 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 0.10 THISAPP = Net-IPv4Addr-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_CPAN)/Net +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/Net_SSLeay b/lfs/Net_SSLeay index 8dd78845ec..e3f6dc6f2e 100644 --- a/lfs/Net_SSLeay +++ b/lfs/Net_SSLeay @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: Net_SSLeay,v 1.1.2.1 2005/07/08 00:03:18 franck78 Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 1.25 THISAPP = Net_SSLeay.pm-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_CPAN)/Net/SAMPO +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/URI b/lfs/URI index de1b0bed16..06ca141ca8 100644 --- a/lfs/URI +++ b/lfs/URI @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: URI,v 1.1.2.2 2005/07/07 22:31:30 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 1.35 THISAPP = URI-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_CPAN)/URI +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/Unix-Syslog b/lfs/Unix-Syslog index 16cd94058e..87658433e9 100644 --- a/lfs/Unix-Syslog +++ b/lfs/Unix-Syslog @@ -30,7 +30,7 @@ VER = 0.100 THISAPP = Unix-Syslog-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -52,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -#dist: -# make-packages.sh Unix-Syslog $(THISAPP)-ipfire-beta-1 - ############################################################################### # Downloading, checking, md5sum ############################################################################### diff --git a/lfs/ed b/lfs/ed index 91dfd6132e..521697dcb9 100644 --- a/lfs/ed +++ b/lfs/ed @@ -40,7 +40,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) objects = $(DL_FILE) $(THISAPP)-mkstemp-1.patch $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(THISAPP)-mkstemp-1.patch = $(URL_LFS)/ed/$(THISAPP)-mkstemp-1.patch +$(THISAPP)-mkstemp-1.patch = $(DL_FROM)/$(THISAPP)-mkstemp-1.patch $(DL_FILE)_MD5 = ddd57463774cae9b50e70cd51221281b $(THISAPP)-mkstemp-1.patch_MD5 = e7e2248f9baa76de3db8210298e0d79e diff --git a/lfs/ethtool b/lfs/ethtool index d0476328fe..992d0a7b07 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -30,7 +30,7 @@ VER = 3 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_SFNET)/gkernel +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/grub b/lfs/grub index c82d220cd9..743d01ce48 100644 --- a/lfs/grub +++ b/lfs/grub @@ -30,7 +30,7 @@ VER = 0.97 THISAPP = grub-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_AGNU)/grub +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) CFLAGS = diff --git a/lfs/kbd b/lfs/kbd index ac7c91c112..a0d6f65b8c 100644 --- a/lfs/kbd +++ b/lfs/kbd @@ -44,7 +44,7 @@ endif objects = $(DL_FILE) $(THISAPP)-more-programs-1.patch $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(THISAPP)-more-programs-1.patch = $(URL_LFS)/kbd/$(THISAPP)-more_programs-1.patch +$(THISAPP)-more-programs-1.patch = $(DL_FROM)/kbd-$(VER)-more-programs-1.patch $(DL_FILE)_MD5 = 069d1175b4891343b107a8ac2b4a39f6 $(THISAPP)-more-programs-1.patch_MD5 = dc70180a6bc0afa2b741cd38e3cc2e18 diff --git a/lfs/libcap b/lfs/libcap index 8a7e132921..d3c26045bd 100644 --- a/lfs/libcap +++ b/lfs/libcap @@ -30,7 +30,7 @@ VER = 1.10 THISAPP = libcap-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_KERNEL)/linux/libs/security/linux-privs/kernel-2.4 +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/libwww-perl b/lfs/libwww-perl index aaf0bbb2dd..cb1671a629 100644 --- a/lfs/libwww-perl +++ b/lfs/libwww-perl @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: libwww-perl,v 1.1.2.2 2005/07/07 22:31:30 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 5.803 THISAPP = libwww-perl-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_CPAN)/Net +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/linux-atm b/lfs/linux-atm index 07bdf8a288..fc48b4d1c9 100644 --- a/lfs/linux-atm +++ b/lfs/linux-atm @@ -30,7 +30,7 @@ VER = 2.4.1 THISAPP = linux-atm-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_SFNET)/linux-atm +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/makedev b/lfs/makedev deleted file mode 100644 index 87defd4075..0000000000 --- a/lfs/makedev +++ /dev/null @@ -1,136 +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 # -# # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: makedev,v 1.11.2.4 2006/09/06 05:33:17 gespinasse Exp $ -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 1.2 - -THISAPP = make_devices-$(VER) -DL_FILE = $(THISAPP).bz2 -DL_FROM = $(URL_LFS_FTP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 2863fbe7f5953efb5a0d0a840e1e9d21 - -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) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - cd /dev && bzcat $(DIR_DL)/$(DL_FILE) > make_devices - cd /dev && chmod 754 make_devices - cd /dev && patch -Np0 < $(DIR_SRC)/src/patches/make_devices.patch - cd /dev && ./make_devices - # ipsec - cd /dev && rm -f ipsec - cd /dev && mknod ipsec c 36 10 - chmod 200 /dev/ipsec - - # tap/tun - cd /dev/net && rm -f tun - cd /dev/net && mknod tun c 10 200 - - # PULSARDSL Devices - cd /dev && rm -f ttyG0 - cd /dev && mknod ttyG0 c 43 0 - cd /dev && rm -f cug0 - cd /dev && mknod cug0 c 44 0 - - # ISDN Symlink + Permissions - cd /dev && ln -sf isdnctrl0 isdnctrl - - # isdninfo - cd /dev && rm -f isdninfo - cd /dev && mknod isdninfo c 45 255 - chown root:nobody /dev/isdninfo - chmod 640 /dev/isdninfo - - # USB HID Dev - -mkdir /dev/usb - for i in `seq 0 7`; do \ - rm -f /dev/usb/hiddev$$i; \ - mknod /dev/usb/hiddev$$i c 180 $$(( 96 + $$i )); \ - done - - # USB ACM Modems - for i in `seq 0 7`; do \ - rm -f /dev/usb/ttyACM$$i; \ - mknod /dev/usb/ttyACM$$i c 166 $$i; \ - done - - # Wanpipe - for i in `seq 0 7`; do \ - rm -f /dev/ttyWP$$i; \ - mknod -m 666 /dev/ttyWP$$i c 240 $$i; \ - done - - # Add a symlink to the default floppy dev. updfstab will change it to USB if - # necessary, but it must be present if it appears in /etc/mtab - cd /dev && ln -sf fd0 floppy - - # Nodes for Framebuffer - for i in `seq 0 7` 12; do \ - rm -f /dev/fb$$; \ - mknod /dev/fb$$i c 29 $$(($$i * 32)); \ - done - - @$(POSTBUILD) diff --git a/lfs/ndiswrapper b/lfs/ndiswrapper index 099e35d1db..0f9ab66194 100644 --- a/lfs/ndiswrapper +++ b/lfs/ndiswrapper @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Alan Hourihane # -# - Modified Makefile for IPCop build # -# # -# $Id: ndiswrapper,v 1.1.2.3 2006/01/30 01:50:14 franck78 Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 1.8 THISAPP = ndiswrapper-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_SFNET)/ndiswrapper +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -80,6 +74,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make KSRC=/usr/src/linux KVERS=$(KVER) cd $(DIR_APP) && make KSRC=/usr/src/linux KVERS=$(KVER) install - gzip -f /lib/modules/$(KVER)/misc/ndiswrapper.o @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/newt b/lfs/newt index 41e66c71c2..ab9a4b99e2 100644 --- a/lfs/newt +++ b/lfs/newt @@ -45,7 +45,7 @@ endif objects = $(DL_FILE) $(THISAPP)-9.6.diff.gz $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(THISAPP)-9.6.diff.gz = $(URL_DEBIAN)/n/newt-utf8/$(THISAPP)-9.6.diff.gz +$(THISAPP)-9.6.diff.gz = $(DL_FROM)/$(THISAPP)-9.6.diff.gz $(DL_FILE)_MD5 = 4079546c307475ef2508dd2e98ed505e $(THISAPP)-9.6.diff.gz_MD5 = 5f1522189bdb16622677ad8e52f93119 diff --git a/lfs/oinkmaster b/lfs/oinkmaster index d4f1ce9cf4..0ea7552746 100644 --- a/lfs/oinkmaster +++ b/lfs/oinkmaster @@ -30,7 +30,7 @@ VER = 1.2 THISAPP = oinkmaster-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_SFNET)/oinkmaster +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/openh323 b/lfs/openh323 index cecb78a141..19708176ab 100644 --- a/lfs/openh323 +++ b/lfs/openh323 @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: ntp,v 1.6.2.3 2005/02/05 15:38:15 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = Mimas_patch2 THISAPP = openh323-$(VER) DL_FILE = $(THISAPP)-src-tar.gz -DL_FROM = $(URL_SFNET)/openh323 +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/openh323 TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/pkg-config b/lfs/pkg-config index 82be8d8f22..12624d9eba 100644 --- a/lfs/pkg-config +++ b/lfs/pkg-config @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: ntp,v 1.6.2.3 2005/02/05 15:38:15 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 0.20 THISAPP = pkg-config-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = http://pkgconfig.freedesktop.org/releases +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -58,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: - make-packages.sh postfix $(THISAPP) - ############################################################################### # Downloading, checking, md5sum ############################################################################### diff --git a/lfs/razor b/lfs/razor index 8da2a877be..779b0c05cf 100644 --- a/lfs/razor +++ b/lfs/razor @@ -30,7 +30,7 @@ VER = 2.81 THISAPP = razor-agents-$(VER) DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = $(URL_SFNET)/razor +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -55,9 +55,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: - make-packages.sh razor $(THISAPP)-ipfire-beta-1 - ############################################################################### # Downloading, checking, md5sum ############################################################################### @@ -83,5 +80,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_SRC) && tar jxf $(DIR_DL)/razor-agents-sdk-2.07.tar.bz2 cd $(DIR_SRC)/razor-agents-sdk-2.07 && perl Makefile.PL cd $(DIR_SRC)/razor-agents-sdk-2.07 && make && make install - @rm -rf $(DIR_APP) + @rm -rf $(DIR_APP) $(DIR_SRC)/razor-agents-sdk-* @$(POSTBUILD) diff --git a/lfs/setserial b/lfs/setserial index 3f97c82ec7..de3e1564aa 100644 --- a/lfs/setserial +++ b/lfs/setserial @@ -30,7 +30,7 @@ VER = 2.17 THISAPP = setserial-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_SFNET)/setserial +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/speedycgi b/lfs/speedycgi deleted file mode 100644 index c4c0baf9ae..0000000000 --- a/lfs/speedycgi +++ /dev/null @@ -1,85 +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 # -# # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: speedycgi,v 1.1.2.3 2005/06/22 22:32:20 gespinasse Exp $ -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.22 - -THISAPP = CGI-SpeedyCGI-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_SFNET)/speedycgi -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 2f80df78874e3efa80f180923c4967a1 - -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) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && yes 'n' | perl Makefile.PL - cd $(DIR_APP) && make - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/lfs/startscripts b/lfs/startscripts deleted file mode 100644 index 67e4f7a8c8..0000000000 --- a/lfs/startscripts +++ /dev/null @@ -1,59 +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 # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = ipfire - -THISAPP = startscripts -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -install : $(TARGET) - -check : - -download : - -md5 : - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - test -d /etc/init.d || mkdir /etc/init.d - cd $(DIR_SRC)/src/init.d && cp -fv * /etc/init.d - chown root.root /etc/init.d/* - chmod 755 /etc/init.d/* - for i in applejuice asterisk cups cyrus-sasl gnump3d nfs-server postfix samba winbind xinetd; do ln -vfs /etc/init.d/$$i /usr/local/bin/rc$$i; done - rm -f /usr/local/bin/rcinit-functions - @$(POSTBUILD) \ No newline at end of file diff --git a/lfs/subversion b/lfs/subversion deleted file mode 100644 index 90e0420bdd..0000000000 --- a/lfs/subversion +++ /dev/null @@ -1,88 +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 # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 1.3.1 - -THISAPP = subversion-$(VER) -DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = subversion -PAK_VER = 1 - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 07b95963968ae345541ca99d0e7bf082 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -dist: - @$(PAK) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr \ - --without-berkeley-db \ - --with-installbuilddir=/usr/lib/apr-0 \ - --with-ssl --disable-nls \ - --disable-mod-activation - cd $(DIR_APP) && make - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/lfs/tcpwrapper b/lfs/tcpwrapper index fc5915592f..49c2e49010 100644 --- a/lfs/tcpwrapper +++ b/lfs/tcpwrapper @@ -18,7 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# # ############################################################################### ############################################################################### @@ -31,7 +30,7 @@ VER = 7.6 THISAPP = tcp_wrappers_$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = ftp://ftp.porcupine.org/pub/security +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -53,8 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: - make-packages.sh tcpwrapper $(THISAPP)-ipfire-beta-1 ############################################################################### # Downloading, checking, md5sum diff --git a/make.sh b/make.sh index 045898b3e5..60eb20a30d 100644 --- a/make.sh +++ b/make.sh @@ -371,7 +371,6 @@ buildipfire() { ipfiremake openldap ipfiremake apache2 ipfiremake php - ipfiremake subversion ipfiremake apache2 PASS=C ipfiremake arping ipfiremake beep @@ -451,7 +450,6 @@ buildipfire() { ipfiremake libsafe ipfiremake 3c5x9setup ipfiremake pakfire - ipfiremake startscripts ipfiremake java ipfiremake bootsplash ipfiremake spandsp -- 2.39.2