diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-20 07:20:28 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-20 07:20:28 +0000 |
commit | d0d026247be9c22cfb54ed32a52b411923726af3 (patch) | |
tree | 533e4c8010e968bf5b8a78ed6a99b7d903400086 /emulators/vice | |
parent | 1ee507f668bd03a96d9b10b0c39437a7d8a9a365 (diff) | |
download | FreeBSD-ports-d0d026247be9c22cfb54ed32a52b411923726af3.zip FreeBSD-ports-d0d026247be9c22cfb54ed32a52b411923726af3.tar.gz |
- update to 1.19
- force GCC 3.4, to avoid internal compiler errors
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 4 | ||||
-rw-r--r-- | emulators/vice/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 54dfcfe..2592280 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= vice -PORTVERSION= 1.18 -PORTREVISION= 1 +PORTVERSION= 1.19 CATEGORIES= emulators MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ http://fresh.t-systems-sfr.com/linux/src/ \ @@ -26,6 +25,7 @@ RESTRICTED= "ROMs are copyrighted by Commodore Business Machines" USE_XPM= yes USE_REINPLACE= yes USE_GMAKE= yes +USE_GCC= 3.4+ GNU_CONFIGURE= yes MAKE_ENV+= MAKEINFOFLAGS="--no-split" diff --git a/emulators/vice/distinfo b/emulators/vice/distinfo index 157972d..19d1378 100644 --- a/emulators/vice/distinfo +++ b/emulators/vice/distinfo @@ -1,3 +1,3 @@ -MD5 (vice-1.18.tar.gz) = 44266d2427510adcac58cbf58da05be1 -SHA256 (vice-1.18.tar.gz) = dfc78cb3d3e91527f3c9c40ada9e9c8fe51e7f165887a1d1b9db5a11e8934718 -SIZE (vice-1.18.tar.gz) = 4733819 +MD5 (vice-1.19.tar.gz) = 92f828f29e05f57d7a498a861d3dab6a +SHA256 (vice-1.19.tar.gz) = faf354cfef53f5b31c459692fac73dd45b72d9b05d6920348bd881856d75cd7e +SIZE (vice-1.19.tar.gz) = 4796181 |