Revision: 5249 Author: pebender Date: Wed Jul 29 08:48:31 2009 Log: - Added back package disk/e2fsprogs because some of using the file system utilities.
http://code.google.com/p/minimyth/source/detail?r=5249 Added: /trunk/gar-minimyth/script/disk/e2fsprogs /trunk/gar-minimyth/script/disk/e2fsprogs/Makefile /trunk/gar-minimyth/script/disk/e2fsprogs/checksums /trunk/gar-minimyth/script/disk/e2fsprogs/files /trunk/gar-minimyth/script/disk/e2fsprogs/files/e2fsprogs-1.41.8-chmod.patch Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/meta/minimyth/Makefile ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/disk/e2fsprogs/Makefile Wed Jul 29 08:48:31 2009 @@ -0,0 +1,46 @@ +GARNAME = e2fsprogs +GARVERSION = 1.41.8 +CATEGORIES = disk +MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/ +DISTFILES = $(DISTNAME).tar.gz +PATCHFILES = $(DISTNAME)-chmod.patch +LICENSE = GPL2/LGPL2 + +DESCRIPTION = +define BLURB +endef + +DEPENDS = lang/c utils/util-linux-ng + +CONFIGURE_SCRIPTS = $(WORKSRC)/configure +BUILD_SCRIPTS = $(WORKSRC)/Makefile +INSTALL_SCRIPTS = $(WORKSRC)/Makefile + +CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \ + --enable-verbose-makecmds \ + --disable-compression \ + --disable-htree \ + --enable-elf-shlibs \ + --disable-bsd-shlibs \ + --disable-profile \ + --disable-jbd-debug \ + --disable-blkid-debug \ + --disable-testio-debug \ + --disable-libuuid \ + --disable-libblkid \ + --disable-debugfs \ + --disable-imager \ + --disable-resizer \ + --disable-fsck \ + --disable-e2initrd-helper \ + --enable-tls \ + --disable-uuidd \ + --enable-nls \ + --disable-rpath \ + --with-gnu-ld + +include ../../gar.mk + +pre-configure: + @$(call FIX_LIBTOOL_LIBPATH,$(WORKSRC),configure) + @$(MAKECOOKIE) ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/disk/e2fsprogs/checksums Wed Jul 29 08:48:31 2009 @@ -0,0 +1,2 @@ +6708cc8e484809fc5cfb232882e48489 download/e2fsprogs-1.41.8.tar.gz +9eb2bc53605d4370a89765ae68d3301b download/e2fsprogs-1.41.8-chmod.patch ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/disk/e2fsprogs/files/e2fsprogs-1.41.8-chmod.patch Wed Jul 29 08:48:31 2009 @@ -0,0 +1,31 @@ +diff -Naur e2fsprogs-1.41.8-old/lib/et/compile_et.sh.in e2fsprogs-1.41.8-new/lib/et/compile_et.sh.in +--- e2fsprogs-1.41.8-old/lib/et/compile_et.sh.in 2009-02-14 05:49:08.000000000 -0800 ++++ e2fsprogs-1.41.8-new/lib/et/compile_et.sh.in 2009-07-13 12:35:15.000000000 -0700 +@@ -51,12 +51,14 @@ + rm -f ${BASE}.h.$$ + else + mv -f ${BASE}.h.$$ ${BASE}.h +- chmod -w ${BASE}.h ++ chmod a-w ${BASE}.h + fi + $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et" + if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then + rm -f ${BASE}.c.$$ + else + mv -f ${BASE}.c.$$ ${BASE}.c +- chmod -w ${BASE}.c ++ chmod a-w ${BASE}.c + fi ++ ++exit 0 +diff -Naur e2fsprogs-1.41.8-old/lib/ss/mk_cmds.sh.in e2fsprogs-1.41.8-new/lib/ss/mk_cmds.sh.in +--- e2fsprogs-1.41.8-old/lib/ss/mk_cmds.sh.in 2009-02-14 05:49:08.000000000 -0800 ++++ e2fsprogs-1.41.8-new/lib/ss/mk_cmds.sh.in 2009-07-13 12:35:15.000000000 -0700 +@@ -57,6 +57,6 @@ + else + rm -f "${BASE}.c" + mv -f "${TMP}" "${BASE}.c" +- chmod -w "${BASE}.c" ++ chmod a-w "${BASE}.c" + exit 0 + fi ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Jul 29 08:36:43 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Jul 29 08:48:31 2009 @@ -64,7 +64,6 @@ dependent packages *-config files during configure.. Removed packages - Removed disk/e2fsprogs (replaced by utils/util-linux-ng). Removed lib/libuuid (replaced by utils/util-linux-ng). Removed nvidia/nvidia-185.18.14. ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/Makefile Thu Jun 25 08:07:22 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/Makefile Wed Jul 29 08:48:31 2009 @@ -19,6 +19,7 @@ utils/alsa-utils \ utils/busybox \ net/curl \ + disk/e2fsprogs \ disk/eject \ utils/ethtool \ devel/fakeroot \ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
