diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2003-03-03 03:22:49 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2003-03-03 03:22:49 +0000 |
| commit | 7bf03c19407c3a863d4399666a2452fee2a17b6e (patch) | |
| tree | 9884615dacdc2b7bb761b59570323c229b3c4f6f /release | |
| parent | 035b525582390610a0d487f888cc32da4d5c7d1a (diff) | |
Notes
Diffstat (limited to 'release')
| -rwxr-xr-x | release/scripts/print-cdrom-packages.sh | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index f6912bed3004..e73b58de9fea 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -118,7 +118,12 @@ CDROM_SET_1="${CDROM_SET_1} net/samba" CDROM_SET_1="${CDROM_SET_1} news/slrn" CDROM_SET_1="${CDROM_SET_1} news/tin" CDROM_SET_1="${CDROM_SET_1} print/a2ps-letter" -CDROM_SET_1="${CDROM_SET_1} print/acroread" +if [ "X`uname -m`" = "Xalpha" ]; then +CDROM_SET_1="${CDROM_SET_1} print/acroread4" +fi +if [ "X`uname -m`" = "Xi386" ]; then +CDROM_SET_1="${CDROM_SET_1} print/acroread5" +fi CDROM_SET_1="${CDROM_SET_1} print/apsfilter" CDROM_SET_1="${CDROM_SET_1} print/ghostscript-gnu-nox11" CDROM_SET_1="${CDROM_SET_1} print/ghostview" @@ -129,11 +134,12 @@ CDROM_SET_1="${CDROM_SET_1} shells/bash2" CDROM_SET_1="${CDROM_SET_1} shells/pdksh" CDROM_SET_1="${CDROM_SET_1} shells/zsh" CDROM_SET_1="${CDROM_SET_1} sysutils/portupgrade" -CDROM_SET_1="${CDROM_SET_1} www/linux-netscape47-communicator" -CDROM_SET_1="${CDROM_SET_1} www/linux-netscape47-navigator" CDROM_SET_1="${CDROM_SET_1} www/lynx" CDROM_SET_1="${CDROM_SET_1} www/netscape-remote" CDROM_SET_1="${CDROM_SET_1} www/netscape-wrapper" +CDROM_SET_1="${CDROM_SET_1} www/netscape48-communicator" +CDROM_SET_1="${CDROM_SET_1} www/netscape48-navigator" +CDROM_SET_1="${CDROM_SET_1} www/opera" CDROM_SET_1="${CDROM_SET_1} x11/rxvt" # VERY common build dependencies @@ -157,7 +163,6 @@ CDROM_SET_3="${CDROM_SET_3} editors/xemacs21" CDROM_SET_3="${CDROM_SET_3} graphics/gimp1" CDROM_SET_3="${CDROM_SET_3} lang/gnat" CDROM_SET_3="${CDROM_SET_3} net/cvsup-without-gui" -CDROM_SET_3="${CDROM_SET_3} print/acroread4" CDROM_SET_3="${CDROM_SET_3} print/teTeX" CDROM_SET_3="${CDROM_SET_3} textproc/docproj-jadetex" |
