Show
Ignore:
Timestamp:
05/08/08 13:50:29 (3 months ago)
Author:
kris
Message:

Updated preportmake.sh for wine

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/wine/preportmake.sh

    r1723 r1876  
    11#!/bin/sh 
    22 
     3mount -t devfs devfs /dev 
     4 
     5# Make gmake first, since almost all progs require it 
     6cd /usr/ports/devel/gmake 
     7make clean 
     8make install 
     9rehash 
     10 
     11cd /usr/ports/devel/qmake 
     12make clean 
     13make install 
     14rehash 
     15 
    316cd /usr/ports/x11/xorg 
     17make clean 
     18make install 
     19 
     20cd /usr/ports/sysutils/hal 
     21make clean 
     22make 
     23make install 
     24 
     25cd /usr/ports/graphics/sane-backends 
     26make install clean 
     27 
     28cd /usr/ports/graphics/libgphoto2 
     29make install clean 
     30 
     31cd /usr/ports/graphics/lcms 
     32make install clean 
     33 
     34cd /usr/ports/net/openldap24-client 
     35make install clean 
     36 
     37cd /usr/ports/print/cups 
     38make install clean 
     39 
     40cd /usr/ports/graphics/png 
     41make install clean 
     42 
     43cd /usr/ports/graphics/jpeg 
    444make install clean 
    545 
    646cd /usr/ports/x11-fonts/dejavu 
    747make install clean 
     48 
     49umount /dev