Ticket #12352: xaos.diff

File xaos.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 17 years ago)

my 3.2.3 diff so far

  • Portfile

     
    33PortSystem              1.0
    44
    55name                    xaos
    6 version                 3.1.2
     6version                 3.2.3
    77categories              graphics
    88maintainers             nomaintainer@macports.org
    99homepage                http://xaos.sourceforge.net/
     
    2727        autopilot (for those of you without drivers licenses), palette \
    2828        changing, GIF saving, and fractal inversion.
    2929
    30 checksums        md5 be908bc603461b76ba9628c9d4638852
     30checksums \
     31        md5 f1d9a9f3d2097906754b8824ba925e64 \
     32        sha1 6103c0acec869c70e948a55b7fd425f42cd41456 \
     33        rmd160 bd8bea41b4aeee94bbbd95e537563795b5610cd2
    3134
    3235depends_lib \
    3336        lib:libX11.6:XFree86 \
    34         lib:libpng.3:libpng
     37        port:libpng \
     38        port:gettext
    3539
    36 configure.env    CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    3740configure.args \
    38         --with-long-double=yes \
    39         --disable-nls \
    4041        --mandir=${prefix}/share/man \
    4142        --infodir=${prefix}/share/info
     43
     44# This option is automatically on for Intel CPUs, and is a possible
     45# performance issue on other architectures. Does it help or hinder
     46# on PowerPC Macs? I don't know.
     47#       --with-long-double=yes
     48
     49# Why would we disable NLS?
     50#       --disable-nls
     51
     52build.env-append \
     53        CPPFLAGS=-I${prefix}/include