Ticket #998: portfile.diff

File portfile.diff, 1014 bytes (added by blb@…, 21 years ago)

Patch to Portfile

  • Portfile

    old new  
    22
    33PortSystem          1.0
    44name                python23
    5 version             2.3.1
     5version             2.3.2
    66categories          lang
    77maintainers         blb@pobox.com
    88description         An interpreted, object-oriented programming language
     
    1010master_sites        ftp://ftp.python.org/pub/python/${version}/ \
    1111                    http://www.python.org/ftp/python/${version}/
    1212distname            Python-${version}
    13 extract.sufx        .tgz
    14 checksums           md5 a3dcbe1c7f173c8e3c7cce28495016ae
     13use_bzip2                       yes
     14checksums           md5 9271171d55690e5cacd692e563924305
    1515patchfiles          patch-Makefile.pre.in
    1616extract.post_args   | gnutar -xf -
    1717configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
     
    2323variant puredarwin {
    2424        configure.args-append   --disable-toolbox-glue
    2525}
     26
     27variant pydebug {
     28                configure.args-append   --with-pydebug
     29}
     30