mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 20:42:58 +02:00
reiser4progs: Remove package as reiser4 is no longer supported in IPFire.
The next kernel won't bring a reiser4 module, so the tools are pretty useless and they don't compile with GCC 4.4.
This commit is contained in:
@@ -1,77 +0,0 @@
|
||||
#sbin/debugfs.reiser4
|
||||
sbin/fsck.reiser4
|
||||
#sbin/make_reiser4
|
||||
sbin/measurefs.reiser4
|
||||
sbin/mkfs.reiser4
|
||||
#usr/include/reiser4
|
||||
#usr/include/reiser4/alloc.h
|
||||
#usr/include/reiser4/backup.h
|
||||
#usr/include/reiser4/bitmap.h
|
||||
#usr/include/reiser4/factory.h
|
||||
#usr/include/reiser4/fake.h
|
||||
#usr/include/reiser4/filesystem.h
|
||||
#usr/include/reiser4/flow.h
|
||||
#usr/include/reiser4/format.h
|
||||
#usr/include/reiser4/item.h
|
||||
#usr/include/reiser4/journal.h
|
||||
#usr/include/reiser4/key.h
|
||||
#usr/include/reiser4/libreiser4.h
|
||||
#usr/include/reiser4/master.h
|
||||
#usr/include/reiser4/node.h
|
||||
#usr/include/reiser4/object.h
|
||||
#usr/include/reiser4/oid.h
|
||||
#usr/include/reiser4/place.h
|
||||
#usr/include/reiser4/plugin.h
|
||||
#usr/include/reiser4/print.h
|
||||
#usr/include/reiser4/profile.h
|
||||
#usr/include/reiser4/pset.h
|
||||
#usr/include/reiser4/semantic.h
|
||||
#usr/include/reiser4/status.h
|
||||
#usr/include/reiser4/tree.h
|
||||
#usr/include/reiser4/types.h
|
||||
#usr/include/repair
|
||||
#usr/include/repair/add_missing.h
|
||||
#usr/include/repair/alloc.h
|
||||
#usr/include/repair/backup.h
|
||||
#usr/include/repair/cleanup.h
|
||||
#usr/include/repair/disk_scan.h
|
||||
#usr/include/repair/filesystem.h
|
||||
#usr/include/repair/filter.h
|
||||
#usr/include/repair/format.h
|
||||
#usr/include/repair/item.h
|
||||
#usr/include/repair/journal.h
|
||||
#usr/include/repair/librepair.h
|
||||
#usr/include/repair/lost_found.h
|
||||
#usr/include/repair/master.h
|
||||
#usr/include/repair/node.h
|
||||
#usr/include/repair/object.h
|
||||
#usr/include/repair/oid.h
|
||||
#usr/include/repair/place.h
|
||||
#usr/include/repair/plugin.h
|
||||
#usr/include/repair/pset.h
|
||||
#usr/include/repair/repair.h
|
||||
#usr/include/repair/semantic.h
|
||||
#usr/include/repair/status.h
|
||||
#usr/include/repair/tree.h
|
||||
#usr/include/repair/twig_scan.h
|
||||
usr/lib/libreiser4-1.0.so.6
|
||||
usr/lib/libreiser4-1.0.so.6.0.0
|
||||
usr/lib/libreiser4-minimal-1.0.so.6
|
||||
usr/lib/libreiser4-minimal-1.0.so.6.0.0
|
||||
#usr/lib/libreiser4-minimal.a
|
||||
#usr/lib/libreiser4-minimal.la
|
||||
usr/lib/libreiser4-minimal.so
|
||||
#usr/lib/libreiser4.a
|
||||
#usr/lib/libreiser4.la
|
||||
usr/lib/libreiser4.so
|
||||
usr/lib/librepair-1.0.so.6
|
||||
usr/lib/librepair-1.0.so.6.0.0
|
||||
#usr/lib/librepair.a
|
||||
#usr/lib/librepair.la
|
||||
usr/lib/librepair.so
|
||||
#usr/man/man8
|
||||
#usr/man/man8/debugfs.reiser4.8
|
||||
#usr/man/man8/fsck.reiser4.8
|
||||
#usr/man/man8/measurefs.reiser4.8
|
||||
#usr/man/man8/mkfs.reiser4.8
|
||||
#usr/share/aclocal/libreiser4.m4
|
||||
@@ -1,77 +0,0 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# #
|
||||
# This program 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 3 of the License, or #
|
||||
# (at your option) any later version. #
|
||||
# #
|
||||
# This program 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 this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
# Definitions
|
||||
###############################################################################
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.0.6
|
||||
|
||||
THISAPP = reiser4progs-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = d408cfeac40c266623bd51afa008caf6
|
||||
|
||||
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 jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --sbindir=/sbin --enable-static
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
Reference in New Issue
Block a user