View | Details | Raw Unified | Return to bug 147705
Collapse All | Expand All

(-)usr.old/bin/build (-1 / +1 lines)
Lines 352-358 Link Here
352
      ADDITIONAL_PACKS=`sed -ne 's/^#.*usedforbuild[ 	][ 	]*//p' < $SPECFILE`
352
      ADDITIONAL_PACKS=`sed -ne 's/^#.*usedforbuild[ 	][ 	]*//p' < $SPECFILE`
353
    fi
353
    fi
354
    if test -z "$ADDITIONAL_PACKS" ; then
354
    if test -z "$ADDITIONAL_PACKS" ; then
355
      ADDITIONAL_PACKS="aaa_base acl attr autoconf automake bash bind-utils binutils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gdbm gdbm-devel gettext glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libgcc libnscd libselinux libstdc++ libtool libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel netcfg net-tools openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils rcs readline rpm sed strace syslogd sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel"
355
      ADDITIONAL_PACKS="aaa_base acl attr autoconf automake bash bind-utils binutils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gdbm gdbm-devel gettext glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libgcc libnscd libstdc++ libtool libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel netcfg net-tools openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils rcs readline rpm sed strace syslogd sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel"
356
	# Need to include additional packages from the neededforbuild line
356
	# Need to include additional packages from the neededforbuild line
357
	add_packages_in_neededforbuild \
357
	add_packages_in_neededforbuild \
358
	    $(sed -ne 's/^#.*neededforbuild[ \t]\+//p' $SPECFILE)
358
	    $(sed -ne 's/^#.*neededforbuild[ \t]\+//p' $SPECFILE)
(-)usr.old/lib/build/init_buildsystem (-6 / +10 lines)
Lines 59-70 Link Here
59
	    SECOND_FILES="cpp file findutils gawk mktemp pwdutils timezone util-linux bind-utils libselinux"
59
	    SECOND_FILES="cpp file findutils gawk mktemp pwdutils timezone util-linux bind-utils libselinux"
60
	    ;;
60
	    ;;
61
    *)
61
    *)
62
	    BASE_FILES="aaa_base acl attr bash bzip2 coreutils db devs
62
	    BASE_FILES="aaa_base acl attr bash bzip2 coreutils cpio cracklib cyrus-sasl
63
			diffutils filesystem fillup glibc grep insserv
63
	    		db diffutils e2fsprogs filesystem fillup glibc gzip grep insserv
64
			libacl libattr libgcc libnscd libselinux libxcrypt
64
			klogd less libacl libattr libcom_err libgcc libnscd libstdc++ 
65
			m4 ncurses pam permissions popt pwdutils readline
65
			libtool libxcrypt libzio m4 make ncurses openldap2-client openssl
66
			sed tar zlib rpm"
66
			pam pam-modules patch perl permissions popt procinfo procps
67
	    SECOND_FILES="cpp file findutils gawk mktemp pwdutils timezone util-linux bind-utils libselinux"
67
			psmisc pwdutils readline rpm sed tar tcpd texinfo timezone unzip zlib"
68
	    SECOND_FILES="autoconf automake bind-libs bind-utils binutils bison cpp cvs file
69
	    		findutils flex gawk gcc gdbm gdbm-devel gettext glibc-devel
70
	    		glibc-locale groff info man mktemp ncurses-devel net-tools netcfg
71
	    		pwdutils rcs timezone vim util-linux zlib-devel"
68
	    ;;
72
	    ;;
69
    esac
73
    esac
70
}
74
}

Return to bug 147705