1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Update to 0.4.7.2

PR:		ports/138364
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (imp; 19 days)
Feature safe:	yes
This commit is contained in:
Pav Lucistnik 2009-09-19 22:29:10 +00:00
parent 848508a557
commit 9c4cd6933e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241788
3 changed files with 4 additions and 16 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gxemul
PORTVERSION= 0.4.6.5
PORTREVISION= 1
PORTVERSION= 0.4.7.2
CATEGORIES= emulators
MASTER_SITES= http://gxemul.sourceforge.net/src/ \
http://gavare.se/gxemul/src/

View File

@ -1,3 +1,3 @@
MD5 (gxemul-0.4.6.5.tar.gz) = 8ffe3fde1c2f17ff54500665dce82a22
SHA256 (gxemul-0.4.6.5.tar.gz) = dbdee74eb100400c1e850ffaa658e81f1ba21a7e9f757c251c28e97b2a4953b7
SIZE (gxemul-0.4.6.5.tar.gz) = 2187357
MD5 (gxemul-0.4.7.2.tar.gz) = a2ec4f58a831dd883c196c4fd362b702
SHA256 (gxemul-0.4.7.2.tar.gz) = 9659d3a2158ba0b454c836fe043a035de984a752221ebc6275f2f5b567d16f9c
SIZE (gxemul-0.4.7.2.tar.gz) = 3374450

View File

@ -1,11 +0,0 @@
--- src/devices/bus_pci.c.orig 2008-10-03 14:11:25.000000000 -0700
+++ src/devices/bus_pci.c 2008-10-03 14:11:34.000000000 -0700
@@ -776,6 +776,8 @@
void *wdc1 = ((struct piix_ide_extra *)pd->extra)->wdc1;
int enabled = 0;
+ PCI_SET_DATA(reg, value);
+
switch (reg) {
case PCI_COMMAND_STATUS_REG:
if (value & PCI_COMMAND_IO_ENABLE)