New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82295


Ignore:
Timestamp:
08/12/11 04:19:03 (4 years ago)
Author:
takanori@…
Message:

ghostscript: version 9.04

Location:
trunk/dports/print
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/print/ghostscript-fonts-hiragino/Portfile

    r77485 r82295  
    44 
    55name            ghostscript-fonts-hiragino 
    6 version         9.02 
     6version         9.04 
    77categories      print japanese chinese 
    88maintainers     takanori openmaintainer 
  • trunk/dports/print/ghostscript/Portfile

    r80607 r82295  
    55 
    66name            ghostscript 
    7 version         9.02 
     7version         9.04 
    88categories      print 
    99license         GPL-3+ 
     
    2929 
    3030checksums           ${distname}.tar.gz \ 
    31                     md5     86cc3a0509c0d96a641d58879d54274b \ 
    32                     sha1    1d8831e0dc23c658fe43c971ff1195507e1b3786 \ 
    33                     rmd160  5e5aaf1b3d9be0c0689706956eb5d2a043ad1295 \ 
     31                    md5     9c2fb4af1eb609d09dba5bb0fa76173a \ 
     32                    sha1    75370060d0a272e66be20152a058e4135976f2e5 \ 
     33                    rmd160  30a49c1cc12e3b449117762b3edbb121d5d2766c \ 
    3434                    ghostscript-fonts-other-6.0.tar.gz \ 
    3535                    md5     1a643ae62ef166562e4d422b1a601272 \ 
     
    9191configure.optflags  -O0 
    9292 
     93# gs compiled by clang/llvm-gcc-4.2 sometimes produces 'Segmentation fault: 11' 
     94if {${configure.compiler} == "llvm-gcc-4.2"} { 
     95#    if {[rpm-vercomp $xcodeversion 4.1] >= 0} { 
     96#        configure.compiler clang 
     97#    } else { 
     98        configure.compiler gcc-4.2 
     99#    } 
     100} 
     101 
    93102configure.args  --disable-compile-inits \ 
    94103                --disable-cups \ 
Note: See TracChangeset for help on using the changeset viewer.