Ticket #581: rpm-port.4.patch

File rpm-port.4.patch, 1.5 KB (added by ranger@…, 21 years ago)

bugfix to v4 patch

  • Makefile

    ? portrpmpackage.tcl
    RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port1.0/Makefile,v
    retrieving revision 1.27
    diff -u -u -r1.27 Makefile
     
    11INSTALLDIR=     ${DESTDIR}${datadir}/darwinports/Tcl/port1.0
    22
    3 SRCS=           port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portinstall.tcl portuninstall.tcl portdepends.tcl portclean.tcl portpackage.tcl portcontents.tcl portmpkg.tcl
     3SRCS= port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl           \
     4        portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl \
     5        portinstall.tcl portdepends.tcl portinstall.tcl portuninstall.tcl   \
     6        portdepends.tcl portclean.tcl portpackage.tcl portcontents.tcl      \
     7        portmpkg.tcl portrpmpackage.tcl
    48
    59SUBDIR=         resources
    610
  • port.tcl

    RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port1.0/port.tcl,v
    retrieving revision 1.20
    diff -u -u -r1.20 port.tcl
     
    4343package require portuninstall 1.0
    4444package require portclean 1.0
    4545package require portpackage 1.0
     46package require portrpmpackage 1.0
    4647package require portcontents 1.0
    4748package require portmpkg 1.0