[34657] trunk/dports/emulators/bochs

jmr at macports.org jmr at macports.org
Sat Mar 1 13:11:38 PST 2008


Revision: 34657
          http://trac.macosforge.org/projects/macports/changeset/34657
Author:   jmr at macports.org
Date:     2008-03-01 13:11:35 -0800 (Sat, 01 Mar 2008)

Log Message:
-----------
bochs: make port lint happy

Modified Paths:
--------------
    trunk/dports/emulators/bochs/Portfile

Added Paths:
-----------
    trunk/dports/emulators/bochs/files/patch-.bochsrc.diff

Removed Paths:
-------------
    trunk/dports/emulators/bochs/files/patch-.bochsrc

Modified: trunk/dports/emulators/bochs/Portfile
===================================================================
--- trunk/dports/emulators/bochs/Portfile	2008-03-01 20:44:56 UTC (rev 34656)
+++ trunk/dports/emulators/bochs/Portfile	2008-03-01 21:11:35 UTC (rev 34657)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		bochs
 version		2.3.5
 categories	emulators
@@ -13,9 +14,9 @@
 platforms	darwin
 homepage	http://bochs.sourceforge.net/
 master_sites     sourceforge
-checksums	md5 2d9b2c1e17b4eba2d46b208be09df4a9 
+checksums	md5 2d9b2c1e17b4eba2d46b208be09df4a9
 
-patchfiles      patch-.bochsrc
+patchfiles      patch-.bochsrc.diff
 
 depends_run     port:wget
 
@@ -28,13 +29,12 @@
 		--enable-vbe \
 		--enable-cdrom
 
-variant smp {
-# Enable symmetric multi-processor support
+variant smp description {Enable symmetric multi-processor support} {
         configure.args-append --enable-smp --enable-cpu-level=6
 }
 
 pre-destroot {
-        xinstall -m 755 -d ${destroot}${prefix}/bin      
+        xinstall -m 755 -d ${destroot}${prefix}/bin
         xinstall -m 755 -d ${destroot}${prefix}/share/bochs
 	xinstall -m 755 -d ${destroot}/Applications/MacPorts
 }

Deleted: trunk/dports/emulators/bochs/files/patch-.bochsrc
===================================================================
--- trunk/dports/emulators/bochs/files/patch-.bochsrc	2008-03-01 20:44:56 UTC (rev 34656)
+++ trunk/dports/emulators/bochs/files/patch-.bochsrc	2008-03-01 21:11:35 UTC (rev 34657)
@@ -1,29 +0,0 @@
---- .bochsrc.org	2006-03-27 20:38:21.000000000 -0800
-+++ .bochsrc	2006-03-27 22:59:54.000000000 -0800
-@@ -182,7 +182,7 @@
- # such as a: or b: as the path.  The parameter 'image' works with image files
- # only. In that case the size must match one of the supported types.
- #=======================================================================
--floppya: 1_44=/dev/fd0, status=inserted
-+#floppya: 1_44=/dev/fd0, status=inserted
- #floppya: image=../1.44, status=inserted
- #floppya: 1_44=/dev/fd0H1440, status=inserted
- #floppya: 1_2=../1_2, status=inserted
-@@ -442,7 +442,7 @@
- #   parport2: enabled=1, file="/dev/lp0"
- #   parport1: enabled=0
- #=======================================================================
--parport1: enabled=1, file="parport.out"
-+#parport1: enabled=1, file="parport.out"
- 
- #=======================================================================
- # SB16:
-@@ -479,7 +479,7 @@
- # For an example look at the next line:
- #=======================================================================
- 
--#sb16: midimode=1, midi=/dev/midi00, wavemode=1, wave=/dev/dsp, loglevel=2, log=sb16.log, dmatimer=600000
-+sb16: midimode=1, midi=/dev/midi00, wavemode=1, wave=/dev/dsp, loglevel=2, log=sb16.log, dmatimer=600000
- 
- #=======================================================================
- # VGA_UPDATE_INTERVAL:

Copied: trunk/dports/emulators/bochs/files/patch-.bochsrc.diff (from rev 34650, trunk/dports/emulators/bochs/files/patch-.bochsrc)
===================================================================
--- trunk/dports/emulators/bochs/files/patch-.bochsrc.diff	                        (rev 0)
+++ trunk/dports/emulators/bochs/files/patch-.bochsrc.diff	2008-03-01 21:11:35 UTC (rev 34657)
@@ -0,0 +1,29 @@
+--- .bochsrc.org	2006-03-27 20:38:21.000000000 -0800
++++ .bochsrc	2006-03-27 22:59:54.000000000 -0800
+@@ -182,7 +182,7 @@
+ # such as a: or b: as the path.  The parameter 'image' works with image files
+ # only. In that case the size must match one of the supported types.
+ #=======================================================================
+-floppya: 1_44=/dev/fd0, status=inserted
++#floppya: 1_44=/dev/fd0, status=inserted
+ #floppya: image=../1.44, status=inserted
+ #floppya: 1_44=/dev/fd0H1440, status=inserted
+ #floppya: 1_2=../1_2, status=inserted
+@@ -442,7 +442,7 @@
+ #   parport2: enabled=1, file="/dev/lp0"
+ #   parport1: enabled=0
+ #=======================================================================
+-parport1: enabled=1, file="parport.out"
++#parport1: enabled=1, file="parport.out"
+ 
+ #=======================================================================
+ # SB16:
+@@ -479,7 +479,7 @@
+ # For an example look at the next line:
+ #=======================================================================
+ 
+-#sb16: midimode=1, midi=/dev/midi00, wavemode=1, wave=/dev/dsp, loglevel=2, log=sb16.log, dmatimer=600000
++sb16: midimode=1, midi=/dev/midi00, wavemode=1, wave=/dev/dsp, loglevel=2, log=sb16.log, dmatimer=600000
+ 
+ #=======================================================================
+ # VGA_UPDATE_INTERVAL:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080301/874f6f89/attachment-0001.html 


More information about the macports-changes mailing list