[Midnightbsd-cvs] CVS Commit: package-split.py: Adjust for packages we'll end up

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 5 22:51:14 EDT 2007


Log Message:
-----------
Adjust for packages we'll end up including with the release

Tags:
----
RELENG_0_1

Modified Files:
--------------
    src/release/scripts:
        package-split.py (r1.7 -> r1.7.2.1)

-------------- next part --------------
Index: package-split.py
===================================================================
RCS file: /home/cvs/src/release/scripts/package-split.py,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -Lrelease/scripts/package-split.py -Lrelease/scripts/package-split.py -u -r1.7 -r1.7.2.1
--- release/scripts/package-split.py
+++ release/scripts/package-split.py
@@ -41,46 +41,41 @@
 # menu depends on (if it still exists) and other "nice to have" packages.
 # For architectures that use a separate livefs, this is actually disc3.
 def disc2_packages():
-            # X Desktops
-    if arch == 'ia64':
-	pkgs = ['x11/kde-lite']
-    else:
-	pkgs = ['x11/kde3']
+    # X Desktops
+    pkgs = ['devel/gnustep']
     pkgs.extend(['x11-wm/windowmaker',
             # "Nice to have"
             'archivers/unzip',
-            'astro/xearth',                 
+            'devel/automake19',
+            'devel/autoconf259',
+            'devel/bison',
+            'devel/ffcall',
             'devel/gmake',
-            'editors/emacs',
+            'devel/projectcenter.app',
             'editors/vim',
-            'editors/vim-lite',
             'editors/xemacs',
             'emulators/mtools',
+            'ftp/wget',
+            'graphics/cairo',
             'graphics/png',
-            'graphics/xv',
-            'irc/xchat',
+            'lang/gcc42',
+            'lang/python',
+            'devel/m4',
             'mail/fetchmail',
             'mail/mutt',
             'mail/pine4',
-            'mail/popd',
             'net/rsync',
             'net/samba3',
             'news/slrn',
-            'news/tin',
-            'print/a2ps-letter',
-            'print/apsfilter',
-            'print/gv',
-            'print/psutils-letter',
-	    'print/ghostscript-gpl-nox11',
+            'shells/bash',
             'shells/bash2',
             'shells/zsh',
             'ports-mgmt/portupgrade',
             'www/links',
             'www/lynx',
+            'x11/slim',
+            'x11/wterm',
             'x11/rxvt'])
-    if arch == 'i386':
-        pkgs.extend(['comms/ltmdm',
-                     'www/opera'])
     return pkgs
 
 # The list of desired packages


More information about the Midnightbsd-cvs mailing list