Ticket #23752: Portfile-scotty-23752.diff

File Portfile-scotty-23752.diff, 720 bytes (added by gjasny@…, 12 years ago)

Add patch to properly build scotty with current TCL/TK

  • Portfile

    old new  
    2323#fetch.type             svn
    2424#svn.url                https://subversion.eecs.iu-bremen.de/svn/schoenw/src/scotty
    2525
     26depends_build           port:autoconf
     27
    2628depends_lib             port:tcl \
    2729                        port:tk
    2830
    2931patchfiles              patch-Makefile.in \
    30                         patch-tnm-library-init.tcl
     32                        patch-tnm-library-init.tcl \
     33                        tcl85.diff
    3134
    3235startupitem.create      yes
    3336startupitem.name        nmicmpd
     
    5255
    5356        reinplace "s|\$(BIN_INSTALL_DIR)/nmtrapd|${prefix}/bin/nmtrapd|g" \
    5457                ${worksrcpath}/unix/Makefile.in
     58
     59        system "cd ${worksrcpath}/unix && autoconf"
    5560}
    5661
    5762post-destroot {