Ticket #1053: python23.diff

File python23.diff, 623 bytes (added by blb@…, 21 years ago)

unidiff to Portfile

  • Portfile

    old new  
    33PortSystem          1.0
    44name                python23
    55version             2.3.2
     6revision                        1
    67categories          lang
    78maintainers         blb@pobox.com
    89description         An interpreted, object-oriented programming language
     
    1516patchfiles          patch-Makefile.pre.in
    1617extract.post_args   | gnutar -xf -
    1718configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
     19configure.args          --mandir=${prefix}/share/man
    1820
    1921variant nothreads {
    2022        configure.args-append   --without-threads